source: rtems/cpukit/Makefile.am @ 6a8e52d

4.104.114.84.95
Last change on this file since 6a8e52d was da0fc5d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 17:08:05

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

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