Files
pcas/src/libCom/test/Makefile
2000-02-07 21:59:58 +00:00

27 lines
529 B
Makefile

TOP=../../..
include $(TOP)/configure/CONFIG
PROD_LIBS += Com
semBinaryTestHost_SRCS += semBinaryTestMain.c semBinaryTest.c
PROD += semBinaryTestHost
OBJS_IOC += semBinaryTest
semMutexTestHost_SRCS += semMutexTestMain.c semMutexTest.c
PROD += semMutexTestHost
OBJS_IOC += semMutexTest
threadTestHost_SRCS += threadTestMain.c threadTest.c
PROD += threadTestHost
OBJS_IOC += threadTest
#fdmgrTest_SRCS += fdmgrTest.c
#PROD += fdmgrTest
osiTimeTest_SRCS += osiTimeTest.cc
PROD += osiTimeTest
include $(TOP)/configure/RULES