TOPDIR = . SUBDIRS = googleurl streamhtmlparser src tests ifeq ($(WITH_LOCAL_SQLITE),1) SUBDIRS += sqlite3 endif ifeq ($(WITH_LUA),1) SUBDIRS := lua tolua $(SUBDIRS) endif ifeq ($(WITH_LOCAL_LIBFETCH),1) SUBDIRS := libfetch $(SUBDIRS) endif PACKAGE_NAME = crawler PACKAGE_VERSION = 0.0.1 -include $(TOPDIR)/makefiles/gmake/top.mk