source: rtems/c/src/ada-tests/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: 411 bytes
RevLine 
[2af6056]1## $Id$
2
[6e761d1]3ACLOCAL_AMFLAGS = -I aclocal -I ../../../testsuites/aclocal
[2af6056]4
[6e761d1]5include $(top_srcdir)/../../../testsuites/automake/compile.am
[2af6056]6
[7edb3d3a]7SUBDIRS = support samples sptests tmtests
[ea14663]8if HAS_MP
9SUBDIRS += mptests
10endif
[2af6056]11
[a1cf46b]12DIST_SUBDIRS = support samples sptests tmtests mptests
13
[2af6056]14EXTRA_DIST = ada.am
15
[6e761d1]16include $(top_srcdir)/../../../testsuites/automake/subdirs.am
17include $(top_srcdir)/../../../testsuites//automake/local.am
Note: See TracBrowser for help on using the repository browser.