mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 22:04:09 +08:00
New version from Ralf.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user