source: rtems/doc/started_ada/Makefile.am @ 6d0a5c0

4.104.114.84.95
Last change on this file since 6d0a5c0 was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • 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.4
10
11PROJECT = started_ada
12EDITION = 1
13
14include $(top_srcdir)/project.am
15
16GENERATED_FILES = buildada.texi buildrt.texi gdb.texi intro.texi \
17    require.texi sample.texi
18
19COMMON_FILES = $(top_srcdir)/common/setup.texi \
20    $(top_srcdir)/common/cpright.texi
21
22FILES = tversions.texi
23
24info_TEXINFOS = started_ada.texi
25started_ada_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
26
27$(srcdir)/intro.texi: intro.t tversions.texi
28        $(BMENU2) -c -p "Top" \
29            -u "Top" \
30            -n "Requirements" < $< > $@
31
32$(srcdir)/require.texi: require.t tversions.texi
33        $(BMENU2) -c -p "GNAT Chat Mailing List" \
34            -u "Top" \
35            -n "Building the GNAT Cross Compiler Toolset" < $< > $@
36
37$(srcdir)/buildada.texi: buildada.t tversions.texi
38        $(BMENU2) -c -p "Insure GCC and GNAT Environment Variables Are Not Set" \
39            -u "Top" \
40            -n "Building RTEMS" < $< > $@
41
42$(srcdir)/buildrt.texi: ../started/buildrt.t tversions.texi
43        $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \
44            -u "Top" \
45            -n "Building the Sample Application" < $< > $@
46
47$(srcdir)/sample.texi: sample.t tversions.texi
48        $(BMENU2) -c -p "Using the bit_rtems Script" \
49            -u "Top" \
50            -n "Building the GNU Debugger" < $< > $@
51
52$(srcdir)/gdb.texi: gdb.t tversions.texi
53        $(BMENU2) -c -p "Application Executable" \
54            -u "Top" \
55            -n "" < $< > $@
56
57EXTRA_DIST = buildada.t gdb.t intro.t require.t sample.t
Note: See TracBrowser for help on using the repository browser.