forked from Imagelibrary/rtems
* .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.
18 lines
311 B
Makefile
18 lines
311 B
Makefile
##
|
|
## $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
|