From 68003979629b255fe855c3fdac97c74e3fb059e7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Nov 1999 19:04:51 +0000 Subject: *** empty log message *** --- c/src/exec/posix/src/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (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 9948dc8e66..50cc10dd05 100644 --- a/c/src/exec/posix/src/Makefile.in +++ b/c/src/exec/posix/src/Makefile.in @@ -73,11 +73,15 @@ TIME_C_PIECES= time posixtimespecsubtract posixtimespectointerval \ posixintervaltotimespec clockgetcpuclockid clockgetenableattr \ clockgetres clockgettime clocksetenableattr clocksettime nanosleep +# the timer manager needs to be split further but only after its +# dependence on the Classic API Timer Manager is removed. +TIMER_C_PIECES=ptimer ptimer1 + C_PIECES = adasupp $(CANCEL_C_PIECES) $(CONDITION_VARIABLE_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) \ + $(PSIGNAL_C_PIECES) sched $(SEMAPHORE_C_PIECES) \ + $(TIME_C_PIECES) $(TIMER_C_PIECES) types unistd $(ENOSYS_C_PIECES) \ $(BUILD_FOR_NOW_C_PIECES) C_FILES = $(C_PIECES:%=%.c) -- cgit v1.2.3