source: rtems/cpukit/score/preinstall.am @ 8fcafdd5

4.115
Last change on this file since 8fcafdd5 was 8fcafdd5, checked in by Sebastian Huber <sebastian.huber@…>, on 05/21/14 at 08:33:43

score: Multiprocessor Resource Sharing Protocol

Add basic support for the Multiprocessor Resource Sharing Protocol
(MrsP).

The Multiprocessor Resource Sharing Protocol (MrsP) is defined in A.
Burns and A.J. Wellings, A Schedulability Compatible Multiprocessor
Resource Sharing Protocol - MrsP, Proceedings of the 25th Euromicro
Conference on Real-Time Systems (ECRTS 2013), July 2013. It is a
generalization of the Priority Ceiling Protocol to SMP systems. Each
MrsP semaphore uses a ceiling priority per scheduler instance. These
ceiling priorities can be specified with rtems_semaphore_set_priority().
A task obtaining or owning a MrsP semaphore will execute with the
ceiling priority for its scheduler instance as specified by the MrsP
semaphore object. Tasks waiting to get ownership of a MrsP semaphore
will not relinquish the processor voluntarily. In case the owner of a
MrsP semaphore gets preempted it can ask all tasks waiting for this
semaphore to help out and temporarily borrow the right to execute on one
of their assigned processors.

The help out feature is not implemented with this patch.

  • Property mode set to 100644
