42 lines
780 B
Makefile
42 lines
780 B
Makefile
|
|
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
|
|
|
|
PROD_LIBS = Com
|
|
|
|
include $(TOP)/configure/RULES
|
|
|