source: rtems/contrib/crossrpms/autotools/autoconf.am @ d8fce03

4.8
Last change on this file since d8fce03 was 0b1ceac8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/12/08 at 15:40:26

Merger from CVS-HEAD.

  • Property mode set to 100644
File size: 743 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_VERS[@]/$(AUTOCONF_VERS)/" \
10          -e "s/[@]AUTOCONF_RPMREL[@]/$(AUTOCONF_RPMREL)/" > $@
11CLEANFILES += autoconf.spec.in
12
13
14@rpmprefix@autoconf.spec: autoconf.spec.in
15        $(MKSPEC) autoconf.spec.in | $(SPECSTRIP) > $@
16CLEANFILES += @rpmprefix@autoconf.spec
17noinst_DATA += @rpmprefix@autoconf.spec
18
19EXTRA_DIST += $(AUTOCONF_SUBPACKAGES)
Note: See TracBrowser for help on using the repository browser.