for 3.14 only a single Makefile

This commit is contained in:
Marty Kraimer
1999-09-13 14:09:42 +00:00
parent 19ec77dd64
commit 306ef6cefb
15 changed files with 79 additions and 228 deletions
+30 -2
View File
@@ -1,7 +1,35 @@
TOP=../../../..
include $(TOP)/config/CONFIG_BASE
include $(TOP)/configure/CONFIG
include $(TOP)/config/RULES_ARCHS
CXXCMPLR = STRICT
PROD_LIBS := cas ca gdd Com
cas_DIR = $(INSTALL_LIB)
ca_DIR = $(INSTALL_LIB)
gdd_DIR = $(INSTALL_LIB)
Com_DIR = $(INSTALL_LIB)
#
# Added ws2_32 winmm user32 for the non-dll build
#
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32 user32
SRCS += main.cc
SRCS += exServer.cc
SRCS += exPV.cc
SRCS += exVectorPV.cc
SRCS += exScalarPV.cc
SRCS += exAsyncPV.cc
SRCS += exChannel.cc
PROD := excas
include $(TOP)/configure/RULES_BUILD
clean::
@$(RM) excas
@$(RM) -rf Templates.DB
@$(RM) core
-31
View File
@@ -1,31 +0,0 @@
CAS = ../../..
TOP = $(CAS)/../..
include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
PROD_LIBS := cas ca gdd Com
#
# Added ws2_32 winmm user32 for the non-dll build
#
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32 user32
SRCS += main.cc
SRCS += exServer.cc
SRCS += exPV.cc
SRCS += exVectorPV.cc
SRCS += exScalarPV.cc
SRCS += exAsyncPV.cc
SRCS += exChannel.cc
PROD := excas
include $(TOP)/config/RULES.Host
clean::
@$(RM) excas
@$(RM) -rf Templates.DB
@$(RM) core