source: rtems/testsuites/psxtmtests/Makefile.am @ fa2f4708

4.115
Last change on this file since fa2f4708 was 519928c3, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/10 at 16:35:31

2010-12-06 Joel Sherrill <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.
  • Property mode set to 100644
File size: 311 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7if HAS_POSIX
8SUBDIRS = \
9    psxtmmutex02 \
10    psxtmthread01 psxtmthread03
11endif
12
13DIST_SUBDIRS = $(SUBDIRS)
14# EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
15
16include $(top_srcdir)/../automake/subdirs.am
17include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.