summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am
blob: 51b71cd499602b262481b1652a15650c59d1ba7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
##
## $Id$
##

ACLOCAL_AMFLAGS = -I ../aclocal

if HAS_POSIX
SUBDIRS = psxtmmutex02
SUBDIRS += psxtmsleep01
SUBDIRS += psxtmsleep02
SUBDIRS += psxtmthread01
SUBDIRS += psxtmthread03
endif

DIST_SUBDIRS = $(SUBDIRS)
# EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h

include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am