source: rtems/contrib/crossrpms/rtems4.10/binutils.am @ 78a345f6

4.104.115
Last change on this file since 78a345f6 was 01141c5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/03/08 at 08:18:22

New.

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