source: rtems/c/src/Makefile.am @ 9de928fb

4.104.114.84.95
Last change on this file since 9de928fb was d6f4c1b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/01/02 at 08:46:34

2002-08-01 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Clean $(PROJECT_RELEASE).
  • Property mode set to 100644
File size: 216 bytes
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../aclocal
6
7SUBDIRS = @exec@ @subdirs@
8
9clean-local:
10        $(RM) -r $(PROJECT_RELEASE)
11
12include $(top_srcdir)/../../automake/subdirs.am
13include $(top_srcdir)/../../automake/host.am
Note: See TracBrowser for help on using the repository browser.