source: rtems/doc/started_ada/Makefile.am @ 50bd388

4.104.114.84.95
Last change on this file since 50bd388 was 3ebc6dc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/03 at 11:24:58

2003-01-24 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Put GENERATED_FILES into $builddir.
  • 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
9
10PROJECT = started_ada
11EDITION = 1
12
13include $(top_srcdir)/project.am
14include $(top_srcdir)/main.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
27intro.texi: intro.t tversions.texi
28        $(BMENU2) -c -p "Top" \
29            -u "Top" \
30            -n "Requirements" < $< > $@
31
32require.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
37buildada.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
42buildrt.texi: $(top_srcdir)/started/buildrt.t tversions.texi
43        $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \
44            -u "Top" \
45            -n "Building the Sample Application" < $< > $@
46
47sample.texi: sample.t tversions.texi
48        $(BMENU2) -c -p "Using the RTEMS configure Script Directly" \
49            -u "Top" \
50            -n "Building the GNU Debugger" < $< > $@
51
52gdb.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.