source: rtems/scripts/Makefile.am @ 2f23359

4.104.114.84.95
Last change on this file since 2f23359 was 2f23359, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/99 at 20:23:18

Moved stuff to rtems subdirectory and made sure the system still
functioned.

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