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
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
[54d540f]5ACLOCAL_AMFLAGS = -I aclocal
[e1d8abb]6
[54d540f]7include $(top_srcdir)/automake/multilib.am
[989b938]8
[e30210ea]9SUBDIRS = . include ada score rtems sapi libblock libfs
10SUBDIRS += @subdirs@
11SUBDIRS += libmisc
12SUBDIRS += wrapup
[c16dcbc8]13
14noinst_DATA = preinstall-stamp
15
16preinstall-stamp:
17        $(MAKE) $(AM_MAKEFLAGS) preinstall
18        touch preinstall-stamp
[532fad28]19CLEANFILES = preinstall-stamp
[e1d8abb]20
[b6b3cf5]21AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \
22    automake/multilib.am automake/subdirs.am
23EXTRA_DIST = $(AUTOMAKE_FILES)
24
[54d540f]25include $(top_srcdir)/automake/subdirs.am
26include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.