Files
rtems/scripts/Makefile.am
2000-01-27 23:49:44 +00:00

29 lines
395 B
Makefile

AUTOMAKE_OPTIONS = foreign
SUBDIRS = . binutils gccnewlib gdb rtems
noinst_SCRIPTS = \
setup \
buildall \
mkbinutilspec \
mkbspspec \
mkgccnewlibspec \
mkgdbspec \
mkrpms \
mkspec
TEMPLATES =
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