summaryrefslogtreecommitdiff
path: root/GNUmakefile
blob: a74de4d84d66f62de3e7ee20b37b08d587487262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TOPDIR = .

SUBDIRS = libfetch googleurl streamhtmlparser src tests

ifeq ($(WITH_LOCAL_SQLITE),1)
SUBDIRS += sqlite3
endif

ifeq ($(WITH_LUA),1)
SUBDIRS += lua tolua
endif

PACKAGE_NAME = crawler
PACKAGE_VERSION = 0.0.1

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