forked from Imagelibrary/rtems
* Makefile.am, configure.ac: New test for barrier create, ident, and delete. * tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New files.
13 lines
324 B
Makefile
13 lines
324 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
SUBDIRS = tmck tmoverhd tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 tm09 tm10 \
|
|
tm11 tm12 tm13 tm14 tm15 tm16 tm17 tm18 tm19 tm20 tm21 tm22 tm23 tm24 \
|
|
tm25 tm26 tm27 tm28 tm29 tm30
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|