Files
rtems/scripts-ada/Makefile.am
Joel Sherrill c5fbdea296 2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove ACLOCAL_AMFLAGS.
2000-10-31 21:15:32 +00:00

25 lines
472 B
Makefile

##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = . gnatnewlib gdb
noinst_SCRIPTS = setup buildall mkbinutilspec mkbspspec mkgnatnewlibspec \
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