source: rtems/doc/user/Makefile @ 13fb305

4.104.114.84.95
Last change on this file since 13fb305 was 13fb305, checked in by Joel Sherrill <joel.sherrill@…>, on 10/06/99 at 17:50:07

Enabled images. They appear to work ok for PostScript? but not as well
for PDF -- at least according to ghostview.

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