source: rtems/doc/rgdb_specs/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: 2.0 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 = rgdb_specs
10EDITION = 1
11
12include $(top_srcdir)/project.am
13include $(top_srcdir)/main.am
14
15GENERATED_FILES = intro.texi revision.texi objectives.texi gdbinternals.texi \
16    interfacing.texi comm.texi daemon.texi conclusion.texi
17COMMON_FILES += $(top_srcdir)/common/cpright.texi
18
19FILES =
20
21info_TEXINFOS = rgdb_specs.texi
22rgdb_specs_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
23
24JPEG_FILES = layers.jpg process.jpg seqinit.jpg seqbreak.jpg seqdetach.jpg
25
26PDF_IMAGES = layers.pdf process.pdf seqdetach.pdf seqbreak.pdf seqinit.pdf
27
28if USE_HTML
29html_project_DATA += $(JPEG_FILES)
30endif
31
32#
33#  Process Automatically Generated Files
34#
35
36intro.texi: intro.t
37        $(BMENU2) -c -p "Top" \
38            -u "Top" \
39            -n "Document Revision History" < $< > $@
40
41revision.texi: revision.t
42        $(BMENU2) -c -p "Introduction" \
43            -u "Top" \
44            -n "Objectives" < $< > $@
45
46objectives.texi: objectives.t
47        $(BMENU2) -c -p "Document Revision History" \
48            -u "Top" \
49            -n "A Rapid Tour of GDB Internals" < $< > $@
50
51gdbinternals.texi: gdbinternals.t
52        $(BMENU2) -c -p "Implied Restrictions" \
53            -u "Top" \
54            -n "Interfacing GDB with RTEMS as a Target" < $< > $@
55
56interfacing.texi: interfacing.t
57        $(BMENU2) -c -p "A Rapid Tour of GDB Internals" \
58            -u "Top" \
59            -n "Communication with GDB" < $< > $@
60
61comm.texi: comm.t
62        $(BMENU2) -c -p "Interfacing GDB with RTEMS as a Target" \
63            -u "Top" \
64            -n "RTEMS Debugger Server Daemon" < $< > $@
65
66daemon.texi: daemon.t
67        $(BMENU2) -c -p "Communication with GDB" \
68            -u "Top" \
69            -n "Conclusion" < $< > $@
70
71conclusion.texi: conclusion.t
72        $(BMENU2) -c -p "Output of a Debug Session with the Prototype" \
73            -u "Top" \
74            -n "" < $< > $@
75
76noinst_DATA = layers.eps process.eps seqdetach.eps seqbreak.eps seqinit.eps
77
78EXTRA_DIST = comm.t conclusion.t daemon.t gdbinternals.t interfacing.t \
79    intro.t objectives.t revision.t $(noinst_DATA) $(JPEG_FILES)
80CLEANFILES += rgdb_specs.info
Note: See TracBrowser for help on using the repository browser.