From 519928c33386f1d6d5ef6cb9d34d93d2ef89c8a0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 6 Dec 2010 16:35:31 +0000 Subject: 2010-12-06 Joel Sherrill * .cvsignore, ChangeLog, Makefile.am, README, configure.ac, psxtmtests_plan.csv, psxtmmutex02/.cvsignore, psxtmmutex02/Makefile.am, psxtmmutex02/init.c, psxtmmutex02/psxtmmutex02.doc, psxtmthread01/.cvsignore, psxtmthread01/Makefile.am, psxtmthread01/init.c, psxtmthread01/psxtmthread01.doc, psxtmthread03/.cvsignore, psxtmthread03/Makefile.am, psxtmthread03/init.c, psxtmthread03/psxtmthread03.doc: New files. --- testsuites/psxtmtests/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 testsuites/psxtmtests/Makefile.am (limited to 'testsuites/psxtmtests/Makefile.am') diff --git a/testsuites/psxtmtests/Makefile.am b/testsuites/psxtmtests/Makefile.am new file mode 100644 index 0000000000..9a9e269a6b --- /dev/null +++ b/testsuites/psxtmtests/Makefile.am @@ -0,0 +1,17 @@ +## +## $Id$ +## + +ACLOCAL_AMFLAGS = -I ../aclocal + +if HAS_POSIX +SUBDIRS = \ + psxtmmutex02 \ + psxtmthread01 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 -- cgit v1.2.3