source: rtems/cpukit/score/preinstall.am @ 4fc370e

4.115
Last change on this file since 4fc370e was 4fc370e, checked in by Sebastian Huber <sebastian.huber@…>, on 06/05/13 at 10:08:23

score: Move thread dispatch content to new file

Move thread dispatch declarations and inline functions to new header
<rtems/score/threaddispatch.h> to make it independent of the
Thread_Control structure. This avoids a cyclic dependency in case
thread dispatch functions are used for the object implementation.

  • Property mode set to 100644
File size: 22.2 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/bspsmp.h: include/rtems/bspsmp.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
34        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bspsmp.h
35PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/bspsmp.h
36
37$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
38        @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems/score
39        @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
40PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
41
42$(PROJECT_INCLUDE)/rtems/score/address.h: include/rtems/score/address.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
43        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/address.h
44PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/address.h
45
46$(PROJECT_INCLUDE)/rtems/score/apiext.h: include/rtems/score/apiext.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
47        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/apiext.h
48PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/apiext.h
49
50$(PROJECT_INCLUDE)/rtems/score/apimutex.h: include/rtems/score/apimutex.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
51        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/apimutex.h
52PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/apimutex.h
53
54$(PROJECT_INCLUDE)/rtems/score/bitfield.h: include/rtems/score/bitfield.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
55        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/bitfield.h
56PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/bitfield.h
57
58$(PROJECT_INCLUDE)/rtems/score/chain.h: include/rtems/score/chain.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
59        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/chain.h
60PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/chain.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/coremsg.h: include/rtems/score/coremsg.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
75        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/coremsg.h
76PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/coremsg.h
77
78$(PROJECT_INCLUDE)/rtems/score/coremutex.h: include/rtems/score/coremutex.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
79        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/coremutex.h
80PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/coremutex.h
81
82$(PROJECT_INCLUDE)/rtems/score/coresem.h: include/rtems/score/coresem.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
83        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/coresem.h
84PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/coresem.h
85
86$(PROJECT_INCLUDE)/rtems/score/heap.h: include/rtems/score/heap.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
87        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/heap.h
88PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/heap.h
89
90$(PROJECT_INCLUDE)/rtems/score/protectedheap.h: include/rtems/score/protectedheap.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
91        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/protectedheap.h
92PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/protectedheap.h
93
94$(PROJECT_INCLUDE)/rtems/score/interr.h: include/rtems/score/interr.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
95        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/interr.h
96PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/interr.h
97
98$(PROJECT_INCLUDE)/rtems/score/isr.h: include/rtems/score/isr.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
99        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/isr.h
100PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/isr.h
101
102$(PROJECT_INCLUDE)/rtems/score/isrlevel.h: include/rtems/score/isrlevel.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
103        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/isrlevel.h
104PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/isrlevel.h
105
106$(PROJECT_INCLUDE)/rtems/score/object.h: include/rtems/score/object.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
107        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/object.h
108PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/object.h
109
110$(PROJECT_INCLUDE)/rtems/score/percpu.h: include/rtems/score/percpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
111        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/percpu.h
112PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/percpu.h
113
114$(PROJECT_INCLUDE)/rtems/score/priority.h: include/rtems/score/priority.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
115        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/priority.h
116PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/priority.h
117
118$(PROJECT_INCLUDE)/rtems/score/prioritybitmap.h: include/rtems/score/prioritybitmap.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
119        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/prioritybitmap.h
120PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/prioritybitmap.h
121
122$(PROJECT_INCLUDE)/rtems/score/rbtree.h: include/rtems/score/rbtree.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
123        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/rbtree.h
124PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/rbtree.h
125
126$(PROJECT_INCLUDE)/rtems/score/scheduler.h: include/rtems/score/scheduler.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
127        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/scheduler.h
128PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/scheduler.h
129
130$(PROJECT_INCLUDE)/rtems/score/schedulercbs.h: include/rtems/score/schedulercbs.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
131        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulercbs.h
132PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulercbs.h
133
134$(PROJECT_INCLUDE)/rtems/score/scheduleredf.h: include/rtems/score/scheduleredf.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
135        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/scheduleredf.h
136PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/scheduleredf.h
137
138$(PROJECT_INCLUDE)/rtems/score/schedulerpriority.h: include/rtems/score/schedulerpriority.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
139        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulerpriority.h
140PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulerpriority.h
141
142$(PROJECT_INCLUDE)/rtems/score/schedulersimple.h: include/rtems/score/schedulersimple.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
143        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulersimple.h
144PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulersimple.h
145
146$(PROJECT_INCLUDE)/rtems/score/stack.h: include/rtems/score/stack.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
147        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/stack.h
148PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/stack.h
149
150$(PROJECT_INCLUDE)/rtems/score/states.h: include/rtems/score/states.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
151        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/states.h
152PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/states.h
153
154$(PROJECT_INCLUDE)/rtems/score/sysstate.h: include/rtems/score/sysstate.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
155        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/sysstate.h
156PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sysstate.h
157
158$(PROJECT_INCLUDE)/rtems/score/thread.h: include/rtems/score/thread.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
159        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/thread.h
160PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/thread.h
161
162$(PROJECT_INCLUDE)/rtems/score/threaddispatch.h: include/rtems/score/threaddispatch.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
163        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threaddispatch.h
164PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threaddispatch.h
165
166$(PROJECT_INCLUDE)/rtems/score/threadq.h: include/rtems/score/threadq.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
167        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadq.h
168PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadq.h
169
170$(PROJECT_INCLUDE)/rtems/score/threadsync.h: include/rtems/score/threadsync.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
171        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadsync.h
172PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadsync.h
173
174$(PROJECT_INCLUDE)/rtems/score/timespec.h: include/rtems/score/timespec.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
175        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/timespec.h
176PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/timespec.h
177
178$(PROJECT_INCLUDE)/rtems/score/timestamp.h: include/rtems/score/timestamp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
179        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/timestamp.h
180PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/timestamp.h
181
182$(PROJECT_INCLUDE)/rtems/score/timestamp64.h: include/rtems/score/timestamp64.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
183        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/timestamp64.h
184PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/timestamp64.h
185
186$(PROJECT_INCLUDE)/rtems/score/tod.h: include/rtems/score/tod.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
187        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/tod.h
188PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/tod.h
189
190$(PROJECT_INCLUDE)/rtems/score/tqdata.h: include/rtems/score/tqdata.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
191        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/tqdata.h
192PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/tqdata.h
193
194$(PROJECT_INCLUDE)/rtems/score/userext.h: include/rtems/score/userext.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
195        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/userext.h
196PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/userext.h
197
198$(PROJECT_INCLUDE)/rtems/score/userextimpl.h: include/rtems/score/userextimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
199        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/userextimpl.h
200PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/userextimpl.h
201
202$(PROJECT_INCLUDE)/rtems/score/watchdog.h: include/rtems/score/watchdog.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
203        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/watchdog.h
204PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/watchdog.h
205
206$(PROJECT_INCLUDE)/rtems/score/wkspace.h: include/rtems/score/wkspace.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
207        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/wkspace.h
208PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/wkspace.h
209
210$(PROJECT_INCLUDE)/rtems/score/cpuopts.h: include/rtems/score/cpuopts.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
211        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpuopts.h
212PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpuopts.h
213
214$(PROJECT_INCLUDE)/rtems/score/basedefs.h: include/rtems/score/basedefs.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
215        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/basedefs.h
216PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/basedefs.h
217
218$(PROJECT_INCLUDE)/rtems/score/atomic.h: include/rtems/score/atomic.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
219        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/atomic.h
220PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/atomic.h
221
222$(PROJECT_INCLUDE)/rtems/score/genericcpuatomic.h: include/rtems/score/genericcpuatomic.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
223        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/genericcpuatomic.h
224PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/genericcpuatomic.h
225
226$(PROJECT_INCLUDE)/rtems/score/genericatomicops.h: include/rtems/score/genericatomicops.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
227        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/genericatomicops.h
228PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/genericatomicops.h
229
230if HAS_SMP
231$(PROJECT_INCLUDE)/rtems/score/smplock.h: include/rtems/score/smplock.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
232        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/smplock.h
233PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/smplock.h
234
235$(PROJECT_INCLUDE)/rtems/score/smp.h: include/rtems/score/smp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
236        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/smp.h
237PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/smp.h
238endif
239if HAS_PTHREADS
240$(PROJECT_INCLUDE)/rtems/score/corespinlock.h: include/rtems/score/corespinlock.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
241        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/corespinlock.h
242PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/corespinlock.h
243
244$(PROJECT_INCLUDE)/rtems/score/corerwlock.h: include/rtems/score/corerwlock.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
245        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/corerwlock.h
246PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/corerwlock.h
247endif
248if HAS_MP
249$(PROJECT_INCLUDE)/rtems/score/mpci.h: include/rtems/score/mpci.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
250        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/mpci.h
251PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mpci.h
252
253$(PROJECT_INCLUDE)/rtems/score/mppkt.h: include/rtems/score/mppkt.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
254        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/mppkt.h
255PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mppkt.h
256
257$(PROJECT_INCLUDE)/rtems/score/objectmp.h: include/rtems/score/objectmp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
258        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/objectmp.h
259PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/objectmp.h
260
261$(PROJECT_INCLUDE)/rtems/score/threadmp.h: include/rtems/score/threadmp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
262        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadmp.h
263PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadmp.h
264endif
265if HAS_SMP
266$(PROJECT_INCLUDE)/rtems/score/schedulersimplesmp.h: include/rtems/score/schedulersimplesmp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
267        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulersimplesmp.h
268PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulersimplesmp.h
269endif
270$(PROJECT_INCLUDE)/rtems/score/address.inl: inline/rtems/score/address.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
271        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/address.inl
272PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/address.inl
273
274$(PROJECT_INCLUDE)/rtems/score/chain.inl: inline/rtems/score/chain.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
275        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/chain.inl
276PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/chain.inl
277
278$(PROJECT_INCLUDE)/rtems/score/corebarrier.inl: inline/rtems/score/corebarrier.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
279        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/corebarrier.inl
280PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/corebarrier.inl
281
282$(PROJECT_INCLUDE)/rtems/score/coremsg.inl: inline/rtems/score/coremsg.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
283        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/coremsg.inl
284PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/coremsg.inl
285
286$(PROJECT_INCLUDE)/rtems/score/coremutex.inl: inline/rtems/score/coremutex.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
287        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/coremutex.inl
288PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/coremutex.inl
289
290$(PROJECT_INCLUDE)/rtems/score/coresem.inl: inline/rtems/score/coresem.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
291        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/coresem.inl
292PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/coresem.inl
293
294$(PROJECT_INCLUDE)/rtems/score/heap.inl: inline/rtems/score/heap.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
295        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/heap.inl
296PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/heap.inl
297
298$(PROJECT_INCLUDE)/rtems/score/isr.inl: inline/rtems/score/isr.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
299        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/isr.inl
300PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/isr.inl
301
302$(PROJECT_INCLUDE)/rtems/score/object.inl: inline/rtems/score/object.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
303        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/object.inl
304PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/object.inl
305
306$(PROJECT_INCLUDE)/rtems/score/priority.inl: inline/rtems/score/priority.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
307        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/priority.inl
308PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/priority.inl
309
310$(PROJECT_INCLUDE)/rtems/score/prioritybitmap.inl: inline/rtems/score/prioritybitmap.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
311        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/prioritybitmap.inl
312PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/prioritybitmap.inl
313
314$(PROJECT_INCLUDE)/rtems/score/rbtree.inl: inline/rtems/score/rbtree.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
315        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/rbtree.inl
316PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/rbtree.inl
317
318$(PROJECT_INCLUDE)/rtems/score/scheduler.inl: inline/rtems/score/scheduler.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
319        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/scheduler.inl
320PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/scheduler.inl
321
322$(PROJECT_INCLUDE)/rtems/score/schedulerpriority.inl: inline/rtems/score/schedulerpriority.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
323        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulerpriority.inl
324PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulerpriority.inl
325
326$(PROJECT_INCLUDE)/rtems/score/schedulersimple.inl: inline/rtems/score/schedulersimple.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
327        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/schedulersimple.inl
328PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/schedulersimple.inl
329
330$(PROJECT_INCLUDE)/rtems/score/stack.inl: inline/rtems/score/stack.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
331        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/stack.inl
332PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/stack.inl
333
334$(PROJECT_INCLUDE)/rtems/score/states.inl: inline/rtems/score/states.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
335        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/states.inl
336PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/states.inl
337
338$(PROJECT_INCLUDE)/rtems/score/sysstate.inl: inline/rtems/score/sysstate.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
339        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/sysstate.inl
340PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sysstate.inl
341
342$(PROJECT_INCLUDE)/rtems/score/thread.inl: inline/rtems/score/thread.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
343        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/thread.inl
344PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/thread.inl
345
346$(PROJECT_INCLUDE)/rtems/score/threadq.inl: inline/rtems/score/threadq.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
347        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadq.inl
348PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadq.inl
349
350$(PROJECT_INCLUDE)/rtems/score/tod.inl: inline/rtems/score/tod.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
351        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/tod.inl
352PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/tod.inl
353
354$(PROJECT_INCLUDE)/rtems/score/tqdata.inl: inline/rtems/score/tqdata.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
355        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/tqdata.inl
356PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/tqdata.inl
357
358$(PROJECT_INCLUDE)/rtems/score/watchdog.inl: inline/rtems/score/watchdog.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
359        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/watchdog.inl
360PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/watchdog.inl
361
362$(PROJECT_INCLUDE)/rtems/score/wkspace.inl: inline/rtems/score/wkspace.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
363        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/wkspace.inl
364PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/wkspace.inl
365
366$(PROJECT_INCLUDE)/rtems/score/atomic.inl: inline/rtems/score/atomic.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
367        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/atomic.inl
368PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/atomic.inl
369
370if HAS_PTHREADS
371$(PROJECT_INCLUDE)/rtems/score/corespinlock.inl: inline/rtems/score/corespinlock.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
372        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/corespinlock.inl
373PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/corespinlock.inl
374
375$(PROJECT_INCLUDE)/rtems/score/corerwlock.inl: inline/rtems/score/corerwlock.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
376        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/corerwlock.inl
377PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/corerwlock.inl
378endif
379if HAS_MP
380$(PROJECT_INCLUDE)/rtems/score/mppkt.inl: inline/rtems/score/mppkt.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
381        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/mppkt.inl
382PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mppkt.inl
383
384$(PROJECT_INCLUDE)/rtems/score/objectmp.inl: inline/rtems/score/objectmp.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
385        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/objectmp.inl
386PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/objectmp.inl
387
388$(PROJECT_INCLUDE)/rtems/score/threadmp.inl: inline/rtems/score/threadmp.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
389        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadmp.inl
390PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadmp.inl
391endif
Note: See TracBrowser for help on using the repository browser.