source: rtems/contrib/crossrpms/freebsd5.2/binutils.am @ 394555c

4.104.114.84.95
Last change on this file since 394555c was 394555c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/07/06 at 07:03:21

New.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1EXTRA_DIST += binutils-sources.add
2
3BINUTILS_SUBPACKAGES = $(top_srcdir)/common/common.add
4BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/binutils.add
5BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/prep.add
6BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/build.add
7BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/install.add
8BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/rpm-install.add
9BINUTILS_SUBPACKAGES += $(top_srcdir)/common/clean.add
10BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/target-binutils.add
11BINUTILS_SUBPACKAGES += $(top_srcdir)/binutils/base-binutils.add
12
13$(TARGET)-binutils.spec.in: $(BINUTILS_SUBPACKAGES) Makefile.am $(srcdir)/binutils-sources.add
14        cat $(BINUTILS_SUBPACKAGES) | sed \
15          -e "/[@]SOURCES[@]/r $(srcdir)/binutils-sources.add" \
16          -e "/[@]SOURCES[@]/d" \
17          -e "s/[@]BINUTILS_VERS[@]/$(BINUTILS_VERS)/g" \
18          -e "s/[@]BINUTILS_RPMREL[@]/$(BINUTILS_RPMREL)/g" \
19          > $(TARGET)-binutils.spec.in
20CLEANFILES += $(TARGET)-binutils.spec.in
21
22@rpmprefix@$(TARGET)-binutils.spec: $(TARGET)-binutils.spec.in
23        $(MKSPEC) $(TARGET)-binutils.spec.in | $(SPECSTRIP) > $@
24CLEANFILES += @rpmprefix@$(TARGET)-binutils.spec
25noinst_DATA += @rpmprefix@$(TARGET)-binutils.spec
26
27EXTRA_DIST += $(BINUTILS_SUBPACKAGES)
Note: See TracBrowser for help on using the repository browser.