From 63edcf242a2cd5d53537bae95943b5fcd0eed5fe Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Nov 1999 18:40:30 +0000 Subject: Split key.c into multiple files. --- c/src/exec/posix/src/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'c/src/exec/posix/src/Makefile.in') diff --git a/c/src/exec/posix/src/Makefile.in b/c/src/exec/posix/src/Makefile.in index 9a791dc7a7..39a7fcb86a 100644 --- a/c/src/exec/posix/src/Makefile.in +++ b/c/src/exec/posix/src/Makefile.in @@ -26,6 +26,9 @@ CONDITION_VARIABLE_C_PIECES= cond condattrdestroy condattrgetpshared \ condattrinit condattrsetpshared condbroadcast conddefaultattributes \ condmp condsignal condsignalsupp condtimedwait condwait condwaitsupp +KEY_C_PIECES= key keycreate keydelete keygetspecific keyrundestructors \ + keysetspecific + MESSAGE_QUEUE_C_PIECES= mqueue mqueueclose mqueuecreatesupp mqueuedeletesupp \ mqueuegetattr mqueuenametoid mqueuenotify mqueueopen mqueuereceive \ mqueuerecvsupp mqueuesend mqueuesendsupp mqueuesetattr \ @@ -67,7 +70,7 @@ TIME_C_PIECES= time posixtimespecsubtract posixtimespectointerval \ clockgetres clockgettime clocksetenableattr clocksettime nanosleep C_PIECES = adasupp $(CONDITION_VARIABLE_C_PIECES) \ - getpid key $(MESSAGE_QUEUE_C_PIECES) \ + getpid $(KEY_C_PIECES) $(MESSAGE_QUEUE_C_PIECES) \ $(MUTEX_C_PIECES) $(PTHREAD_C_PIECES) \ $(PSIGNAL_C_PIECES) ptimer sched $(SEMAPHORE_C_PIECES) \ $(TIME_C_PIECES) types unistd $(ENOSYS_C_PIECES) \ -- cgit v1.2.3