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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [porting/] [Makefile.am] - Blame information for rev 1765

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:08 joel Exp
7
#
8
 
9
 
10
PROJECT = porting
11
EDITION = 1
12
 
13
include $(top_srcdir)/project.am
14
include $(top_srcdir)/main.am
15
 
16
FILES = preface.texi developtools.texi sourcecode.texi cpumodels.texi \
17
    cpuinit.texi interrupts.texi taskcontext.texi idlethread.texi \
18
    prioritybitmap.texi codetuning.texi miscellaneous.texi
19
 
20
GENERATED_FILES = developtools.texi sourcecode.texi cpumodels.texi \
21
    cpuinit.texi interrupts.texi taskcontext.texi idlethread.texi \
22
    prioritybitmap.texi codetuning.texi miscellaneous.texi
23
 
24
COMMON_FILES = $(top_srcdir)/common/setup.texi \
25
    $(top_srcdir)/common/cpright.texi
26
 
27
info_TEXINFOS = porting.texi
28
porting_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
29
 
30
$(srcdir)/developtools.texi: developtools.t
31
        $(BMENU2) -p "Preface" \
32
            -u "Top" \
33
            -n "Source Code Organization" < $< > $@
34
 
35
$(srcdir)/sourcecode.texi: sourcecode.t
36
        $(BMENU2) -p "Development Tools" \
37
            -u "Top" \
38
            -n "CPU Model Variations" < $< > $@
39
 
40
$(srcdir)/cpumodels.texi: cpumodels.t
41
        $(BMENU2) -p "Source Code Organization Introduction" \
42
            -u "Top" \
43
            -n "CPU Initialization" < $< > $@
44
 
45
$(srcdir)/cpuinit.texi: cpuinit.t
46
        $(BMENU2) -p "CPU Model Variations Coding Issues" \
47
            -u "Top" \
48
            -n "Interrupts" < $< > $@
49
 
50
$(srcdir)/interrupts.texi: interrupts.t
51
        $(BMENU2) -p "CPU Initialization Initializing the CPU" \
52
            -u "Top" \
53
            -n "Task Context Management" < $< > $@
54
 
55
$(srcdir)/taskcontext.texi: taskcontext.t
56
        $(BMENU2) -p "Interrupts Pointer to _Thread_Dispatch Routine" \
57
            -u "Top" \
58
            -n "IDLE Thread" < $< > $@
59
 
60
$(srcdir)/idlethread.texi: idlethread.t
61
        $(BMENU2) -p "Task Context Management Restoring a Floating Point Context" \
62
            -u "Top" \
63
            -n "Priority Bitmap Manipulation" < $< > $@
64
 
65
$(srcdir)/prioritybitmap.texi: prioritybitmap.t
66
        $(BMENU2) -p "IDLE Thread Idle Thread Body" \
67
            -u "Top" \
68
            -n "Code Tuning Parameters" < $< > $@
69
 
70
$(srcdir)/codetuning.texi: codetuning.t
71
        $(BMENU2) -p "Priority Bitmap Manipulation Bit Scan Support" \
72
            -u "Top" \
73
            -n "Miscellaneous" < $< > $@
74
 
75
$(srcdir)/miscellaneous.texi: miscellaneous.t
76
        $(BMENU2) -p "Code Tuning Parameters Partition Element Alignment" \
77
            -u "Top" \
78
            -n "Command and Variable Index" < $< > $@
79
 
80
EXTRA_DIST = codetuning.t cpuinit.t cpumodels.t developtools.t idlethread.t \
81
    interrupts.t miscellaneous.t prioritybitmap.t sourcecode.t taskcontext.t

powered by: WebSVN 2.1.0

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