source: rtems/c/src/ada-tests/Makefile.am @ 0f9e7f96

4.104.114.84.95
Last change on this file since 0f9e7f96 was ea14663, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/03 at 21:14:04

2003-01-03 Joel Sherrill <joel@…>

  • Makefile.am, configure.ac, samples/Makefile.am: Do not configure them unless multiprocessing is enabled.
  • Property mode set to 100644
File size: 397 bytes
Line 
1## $Id$
2
3ACLOCAL_AMFLAGS = -I ../../../aclocal
4
5include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
6include $(top_srcdir)/../../../automake/compile.am
7include $(top_srcdir)/../../../automake/lib.am
8
9SUBDIRS = support samples sptests tmtests
10
11if HAS_MP
12SUBDIRS += mptests
13endif
14
15EXTRA_DIST = ada.am
16
17include $(top_srcdir)/../../../automake/subdirs.am
18include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.