From 09016ac090303133b212619e03c7a678c3cf65a8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 8 Jan 2007 08:22:48 +0000 Subject: Remove (Obsolete). --- scripts/Makefile.am | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 scripts/Makefile.am (limited to 'scripts/Makefile.am') diff --git a/scripts/Makefile.am b/scripts/Makefile.am deleted file mode 100644 index ce4e2386fe..0000000000 --- a/scripts/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -## -## $Id$ -## - -ACLOCAL_AMFLAGS = -I ../aclocal - -SUBDIRS = . binutils gccnewlib gdb rtems autotools cpukit -SUBDIRS += rtemsdoc - -noinst_SCRIPTS = setup buildall buildalltar mkrpms mkspec - -noinst_DATA = setup.def - -EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS) - -CONFIG_STATUS_DEPENDENCIES = setup.cache -setup.cache: setup.def - cp setup.def $@ - -rtems_source_spec_DEPS = common/common.add rtems/rtems-source.add \ - common/clean.add -noinst_DATA += rtems/rtems-source.spec -rtems/rtems-source.spec: $(rtems_source_spec_DEPS) - cat $(rtems_source_spec_DEPS) | sed \ - -e 's,[@]rtems_version[@],$(RTEMS_VERSION),g' \ - -e 's,[@]rpmprefix[@],$(rpmprefix),g' \ - -e 's,[@]RTEMS_RPM_RELEASE[@],$(RTEMS_RPM_RELEASE),g' > $@ - -CLEANFILES = rtems/rtems-source.spec - -DISTCLEANFILES = setup.cache - -include $(top_srcdir)/../automake/subdirs.am -include $(top_srcdir)/../automake/local.am -- cgit v1.2.3