TOPDIR = .. SUBDIRS = \ utils logger modules url streamhtmlparser psql typedetect \ fetcher textwolf ifeq ($(WITH_SQLITE3),1) SUBDIRS += sqlite endif ifeq ($(WITH_CURL),1) SUBDIRS += libcurlpp endif ifeq ($(WITH_LIBFETCH),1) SUBDIRS += libfetch endif ifeq ($(WITH_LUA),1) SUBDIRS += tolua endif -include $(TOPDIR)/makefiles/gmake/sub.mk local_all: local_clean: local_distclean: