source: rtems/doc/rgdb_specs/Makefile.am @ bcdaffd

4.104.114.84.95
Last change on this file since bcdaffd was bcdaffd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/22/03 at 09:10:42

2003-09-22 Ralf Corsepius <corsepiu@…>

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