source: rtems/doc/user/Makefile @ 56061f5

4.104.114.84.95
Last change on this file since 56061f5 was 56061f5, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/98 at 16:21:08

Went back to not printing an index. makeinfo does fine if you have indices
but do not print them. texi2dvi barfs if the entries are even there.

  • Property mode set to 100644
File size: 4.8 KB
Line 
1#
2#  COPYRIGHT (c) 1988-1998.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9PROJECT=c_user
10DISTRIBUTION_LEVEL=public
11
12include ../Make.config
13
14all: html info ps
15
16dirs:
17        $(make-dirs)
18
19COMMON_FILES=../common/cpright.texi
20FILES= bsp.texi c_user.texi clock.texi concepts.texi conf.texi \
21    dirstat.texi dpmem.texi event.texi example.texi fatal.texi \
22    glossary.texi init.texi intr.texi io.texi mp.texi msg.texi overview.texi \
23    part.texi preface.texi region.texi rtmon.texi schedule.texi sem.texi \
24    signal.texi task.texi timer.texi userext.texi $(COMMON_FILES)
25
26GENERATED_FILES=overview.texi concepts.texi init.texi task.texi \
27    intr.texi clock.texi timer.texi sem.texi msg.texi \
28    event.texi signal.texi part.texi region.texi \
29    dpmem.texi io.texi fatal.texi schedule.texi rtmon.texi \
30    bsp.texi userext.texi conf.texi mp.texi
31
32INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)
33
34info: dirs c_user
35        cp $(PROJECT) $(PROJECT)-* $(INFO_INSTALL)
36
37c_user: $(FILES)
38        $(MAKEINFO) $(PROJECT).texi
39
40dvi: $(PROJECT).dvi
41ps: dirs $(PROJECT).ps
42       
43$(PROJECT).ps: $(PROJECT).dvi
44        dvips -o $(PROJECT).ps $(PROJECT).dvi
45        cp $(PROJECT).ps $(PS_INSTALL)
46
47$(PROJECT).dvi: $(FILES)
48        $(TEXI2DVI) $(PROJECT).texi
49
50html: dirs $(FILES)
51        -mkdir -p $(WWW_INSTALL)/c_user
52        cp rtemsarc.gif rtemspie.gif states.gif $(WWW_INSTALL)/c_user
53        $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
54            $(PROJECT).texi
55
56clean:
57        rm -f *.o $(PROG) *.txt core *.html
58        rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
59        rm -f c_user c_user-* _* $(GENERATED_FILES)
60
61#preface.texi: preface.t
62#       $(BMENU) -p "Top" \
63#           -u "Top" \
64#           -n "Overview" ${*}.t
65
66overview.texi: overview.t
67        $(BMENU) -p "Preface" \
68            -u "Top" \
69            -n "Key Concepts" ${*}.t
70
71concepts.texi: concepts.t
72        $(BMENU) -p "Overview Manual Organization" \
73            -u "Top" \
74            -n "Initialization Manager" ${*}.t
75
76init.texi: init.t
77        $(BMENU) -p "Key Concepts Memory Management" \
78            -u "Top" \
79            -n "Task Manager" ${*}.t
80
81task.texi: task.t
82        $(BMENU) -p "Initialization Manager SHUTDOWN_EXECUTIVE - Shutdown RTEMS" \
83            -u "Top" \
84            -n "Interrupt Manager" ${*}.t
85
86intr.texi: intr.t
87        $(BMENU) -p "Task Manager TASK_WAKE_WHEN - Wake up when specified" \
88            -u "Top" \
89            -n "Clock Manager" ${*}.t
90
91clock.texi: clock.t
92        $(BMENU) \
93         -p "Interrupt Manager INTERRUPT_IS_IN_PROGRESS - Is an ISR in Progress" \
94            -u "Top" \
95            -n "Timer Manager" ${*}.t
96
97timer.texi: timer.t
98        $(BMENU) -p "Clock Manager CLOCK_TICK - Announce a clock tick" \
99            -u "Top" \
100            -n "Semaphore Manager" ${*}.t
101
102sem.texi: sem.t
103        $(BMENU) -p "Timer Manager TIMER_RESET - Reset an interval timer" \
104            -u "Top" \
105            -n "Message Manager" ${*}.t
106
107msg.texi: msg.t
108        $(BMENU) -p "Semaphore Manager SEMAPHORE_RELEASE - Release a semaphore" \
109            -u "Top" \
110            -n "Event Manager" ${*}.t
111
112event.texi: event.t
113        $(BMENU) \
114        -p "Message Manager MESSAGE_QUEUE_FLUSH - Flush all messages on a queue" \
115            -u "Top" \
116            -n "Signal Manager" ${*}.t
117
118signal.texi: signal.t
119        $(BMENU) -p "Event Manager EVENT_RECEIVE - Receive event condition" \
120            -u "Top" \
121            -n "Partition Manager" ${*}.t
122
123part.texi: part.t
124        $(BMENU) -p "Signal Manager SIGNAL_SEND - Send signal set to a task" \
125            -u "Top" \
126            -n "Region Manager" ${*}.t
127
128region.texi: region.t
129        $(BMENU) \
130-p "Partition Manager PARTITION_RETURN_BUFFER - Return buffer to a partition" \
131            -u "Top" \
132            -n "Dual-Ported Memory Manager" ${*}.t
133
134dpmem.texi: dpmem.t
135        $(BMENU) \
136          -p "Region Manager REGION_GET_SEGMENT_SIZE - Obtain size of a segment" \
137            -u "Top" \
138            -n "I/O Manager" ${*}.t
139
140io.texi: io.t
141        $(BMENU) -p "Dual-Ported Memory Manager PORT_INTERNAL_TO_EXTERNAL - Convert internal to external address" \
142            -u "Top" \
143            -n "Fatal Error Manager" ${*}.t
144
145fatal.texi: fatal.t
146        $(BMENU) -p "I/O Manager IO_CONTROL - Special device services" \
147            -u "Top" \
148            -n "Scheduling Concepts" ${*}.t
149
150schedule.texi: schedule.t
151        $(BMENU) \
152-p "Fatal Error Manager FATAL_ERROR_OCCURRED - Invoke the fatal error handler" \
153            -u "Top" \
154            -n "Rate Monotonic Manager" ${*}.t
155
156rtmon.texi: rtmon.t
157        $(BMENU) -p "Scheduling Concepts Task State Transitions" \
158            -u "Top" \
159            -n "Board Support Packages" ${*}.t
160
161bsp.texi: bsp.t
162        $(BMENU) -p "Rate Monotonic Manager RATE_MONOTONIC_GET_STATUS - Obtain status information on period" \
163            -u "Top" \
164            -n "User Extensions Manager" ${*}.t
165
166userext.texi: userext.t
167        $(BMENU) -p "Board Support Packages Heterogeneous Systems" \
168            -u "Top" \
169            -n "Configuring a System" ${*}.t
170
171conf.texi: conf.t
172        $(BMENU) -p "User Extensions Manager EXTENSION_DELETE - Delete a extension set" \
173            -u "Top" \
174            -n "Multiprocessing Manager" ${*}.t
175
176mp.texi: mp.t
177        $(BMENU) -p "Configuring a System Sizing the RTEMS RAM Workspace" \
178            -u "Top" \
179            -n "Directive Status Codes" ${*}.t
180
Note: See TracBrowser for help on using the repository browser.