summaryrefslogtreecommitdiff
path: root/GNUmakefile
blob: d4b50b99933c88e158cba208b9c08d924bcf12fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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