Files
pcas/src/libCom/test/Makefile.Host
1999-12-07 17:50:12 +00:00

14 lines
222 B
Makefile

TOP=../../..
include $(TOP)/configure/CONFIG
fdmgrTest_LIBS += Com
fdmgrTest_SRCS += fdmgrTest.c
fdmgrTest_LIBS += Com
fdmgrTest_SRCS += osiTimeTest.cc
PROD= osiTimeTest fdmgrTest
include $(TOP)/configure/RULES_BUILD