source: rtems/contrib/crossrpms/autotools/autoconf.am @ 4cf3275

4.8
Last change on this file since 4cf3275 was 727e8469, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/10/07 at 08:02:01

Rename autoconf-rtems into autoconf.

  • Property mode set to 100644
File size: 693 bytes
Line 
1AUTOCONF_SUBPACKAGES = $(top_srcdir)/common/common.add
2AUTOCONF_SUBPACKAGES += $(top_srcdir)/autotools/autoconf.add
3AUTOCONF_SUBPACKAGES += $(top_srcdir)/binutils/rpm-install.add
4AUTOCONF_SUBPACKAGES += $(top_srcdir)/common/clean.add
5AUTOCONF_SUBPACKAGES += $(top_srcdir)/autotools/target-autoconf.add
6
7autoconf.spec.in: $(AUTOCONF_SUBPACKAGES) Makefile.in
8        cat $(AUTOCONF_SUBPACKAGES) | sed \
9          -e "s/[@]AUTOCONF_RPMREL[@]/$(AUTOCONF_RPMREL)/" > $@
10CLEANFILES += autoconf.spec.in
11
12
13@rpmprefix@autoconf.spec: autoconf.spec.in
14        $(MKSPEC) autoconf.spec.in | $(SPECSTRIP) > $@
15CLEANFILES += @rpmprefix@autoconf.spec
16noinst_DATA += @rpmprefix@autoconf.spec
17
18EXTRA_DIST += $(AUTOCONF_SUBPACKAGES)
Note: See TracBrowser for help on using the repository browser.