From b536cddde8a421788543a8290b944c6271e63b3f Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 6 Sep 2009 01:43:25 +0000 Subject: Moved configuration of CXXFLAGS compile options to configure.ac script to make them consistent across the project. Increased warning level and enabled support for debug and profiling. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811742 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/sdo/runtime/core/sdo_axiom/Makefile.am | 3 +-- cpp/sdo/runtime/core/sdo_axiom_test/Makefile.am | 3 +-- cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am | 1 - cpp/sdo/runtime/core/test/Makefile.am | 1 - cpp/sdo/samples/misc/Makefile.am | 1 - 5 files changed, 2 insertions(+), 7 deletions(-) (limited to 'cpp/sdo') diff --git a/cpp/sdo/runtime/core/sdo_axiom/Makefile.am b/cpp/sdo/runtime/core/sdo_axiom/Makefile.am index 87fda98097..ff6371212a 100644 --- a/cpp/sdo/runtime/core/sdo_axiom/Makefile.am +++ b/cpp/sdo/runtime/core/sdo_axiom/Makefile.am @@ -21,7 +21,6 @@ nobase_include_HEADERS = sdo_axiom.h \ sdo_axiom_export.h lib_LTLIBRARIES = libtuscany_sdo_axiom.la -AM_CPPFLAGS = $(CPPFLAGS) libtuscany_sdo_axiom_la_SOURCES = \ sdo_axiom.cpp @@ -36,4 +35,4 @@ libtuscany_sdo_axiom_la_LIBADD = \ INCLUDES = -I$(top_builddir)/runtime/core/src \ -I$(top_builddir)/runtime/core/sdo_axiom \ -I${AXIS2C_HOME}/include - \ No newline at end of file + diff --git a/cpp/sdo/runtime/core/sdo_axiom_test/Makefile.am b/cpp/sdo/runtime/core/sdo_axiom_test/Makefile.am index 96710534f7..636ad99c8b 100644 --- a/cpp/sdo/runtime/core/sdo_axiom_test/Makefile.am +++ b/cpp/sdo/runtime/core/sdo_axiom_test/Makefile.am @@ -19,7 +19,6 @@ noinst_PROGRAMS = tuscany_sdo_axiom_test SUBDIRS = TESTS = tuscany_sdo_axiom_test TESTS_ENVIRONMENT = LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${LIBXML2_LIB}:$(AXIS2C_HOME)/lib -AM_CPPFLAGS = $(CPPFLAGS) tuscany_sdo_axiom_test_SOURCES = sdo_axiom_test.cpp noinst_HEADERS=*.h @@ -38,4 +37,4 @@ INCLUDES = -I$(top_builddir)/runtime/core/sdo_axiom_test \ -I$(top_builddir)/runtime/core/src \ -I$(top_builddir)/runtime/core/sdo_axiom \ -I${AXIS2C_HOME}/include - \ No newline at end of file + diff --git a/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am b/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am index e5f316cc3d..bc5ecce789 100644 --- a/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am +++ b/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am @@ -16,7 +16,6 @@ # under the License. lib_LTLIBRARIES = libtuscany_sdo.la -AM_CPPFLAGS = $(CPPFLAGS) libtuscany_sdo_la_SOURCES = \ ChangedDataObjectListImpl.cpp \ diff --git a/cpp/sdo/runtime/core/test/Makefile.am b/cpp/sdo/runtime/core/test/Makefile.am index 060580dfbb..09994c5d5e 100644 --- a/cpp/sdo/runtime/core/test/Makefile.am +++ b/cpp/sdo/runtime/core/test/Makefile.am @@ -18,7 +18,6 @@ noinst_PROGRAMS = tuscany_sdo_test SUBDIRS = TESTS=tuscany_sdo_test -AM_CPPFLAGS = $(CPPFLAGS) tuscany_sdo_test_SOURCES = sdotest.cpp sdotest2.cpp utils.cpp main.cpp EXTRA_DIST = *.xsd *.xml *.txt *.wsdl test/*.* test2/*.* t2/*.* g/*.* bugs/1/*.* diff --git a/cpp/sdo/samples/misc/Makefile.am b/cpp/sdo/samples/misc/Makefile.am index 7ebcc44c59..c1cd5cde65 100644 --- a/cpp/sdo/samples/misc/Makefile.am +++ b/cpp/sdo/samples/misc/Makefile.am @@ -23,7 +23,6 @@ prgbin_SCRIPTS = EXTRA_DIST = *.xsd *.xml deploy_DATA = *.xsd *.xml -AM_CPPFLAGS = $(CPPFLAGS) sdo_misc_SOURCES = samples.cpp \ ChangeSummarySave.cpp \ ObjectCreation.cpp \ -- cgit v1.2.3