summaryrefslogtreecommitdiff
path: root/GNUmakefile
blob: 8c83b3eb0d0fdb6e0ff172f2397c4f04cb363514 (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 $(SUBDIRS)
endif

PACKAGE_NAME = crawler
PACKAGE_VERSION = 0.0.1

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