Added code for TESTLIBRARY

This commit is contained in:
Janet Anderson
2011-02-16 10:57:20 -06:00
parent a2a00c7c91
commit 53dc5101be
11 changed files with 111 additions and 29 deletions

View File

@@ -32,6 +32,7 @@ CCC = $(GNU_BIN)/$(CMPLR_PREFIX)cc$(CMPLR_SUFFIX)
#-------------------------------------------------------
# Library definitions
LIBNAME = $(BUILD_LIBRARY:%=$(LIB_PREFIX)%$(LIB_SUFFIX))
TESTLIBNAME = $(TESTBUILD_LIBRARY:%=$(LIB_PREFIX)%$(LIB_SUFFIX))
#--------------------------------------------------
# Prod: DEPLIBS, LDFLAGS, and LDLIBS definitions