Now builds without glib

This commit is contained in:
Dan Hirsch 2012-10-10 16:45:10 +02:00
parent 158b2b3ba6
commit 8eececcac8
5 changed files with 40 additions and 13 deletions

View file

@ -5,6 +5,10 @@
SUBDIRS = src examples
include config.mk
CONFIG_VARS= INCLUDE_TESTS
.DEFAULT_GOAL := all
%:
@ -25,3 +29,6 @@ $(foreach dir,$(SUBDIRS),$(eval $(call SUBDIR_TEMPLATE,$(dir))))
TAGS: $(shell find * -name "*.c")
etags $^
config:
@printf "%30s %s\n" $(foreach var,$(CONFIG_VARS),$(var) $($(var)) )