source: rtems/scripts-ada/Makefile.am @ 318f591

4.104.114.84.95
Last change on this file since 318f591 was 0610a988, checked in by Joel Sherrill <joel.sherrill@…>, on 01/26/00 at 20:50:23

First attempt at debugging.

  • Property mode set to 100644
File size: 391 bytes
RevLine 
[64ab2e9]1AUTOMAKE_OPTIONS = foreign
2
[0610a988]3SUBDIRS = . binutils gnatnewlib gdb
[64ab2e9]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.