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

AUTOMAKE_OPTIONS = foreign

PROJECT=rtems_gdb

include $(top_srcdir)/project.am

COMMON_FILES=$(top_srcdir)/common/cpright.texi $(top_builddir)/common/setup.texi

GENERATED_FILES= \
    intro.texi swarch.texi started.texi commands.texi trouble.texi example.texi

FILES=

info_TEXINFOS = rtems_gdb.texi
rtems_gdb_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)   

#
#  Process Automatically Generated Files
#

intro.texi: intro.t
	$(BMENU) -p "Top" \
	    -u "Top" \
	    -n "Software Architecture" $<

swarch.texi: swarch.t
	$(BMENU) -p "Introduction" \
	    -u "Top" \
	    -n "Getting Started" $<

started.texi: started.t
	$(BMENU) -p "Software Architecture" \
	    -u "Top" \
	    -n "Commands" $<

commands.texi: commands.t
	$(BMENU) -p "Getting Started Attaching To The System" \
	    -u "Top" \
	    -n "Troubleshooting" $<

trouble.texi: trouble.t
	$(BMENU) -p "Commands Thread control" \
	    -u "Top" \
	    -n "Debug Session Example" $<

example.texi: example.t
	$(BMENU) -p "Troubleshooting Debug server not present" \
	    -u "Top" \
	    -n "" $<

EXTRA_DIST = *.t