source: rtems/doc/rgdb_specs/Makefile.am @ 5cd3258

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