source: rtems/Makefile.am @ 3a96054

4.104.114.84.95
Last change on this file since 3a96054 was 96344c8, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/99 at 13:49:04

Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@…>
which (among other things) converted the mptests to automake.

SUB_DIRS was used instead of SUBDIRS in some Makefile.ins
(apparently a leftover from moving the start* directories)

Addtional major bugs:

  • psxtests/include was empty (incomplete psxtests changes).
  • bogus handling of *.scn in itrontests (screens/sptests vs. screens/itrontests installation dirs)

In addition I have added a few more changes (I couldn't resist)

  • automake support for itrontests
  • OPERATION_COUNT support in tmitrontests/
  • automake support for tmitrontests
  • automake suppport for mptests
  • Some (minor) corrections to several configure.in/Makefile.ams

=> c/src/tests/ is completly under automake control, now.
=> we could start to sort out the structural issues with c/src/tests

(tests/support, stubdr, tools, get "make dist" working)

  • 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-cpu.m4 \
27aclocal/check-cxx.m4 \
28aclocal/check-files-in.m4 \
29aclocal/check-itron.m4 \
30aclocal/check-makefile.m4 \
31aclocal/check-multiprocessing.m4 \
32aclocal/check-networking.m4 \
33aclocal/check-newlib.m4 \
34aclocal/check-posix.m4 \
35aclocal/check-rdbg.m4 \
36aclocal/enable-bare.m4 \
37aclocal/enable-cxx.m4 \
38aclocal/enable-gcc28.m4 \
39aclocal/enable-hwapi.m4 \
40aclocal/enable-inlines.m4 \
41aclocal/enable-itron.m4 \
42aclocal/enable-libcdir.m4 \
43aclocal/enable-multiprocessing.m4 \
44aclocal/enable-networking.m4 \
45aclocal/enable-posix.m4 \
46aclocal/enable-rdbg.m4 \
47aclocal/enable-rtemsbsp.m4 \
48aclocal/enable-tests.m4 \
49aclocal/gcc-pipe.m4 \
50aclocal/gcc-specs.m4 \
51aclocal/i386-gas-code16.m4 \
52aclocal/path-ksh.m4 \
53aclocal/path-perl.m4 \
54aclocal/prog-cc.m4 \
55aclocal/prog-cxx.m4 \
56aclocal/project-root.m4 \
57aclocal/rtems-top.m4 \
58aclocal/sysv-ipc.m4 \
59aclocal/target.m4 \
60aclocal/tool-paths.m4 \
61aclocal/tool-prefix.m4
62
63noinst_SCRIPTS = \
64bootstrap
65
66EXTRA_DIST = \
67$(AUTOMAKE_FILES) \
68$(ACLOCAL_FILES) \
69README.configure \
70SUPPORT \
71VERSION \
72LICENSE \
73$(noinst_SCRIPTS)
74
75$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(ACLOCAL_FILES)
76
77include $(top_srcdir)/automake/subdirs.am
78include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.