summaryrefslogtreecommitdiff
path: root/GNUmakefile
blob: c999cb750ee842471b4573887a872ef930f9cee7 (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
endif

PACKAGE_NAME = crawler
PACKAGE_VERSION = 0.0.1

-include $(TOPDIR)/makefiles/gmake/top.mk