OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [rgdb_specs/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
#
2
#  COPYRIGHT (c) 1988-2002.
3
#  On-Line Applications Research Corporation (OAR).
4
#  All rights reserved.
5
#
6
#  Makefile.am,v 1.7 2002/03/28 00:53:21 joel Exp
7
#
8
 
9
 
10
PROJECT = rgdb_specs
11
EDITION = 1
12
 
13
include $(top_srcdir)/project.am
14
include $(top_srcdir)/main.am
15
 
16
GENERATED_FILES = intro.texi revision.texi objectives.texi gdbinternals.texi \
17
    interfacing.texi comm.texi daemon.texi conclusion.texi
18
COMMON_FILES = $(top_srcdir)/common/setup.texi \
19
    $(top_srcdir)/common/cpright.texi
20
 
21
FILES =
22
 
23
info_TEXINFOS = rgdb_specs.texi
24
rgdb_specs_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
25
 
26
JPEG_FILES = layers.jpg process.jpg seqinit.jpg seqbreak.jpg seqdetach.jpg
27
 
28
PDF_IMAGES = layers.pdf process.pdf seqdetach.pdf seqbreak.pdf seqinit.pdf
29
 
30
if USE_HTML
31
html_project_DATA += $(JPEG_FILES)
32
endif
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
 
78
noinst_DATA = layers.eps process.eps seqdetach.eps seqbreak.eps seqinit.eps
79
 
80
EXTRA_DIST = comm.t conclusion.t daemon.t gdbinternals.t interfacing.t \
81
    intro.t objectives.t revision.t $(noinst_DATA) $(JPEG_FILES)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.