summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 19:04:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 19:04:51 +0000
commit68003979629b255fe855c3fdac97c74e3fb059e7 (patch)
treef584f54908d3f382c943ead222ff2f1b2683a8d8 /c/src/exec/posix/src/Makefile.in
parentSplit cancel.c into multiple files. (diff)
downloadrtems-68003979629b255fe855c3fdac97c74e3fb059e7.tar.bz2
*** empty log message ***
Diffstat (limited to 'c/src/exec/posix/src/Makefile.in')
-rw-r--r--c/src/exec/posix/src/Makefile.in8
1 files changed, 6 insertions, 2 deletions
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)