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

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

SUBDIRS = port log gettext network daemon service library

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

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

local_test:

local_all:

local_clean:

local_distclean: