summaryrefslogtreecommitdiff
path: root/cpp/options-rhel3.mk
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-12-07 20:07:19 +0000
committerSteven Shaw <steshaw@apache.org>2006-12-07 20:07:19 +0000
commitc20d7eddc08de878a5407f03e0cd984f60262995 (patch)
tree86aa0c74a27f74fecd7eb127ba385116e2a2f868 /cpp/options-rhel3.mk
parent8acccbfa9493064e2bb6d38b830c1814ca0dc463 (diff)
downloadqpid-python-c20d7eddc08de878a5407f03e0cd984f60262995.tar.gz
New make-dist script and related files. Just a hack for now to build a binary dev release. Also updated README-dev with correct automake version and note about configuring cppunit
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@483638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/options-rhel3.mk')
-rw-r--r--cpp/options-rhel3.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/cpp/options-rhel3.mk b/cpp/options-rhel3.mk
deleted file mode 100644
index be5741e8c6..0000000000
--- a/cpp/options-rhel3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Expects dependencies in ~/local
-#
-
-# Configure Boost.
-BOOST_CXXFLAGS := -I$(HOME)/local/boost-1.33.1/include/boost-1_33_1
-CXXFLAGS := $(CXXFLAGS) $(BOOST_CXXFLAGS)
-
-# Configure CppUnit.
-CPPUNIT_CFLAGS := `cppunit-config --cflags`
-CPPUNIT_LDFLAGS := `cppunit-config --libs`
-CXXFLAGS := $(CXXFLAGS) $(CPPUNIT_CFLAGS)
-
-#
-# RedHat Enterprise 3 g++ can't handle -Wextra etc so remove them.
-#
-
-WARN := -Werror -pedantic -Wall -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wno-system-headers