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

SUBDIRS = port log gettext network daemon service library

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

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

local_test:

local_all:

local_clean:

local_distclean: