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

4.104.114.84.95
Last change on this file since 6c5ecae3 was 6c5ecae3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:10:10

2003-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Cosmetics.
  • 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
9PROJECT = started_ada
10EDITION = 1
11
12include $(top_srcdir)/project.am
13include $(top_srcdir)/main.am
14
15GENERATED_FILES = buildada.texi buildrt.texi gdb.texi intro.texi \
16    require.texi sample.texi
17
18COMMON_FILES += $(top_srcdir)/common/cpright.texi
19
20FILES = tversions.texi
21
22info_TEXINFOS = started_ada.texi
23started_ada_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
24
25intro.texi: intro.t tversions.texi
26        $(BMENU2) -c -p "Top" \
27            -u "Top" \
28            -n "Requirements" < $< > $@
29
30require.texi: require.t tversions.texi
31        $(BMENU2) -c -p "GNAT Chat Mailing List" \
32            -u "Top" \
33            -n "Building the GNAT Cross Compiler Toolset" < $< > $@
34
35buildada.texi: buildada.t tversions.texi
36        $(BMENU2) -c -p "Insure GCC and GNAT Environment Variables Are Not Set" \
37            -u "Top" \
38            -n "Building RTEMS" < $< > $@
39
40buildrt.texi: $(top_srcdir)/started/buildrt.t tversions.texi
41        $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \
42            -u "Top" \
43            -n "Building the Sample Application" < $< > $@
44
45sample.texi: sample.t tversions.texi
46        $(BMENU2) -c -p "Using the RTEMS configure Script Directly" \
47            -u "Top" \
48            -n "Building the GNU Debugger" < $< > $@
49
50gdb.texi: gdb.t tversions.texi
51        $(BMENU2) -c -p "Application Executable" \
52            -u "Top" \
53            -n "" < $< > $@
54
55EXTRA_DIST = buildada.t gdb.t intro.t require.t sample.t
56CLEANFILES += started_ada.info
Note: See TracBrowser for help on using the repository browser.