Files
rtems/scripts/Makefile.am
Joel Sherrill b24ef52626 Do not include config.sub and config.guess in distribution. scripts
must be loaded as a subdirectory of an RTEMS release.
2000-06-07 13:31:06 +00:00

25 lines
485 B
Makefile

##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
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
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am