summaryrefslogtreecommitdiffstats
path: root/doc/rgdb_specs/Makefile.am
blob: 5891ea8625b262678e5b025f1afd47660e8f932b (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
#
#  COPYRIGHT (c) 1988-1999.
#  On-Line Applications Research Corporation (OAR).
#  All rights reserved.
#
#  $Id$
#

AUTOMAKE_OPTIONS = foreign 1.4

PROJECT = rgdb_specs
EDITION = 1

include $(top_srcdir)/project.am

GENERATED_FILES = intro.texi revision.texi objectives.texi gdbinternals.texi \
    interfacing.texi comm.texi daemon.texi conclusion.texi
COMMON_FILES = $(top_srcdir)/common/setup.texi $(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
#

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

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

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

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

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

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

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

$(srcdir)/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 = *.t $(noinst_DATA) $(JPEG_FILES)