summaryrefslogtreecommitdiffstats
path: root/doc/rgdb_specs/Makefile.am
blob: e1cee9969afc366ea5356dc41d0e06e2e5f5853d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#
#  COPYRIGHT (c) 1988-2002.
#  On-Line Applications Research Corporation (OAR).
#  All rights reserved.
#
#  $Id$
#

PROJECT = rgdb_specs
EDITION = 1

include $(top_srcdir)/project.am
include $(top_srcdir)/main.am

GENERATED_FILES = intro.texi revision.texi objectives.texi gdbinternals.texi \
    interfacing.texi comm.texi daemon.texi conclusion.texi
COMMON_FILES += $(top_srcdir)/common/cpright.texi

FILES =

info_TEXINFOS = rgdb_specs.texi
rgdb_specs_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)

JPEG_FILES = layers.jpg process.jpg seqinit.jpg seqbreak.jpg seqdetach.jpg

PDF_IMAGES = layers.pdf process.pdf seqdetach.pdf seqbreak.pdf seqinit.pdf

if USE_HTML
html_project_DATA += $(JPEG_FILES)
endif

#
#  Process Automatically Generated Files
#

intro.texi: intro.t
	$(BMENU2) -c -p "Top" \
	    -u "Top" \
	    -n "Document Revision History" < $< > $@

revision.texi: revision.t
	$(BMENU2) -c -p "Introduction" \
	    -u "Top" \
	    -n "Objectives" < $< > $@

objectives.texi: objectives.t
	$(BMENU2) -c -p "Document Revision History" \
	    -u "Top" \
	    -n "A Rapid Tour of GDB Internals" < $< > $@

gdbinternals.texi: gdbinternals.t
	$(BMENU2) -c -p "Implied Restrictions" \
	    -u "Top" \
	    -n "Interfacing GDB with RTEMS as a Target" < $< > $@

interfacing.texi: interfacing.t
	$(BMENU2) -c -p "A Rapid Tour of GDB Internals" \
	    -u "Top" \
	    -n "Communication with GDB" < $< > $@

comm.texi: comm.t
	$(BMENU2) -c -p "Interfacing GDB with RTEMS as a Target" \
	    -u "Top" \
	    -n "RTEMS Debugger Server Daemon" < $< > $@

daemon.texi: daemon.t
	$(BMENU2) -c -p "Communication with GDB" \
	    -u "Top" \
	    -n "Conclusion" < $< > $@

conclusion.texi: conclusion.t
	$(BMENU2) -c -p "Output of a Debug Session with the Prototype" \
	    -u "Top" \
	    -n "" < $< > $@

noinst_DATA = layers.eps process.eps seqdetach.eps seqbreak.eps seqinit.eps

EXTRA_DIST = comm.t conclusion.t daemon.t gdbinternals.t interfacing.t \
    intro.t objectives.t revision.t $(noinst_DATA) $(JPEG_FILES)
CLEANFILES += rgdb_specs.info