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

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

SUBDIRS = port log network daemon service library

ifeq "$(ENABLE_THREADS)" "1"
SUBDIRS += threads
endif

ifeq "$(ENABLE_NLS)" "1"
SUBDIRS += gettext
endif

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

local_test:

local_all:

local_clean:

local_distclean: