source: rtems/make/Makefile.am @ 0ab65474

4.104.114.84.95
Last change on this file since 0ab65474 was d6c83529, checked in by Joel Sherrill <joel.sherrill@…>, on 11/16/99 at 15:48:11

Patch rtems-rc-19991105-1.diff.gz from Ralf Corsepius
<corsepiu@…> which does the following:

This is the configuration cleanup patch:

Main changes:

  • TARGET_ARCH removed
  • target.cfg.in moved to c/make/target.cfg.in (Only configured once for all BSPs of a target)
  • BARE_XXX variables appended to bsp.cfg.in
  • autogen renamed to bootstrap
  • removed stray variables from make/custom/*.cfg

To apply:

cd <source-tree>
rm c/src/make/target.cfg.in
cp autogen bootstrap
mkdir c/make
cp make/target.cfg.in c/make/target.cfg.in
rm make/target.cfg.in
rm autogen
patch -p1 < rtems-rc-19991105-1.diff

  • Property mode set to 100644
File size: 366 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7rtems_makedir=$(prefix)/make
8
9rtems_make_DATA = \
10main.cfg
11
12EXTRA_DIST = \
13README \
14directory.cfg \
15host.cfg.in \
16leaf.cfg \
17lib.cfg
18
19SUBDIRS = \
20Templates \
21custom \
22compilers
23
24## -------------------------------------------------------
25include $(top_srcdir)/automake/subdirs.am
26include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.