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

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

Rename automake-rtems into automake.
Rename autoconf-rtems into autoconf.

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