source: rtems/cpukit/Makefile.am @ b422de6c

4.104.114.84.95
Last change on this file since b422de6c was b422de6c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 13:50:16

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

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