source: rtems/cpukit/posix/Makefile.am @ 05b37c50

4.104.114.84.95
Last change on this file since 05b37c50 was 05b37c50, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/05 at 02:32:38

2005-01-28 Ralf Corsepius <ralf.corsepius@…>

  • itron/Makefile.am, libblock/Makefile.am, libcsupport/Makefile.am, libfs/Makefile.am, libmisc/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am: Remove AM_CPPFLAGS += -I$(top_builddir).
  • Property mode set to 100644
File size: 16.5 KB
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
[13482e5d]5include $(top_srcdir)/automake/multilib.am
[53fa63e]6include $(top_srcdir)/automake/compile.am
[2aab7ae9]7
8EXTRA_DIST =
[8a2c1796]9CLEANFILES =
[2aab7ae9]10
[13482e5d]11if HAS_POSIX
12
[2aab7ae9]13# include
14
15noinst_HEADERS = include/devctl.h include/intr.h
16
[32195d5d]17include_HEADERS = include/sched.h include/aio.h include/mqueue.h \
18    include/semaphore.h
[2aab7ae9]19
20# include/rtems/posix
21
22include_rtems_posixdir = $(includedir)/rtems/posix
23
[32195d5d]24include_rtems_posix_HEADERS = include/rtems/posix/cancel.h \
25    include/rtems/posix/cond.h include/rtems/posix/config.h \
26    include/rtems/posix/key.h include/rtems/posix/mqueue.h \
27    include/rtems/posix/mutex.h include/rtems/posix/posixapi.h \
28    include/rtems/posix/priority.h include/rtems/posix/psignal.h \
29    include/rtems/posix/pthread.h include/rtems/posix/ptimer.h \
30    include/rtems/posix/semaphore.h include/rtems/posix/threadsup.h \
31    include/rtems/posix/time.h include/rtems/posix/timer.h
[2aab7ae9]32
33if HAS_MP
[32195d5d]34include_rtems_posix_HEADERS += include/rtems/posix/condmp.h \
35    include/rtems/posix/mqueuemp.h include/rtems/posix/mutexmp.h \
36    include/rtems/posix/pthreadmp.h include/rtems/posix/semaphoremp.h
[2aab7ae9]37endif
38
[32195d5d]39noinst_HEADERS += include/rtems/posix/intr.h \
40    include/rtems/posix/threadsup.h
[2aab7ae9]41
42if INLINE
[32195d5d]43include_rtems_posix_HEADERS += inline/rtems/posix/cond.inl \
44    inline/rtems/posix/key.inl inline/rtems/posix/mqueue.inl \
45    inline/rtems/posix/mutex.inl inline/rtems/posix/pthread.inl \
46    inline/rtems/posix/priority.inl inline/rtems/posix/semaphore.inl \
47    inline/rtems/posix/timer.inl
48noinst_HEADERS += inline/rtems/posix/intr.inl
[8a61c2a]49else
[32195d5d]50include_rtems_posix_HEADERS += macros/rtems/posix/cond.inl \
51    macros/rtems/posix/key.inl macros/rtems/posix/mqueue.inl \
52    macros/rtems/posix/mutex.inl macros/rtems/posix/pthread.inl \
53    macros/rtems/posix/priority.inl macros/rtems/posix/semaphore.inl \
54    macros/rtems/posix/timer.inl
55noinst_HEADERS += macros/rtems/posix/intr.inl
[2aab7ae9]56endif
57
58## src
59
60# following are semi-implemented and untested
61UNUSED_C_FILES = src/devctl.c src/intr.c
62
63# These are really in the stand but not really functional
64BUILD_FOR_NOW_C_FILES = src/aio.c
65
[32195d5d]66ENOSYS_C_FILES = src/execl.c src/execle.c src/execlp.c src/execv.c \
67    src/execve.c src/execvp.c src/fork.c src/pthreadatfork.c src/wait.c \
68    src/waitpid.c
[2aab7ae9]69
[32195d5d]70CANCEL_C_FILES = src/cancel.c src/cancelrun.c src/cleanuppop.c \
71    src/cleanuppush.c src/setcancelstate.c src/setcanceltype.c \
72    src/testcancel.c
[2aab7ae9]73
[32195d5d]74CONDITION_VARIABLE_C_FILES = src/cond.c src/condattrdestroy.c \
75    src/condattrgetpshared.c src/condattrinit.c src/condattrsetpshared.c \
76    src/condbroadcast.c src/conddefaultattributes.c src/conddestroy.c \
77    src/condinit.c src/condmp.c src/condsignal.c src/condsignalsupp.c \
78    src/condtimedwait.c src/condwait.c src/condwaitsupp.c
[2aab7ae9]79
80KEY_C_FILES = src/key.c src/keycreate.c src/keydelete.c src/keygetspecific.c \
81    src/keyrundestructors.c src/keysetspecific.c
82
83MEMORY_C_FILES = src/getpagesize.c src/mprotect.c
84
[32195d5d]85MESSAGE_QUEUE_C_FILES = src/mqueue.c src/mqueueclose.c \
86    src/mqueuecreatesupp.c src/mqueuedeletesupp.c src/mqueuegetattr.c \
87    src/mqueuenametoid.c src/mqueuenotify.c src/mqueueopen.c \
88    src/mqueuereceive.c src/mqueuerecvsupp.c src/mqueuesend.c \
89    src/mqueuesendsupp.c src/mqueuesetattr.c src/mqueuetimedreceive.c \
90    src/mqueuetimedsend.c src/mqueuetranslatereturncode.c \
91    src/mqueueunlink.c
92
93MUTEX_C_FILES = src/mutex.c src/mutexattrdestroy.c \
94    src/mutexattrgetprioceiling.c src/mutexattrgetprotocol.c \
95    src/mutexattrgetpshared.c src/mutexattrinit.c \
96    src/mutexattrsetprioceiling.c src/mutexattrsetprotocol.c \
97    src/mutexattrsetpshared.c src/mutexdefaultattributes.c \
98    src/mutexdestroy.c src/mutexfromcorestatus.c src/mutexgetprioceiling.c \
99    src/mutexinit.c src/mutexlock.c src/mutexlocksupp.c src/mutexmp.c \
100    src/mutexsetprioceiling.c src/mutextimedlock.c src/mutextrylock.c \
101    src/mutexunlock.c
102
103PTHREAD_C_FILES = src/pthread.c src/pthreadsetcputime.c \
104    src/pthreadgetcputime.c src/pthreadgetcpuclockid.c src/pthreadonce.c \
105    src/pthreadequal.c src/pthreadself.c src/pthreadexit.c \
106    src/pthreaddetach.c src/pthreadjoin.c src/pthreadcreate.c \
[2aab7ae9]107    src/pthreadattrsetdetachstate.c src/pthreadattrgetdetachstate.c \
108    src/pthreadattrgetstackaddr.c src/pthreadattrsetstackaddr.c \
[32195d5d]109    src/pthreadattrgetstacksize.c src/pthreadattrsetstacksize.c \
110    src/pthreadattrinit.c src/pthreadattrdestroy.c \
111    src/pthreadsetschedparam.c src/pthreadgetschedparam.c \
[2aab7ae9]112    src/pthreadattrsetschedparam.c src/pthreadattrgetschedparam.c \
113    src/pthreadattrgetschedpolicy.c src/pthreadattrsetschedpolicy.c \
114    src/pthreadattrgetinheritsched.c src/pthreadattrsetinheritsched.c \
115    src/pthreadattrgetscope.c src/pthreadattrsetscope.c
116
[32195d5d]117PSIGNAL_C_FILES = src/psignal.c src/alarm.c src/kill.c src/killinfo.c \
118    src/pause.c src/psignalclearprocesssignals.c \
119    src/psignalsetprocesssignals.c src/psignalchecksignal.c \
120    src/psignalclearsignals.c src/psignalunblockthread.c src/pthreadkill.c \
121    src/pthreadsigmask.c src/sigaction.c src/sigaddset.c src/sigdelset.c \
122    src/sigemptyset.c src/sigfillset.c src/sigismember.c src/sigpending.c \
123    src/sigprocmask.c src/sigqueue.c src/sigsuspend.c src/sigtimedwait.c \
124    src/sigwait.c src/sigwaitinfo.c src/signal_2.c src/ualarm.c
125
126SEMAPHORE_C_FILES = src/semaphore.c src/semaphorecreatesupp.c \
127    src/semaphoredeletesupp.c src/semaphoremp.c src/semaphorenametoid.c \
128    src/semaphorewaitsupp.c src/semclose.c src/semdestroy.c \
129    src/semgetvalue.c src/seminit.c src/semopen.c src/sempost.c \
130    src/semtimedwait.c src/semtrywait.c src/semunlink.c src/semwait.c
[2aab7ae9]131
132TIME_C_FILES = src/adjtime.c src/time.c src/posixtimespecsubtract.c \
[32195d5d]133    src/posixtimespectointerval.c src/posixintervaltotimespec.c \
134    src/clockgetcpuclockid.c src/clockgetenableattr.c src/clockgetres.c \
135    src/clockgettime.c src/clocksetenableattr.c src/clocksettime.c \
136    src/nanosleep.c src/sleep.c src/usleep.c
[2aab7ae9]137
138# the timer manager needs to be split further but only after its
139# dependence on the Classic API Timer Manager is removed.
140TIMER_C_FILES = src/ptimer.c src/ptimer1.c
141
142EXTRA_DIST += src/README.mqueue
143
144C_FILES = src/adasupp.c $(CANCEL_C_FILES) $(CONDITION_VARIABLE_C_FILES) \
[de85d7b]145    $(KEY_C_FILES) $(MEMORY_C_FILES) $(MESSAGE_QUEUE_C_FILES) \
[2aab7ae9]146    $(MUTEX_C_FILES) $(PTHREAD_C_FILES) $(PSIGNAL_C_FILES) src/sched.c \
[32195d5d]147    $(SEMAPHORE_C_FILES) src/sysconf.c $(TIME_C_FILES) $(TIMER_C_FILES) \
148    src/types.c $(ENOSYS_C_FILES) $(BUILD_FOR_NOW_C_FILES)
[2aab7ae9]149
[738a9ae]150AM_CPPFLAGS += -D__RTEMS_INSIDE__
[2aab7ae9]151
[846a4af]152noinst_LIBRARIES = libposix.a
[466b7a05]153libposix_a_SOURCES = $(C_FILES)
[a369ade]154libposix_a_CPPFLAGS = $(AM_CPPFLAGS)
[07347cb]155
[846a4af]156all-local: $(PREINSTALL_FILES)
[13482e5d]157endif
[2aab7ae9]158
159# temporary so we can see how many things are left to implement
160not:
161        grep -i NOT_IMPL $(C_FILES:%=$(srcdir)/%) | grep -v MP_NOT_IMPL
162        @echo
163        @echo
164        @echo
165        @echo `grep -i NOT_IMPL $(C_FILES:%=$(srcdir)/%) | grep -v MP_NOT_IMPL | wc -l ` places marked not implemented
166        @echo `wc -l $(C_FILES:%=$(srcdir)/%) | grep total` lines of C code to test
167
168EXTRA_DIST += $(C_FILES) $(UNUSED_C_FILES)
[e1d8abb]169
[3d1de20]170PREINSTALL_DIRS =
[32195d5d]171PREINSTALL_FILES =
172
[8a61c2a]173$(PROJECT_INCLUDE)/$(dirstamp):
[53a8958]174        @$(mkdir_p) $(PROJECT_INCLUDE)
[8a61c2a]175        @: > $(PROJECT_INCLUDE)/$(dirstamp)
[3d1de20]176PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
[8a61c2a]177
[32195d5d]178if HAS_POSIX
[8a61c2a]179$(PROJECT_INCLUDE)/sched.h: include/sched.h $(PROJECT_INCLUDE)/$(dirstamp)
180        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sched.h
[32195d5d]181PREINSTALL_FILES += $(PROJECT_INCLUDE)/sched.h
182
[8a61c2a]183$(PROJECT_INCLUDE)/aio.h: include/aio.h $(PROJECT_INCLUDE)/$(dirstamp)
184        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/aio.h
[32195d5d]185PREINSTALL_FILES += $(PROJECT_INCLUDE)/aio.h
186
[8a61c2a]187$(PROJECT_INCLUDE)/mqueue.h: include/mqueue.h $(PROJECT_INCLUDE)/$(dirstamp)
188        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/mqueue.h
[32195d5d]189PREINSTALL_FILES += $(PROJECT_INCLUDE)/mqueue.h
190
[8a61c2a]191$(PROJECT_INCLUDE)/semaphore.h: include/semaphore.h $(PROJECT_INCLUDE)/$(dirstamp)
192        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/semaphore.h
[32195d5d]193PREINSTALL_FILES += $(PROJECT_INCLUDE)/semaphore.h
194
[8a61c2a]195$(PROJECT_INCLUDE)/rtems/posix/$(dirstamp):
[53a8958]196        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/posix
[8a61c2a]197        @: > $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
[3d1de20]198PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
[32195d5d]199
[8a61c2a]200$(PROJECT_INCLUDE)/rtems/posix/cancel.h: include/rtems/posix/cancel.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
201        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/cancel.h
[32195d5d]202PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/cancel.h
203
[8a61c2a]204$(PROJECT_INCLUDE)/rtems/posix/cond.h: include/rtems/posix/cond.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
205        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/cond.h
[32195d5d]206PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/cond.h
207
[8a61c2a]208$(PROJECT_INCLUDE)/rtems/posix/config.h: include/rtems/posix/config.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
209        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/config.h
[32195d5d]210PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/config.h
211
[8a61c2a]212$(PROJECT_INCLUDE)/rtems/posix/key.h: include/rtems/posix/key.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
213        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/key.h
[32195d5d]214PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/key.h
215
[8a61c2a]216$(PROJECT_INCLUDE)/rtems/posix/mqueue.h: include/rtems/posix/mqueue.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
217        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/mqueue.h
[32195d5d]218PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/mqueue.h
219
[8a61c2a]220$(PROJECT_INCLUDE)/rtems/posix/mutex.h: include/rtems/posix/mutex.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
221        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/mutex.h
[32195d5d]222PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/mutex.h
223
[8a61c2a]224$(PROJECT_INCLUDE)/rtems/posix/posixapi.h: include/rtems/posix/posixapi.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
225        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/posixapi.h
[32195d5d]226PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/posixapi.h
227
[8a61c2a]228$(PROJECT_INCLUDE)/rtems/posix/priority.h: include/rtems/posix/priority.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
229        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/priority.h
[32195d5d]230PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/priority.h
231
[8a61c2a]232$(PROJECT_INCLUDE)/rtems/posix/psignal.h: include/rtems/posix/psignal.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
233        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/psignal.h
[32195d5d]234PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/psignal.h
235
[8a61c2a]236$(PROJECT_INCLUDE)/rtems/posix/pthread.h: include/rtems/posix/pthread.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
237        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/pthread.h
[32195d5d]238PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/pthread.h
239
[8a61c2a]240$(PROJECT_INCLUDE)/rtems/posix/ptimer.h: include/rtems/posix/ptimer.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
241        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/ptimer.h
[32195d5d]242PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/ptimer.h
243
[8a61c2a]244$(PROJECT_INCLUDE)/rtems/posix/semaphore.h: include/rtems/posix/semaphore.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
245        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/semaphore.h
[32195d5d]246PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/semaphore.h
247
[8a61c2a]248$(PROJECT_INCLUDE)/rtems/posix/threadsup.h: include/rtems/posix/threadsup.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
249        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/threadsup.h
[32195d5d]250PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/threadsup.h
251
[8a61c2a]252$(PROJECT_INCLUDE)/rtems/posix/time.h: include/rtems/posix/time.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
253        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/time.h
[32195d5d]254PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/time.h
255
[8a61c2a]256$(PROJECT_INCLUDE)/rtems/posix/timer.h: include/rtems/posix/timer.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
257        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/timer.h
[32195d5d]258PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/timer.h
259
260if HAS_MP
[8a61c2a]261$(PROJECT_INCLUDE)/rtems/posix/condmp.h: include/rtems/posix/condmp.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
262        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/condmp.h
[32195d5d]263PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/condmp.h
264
[8a61c2a]265$(PROJECT_INCLUDE)/rtems/posix/mqueuemp.h: include/rtems/posix/mqueuemp.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
266        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/mqueuemp.h
[32195d5d]267PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/mqueuemp.h
268
[8a61c2a]269$(PROJECT_INCLUDE)/rtems/posix/mutexmp.h: include/rtems/posix/mutexmp.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
270        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/mutexmp.h
[32195d5d]271PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/mutexmp.h
272
[8a61c2a]273$(PROJECT_INCLUDE)/rtems/posix/pthreadmp.h: include/rtems/posix/pthreadmp.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
274        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/pthreadmp.h
[32195d5d]275PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/pthreadmp.h
276
[8a61c2a]277$(PROJECT_INCLUDE)/rtems/posix/semaphoremp.h: include/rtems/posix/semaphoremp.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
278        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/semaphoremp.h
[32195d5d]279PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/semaphoremp.h
280endif
281
282if INLINE
[8a61c2a]283$(PROJECT_INCLUDE)/rtems/posix/cond.inl: inline/rtems/posix/cond.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
284        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/cond.inl
[32195d5d]285PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/cond.inl
286
[8a61c2a]287$(PROJECT_INCLUDE)/rtems/posix/key.inl: inline/rtems/posix/key.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
288        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/key.inl
[32195d5d]289PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/key.inl
290
[8a61c2a]291$(PROJECT_INCLUDE)/rtems/posix/mqueue.inl: inline/rtems/posix/mqueue.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
292        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/mqueue.inl
[32195d5d]293PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/mqueue.inl
294
[8a61c2a]295$(PROJECT_INCLUDE)/rtems/posix/mutex.inl: inline/rtems/posix/mutex.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
296        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/mutex.inl
[32195d5d]297PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/mutex.inl
298
[8a61c2a]299$(PROJECT_INCLUDE)/rtems/posix/pthread.inl: inline/rtems/posix/pthread.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
300        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/pthread.inl
[32195d5d]301PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/pthread.inl
302
[8a61c2a]303$(PROJECT_INCLUDE)/rtems/posix/priority.inl: inline/rtems/posix/priority.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
304        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/priority.inl
[32195d5d]305PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/priority.inl
306
[8a61c2a]307$(PROJECT_INCLUDE)/rtems/posix/semaphore.inl: inline/rtems/posix/semaphore.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
308        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/semaphore.inl
[32195d5d]309PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/semaphore.inl
310
[8a61c2a]311$(PROJECT_INCLUDE)/rtems/posix/timer.inl: inline/rtems/posix/timer.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
312        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/timer.inl
[32195d5d]313PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/timer.inl
314
[8a61c2a]315else
316$(PROJECT_INCLUDE)/rtems/posix/cond.inl: macros/rtems/posix/cond.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
317        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/cond.inl
[32195d5d]318PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/cond.inl
319
[8a61c2a]320$(PROJECT_INCLUDE)/rtems/posix/key.inl: macros/rtems/posix/key.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
321        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/key.inl
[32195d5d]322PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/key.inl
323
[8a61c2a]324$(PROJECT_INCLUDE)/rtems/posix/mqueue.inl: macros/rtems/posix/mqueue.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
325        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/mqueue.inl
[32195d5d]326PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/mqueue.inl
327
[8a61c2a]328$(PROJECT_INCLUDE)/rtems/posix/mutex.inl: macros/rtems/posix/mutex.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
329        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/mutex.inl
[32195d5d]330PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/mutex.inl
331
[8a61c2a]332$(PROJECT_INCLUDE)/rtems/posix/pthread.inl: macros/rtems/posix/pthread.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
333        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/pthread.inl
[32195d5d]334PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/pthread.inl
335
[8a61c2a]336$(PROJECT_INCLUDE)/rtems/posix/priority.inl: macros/rtems/posix/priority.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
337        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/priority.inl
[32195d5d]338PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/priority.inl
339
[8a61c2a]340$(PROJECT_INCLUDE)/rtems/posix/semaphore.inl: macros/rtems/posix/semaphore.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
341        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/semaphore.inl
[32195d5d]342PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/semaphore.inl
343
[8a61c2a]344$(PROJECT_INCLUDE)/rtems/posix/timer.inl: macros/rtems/posix/timer.inl $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
345        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/timer.inl
[32195d5d]346PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/timer.inl
347endif
348endif
349
[8a2c1796]350CLEANFILES += $(PREINSTALL_FILES)
[3d1de20]351DISTCLEANFILES = $(PREINSTALL_DIRS)
[8a2c1796]352
[13482e5d]353include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.