source: rtems/cpukit/Makefile.am @ b6b3cf5

4.104.114.84.95
Last change on this file since b6b3cf5 was b6b3cf5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/15/02 at 05:33:10

Add AUTOMAKE_FILES.

  • Property mode set to 100644
File size: 557 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
[feead226]5ACLOCAL_AMFLAGS = -I ../../../aclocal
[e1d8abb]6
[989b938]7include $(top_srcdir)/../../../automake/multilib.am
8
[c16dcbc8]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
[e1d8abb]17
[b6b3cf5]18AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \
19    automake/multilib.am automake/subdirs.am
20EXTRA_DIST = $(AUTOMAKE_FILES)
21
[e1d8abb]22include $(top_srcdir)/../../../automake/subdirs.am
23include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.