source: rtems/doc/rtems_gdb/Makefile.am @ 3ebc6dc

4.104.114.84.95
Last change on this file since 3ebc6dc was 3ebc6dc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/03 at 11:24:58

2003-01-24 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Put GENERATED_FILES into $builddir.
  • Property mode set to 100644
File size: 1.3 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9
10PROJECT = rtems_gdb
11EDITION = 1
12
13include $(top_srcdir)/project.am
14include $(top_srcdir)/main.am
15
16GENERATED_FILES = intro.texi swarch.texi started.texi commands.texi \
17    trouble.texi example.texi
18
19COMMON_FILES = $(top_srcdir)/common/setup.texi \
20    $(top_srcdir)/common/cpright.texi
21
22FILES =
23
24info_TEXINFOS = rtems_gdb.texi
25rtems_gdb_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
26
27#
28#  Process Automatically Generated Files
29#
30
31intro.texi: intro.t
32        $(BMENU2) -p "Top" \
33            -u "Top" \
34            -n "Software Architecture" < $< > $@
35
36swarch.texi: swarch.t
37        $(BMENU2) -p "Introduction" \
38            -u "Top" \
39            -n "Getting Started" < $< > $@
40
41started.texi: started.t
42        $(BMENU2) -p "Software Architecture" \
43            -u "Top" \
44            -n "Commands" < $< > $@
45
46commands.texi: commands.t
47        $(BMENU2) -p "Getting Started Attaching To The System" \
48            -u "Top" \
49            -n "Troubleshooting" < $< > $@
50
51trouble.texi: trouble.t
52        $(BMENU2) -p "Commands Thread control" \
53            -u "Top" \
54            -n "Debug Session Example" < $< > $@
55
56example.texi: example.t
57        $(BMENU2) -p "Troubleshooting Debug server not present" \
58            -u "Top" \
59            -n "" < $< > $@
60
61EXTRA_DIST = commands.t example.t intro.t started.t swarch.t trouble.t
Note: See TracBrowser for help on using the repository browser.