source: rtems/doc/started_ada/Makefile.am @ 5f76c90

4.104.114.84.95
Last change on this file since 5f76c90 was 81653981, checked in by Joel Sherrill <joel.sherrill@…>, on 01/18/02 at 15:10:35

2002-01-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: include main.am, require automake-1.5.
  • Property mode set to 100644
File size: 1.5 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9AUTOMAKE_OPTIONS = foreign 1.5
10
11PROJECT = started_ada
12EDITION = 1
13
14include $(top_srcdir)/project.am
15include $(top_srcdir)/main.am
16
17GENERATED_FILES = buildada.texi buildrt.texi gdb.texi intro.texi \
18    require.texi sample.texi
19
20COMMON_FILES = $(top_srcdir)/common/setup.texi \
21    $(top_srcdir)/common/cpright.texi
22
23FILES = tversions.texi
24
25info_TEXINFOS = started_ada.texi
26started_ada_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
27
28$(srcdir)/intro.texi: intro.t tversions.texi
29        $(BMENU2) -c -p "Top" \
30            -u "Top" \
31            -n "Requirements" < $< > $@
32
33$(srcdir)/require.texi: require.t tversions.texi
34        $(BMENU2) -c -p "GNAT Chat Mailing List" \
35            -u "Top" \
36            -n "Building the GNAT Cross Compiler Toolset" < $< > $@
37
38$(srcdir)/buildada.texi: buildada.t tversions.texi
39        $(BMENU2) -c -p "Insure GCC and GNAT Environment Variables Are Not Set" \
40            -u "Top" \
41            -n "Building RTEMS" < $< > $@
42
43$(srcdir)/buildrt.texi: ../started/buildrt.t tversions.texi
44        $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \
45            -u "Top" \
46            -n "Building the Sample Application" < $< > $@
47
48$(srcdir)/sample.texi: sample.t tversions.texi
49        $(BMENU2) -c -p "Using the bit_rtems Script" \
50            -u "Top" \
51            -n "Building the GNU Debugger" < $< > $@
52
53$(srcdir)/gdb.texi: gdb.t tversions.texi
54        $(BMENU2) -c -p "Application Executable" \
55            -u "Top" \
56            -n "" < $< > $@
57
58EXTRA_DIST = buildada.t gdb.t intro.t require.t sample.t
Note: See TracBrowser for help on using the repository browser.