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

4.104.114.84.95
Last change on this file since 6449498 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
RevLine 
[2ba8875]1#
[6449498]2#  COPYRIGHT (c) 1988-2002.
[2ba8875]3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
[fc76a6aa]9AUTOMAKE_OPTIONS = foreign 1.4
[2ba8875]10
[fc76a6aa]11PROJECT = rgdb_specs
12EDITION = 1
[2ba8875]13
14include $(top_srcdir)/project.am
15
[fc76a6aa]16GENERATED_FILES = intro.texi revision.texi objectives.texi gdbinternals.texi \
[2ba8875]17    interfacing.texi comm.texi daemon.texi conclusion.texi
[110445c]18COMMON_FILES = $(top_srcdir)/common/setup.texi \
19    $(top_srcdir)/common/cpright.texi
[2ba8875]20
[fc76a6aa]21FILES =
[2ba8875]22
23info_TEXINFOS = rgdb_specs.texi
[fc76a6aa]24rgdb_specs_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
[2ba8875]25
26JPEG_FILES = layers.jpg process.jpg seqinit.jpg seqbreak.jpg seqdetach.jpg
27
[fdbfff18]28PDF_IMAGES = layers.pdf process.pdf seqdetach.pdf seqbreak.pdf seqinit.pdf
29
[2ba8875]30if USE_HTML
31html_project_DATA += $(JPEG_FILES)
32endif
33
34#
35#  Process Automatically Generated Files
36#
37
[fc76a6aa]38$(srcdir)/intro.texi: intro.t
39        $(BMENU2) -c -p "Top" \
[2ba8875]40            -u "Top" \
[fc76a6aa]41            -n "Document Revision History" < $< > $@
[2ba8875]42
[fc76a6aa]43$(srcdir)/revision.texi: revision.t
44        $(BMENU2) -c -p "Introduction" \
[2ba8875]45            -u "Top" \
[fc76a6aa]46            -n "Objectives" < $< > $@
[2ba8875]47
[fc76a6aa]48$(srcdir)/objectives.texi: objectives.t
49        $(BMENU2) -c -p "Document Revision History" \
[2ba8875]50            -u "Top" \
[fc76a6aa]51            -n "A Rapid Tour of GDB Internals" < $< > $@
[2ba8875]52
[fc76a6aa]53$(srcdir)/gdbinternals.texi: gdbinternals.t
54        $(BMENU2) -c -p "Implied Restrictions" \
[2ba8875]55            -u "Top" \
[fc76a6aa]56            -n "Interfacing GDB with RTEMS as a Target" < $< > $@
[2ba8875]57
[fc76a6aa]58$(srcdir)/interfacing.texi: interfacing.t
59        $(BMENU2) -c -p "A Rapid Tour of GDB Internals" \
[2ba8875]60            -u "Top" \
[fc76a6aa]61            -n "Communication with GDB" < $< > $@
[2ba8875]62
[fc76a6aa]63$(srcdir)/comm.texi: comm.t
64        $(BMENU2) -c -p "Interfacing GDB with RTEMS as a Target" \
[2ba8875]65            -u "Top" \
[fc76a6aa]66            -n "RTEMS Debugger Server Daemon" < $< > $@
[2ba8875]67
[fc76a6aa]68$(srcdir)/daemon.texi: daemon.t
69        $(BMENU2) -c -p "Communication with GDB" \
[2ba8875]70            -u "Top" \
[fc76a6aa]71            -n "Conclusion" < $< > $@
[2ba8875]72
[fc76a6aa]73$(srcdir)/conclusion.texi: conclusion.t
74        $(BMENU2) -c -p "Output of a Debug Session with the Prototype" \
[2ba8875]75            -u "Top" \
[fc76a6aa]76            -n "" < $< > $@
77
78noinst_DATA = layers.eps process.eps seqdetach.eps seqbreak.eps seqinit.eps
[2ba8875]79
[110445c]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.