source: rtems/c/src/ada-tests/samples/Makefile.am @ 33a105fb

4.115
Last change on this file since 33a105fb 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: 255 bytes
Line 
1## $Id$
2
3SUBDIRS = hello ticker base_sp nsecs
4
5if HAS_MP
6SUBDIRS += base_mp
7endif
8DIST_SUBDIRS = hello ticker base_sp base_mp nsecs
9
10include $(top_srcdir)/../../../testsuites/automake/subdirs.am
11include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.