forked from Imagelibrary/rtems
* 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.
18 lines
438 B
Makefile
18 lines
438 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
include $(top_srcdir)/common/common.am
|
|
|
|
automake-rtems.spec.in: header.add $(top_builddir)/common/common.add automake.add
|
|
cat $^ > $@
|
|
CLEANFILES = automake-rtems.spec.in
|
|
RPM_SPECS_DATA = automake-rtems.spec
|
|
|
|
autoconf-rtems.spec.in: header.add $(top_builddir)/common/common.add autoconf.add
|
|
cat $^ > $@
|
|
CLEANFILES += autoconf-rtems.spec.in
|
|
RPM_SPECS_DATA += autoconf-rtems.spec
|
|
|
|
include $(top_srcdir)/../automake/local.am
|