source: rtems/cpukit/Makefile.am @ 37cd592

4.104.114.84.95
Last change on this file since 37cd592 was 54d540f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 09:28:44

2002-06-17 Ralf Corsepius <corsepiu@…>

  • Include $(top_srcdir)/automake/*.am. Use aclocal/.
  • Property mode set to 100644
File size: 521 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I aclocal
6
7include $(top_srcdir)/automake/multilib.am
8
9SUBDIRS = . include score rtems sapi @subdirs@ wrapup
10
11noinst_DATA = preinstall-stamp
12
13preinstall-stamp:
14        $(MAKE) $(AM_MAKEFLAGS) preinstall
15        touch preinstall-stamp
16DISTCLEANFILES = 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.