source: rtems/c/src/ada-tests/Makefile.am @ 13942bf

4.104.114.84.95
Last change on this file since 13942bf was 13942bf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/20/03 at 06:52:01

2003-08-20 Ralf Corsepius <corsepiu@…>

  • aclocal/prog-gnat.m4: New (copied from ../../../aclocal).
  • Makefile.am: ACLOCAL_AMFLAGS = -I aclocal -I ../tests/aclocal. Don't include */automake/lib.am (Unused).
  • Property mode set to 100644
File size: 361 bytes
Line 
1## $Id$
2
3ACLOCAL_AMFLAGS = -I aclocal -I ../tests/aclocal
4
5include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
6include $(top_srcdir)/../../../automake/compile.am
7
8SUBDIRS = support samples sptests tmtests
9
10if HAS_MP
11SUBDIRS += mptests
12endif
13
14EXTRA_DIST = ada.am
15
16include $(top_srcdir)/../../../automake/subdirs.am
17include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.