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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rtems-20020807/] [doc/] [rtems_gdb/] [Makefile.am] - Blame information for rev 1782

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

powered by: WebSVN 2.1.0

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