source: rtems/doc/user/Makefile.am @ 9847d61d

4.115
Last change on this file since 9847d61d was 9847d61d, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:58:25

Remove CVS-Ids.

  • Property mode set to 100644
File size: 5.9 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2011
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5
6PROJECT = c_user
7
8include $(top_srcdir)/project.am
9include $(top_srcdir)/main.am
10
11FILES = bsp.texi dirstat.texi example.texi glossary.texi preface.texi
12
13GENERATED_FILES = overview.texi concepts.texi datatypes.texi init.texi \
14    task.texi intr.texi clock.texi timer.texi sem.texi msg.texi event.texi \
15    signal.texi part.texi region.texi dpmem.texi io.texi fatal.texi \
16    schedule.texi rtmon.texi barrier.texi bsp.texi userext.texi conf.texi \
17    mp.texi stackchk.texi cpuuse.texi object.texi chains.texi cbs.texi
18
19COMMON_FILES += $(top_srcdir)/common/cpright.texi
20
21info_TEXINFOS = c_user.texi
22c_user_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
23
24TXT_FILES = rtemsarc.txt rtemspie.txt states.txt
25
26PNG_FILES = rtemsarc.png rtemspie.png states.png ObjectId-32Bits.png \
27    ObjectId-16Bits.png semaphore_attributes.png
28
29EPS_IMAGES = rtemspie.eps states.eps ObjectId-32Bits.eps \
30    ObjectId-32Bits.eps semaphore_attributes.eps
31$(PROJECT).dvi: $(EPS_IMAGES)
32
33PDF_IMAGES = rtemspie.pdf states.pdf ObjectId-16Bits.pdf \
34    ObjectId-32Bits.pdf semaphore_attributes.pdf
35CLEANFILES += $(PDF_IMAGES)
36
37if USE_HTML
38html_project_DATA += $(PNG_FILES)
39endif
40
41overview.texi: overview.t
42        $(BMENU2) -p "Preface" \
43            -u "Top" \
44            -n "Key Concepts" < $< > $@
45
46concepts.texi: concepts.t
47        $(BMENU2) -p "Overview Manual Organization" \
48            -u "Top" \
49            -n "RTEMS Data Types" < $< > $@
50
51datatypes.texi: datatypes.t
52        $(BMENU2) -p "Key Concepts Memory Management" \
53            -u "Top" \
54            -n "Scheduling Concepts" < $< > $@
55
56schedule.texi: schedule.t
57        $(BMENU2) -p "RTEMS Data Types List of Data Types" \
58            -u "Top" \
59            -n "Initialization Manager" < $< > $@
60
61init.texi: init.t
62        $(BMENU2) -p "Scheduling Concepts Task State Transitions" \
63            -u "Top" \
64            -n "Task Manager" < $< > $@
65
66task.texi: task.t
67        $(BMENU2) -p "Initialization Manager SHUTDOWN_EXECUTIVE - Shutdown RTEMS" \
68            -u "Top" \
69            -n "Interrupt Manager" < $< > $@
70
71intr.texi: intr.t
72        $(BMENU2) -p "Task Manager TASK_VARIABLE_DELETE - Remove per task variable" \
73            -u "Top" \
74            -n "Clock Manager" < $< > $@
75
76clock.texi: clock.t
77        $(BMENU2) \
78         -p "Interrupt Manager INTERRUPT_IS_IN_PROGRESS - Is an ISR in Progress" \
79            -u "Top" \
80            -n "Timer Manager" < $< > $@
81
82timer.texi: timer.t
83        $(BMENU2) -p "Clock Manager CLOCK_TICK - Announce a clock tick" \
84            -u "Top" \
85            -n "Rate Monotonic Manager" < $< > $@
86
87rtmon.texi: rtmon.t
88        $(BMENU2) -p "Timer Manager TIMER_RESET - Reset an interval timer" \
89            -u "Top" \
90            -n "Semaphore Manager" < $< > $@
91
92sem.texi: sem.t
93        $(BMENU2) -p "Rate Monotonic Manager RATE_MONOTONIC_REPORT_STATISTICS - Print period statistics report" \
94            -u "Top" \
95            -n "Barrier Manager" < $< > $@
96
97barrier.texi: barrier.t
98        $(BMENU2) -p "Semaphore Manager SEMAPHORE_FLUSH - Unblock all tasks waiting on a semaphore" \
99            -u "Top" \
100            -n "Message Manager" < $< > $@
101
102msg.texi: msg.t
103        $(BMENU2) -p "Barrier Manager BARRIER_RELEASE - Release a barrier" \
104            -u "Top" \
105            -n "Event Manager" < $< > $@
106
107event.texi: event.t
108        $(BMENU2) \
109        -p "Message Manager MESSAGE_QUEUE_FLUSH - Flush all messages on a queue" \
110            -u "Top" \
111            -n "Signal Manager" < $< > $@
112
113signal.texi: signal.t
114        $(BMENU2) -p "Event Manager EVENT_RECEIVE - Receive event condition" \
115            -u "Top" \
116            -n "Partition Manager" < $< > $@
117
118part.texi: part.t
119        $(BMENU2) -p "Signal Manager SIGNAL_SEND - Send signal set to a task" \
120            -u "Top" \
121            -n "Region Manager" < $< > $@
122
123region.texi: region.t
124        $(BMENU2) \
125-p "Partition Manager PARTITION_RETURN_BUFFER - Return buffer to a partition" \
126            -u "Top" \
127            -n "Dual-Ported Memory Manager" < $< > $@
128
129dpmem.texi: dpmem.t
130        $(BMENU2) \
131          -p "Region Manager REGION_RESIZE_SEGMENT - Change size of a segment" \
132            -u "Top" \
133            -n "I/O Manager" < $< > $@
134
135io.texi: io.t
136        $(BMENU2) -p "Dual-Ported Memory Manager PORT_INTERNAL_TO_EXTERNAL - Convert internal to external address" \
137            -u "Top" \
138            -n "Fatal Error Manager" < $< > $@
139
140fatal.texi: fatal.t
141        $(BMENU2) -p "I/O Manager IO_CONTROL - Special device services" \
142            -u "Top" \
143            -n "Board Support Packages" < $< > $@
144
145bsp.texi: bsp.t
146        $(BMENU2) -p "Fatal Error Manager FATAL_ERROR_OCCURRED - Invoke the fatal error handler" \
147            -u "Top" \
148            -n "User Extensions Manager" < $< > $@
149
150userext.texi: userext.t
151        $(BMENU2) -p "Board Support Packages Heterogeneous Systems" \
152            -u "Top" \
153            -n "Configuring a System" < $< > $@
154
155conf.texi: conf.t
156        $(BMENU2) -p "User Extensions Manager EXTENSION_DELETE - Delete a extension set" \
157            -u "Top" \
158            -n "Multiprocessing Manager" < $< > $@
159
160mp.texi: mp.t
161        $(BMENU2) -p "Configuring a System Unlimited Objects" \
162            -u "Top" \
163            -n "Stack Bounds Checker" < $< > $@
164
165stackchk.texi: stackchk.t
166        $(BMENU2) -p "Multiprocessing Manager MULTIPROCESSING_ANNOUNCE - Announce the arrival of a packet" \
167            -u "Top" \
168            -n "CPU Usage Statistics" < $< > $@
169
170cpuuse.texi: cpuuse.t
171        $(BMENU2) -p "Stack Bounds Checker STACK_CHECKER_REPORT_USAGE - Report Task Stack Usage" \
172            -u "Top" \
173            -n "Object Services" < $< > $@
174
175object.texi: object.t
176        $(BMENU2) -p "CPU Usage Statistics cpu_usage_reset - Reset CPU Usage Statistics" \
177            -u "Top" \
178            -n "Chains" < $< > $@
179
180chains.texi: chains.t
181        $(BMENU2) -p "Object Services OBJECT_GET_CLASS_INFORMATION - Obtain Class Information" \
182            -u "Top" \
183            -n "Constant Bandwidth Server Scheduler API" < $< > $@
184
185cbs.texi: cbs.t
186        $(BMENU2) -p "Chains Prepend a Node" \
187            -u "Top" \
188            -n "Directive Status Codes" < $< > $@
189
190EXTRA_DIST = bsp.t cbs.t clock.t chains.t concepts.t cpuuse.t datatypes.t conf.t \
191    dpmem.t event.t fatal.t init.t intr.t io.t mp.t msg.t overview.t \
192    part.t region.t rtmon.t sem.t schedule.t signal.t stackchk.t \
193    task.t timer.t userext.t $(TXT_FILES) $(PNG_FILES) $(EPS_IMAGES) \
194    $(noinst_DATA)
195
196CLEANFILES += c_user.info c_user.info-? c_user.info-??
Note: See TracBrowser for help on using the repository browser.