source: rtems/cpukit/Makefile.am @ f3f0c916

4.104.114.84.95
Last change on this file since f3f0c916 was 9483fbf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 08:12:15

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

  • configure.ac: Merge-in libblock/configure.ac.
  • Makefile.am: Add libblock to SUBDIRS.
  • Property mode set to 100644
File size: 530 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 @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.