source: rtems/scripts/Makefile.am @ d1bcf10

Last change on this file since d1bcf10 was d1bcf10, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/04 at 13:34:14

2004-02-09 Ralf Corsepius <corsepiu@…>

  • 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.
  • Property mode set to 100644
File size: 735 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = . binutils gccnewlib gcc3newlib gdb rtems autotools cpukit
8SUBDIRS += rtemsdoc
9
10noinst_SCRIPTS = setup buildall buildalltar mkbspspec \
11    mkgccnewlibspec mkrpms mkspec
12
13noinst_DATA = setup.def
14
15EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS)
16
17CONFIG_STATUS_DEPENDENCIES = setup.cache
18setup.cache: setup.def
19        cp setup.def $@
20
21noinst_DATA += rtems/rtems-source.spec
22rtems/rtems-source.spec: common/common.add \
23    rtems/rtems-source.add \
24    common/clean.add
25        cat $^ | sed 's,[@]rtems_version[@],$(RTEMS_VERSION),g' > $@
26
27CLEANFILES = rtems/rtems-source.spec
28
29DISTCLEANFILES = setup.cache
30include $(top_srcdir)/../automake/subdirs.am
31include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.