Files
epics-base/src/libCom/test/Makefile
2000-01-27 17:07:22 +00:00

27 lines
537 B
Makefile

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