You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2006/09/29 21:00:09 UTC

svn commit: r451387 - in /incubator/activemq/activemq-cpp/trunk/activemq-cpp: makefile-solaris-debug.cfg makefile-solaris-release.cfg

Author: tabish
Date: Fri Sep 29 12:00:07 2006
New Revision: 451387

URL: http://svn.apache.org/viewvc?view=rev&rev=451387
Log:
http://issues.apache.org/activemq/browse/AMQ-924

Added:
    incubator/activemq/activemq-cpp/trunk/activemq-cpp/makefile-solaris-debug.cfg
    incubator/activemq/activemq-cpp/trunk/activemq-cpp/makefile-solaris-release.cfg

Added: incubator/activemq/activemq-cpp/trunk/activemq-cpp/makefile-solaris-debug.cfg
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/makefile-solaris-debug.cfg?view=auto&rev=451387
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/makefile-solaris-debug.cfg (added)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/makefile-solaris-debug.cfg Fri Sep 29 12:00:07 2006
@@ -0,0 +1,30 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+## 
+## http://www.apache.org/licenses/LICENSE-2.0
+## 
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
+
+#
+# Compiler specific configuration
+#
+
+#
+# Studio release for Solaris
+#
+CC      = CC -g -O3 -library=stlport4 -DNDEBUG -D_REENTRANT
+LD      = CC -g -O3 -library=stlport4 
+CCFLAGS = 
+LDFLAGS = -L$(OUTDIR) -l$(LIBRARY_NAME) -lcppunit -lsocket -ldl -lrt -luuid
+AR      = CC -O3 -library=stlport4
+ARFLAGS = -xar -o

Added: incubator/activemq/activemq-cpp/trunk/activemq-cpp/makefile-solaris-release.cfg
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/makefile-solaris-release.cfg?view=auto&rev=451387
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/makefile-solaris-release.cfg (added)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/makefile-solaris-release.cfg Fri Sep 29 12:00:07 2006
@@ -0,0 +1,30 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+## 
+## http://www.apache.org/licenses/LICENSE-2.0
+## 
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
+
+#
+# Compiler specific configuration
+#
+
+#
+# Studio release for Solaris
+#
+CC      = CC -O3 -library=stlport4 -DNDEBUG -D_REENTRANT
+LD      = CC -O3 -library=stlport4 
+CCFLAGS = 
+LDFLAGS = -L$(OUTDIR) -l$(LIBRARY_NAME) -lcppunit -lsocket -ldl -lrt -luuid
+AR      = CC -O3 -library=stlport4
+ARFLAGS = -xar -o