forked from Imagelibrary/rtems
* common/commom.am: New. * Makefile.am: Remove TEMPLATES. Put setup.cache into CONFIG_STATUS_DEPENDENCIES instead of CONFIGURE_DEPENDENCIES. * configure.ac: Remove AC_PREFIX_DEFAULT. * binutils/Makefile.am: include common.am. * common/common.add.in: Use rtems.com gnats. * cpukit/Makefile.am: include common.am. * gcc3newlib/Makefile.am: include common.am. * gccnewlib/Makefile.am: include common.am. * gdb/Makefile.am: include common.am. * rtems/Makefile.am: include common.am. * rtemsdoc/Makefile.am: include common.am.
24 lines
500 B
Makefile
24 lines
500 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
|
|
|
|
noinst_DATA = setup.def
|
|
|
|
EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS)
|
|
|
|
CONFIG_STATUS_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
|