source: rtems/scripts/autotools/Makefile.am @ a297f20d

4.104.114.84.95
Last change on this file since a297f20d was a297f20d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/02/05 at 07:27:53

2005-05-02 Ralf Corsepius <ralf.corsepius@…>

  • autotools/automake-rtems.spec.in, autotools/autoconf-rtems.spec.in: Remove.
  • autotools/automake.add, autotools/autoconf.add, autotools/header.add: New.
  • autotools/Makefile.am: Streamline specs generation with other tools.
  • Property mode set to 100644
File size: 438 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/common/common.am
6
7automake-rtems.spec.in: header.add $(top_builddir)/common/common.add automake.add
8        cat $^ > $@
9CLEANFILES = automake-rtems.spec.in
10RPM_SPECS_DATA = automake-rtems.spec
11
12autoconf-rtems.spec.in: header.add $(top_builddir)/common/common.add autoconf.add
13        cat $^ > $@
14CLEANFILES += autoconf-rtems.spec.in
15RPM_SPECS_DATA += autoconf-rtems.spec
16
17include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.