File size: 23.7 KB
Line 
1## Automatically generated by ampolish3 - Do not edit
2
3if AMPOLISH3
4$(srcdir)/preinstall.am: Makefile.am
5        $(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
6endif
7
8PREINSTALL_DIRS =
9DISTCLEANFILES += $(PREINSTALL_DIRS)
10
11all-am: $(PREINSTALL_FILES)
12
13PREINSTALL_FILES =
14CLEANFILES = $(PREINSTALL_FILES)
15
16$(PROJECT_INCLUDE)/rtems/$(dirstamp):
17        @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems
18        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
19PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
20
21$(PROJECT_INCLUDE)/rtems/debug.h: include/rtems/debug.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
22        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/debug.h
23PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/debug.h
24
25$(PROJECT_INCLUDE)/rtems/system.h: include/rtems/system.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
26        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/system.h
27PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/system.h
28
29$(PROJECT_INCLUDE)/rtems/seterr.h: include/rtems/seterr.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
30        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/seterr.h
31PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/seterr.h
32
33$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
34        @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems/score
35        @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
36PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
37
38$(PROJECT_INCLUDE)/rtems/score/address.h: include/rtems/score/address.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
39        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/address.h
40PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/address.h
41
42$(PROJECT_INCLUDE)/rtems/score/apiext.h: include/rtems/score/apiext.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
43        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/apiext.h
44PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/apiext.h
45
46$(PROJECT_INCLUDE)/rtems/score/apimutex.h: include/rtems/score/apimutex.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
47        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/apimutex.h
48PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/apimutex.h
49
50$(PROJECT_INCLUDE)/rtems/score/assert.h: include/rtems/score/assert.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
51        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/assert.h
52PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/assert.h
53
54$(PROJECT_INCLUDE)/rtems/score/chain.h: include/rtems/score/chain.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
55        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/chain.h
56PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/chain.h
57
58$(PROJECT_INCLUDE)/rtems/score/chainimpl.h: include/rtems/score/chainimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
59        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/chainimpl.h
60PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/chainimpl.h
61
62$(PROJECT_INCLUDE)/rtems/score/context.h: include/rtems/score/context.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
63        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/context.h
64PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/context.h
65
66$(PROJECT_INCLUDE)/rtems/score/copyrt.h: include/rtems/score/copyrt.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
67        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/copyrt.h
68PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/copyrt.h
69
70$(PROJECT_INCLUDE)/rtems/score/corebarrier.h: include/rtems/score/corebarrier.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
71        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/corebarrier.h
72PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/corebarrier.h
73
74$(PROJECT_INCLUDE)/rtems/score/corebarrierimpl.h: include/rtems/score/corebarrierimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
75        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/corebarrierimpl.h
76PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/corebarrierimpl.h
77
78$(PROJECT_INCLUDE)/rtems/score/coremsg.h: include/rtems/score/coremsg.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
79        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/coremsg.h
80PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/coremsg.h
81
82$(PROJECT_INCLUDE)/rtems/score/coremsgimpl.h: include/rtems/score/coremsgimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
83        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/coremsgimpl.h
84PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/coremsgimpl.h
85
86$(PROJECT_INCLUDE)/rtems/score/coremutex.h: include/rtems/score/coremutex.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
87        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/coremutex.h
88PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/coremutex.h
89
90$(PROJECT_INCLUDE)/rtems/score/coremuteximpl.h: include/rtems/score/coremuteximpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
91        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/coremuteximpl.h
92PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/coremuteximpl.h
93
94$(PROJECT_INCLUDE)/rtems/score/coresem.h: include/rtems/score/coresem.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
95        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/coresem.h
96PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/coresem.h
97
98$(PROJECT_INCLUDE)/rtems/score/coresemimpl.h: include/rtems/score/coresemimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
99        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/coresemimpl.h
100PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/coresemimpl.h
101
102$(PROJECT_INCLUDE)/rtems/score/cpuset.h: include/rtems/score/cpuset.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
103        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpuset.h
104PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpuset.h
105
106$(PROJECT_INCLUDE)/rtems/score/cpusetimpl.h: include/rtems/score/cpusetimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
107        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpusetimpl.h
108PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpusetimpl.h
109
110$(PROJECT_INCLUDE)/rtems/score/heap.h: include/rtems/score/heap.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
111        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/heap.h
112PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/heap.h
113
114$(PROJECT_INCLUDE)/rtems/score/heapimpl.h: include/rtems/score/heapimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
115        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/heapimpl.h
116PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/heapimpl.h
117
118$(PROJECT_INCLUDE)/rtems/score/protectedheap.h: include/rtems/score/protectedheap.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
119        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/protectedheap.h
120PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/protectedheap.h
121
122$(PROJECT_INCLUDE)/rtems/score/interr.h: include/rtems/score/interr.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
123        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/interr.h
124PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/interr.h
125
126$(PROJECT_INCLUDE)/rtems/score/isr.h: include/rtems/score/isr.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
127        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/isr.h
128PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/isr.h
129
130$(PROJECT_INCLUDE)/rtems/score/isrlevel.h: include/rtems/score/isrlevel.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
131        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/isrlevel.h
132PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/isrlevel.h
133
134$(PROJECT_INCLUDE)/rtems/score/isrlock.h: include/rtems/score/isrlock.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
135        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/isrlock.h
136PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/isrlock.h
137
138$(PROJECT_INCLUDE)/rtems/score/freechain.h: include/rtems/score/freechain.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
139        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/freechain.h
140PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/freechain.h
141
142$(PROJECT_INCLUDE)/rtems/score/mrsp.h: include/rtems/score/mrsp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
143        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/mrsp.h
144PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mrsp.h
145
146$(PROJECT_INCLUDE)/rtems/score/mrspimpl.h: include/rtems/score/mrspimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
147        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/mrspimpl.h
148PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mrspimpl.h
149
150$(PROJECT_INCLUDE)/rtems/score/object.h: include/rtems/score/object.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
151        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/object.h
152PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/object.h
153
154$(PROJECT_INCLUDE)/rtems/score/objectimpl.h: include/rtems/score/objectimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
155        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/objectimpl.h
156PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/objectimpl.h
157
158$(PROJECT_INCLUDE)/rtems/score/onceimpl.h: include/rtems/score/onceimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
159        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/onceimpl.h
160PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/onceimpl.h
161
162$(PROJECT_INCLUDE)/rtems/score/percpu.h: include/rtems/score/percpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
163        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/percpu.h
164PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/percpu.h
165
166$(PROJECT_INCLUDE)/rtems/score/priority.h: include/rtems/score/priority.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
167        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/priority.h
168PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/priority.h
169
170$(PROJECT_INCLUDE)/rtems/score/prioritybitmap.h: include/rtems/score/prioritybitmap.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
171        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/prioritybitmap.h
172PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/prioritybitmap.h
173
174$(PROJECT_INCLUDE)/rtems/score/prioritybitmapimpl.h: include/rtems/score/prioritybitmapimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
175        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/prioritybitmapimpl.h
176PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/prioritybitmapimpl.h
177
178$(PROJECT_INCLUDE)/rtems/score/profiling.h: include/rtems/score/profiling.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
179        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/profiling.h
180PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/profiling.h
181
182$(PROJECT_INCLUDE)/rtems/score/rbtree.h: include/rtems/score/rbtree.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
183        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/rbtree.h
184PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/rbtree.h
185
186$(PROJECT_INCLUDE)/rtems/score/rbtreeimpl.h: include/rtems/score/rbtreeimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
187        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/rbtreeimpl.h
188PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/rbtreeimpl.h
189
190$(PROJECT_INCLUDE)/rtems/score/scheduler.h: include/rtems/score/scheduler.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
191        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/scheduler.h
192PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/scheduler.h
193
194$(PROJECT_INCLUDE)/rtems/score/schedulerimpl.h: include/rtems/score/schedulerimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
195        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulerimpl.h
196PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulerimpl.h
197
198$(PROJECT_INCLUDE)/rtems/score/schedulercbs.h: include/rtems/score/schedulercbs.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
199        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulercbs.h
200PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulercbs.h
201
202$(PROJECT_INCLUDE)/rtems/score/schedulercbsimpl.h: include/rtems/score/schedulercbsimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
203        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulercbsimpl.h
204PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulercbsimpl.h
205
206$(PROJECT_INCLUDE)/rtems/score/scheduleredf.h: include/rtems/score/scheduleredf.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
207        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/scheduleredf.h
208PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/scheduleredf.h
209
210$(PROJECT_INCLUDE)/rtems/score/scheduleredfimpl.h: include/rtems/score/scheduleredfimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
211        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/scheduleredfimpl.h
212PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/scheduleredfimpl.h
213
214$(PROJECT_INCLUDE)/rtems/score/schedulerpriority.h: include/rtems/score/schedulerpriority.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
215        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulerpriority.h
216PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulerpriority.h
217
218$(PROJECT_INCLUDE)/rtems/score/schedulerpriorityimpl.h: include/rtems/score/schedulerpriorityimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
219        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulerpriorityimpl.h
220PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulerpriorityimpl.h
221
222$(PROJECT_INCLUDE)/rtems/score/schedulerprioritysmp.h: include/rtems/score/schedulerprioritysmp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
223        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulerprioritysmp.h
224PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulerprioritysmp.h
225
226$(PROJECT_INCLUDE)/rtems/score/schedulersimple.h: include/rtems/score/schedulersimple.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
227        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulersimple.h
228PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulersimple.h
229
230$(PROJECT_INCLUDE)/rtems/score/schedulersimpleimpl.h: include/rtems/score/schedulersimpleimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
231        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulersimpleimpl.h
232PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulersimpleimpl.h
233
234$(PROJECT_INCLUDE)/rtems/score/schedulersmp.h: include/rtems/score/schedulersmp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
235        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulersmp.h
236PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulersmp.h
237
238$(PROJECT_INCLUDE)/rtems/score/schedulersmpimpl.h: include/rtems/score/schedulersmpimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
239        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulersmpimpl.h
240PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulersmpimpl.h
241
242$(PROJECT_INCLUDE)/rtems/score/smp.h: include/rtems/score/smp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
243        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/smp.h
244PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/smp.h
245
246$(PROJECT_INCLUDE)/rtems/score/smpbarrier.h: include/rtems/score/smpbarrier.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
247        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/smpbarrier.h
248PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/smpbarrier.h
249
250$(PROJECT_INCLUDE)/rtems/score/smplock.h: include/rtems/score/smplock.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
251        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/smplock.h
252PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/smplock.h
253
254$(PROJECT_INCLUDE)/rtems/score/smpimpl.h: include/rtems/score/smpimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
255        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/smpimpl.h
256PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/smpimpl.h
257
258$(PROJECT_INCLUDE)/rtems/score/stack.h: include/rtems/score/stack.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
259        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/stack.h
260PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/stack.h
261
262$(PROJECT_INCLUDE)/rtems/score/stackimpl.h: include/rtems/score/stackimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
263        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/stackimpl.h
264PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/stackimpl.h
265
266$(PROJECT_INCLUDE)/rtems/score/states.h: include/rtems/score/states.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
267        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/states.h
268PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/states.h
269
270$(PROJECT_INCLUDE)/rtems/score/statesimpl.h: include/rtems/score/statesimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
271        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/statesimpl.h
272PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/statesimpl.h
273
274$(PROJECT_INCLUDE)/rtems/score/sysstate.h: include/rtems/score/sysstate.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
275        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/sysstate.h
276PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sysstate.h
277
278$(PROJECT_INCLUDE)/rtems/score/thread.h: include/rtems/score/thread.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
279        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/thread.h
280PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/thread.h
281
282$(PROJECT_INCLUDE)/rtems/score/threadimpl.h: include/rtems/score/threadimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
283        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadimpl.h
284PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadimpl.h
285
286$(PROJECT_INCLUDE)/rtems/score/threaddispatch.h: include/rtems/score/threaddispatch.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
287        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threaddispatch.h
288PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threaddispatch.h
289
290$(PROJECT_INCLUDE)/rtems/score/threadq.h: include/rtems/score/threadq.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
291        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadq.h
292PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadq.h
293
294$(PROJECT_INCLUDE)/rtems/score/threadqimpl.h: include/rtems/score/threadqimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
295        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadqimpl.h
296PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadqimpl.h
297
298$(PROJECT_INCLUDE)/rtems/score/threadsync.h: include/rtems/score/threadsync.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
299        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadsync.h
300PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadsync.h
301
302$(PROJECT_INCLUDE)/rtems/score/timespec.h: include/rtems/score/timespec.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
303        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/timespec.h
304PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/timespec.h
305
306$(PROJECT_INCLUDE)/rtems/score/timestamp.h: include/rtems/score/timestamp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
307        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/timestamp.h
308PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/timestamp.h
309
310$(PROJECT_INCLUDE)/rtems/score/timestamp64.h: include/rtems/score/timestamp64.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
311        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/timestamp64.h
312PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/timestamp64.h
313
314$(PROJECT_INCLUDE)/rtems/score/tls.h: include/rtems/score/tls.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
315        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/tls.h
316PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/tls.h
317
318$(PROJECT_INCLUDE)/rtems/score/tod.h: include/rtems/score/tod.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
319        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/tod.h
320PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/tod.h
321
322$(PROJECT_INCLUDE)/rtems/score/todimpl.h: include/rtems/score/todimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
323        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/todimpl.h
324PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/todimpl.h
325
326$(PROJECT_INCLUDE)/rtems/score/userext.h: include/rtems/score/userext.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
327        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/userext.h
328PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/userext.h
329
330$(PROJECT_INCLUDE)/rtems/score/userextimpl.h: include/rtems/score/userextimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
331        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/userextimpl.h
332PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/userextimpl.h
333
334$(PROJECT_INCLUDE)/rtems/score/watchdog.h: include/rtems/score/watchdog.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
335        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/watchdog.h
336PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/watchdog.h
337
338$(PROJECT_INCLUDE)/rtems/score/watchdogimpl.h: include/rtems/score/watchdogimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
339        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/watchdogimpl.h
340PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/watchdogimpl.h
341
342$(PROJECT_INCLUDE)/rtems/score/wkspace.h: include/rtems/score/wkspace.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
343        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/wkspace.h
344PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/wkspace.h
345
346$(PROJECT_INCLUDE)/rtems/score/cpuopts.h: include/rtems/score/cpuopts.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
347        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpuopts.h
348PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpuopts.h
349
350$(PROJECT_INCLUDE)/rtems/score/basedefs.h: include/rtems/score/basedefs.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
351        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/basedefs.h
352PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/basedefs.h
353
354if HAS_PTHREADS
355$(PROJECT_INCLUDE)/rtems/score/corespinlock.h: include/rtems/score/corespinlock.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
356        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/corespinlock.h
357PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/corespinlock.h
358
359$(PROJECT_INCLUDE)/rtems/score/corespinlockimpl.h: include/rtems/score/corespinlockimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
360        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/corespinlockimpl.h
361PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/corespinlockimpl.h
362
363$(PROJECT_INCLUDE)/rtems/score/corerwlock.h: include/rtems/score/corerwlock.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
364        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/corerwlock.h
365PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/corerwlock.h
366
367$(PROJECT_INCLUDE)/rtems/score/corerwlockimpl.h: include/rtems/score/corerwlockimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
368        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/corerwlockimpl.h
369PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/corerwlockimpl.h
370endif
371if HAS_MP
372$(PROJECT_INCLUDE)/rtems/score/mpci.h: include/rtems/score/mpci.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
373        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/mpci.h
374PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mpci.h
375
376$(PROJECT_INCLUDE)/rtems/score/mpciimpl.h: include/rtems/score/mpciimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
377        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/mpciimpl.h
378PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mpciimpl.h
379
380$(PROJECT_INCLUDE)/rtems/score/mppkt.h: include/rtems/score/mppkt.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
381        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/mppkt.h
382PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mppkt.h
383
384$(PROJECT_INCLUDE)/rtems/score/objectmp.h: include/rtems/score/objectmp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
385        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/objectmp.h
386PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/objectmp.h
387
388$(PROJECT_INCLUDE)/rtems/score/threadmp.h: include/rtems/score/threadmp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
389        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadmp.h
390PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadmp.h
391endif
392if HAS_SMP
393$(PROJECT_INCLUDE)/rtems/score/atomic.h: include/rtems/score/atomic.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
394        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/atomic.h
395PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/atomic.h
396
397$(PROJECT_INCLUDE)/rtems/score/cpustdatomic.h: include/rtems/score/cpustdatomic.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
398        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpustdatomic.h
399PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpustdatomic.h
400
401$(PROJECT_INCLUDE)/rtems/score/schedulerpriorityaffinitysmp.h: include/rtems/score/schedulerpriorityaffinitysmp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
402        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulerpriorityaffinitysmp.h
403PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulerpriorityaffinitysmp.h
404
405$(PROJECT_INCLUDE)/rtems/score/schedulersimplesmp.h: include/rtems/score/schedulersimplesmp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
406        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulersimplesmp.h
407PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulersimplesmp.h
408endif
Note: See TracBrowser for help on using the repository browser.