source: rtems/cpukit/Makefile.am @ c16dcbc8

4.104.114.84.95
Last change on this file since c16dcbc8 was c16dcbc8, checked in by Joel Sherrill <joel.sherrill@…>, on 05/15/02 at 15:07:41

2002-05-15 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add preinstall-stamp.
  • Property mode set to 100644
File size: 407 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
18include $(top_srcdir)/../../../automake/subdirs.am
19include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.