source: rtems/c/src/exec/Makefile.am @ fed6210d

4.104.114.84.95
Last change on this file since fed6210d 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
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.