summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 18:25:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 18:25:26 +0000
commit98dca75bf3c7cd6692349b6a9e4f66430d90e779 (patch)
treea30b9d7d6df82e75001492a94ab2b984f80045a6 /c/src/exec/posix/src/Makefile.in
parentSplit the POSIX semaphore manager into multiple files. (diff)
downloadrtems-98dca75bf3c7cd6692349b6a9e4f66430d90e779.tar.bz2
Split condition variables into multiple files.
Diffstat (limited to 'c/src/exec/posix/src/Makefile.in')
-rw-r--r--c/src/exec/posix/src/Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/c/src/exec/posix/src/Makefile.in b/c/src/exec/posix/src/Makefile.in
index a27b1416e6..55c1283afa 100644
--- a/c/src/exec/posix/src/Makefile.in
+++ b/c/src/exec/posix/src/Makefile.in
@@ -22,7 +22,11 @@ BUILD_FOR_NOW_C_PIECES = aio cancel utsname
ENOSYS_C_PIECES = execl execle execlp execv execve execvp fork pthreadatfork \
wait waitpid
-MESSAGE_QUEUE_PIECES= mqueue mqueueclose mqueuecreatesupp mqueuedeletesupp \
+CONDITION_VARIABLE_C_PIECES= cond condattrdestroy condattrgetpshared \
+ condattrinit condattrsetpshared condbroadcast conddefaultattributes \
+ condmp condsignal condsignalsupp condtimedwait condwait condwaitsupp
+
+MESSAGE_QUEUE_C_PIECES= mqueue mqueueclose mqueuecreatesupp mqueuedeletesupp \
mqueuegetattr mqueuenametoid mqueuenotify mqueueopen mqueuereceive \
mqueuerecvsupp mqueuesend mqueuesendsupp mqueuesetattr \
mqueuetimedreceive mqueuetimedsend mqueueunlink \
@@ -58,7 +62,8 @@ SEMAPHORE_C_PIECES= semaphore semaphorecreatesupp semaphoredeletesupp \
semgetvalue seminit semopen sempost semtimedwait semtrywait \
semunlink semwait
-C_PIECES = adasupp cond getpid key $(MESSAGE_QUEUE_PIECES) \
+C_PIECES = adasupp $(CONDITION_VARIABLE_C_PIECES) \
+ getpid key $(MESSAGE_QUEUE_C_PIECES) \
$(MUTEX_C_PIECES) $(PTHREAD_C_PIECES) \
$(PSIGNAL_C_PIECES) ptimer sched $(SEMAPHORE_C_PIECES) \
time types unistd $(ENOSYS_C_PIECES) \