source: rtems/c/src/ada-tests/Makefile.am @ 1c9abf82

4.104.114.84.95
Last change on this file since 1c9abf82 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: 411 bytes
Line 
1## $Id$
2
3ACLOCAL_AMFLAGS = -I aclocal -I ../../../testsuites/aclocal
4
5include $(top_srcdir)/../../../testsuites/automake/compile.am
6
7SUBDIRS = support samples sptests tmtests
8if HAS_MP
9SUBDIRS += mptests
10endif
11
12DIST_SUBDIRS = support samples sptests tmtests mptests
13
14EXTRA_DIST = ada.am
15
16include $(top_srcdir)/../../../testsuites/automake/subdirs.am
17include $(top_srcdir)/../../../testsuites//automake/local.am
Note: See TracBrowser for help on using the repository browser.