summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-09 13:21:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-09 13:21:24 +0000
commit5d850287011955ee00514cbf2e376c1d98de4ecd (patch)
tree0ce7b4595adf1393e4215bd826689ec4476be2fa /scripts/Makefile.am
parent2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5d850287011955ee00514cbf2e376c1d98de4ecd.tar.bz2
2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am5
1 files changed, 5 insertions, 0 deletions
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