source: rtems/c/src/ada-tests/Makefile.am @ 183af89

4.115
Last change on this file since 183af89 was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • Property mode set to 100644
File size: 348 bytes
Line 
1## $Id$
2
3ACLOCAL_AMFLAGS = -I aclocal -I ../../../testsuites/aclocal
4
5SUBDIRS = support samples sptests tmtests
6if HAS_MP
7SUBDIRS += mptests
8endif
9
10DIST_SUBDIRS = support samples sptests tmtests mptests
11
12EXTRA_DIST = ada.am
13
14include $(top_srcdir)/../../../testsuites/automake/subdirs.am
15include $(top_srcdir)/../../../testsuites//automake/local.am
Note: See TracBrowser for help on using the repository browser.