summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
blob: 4ad5ebb8b13153e33d6df8b5e07e22546c51f9fa (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 += i18n
endif

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

local_test:

local_all:

local_clean:

local_distclean: