source: rtems/doc/rtems_gdb/Makefile.am @ 6c5ecae3

4.104.114.84.95
Last change on this file since 6c5ecae3 was 6c5ecae3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:10:10

2003-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Cosmetics.
  • 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
9PROJECT = rtems_gdb
10EDITION = 1
11
12include $(top_srcdir)/project.am
13include $(top_srcdir)/main.am
14
15GENERATED_FILES = intro.texi swarch.texi started.texi commands.texi \
16    trouble.texi example.texi
17
18COMMON_FILES += $(top_srcdir)/common/cpright.texi
19
20FILES =
21
22info_TEXINFOS = rtems_gdb.texi
23rtems_gdb_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
24
25#
26#  Process Automatically Generated Files
27#
28
29intro.texi: intro.t
30        $(BMENU2) -p "Top" \
31            -u "Top" \
32            -n "Software Architecture" < $< > $@
33
34swarch.texi: swarch.t
35        $(BMENU2) -p "Introduction" \
36            -u "Top" \
37            -n "Getting Started" < $< > $@
38
39started.texi: started.t
40        $(BMENU2) -p "Software Architecture" \
41            -u "Top" \
42            -n "Commands" < $< > $@
43
44commands.texi: commands.t
45        $(BMENU2) -p "Getting Started Attaching To The System" \
46            -u "Top" \
47            -n "Troubleshooting" < $< > $@
48
49trouble.texi: trouble.t
50        $(BMENU2) -p "Commands Thread control" \
51            -u "Top" \
52            -n "Debug Session Example" < $< > $@
53
54example.texi: example.t
55        $(BMENU2) -p "Troubleshooting Debug server not present" \
56            -u "Top" \
57            -n "" < $< > $@
58
59EXTRA_DIST = commands.t example.t intro.t started.t swarch.t trouble.t
60
61CLEANFILES += rtems_gdb.info
Note: See TracBrowser for help on using the repository browser.