From 9f95a19a57f0f85212c320327636e93d70bbecc8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Nov 1999 18:35:52 +0000 Subject: Split time.c into multiple files. --- c/src/exec/posix/src/Makefile.in | 6 +++++- 1 file changed, 5 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 55c1283afa..9a791dc7a7 100644 --- a/c/src/exec/posix/src/Makefile.in +++ b/c/src/exec/posix/src/Makefile.in @@ -62,11 +62,15 @@ SEMAPHORE_C_PIECES= semaphore semaphorecreatesupp semaphoredeletesupp \ semgetvalue seminit semopen sempost semtimedwait semtrywait \ semunlink semwait +TIME_C_PIECES= time posixtimespecsubtract posixtimespectointerval \ + posixintervaltotimespec clockgetcpuclockid clockgetenableattr \ + clockgetres clockgettime clocksetenableattr clocksettime nanosleep + 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) \ + $(TIME_C_PIECES) types unistd $(ENOSYS_C_PIECES) \ $(BUILD_FOR_NOW_C_PIECES) C_FILES = $(C_PIECES:%=%.c) -- cgit v1.2.3