Files
rtems/scripts/autotools/Makefile.am
Ralf Corsepius e0790401c5 2005-05-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Reflect changes to autotools/*.
	* autotools/Makefile.am: Update.
2005-05-02 07:43:50 +00:00

26 lines
677 B
Makefile

##
## $Id$
##
include $(top_srcdir)/common/common.am
automake-rtems.spec.in: header.add $(top_builddir)/common/common.add automake.add
cat $^ > $@
CLEANFILES = automake-rtems.spec.in
RPM_SPECS_DATA = automake-rtems.spec
autoconf-rtems.spec.in: header.add $(top_builddir)/common/common.add autoconf.add
cat $^ > $@
CLEANFILES += autoconf-rtems.spec.in
RPM_SPECS_DATA += autoconf-rtems.spec
autoconf-rtems.spec: autoconf-rtems.spec.in
$(top_builddir)/config.status --file=autoconf-rtems.spec
automake-rtems.spec: automake-rtems.spec.in
$(top_builddir)/config.status --file=automake-rtems.spec
CLEANFILES += $(RPM_SPECS_DATA)
include $(top_srcdir)/../automake/local.am