source: rtems/scripts/Makefile.am @ abbf55b

Last change on this file since abbf55b was abbf55b, checked in by Joel Sherrill <joel.sherrill@…>, on 03/21/00 at 18:05:29

Ran ampolish after getting new version from Ralf Corsepius
<corsepiu@…>.

  • Property mode set to 100644
File size: 530 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8SUBDIRS = . binutils gccnewlib gdb rtems
9
10noinst_SCRIPTS = setup buildall mkbinutilspec mkbspspec mkgccnewlibspec \
11    mkgdbspec mkrpms mkspec
12
13TEMPLATES =
14
15noinst_DATA = setup.def $(TEMPLATES)
16
17EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS)
18
19CONFIGURE_DEPENDENCIES = setup.cache
20setup.cache: setup.def
21        cp setup.def $@
22
23DISTCLEANFILES = setup.cache
24include $(top_srcdir)/../automake/subdirs.am
25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.