source: rtems/cpukit/Makefile.am @ 14d34d84

4.104.114.84.95
Last change on this file since 14d34d84 was e30210ea, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 10:41:37

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

  • configure.ac: Merge-in libmisc/configure.ac.
  • Makefile.am: Add libmisc to SUBDIRS.
  • Property mode set to 100644
File size: 578 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 libblock libfs
10SUBDIRS += @subdirs@
11SUBDIRS += libmisc
12SUBDIRS += wrapup
13
14noinst_DATA = preinstall-stamp
15
16preinstall-stamp:
17        $(MAKE) $(AM_MAKEFLAGS) preinstall
18        touch preinstall-stamp
19CLEANFILES = preinstall-stamp
20
21AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \
22    automake/multilib.am automake/subdirs.am
23EXTRA_DIST = $(AUTOMAKE_FILES)
24
25include $(top_srcdir)/automake/subdirs.am
26include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.