From 5d850287011955ee00514cbf2e376c1d98de4ecd Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 9 Feb 2004 13:21:24 +0000 Subject: 2004-02-09 Ralf Corsepius * rtems/rtems-source.add: New. * Makefile.am: Add rtems/rtems-source.spec handling. * configure.ac: AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION]). * common/common.add.in: Use www.rtems.com as Vendor. --- scripts/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/Makefile.am') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index df7332d533..b04ad1bc03 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -20,5 +20,10 @@ setup.cache: setup.def DISTCLEANFILES = setup.cache +noinst_DATA += rtems/rtems-source.spec +rtems/rtems-source.spec: $(top_builddir)/common/common.add rtems/rtems-source.add \ + $(top_builddir)/common/clean.add + cat $^ | sed 's,[@]rtems_version[@],$(RTEMS_VERSION),g' > $@ + include $(top_srcdir)/../automake/subdirs.am include $(top_srcdir)/../automake/local.am -- cgit v1.2.3