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

4.104.114.84.95
Last change on this file since a1cf46b was a1cf46b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/25/04 at 05:19:36

2004-03-25 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Add 2nd arg to RTEMS_TOP. Unconditionally configure MP-directories.
  • Makefile.am: Don't include @RTEMS_BSP@.cfg. Add DIST_SUBDIRS comprising MP-subdirs.
  • samples/Makefile.am: Add DIST_SUBDIRS comprising MP-subdirs.
  • Property mode set to 100644
File size: 243 bytes
Line 
1## $Id$
2
3SUBDIRS = hello ticker base_sp
4
5if HAS_MP
6SUBDIRS += base_mp
7endif
8DIST_SUBDIRS = hello ticker base_sp base_mp
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.