forked from Imagelibrary/rtems
* autotools/autoconf-rtems.spec.in: New. Remove Provides: autoconf (Conflicts with RH-8.0). * autotools/autoconf-rtems.spec: Remove. * autotools/automake-rtems.spec.in: Remove Provides: automake (Conflicts with RH-8.0). * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec. * Makefile.am: Ditto. * configure.ac: Add autotools/autoconf-rtems.spec.in.
25 lines
526 B
Makefile
25 lines
526 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
SUBDIRS = . binutils gccnewlib gcc3newlib gdb rtems autotools cpukit
|
|
|
|
noinst_SCRIPTS = setup buildall buildalltar 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
|