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

4.104.114.84.95
Last change on this file since 4c46630 was 4c46630, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/00 at 15:15:10

Patch rtems-rc-20000118-1.diff from Ralf Corsepius <corsepiu@…>
that contains:

  • cleanups to configuration files
  • A reworked gccnewlib.spec.in: I have reformated it for enhanced readability and added more rtems-base packages. It now should be free of any installation conflicts (If there still remain some, they should be regarded as bugs).
  • A fix to the bin2boot RTEMS_BSP issue (make RTEMS_BSP="pc386 pc486" now works).
  • removes libbsp/bare/wrapup
  • Further cleanups
  • Property mode set to 100644
File size: 410 bytes
RevLine 
[4c46630]1##
2## $Id$
3##
4
[10629f7]5AUTOMAKE_OPTIONS = foreign
6
[2f23359]7SUBDIRS = . binutils gccnewlib gdb rtems
[10629f7]8
9noinst_SCRIPTS = \
10setup \
11buildall \
12mkbinutilspec \
13mkbspspec \
14mkgccnewlibspec \
15mkgdbspec \
16mkrpms \
[e4b4a771]17mkspec
[10629f7]18
[e4b4a771]19TEMPLATES =
[10629f7]20
21noinst_DATA = \
22setup.def $(TEMPLATES)
23
24EXTRA_DIST = \
25$(noinst_DATA) \
26$(noinst_SCRIPTS)
27
28CONFIGURE_DEPENDENCIES = setup.cache
29setup.cache: setup.def
30        cp setup.def $@
31
32DISTCLEANFILES = setup.cache
Note: See TracBrowser for help on using the repository browser.