source: rtems/scripts-ada/Makefile.am @ 64ab2e9

4.104.114.84.95
Last change on this file since 64ab2e9 was 64ab2e9, checked in by Joel Sherrill <joel.sherrill@…>, on 01/26/00 at 19:56:54

First cut at adding RPM scripts for building GNAT/RTEMS RPMs.

  • Property mode set to 100644
File size: 397 bytes
RevLine 
[64ab2e9]1AUTOMAKE_OPTIONS = foreign
2
3SUBDIRS = . binutils gnatnewlib gdb rtems
4
5noinst_SCRIPTS = \
6setup \
7buildall \
8mkbinutilspec \
9mkbspspec \
10mkgnatnewlibspec \
11mkgdbspec \
12mkrpms \
13mkspec
14
15TEMPLATES =
16
17noinst_DATA = \
18setup.def $(TEMPLATES)
19
20EXTRA_DIST = \
21$(noinst_DATA) \
22$(noinst_SCRIPTS)
23
24CONFIGURE_DEPENDENCIES = setup.cache
25setup.cache: setup.def
26        cp setup.def $@
27
28DISTCLEANFILES = setup.cache
Note: See TracBrowser for help on using the repository browser.