summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
blob: 34ae48861f32821d4d45b37505e12205e9c693cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TOPDIR = ..

SUBDIRS = \
	utils logger modules url streamhtmlparser psql typedetect \
	fetcher textwolf

ifeq ($(WITH_SQLITE3),1)
SUBDIRS += sqlite
endif

ifeq ($(WITH_CURL),1)
SUBDIRS += libcurlpp
endif

ifeq ($(WITH_LIBFETCH),1)
SUBDIRS += libfetch
endif

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

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

local_all:

local_clean:

local_distclean: