installed makefiles
This commit is contained in:
7
src/cxxTemplates/test/Makefile
Normal file
7
src/cxxTemplates/test/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
TOP=../../..
|
||||
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
36
src/cxxTemplates/test/Makefile.Unix
Normal file
36
src/cxxTemplates/test/Makefile.Unix
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
TOP = ../../../..
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
SRCS.c += ../resourceLibTest.cc
|
||||
SRCS.c += ../tsDLListBench.cc
|
||||
SRCS.c += ../tsDLListTest.cc
|
||||
SRCS.c += ../tsSLListBench.cc
|
||||
SRCS.c += ../tsSLListTest.cc
|
||||
|
||||
TARGETS += resourceLibTest
|
||||
TARGETS += tsDLListBench
|
||||
TARGETS += tsDLListTest
|
||||
TARGETS += tsSLListTest
|
||||
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
ifdef fred
|
||||
all: resourceLibTest tsDLListBench tsDLListTest tsSLListBench tsSLListTest
|
||||
|
||||
resourceLibTest: resourceLibTest.o
|
||||
$(LINK.cc) -o $@ $<
|
||||
|
||||
tsDLListBench: tsDLListBench.o
|
||||
$(LINK.cc) -o $@ $<
|
||||
|
||||
tsDLListTest: tsDLListTest.o
|
||||
$(LINK.cc) -o $@ $<
|
||||
|
||||
tsSLListBench: tsSLListBench.o
|
||||
$(LINK.cc) -o $@ $<
|
||||
|
||||
tsSLListTest: tsSLListTest.o
|
||||
$(LINK.cc) -o $@ $<
|
||||
endif
|
||||
|
||||
7
src/libCom/cxxTemplates/test/Makefile
Normal file
7
src/libCom/cxxTemplates/test/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
TOP=../../..
|
||||
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
Reference in New Issue
Block a user