New version from Ralf.

This commit is contained in:
Joel Sherrill
1999-10-20 15:29:12 +00:00
parent 1410dc36c7
commit 10629f7435
28 changed files with 3358 additions and 214 deletions
+34
View File
@@ -0,0 +1,34 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = . binutils gccnewlib
noinst_SCRIPTS = \
setup \
buildall \
mkbinutils_subpackage_version \
mkbinutilspec \
mkbspspec \
mkgccnewlibspec \
mkgdbspec \
mkrpms \
mkspec \
mktoolspec
TEMPLATES = \
gccnewlib.spec.in \
gdb.spec.in \
rtems.spec.in \
toolchain.spec.in
noinst_DATA = \
setup.def $(TEMPLATES)
EXTRA_DIST = \
$(noinst_DATA) \
$(noinst_SCRIPTS)
CONFIGURE_DEPENDENCIES = setup.cache
setup.cache: setup.def
cp setup.def $@
DISTCLEANFILES = setup.cache