From a25736f9345230ad33a459b706c808d50ca8764c Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 18 Jul 2000 15:15:09 +0000 Subject: [PATCH] removed all "CMPLR=STRICT" and "CXXCMPLR = SRICT" from R3.13 patch branch makefiles --- src/ca/Makefile.Host | 1 - src/cas/build/multiThread/Makefile.Vx | 2 -- src/cas/build/singleThread/Makefile.Host | 2 -- src/cas/example/directoryService/Makefile.Host | 2 -- src/cas/example/directoryService/Makefile.Vx.WorkInProgress | 2 -- src/cas/example/iocmonitor/Makefile.Host | 5 +++-- src/cas/example/simple/Makefile.Host | 2 -- src/cas/example/simple/Makefile.Vx.WorkInProgress | 2 -- src/cas/example/testdb/Makefile.Host | 5 +++-- src/cxxTemplates/test/Makefile.Host | 2 -- src/libCom/Makefile.Host | 1 - src/util/Makefile.Host | 2 -- 12 files changed, 6 insertions(+), 22 deletions(-) diff --git a/src/ca/Makefile.Host b/src/ca/Makefile.Host index 90d67a746..832017b61 100644 --- a/src/ca/Makefile.Host +++ b/src/ca/Makefile.Host @@ -2,7 +2,6 @@ TOP = ../../.. include $(TOP)/config/CONFIG_BASE -CMPLR = STRICT # # includes to install from this subproject diff --git a/src/cas/build/multiThread/Makefile.Vx b/src/cas/build/multiThread/Makefile.Vx index b376bbe76..ac271cbec 100644 --- a/src/cas/build/multiThread/Makefile.Vx +++ b/src/cas/build/multiThread/Makefile.Vx @@ -11,8 +11,6 @@ VPATH = $(SRC) $(SRC)/mt $(IOSRC) $(OSSRC) include $(TOP)/config/CONFIG_BASE -CXXCMPLR = STRICT - USR_INCLUDES = -I$(SRC) -I$(OSSRC) -I$(IOSRC) -I$(CA)\ -I$(TOP)/src/include/os/vxWorks diff --git a/src/cas/build/singleThread/Makefile.Host b/src/cas/build/singleThread/Makefile.Host index b08a767b7..e80adc968 100644 --- a/src/cas/build/singleThread/Makefile.Host +++ b/src/cas/build/singleThread/Makefile.Host @@ -8,8 +8,6 @@ USER_VPATH := $(SRC) $(STSRC) $(IOSRC) include $(TOP)/config/CONFIG_BASE -CXXCMPLR = STRICT - # sometimes it's good to have different C/C++ flags, not now: USR_CFLAGS = -I$(SRC) -I$(IOSRC) -I$(STSRC) -I$(CA) -DcaNetAddrSock USR_CXXFLAGS = $(USR_CFLAGS) diff --git a/src/cas/example/directoryService/Makefile.Host b/src/cas/example/directoryService/Makefile.Host index b8db6a0f7..c9a7f230d 100644 --- a/src/cas/example/directoryService/Makefile.Host +++ b/src/cas/example/directoryService/Makefile.Host @@ -4,8 +4,6 @@ TOP = $(CAS)/../.. include $(TOP)/config/CONFIG_BASE -CXXCMPLR = STRICT - PROD_LIBS := cas ca gdd Com # # Added winmm user32 for the non-dll build diff --git a/src/cas/example/directoryService/Makefile.Vx.WorkInProgress b/src/cas/example/directoryService/Makefile.Vx.WorkInProgress index e85297480..03c7ff2cb 100644 --- a/src/cas/example/directoryService/Makefile.Vx.WorkInProgress +++ b/src/cas/example/directoryService/Makefile.Vx.WorkInProgress @@ -4,8 +4,6 @@ TOP = $(CAS)/../.. include $(TOP)/config/CONFIG_BASE -CXXCMPLR = STRICT - USR_INCLUDES = USR_LDFLAGS = diff --git a/src/cas/example/iocmonitor/Makefile.Host b/src/cas/example/iocmonitor/Makefile.Host index 1f0cffb0f..c07326c73 100644 --- a/src/cas/example/iocmonitor/Makefile.Host +++ b/src/cas/example/iocmonitor/Makefile.Host @@ -1,13 +1,14 @@ # $Log$ +# Revision 1.2 1997/05/13 14:22:59 jbk +# added comments at top +# CAS = ../../.. TOP = $(CAS)/../.. include $(TOP)/config/CONFIG_BASE -CXXCMPLR = STRICT - PROD_LIBS := cas ca gdd Com SRCS += mon.cc monAdl.cc monNode.cc monServer.cc diff --git a/src/cas/example/simple/Makefile.Host b/src/cas/example/simple/Makefile.Host index bf28521ed..fe16b1228 100644 --- a/src/cas/example/simple/Makefile.Host +++ b/src/cas/example/simple/Makefile.Host @@ -4,8 +4,6 @@ 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 diff --git a/src/cas/example/simple/Makefile.Vx.WorkInProgress b/src/cas/example/simple/Makefile.Vx.WorkInProgress index e85297480..03c7ff2cb 100644 --- a/src/cas/example/simple/Makefile.Vx.WorkInProgress +++ b/src/cas/example/simple/Makefile.Vx.WorkInProgress @@ -4,8 +4,6 @@ TOP = $(CAS)/../.. include $(TOP)/config/CONFIG_BASE -CXXCMPLR = STRICT - USR_INCLUDES = USR_LDFLAGS = diff --git a/src/cas/example/testdb/Makefile.Host b/src/cas/example/testdb/Makefile.Host index ab52b7bae..14d19da43 100644 --- a/src/cas/example/testdb/Makefile.Host +++ b/src/cas/example/testdb/Makefile.Host @@ -1,13 +1,14 @@ # $Log$ +# Revision 1.2 1997/03/05 21:16:21 jbk +# Fixes cvs log id at top +# CAS = ../../.. TOP = $(CAS)/../.. include $(TOP)/config/CONFIG_BASE -CXXCMPLR = STRICT - PROD_LIBS := cas ca gdd Com SRCS += pvServ.cc diff --git a/src/cxxTemplates/test/Makefile.Host b/src/cxxTemplates/test/Makefile.Host index 19ee181c5..3eff63d87 100644 --- a/src/cxxTemplates/test/Makefile.Host +++ b/src/cxxTemplates/test/Makefile.Host @@ -2,8 +2,6 @@ TOP = ../../../.. include $(TOP)/config/CONFIG_BASE -CXXCMPLR = STRICT - PROD_LIBS = Com SYS_PROD_LIBS_WIN32 := ws2_32 advapi32 diff --git a/src/libCom/Makefile.Host b/src/libCom/Makefile.Host index 243395c24..a45cec3ce 100644 --- a/src/libCom/Makefile.Host +++ b/src/libCom/Makefile.Host @@ -4,7 +4,6 @@ TOP = ../../.. include $(TOP)/config/CONFIG_BASE -CMPLR = STRICT USR_CFLAGS = -D_NO_PROTO diff --git a/src/util/Makefile.Host b/src/util/Makefile.Host index 159699d09..dd9f04404 100644 --- a/src/util/Makefile.Host +++ b/src/util/Makefile.Host @@ -4,8 +4,6 @@ TOP = ../../.. include $(TOP)/config/CONFIG_BASE -CMPLR = STRICT - # default Unix needs lib m, every system needs libs ca & Com: SYS_PROD_LIBS_DEFAULT := m SYS_PROD_LIBS_WIN32 := -nil-