source: rtems/Makefile.am @ 7068e246

4.104.114.84.95
Last change on this file since 7068e246 was 4090ebe, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/99 at 13:25:00

Patch rtems-rc-19991123-rc-3.diff from Ralf Corsepius
<corsepiu@…>:

The patch below provides

  • automake support for score/cpu/powerpc
  • The hack to propagate values from *.cfg to automake configuration
  • A fix for librdbg/powerpc/mcp750/Makefile.am (Was completely corrupted before)
  • Fixes some files which apparently where missing in rtems-rc-19991123-rc-2.diff
  • some minor configuration related patches

To apply:

rm -rf ./c/src/exec/score/cpu/powerpc/wrap
patch -p1 < rtems-rc-19991123-rc-3.diff

Attention:

c/src/exec/score/cpu/[configure.in|aclocal.m4|configure] should be
removed after applying the patch.

Modifications had been made to the score/cpu/powerpc directory after
the snapshot this was based on. In particular, the mpc750 and
other_cpu directories had been renamed to new_exception_processing
and old_exception_processing. After this patch was applied, modifications
were made to account for this.

  • Property mode set to 100644
File size: 1.7 KB
Line 
1#
2# top level directory for RTEMS build tree
3#
4## The target's toplevel Makefile now is in c/src
5##
6## $Id$
7##
8
9AUTOMAKE_OPTIONS = foreign 1.4
10ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
11
12SUBDIRS = doc make tools @TARGET_SUBDIRS@
13
14AUTOMAKE_FILES = \
15automake/subdirs.am \
16automake/local.am \
17automake/lib.am
18
19ACLOCAL_FILES += \
20aclocal/ar-s.m4 \
21aclocal/bsp-alias.m4 \
22aclocal/canonical-host.m4 \
23aclocal/canonical-target-name.m4 \
24aclocal/canonicalize-tools.m4 \
25aclocal/check-bsps.m4 \
26aclocal/check-bsp-cache.m4 \
27aclocal/check-cpu.m4 \
28aclocal/check-cxx.m4 \
29aclocal/check-files-in.m4 \
30aclocal/check-itron.m4 \
31aclocal/check-makefile.m4 \
32aclocal/check-multiprocessing.m4 \
33aclocal/check-networking.m4 \
34aclocal/check-newlib.m4 \
35aclocal/check-posix.m4 \
36aclocal/check-rdbg.m4 \
37aclocal/enable-bare.m4 \
38aclocal/enable-cxx.m4 \
39aclocal/enable-gcc28.m4 \
40aclocal/enable-hwapi.m4 \
41aclocal/enable-inlines.m4 \
42aclocal/enable-itron.m4 \
43aclocal/enable-libcdir.m4 \
44aclocal/enable-multiprocessing.m4 \
45aclocal/enable-networking.m4 \
46aclocal/enable-posix.m4 \
47aclocal/enable-rdbg.m4 \
48aclocal/enable-rtemsbsp.m4 \
49aclocal/enable-tests.m4 \
50aclocal/gcc-pipe.m4 \
51aclocal/gcc-specs.m4 \
52aclocal/i386-gas-code16.m4 \
53aclocal/path-ksh.m4 \
54aclocal/path-perl.m4 \
55aclocal/prog-cc.m4 \
56aclocal/prog-cxx.m4 \
57aclocal/project-root.m4 \
58aclocal/rtems-top.m4 \
59aclocal/sysv-ipc.m4 \
60aclocal/target.m4 \
61aclocal/tool-paths.m4 \
62aclocal/tool-prefix.m4
63
64noinst_SCRIPTS = \
65bootstrap
66
67EXTRA_DIST = \
68$(AUTOMAKE_FILES) \
69$(ACLOCAL_FILES) \
70README.configure \
71SUPPORT \
72VERSION \
73LICENSE \
74$(noinst_SCRIPTS)
75
76$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(ACLOCAL_FILES)
77
78include $(top_srcdir)/automake/subdirs.am
79include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.