converted to new makefile format

This commit is contained in:
Jeff Hill
2000-02-09 16:40:44 +00:00
parent c2faad0590
commit b503a7b4cf
2 changed files with 64 additions and 8 deletions

View File

@@ -3,13 +3,41 @@ TOP=../../..
include $(TOP)/configure/CONFIG
resourceLibTest_SRCS += resourceLibTest.cc
PROD += resourceLibTest
OBJS_IOC += resourceLibTest
tsDLListBench_SRCS += tsDLListBench.cc
PROD += tsDLListBench
OBJS_IOC += tsDLListBench
tsDLListTest_SRCS += tsDLListTest.cc
PROD += tsDLListTest
OBJS_IOC += tsDLListTest
tsSLListBench_SRCS += tsSLListBench.cc
PROD += tsSLListBench
OBJS_IOC += tsSLListBench
tsSLListTest_SRCS += tsSLListTest.cc
PROD += tsSLListTest
OBJS_IOC += tsSLListTest
minmaxTest_SRCS += minmaxTest.cc
PROD += minmaxTest
OBJS_IOC += minmaxTest
tsBTreeTest_SRCS += tsBTreeTest.cc
PROD += tsBTreeTest
OBJS_IOC += tsBTreeTest
tsBTreeBench_SRCS += tsBTreeBench.cc
PROD += tsBTreeBench
OBJS_IOC += tsBTreeBench
CXXCMPLR = STRICT
PROD_LIBS = Com
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32
TESTPROD := resourceLibTest tsDLListBench tsDLListTest tsDLListTest \
tsSLListBench tsSLListTest minmaxTest tsBTreeBench tsBTreeTest
include $(TOP)/configure/RULES

View File

@@ -3,13 +3,41 @@ TOP=../../..
include $(TOP)/configure/CONFIG
resourceLibTest_SRCS += resourceLibTest.cc
PROD += resourceLibTest
OBJS_IOC += resourceLibTest
tsDLListBench_SRCS += tsDLListBench.cc
PROD += tsDLListBench
OBJS_IOC += tsDLListBench
tsDLListTest_SRCS += tsDLListTest.cc
PROD += tsDLListTest
OBJS_IOC += tsDLListTest
tsSLListBench_SRCS += tsSLListBench.cc
PROD += tsSLListBench
OBJS_IOC += tsSLListBench
tsSLListTest_SRCS += tsSLListTest.cc
PROD += tsSLListTest
OBJS_IOC += tsSLListTest
minmaxTest_SRCS += minmaxTest.cc
PROD += minmaxTest
OBJS_IOC += minmaxTest
tsBTreeTest_SRCS += tsBTreeTest.cc
PROD += tsBTreeTest
OBJS_IOC += tsBTreeTest
tsBTreeBench_SRCS += tsBTreeBench.cc
PROD += tsBTreeBench
OBJS_IOC += tsBTreeBench
CXXCMPLR = STRICT
PROD_LIBS = Com
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32
TESTPROD := resourceLibTest tsDLListBench tsDLListTest tsDLListTest \
tsSLListBench tsSLListTest minmaxTest tsBTreeBench tsBTreeTest
include $(TOP)/configure/RULES