source: rtems/scripts/Makefile.am @ 4d327517

4.104.114.84.95
Last change on this file since 4d327517 was 4d327517, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/20/04 at 01:40:59

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

  • Makefile.am, gdb/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 849 bytes
RevLine 
[4c46630]1##
2## $Id$
3##
4
[620c972]5ACLOCAL_AMFLAGS = -I ../aclocal
[10629f7]6
[5333511]7SUBDIRS = . binutils gcc3newlib gdb rtems autotools cpukit
[2eb3fdaa]8SUBDIRS += rtemsdoc
[10629f7]9
[4d327517]10noinst_SCRIPTS = setup buildall buildalltar mkbspspec mkrpms mkspec
[10629f7]11
[087a6c86]12noinst_DATA = setup.def
[10629f7]13
[df49c60]14EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS)
[10629f7]15
[087a6c86]16CONFIG_STATUS_DEPENDENCIES = setup.cache
[10629f7]17setup.cache: setup.def
18        cp setup.def $@
19
[beabcaf9]20rtems_source_spec_DEPS = common/common.add rtems/rtems-source.add \
21    common/clean.add
[5d85028]22noinst_DATA += rtems/rtems-source.spec
[beabcaf9]23rtems/rtems-source.spec: $(rtems_source_spec_DEPS)
24        cat $(rtems_source_spec_DEPS) | sed \
25        -e 's,[@]rtems_version[@],$(RTEMS_VERSION),g' \
26        -e 's,[@]RTEMS_RPM_RELEASE[@],$(RTEMS_RPM_RELEASE),g' > $@
27
28CLEANFILES = rtems/rtems-source.spec
29
30DISTCLEANFILES = setup.cache
[5d85028]31
[df49c60]32include $(top_srcdir)/../automake/subdirs.am
33include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.