source: rtems/cpukit/Makefile.am @ 92ed8c2

4.104.114.84.95
Last change on this file since 92ed8c2 was 92ed8c2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 07:49:08

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

  • configure.ac: Merge-in ada/configure.ac.
  • Makefile.am: Add ada to SUBDIRS.
  • Property mode set to 100644
File size: 521 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I aclocal
6
7include $(top_srcdir)/automake/multilib.am
8
9SUBDIRS = . include ada score rtems sapi @subdirs@ wrapup
10
11noinst_DATA = preinstall-stamp
12
13preinstall-stamp:
14        $(MAKE) $(AM_MAKEFLAGS) preinstall
15        touch preinstall-stamp
16CLEANFILES = preinstall-stamp
17
18AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \
19    automake/multilib.am automake/subdirs.am
20EXTRA_DIST = $(AUTOMAKE_FILES)
21
22include $(top_srcdir)/automake/subdirs.am
23include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.