forked from Imagelibrary/rtems
* Makefile.am: Remove reference to mkbinutilsspec. * configure.ac: Remove EXEEXT check. Add common/clean.add, common/common.add.
26 lines
522 B
Makefile
26 lines
522 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
SUBDIRS = . binutils gccnewlib gcc3newlib gdb rtems autotools cpukit
|
|
SUBDIRS += rtemsdoc
|
|
|
|
noinst_SCRIPTS = setup buildall buildalltar mkbspspec \
|
|
mkgccnewlibspec 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
|