blob: f582c63d64163e8b2f7ff9e30f450abaf457221a [file] [log] [blame]
# ---------------------------------------------------------------------------
# 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.
# ---------------------------------------------------------------------------
cc_sources = \
activemq/io/LoggingInputStream.cpp \
activemq/io/LoggingOutputStream.cpp \
activemq/exceptions/ActiveMQException.cpp \
activemq/util/PrimitiveMap.cpp \
activemq/util/LongSequenceGenerator.cpp \
activemq/util/URISupport.cpp \
activemq/cmsutil/DynamicDestinationResolver.cpp \
activemq/cmsutil/ResourceLifecycleManager.cpp \
activemq/cmsutil/CmsAccessor.cpp \
activemq/cmsutil/CmsDestinationAccessor.cpp \
activemq/cmsutil/SessionPool.cpp \
activemq/cmsutil/PooledSession.cpp \
activemq/cmsutil/CmsTemplate.cpp \
activemq/core/ActiveMQConsumer.cpp \
activemq/core/ActiveMQConnection.cpp \
activemq/core/ActiveMQSession.cpp \
activemq/core/ActiveMQConstants.cpp \
activemq/core/ActiveMQTransaction.cpp \
activemq/core/ActiveMQProducer.cpp \
activemq/core/ActiveMQConnectionFactory.cpp \
activemq/core/ActiveMQSessionExecutor.cpp \
activemq/support/InitDirector.cpp \
activemq/connector/stomp/StompSessionManager.cpp \
activemq/connector/stomp/commands/CommandConstants.cpp \
activemq/connector/stomp/StompCommandReader.cpp \
activemq/connector/stomp/StompCommandWriter.cpp \
activemq/connector/stomp/StompConnectorFactory.cpp \
activemq/connector/stomp/marshal/Marshaler.cpp \
activemq/connector/stomp/StompConnector.cpp \
activemq/connector/stomp/StompSelector.cpp \
activemq/connector/stomp/StompConnectionNegotiator.cpp \
activemq/connector/stomp/StompResponseBuilder.cpp \
activemq/connector/openwire/OpenWireFormat.cpp \
activemq/connector/openwire/OpenWireFormatFactory.cpp \
activemq/connector/openwire/OpenWireCommandReader.cpp \
activemq/connector/openwire/OpenWireCommandWriter.cpp \
activemq/connector/openwire/OpenWireFormatNegotiator.cpp \
activemq/connector/openwire/OpenWireConnector.cpp \
activemq/connector/openwire/OpenWireConnectorFactory.cpp \
activemq/connector/openwire/OpenWireResponseBuilder.cpp \
activemq/connector/openwire/marshal/BaseDataStreamMarshaller.cpp \
activemq/connector/openwire/utils/HexTable.cpp \
activemq/connector/openwire/utils/BooleanStream.cpp \
activemq/connector/openwire/utils/OpenwireStringSupport.cpp \
activemq/connector/openwire/marshal/PrimitiveMapMarshaller.cpp \
activemq/connector/ConnectorFactoryMap.cpp \
activemq/connector/BaseConnectorResource.cpp \
activemq/transport/TransportBuilder.cpp \
activemq/transport/TransportFactoryMap.cpp \
activemq/transport/TransportFilter.cpp \
activemq/transport/IOTransportFactory.cpp \
activemq/transport/IOTransport.cpp \
activemq/transport/MockTransport.cpp \
activemq/transport/MockTransportFactory.cpp \
activemq/transport/filters/ResponseCorrelator.cpp \
activemq/transport/filters/ResponseCorrelatorFactory.cpp \
activemq/transport/filters/AsyncSendTransport.cpp \
activemq/transport/filters/AsyncSendTransportFactory.cpp \
activemq/transport/filters/TcpTransport.cpp \
activemq/transport/filters/TcpTransportFactory.cpp \
activemq/transport/filters/LoggingTransport.cpp \
activemq/transport/filters/LoggingTransportFactory.cpp
h_sources = \
activemq/core/ActiveMQProducer.h \
activemq/core/ActiveMQMessage.h \
activemq/core/ActiveMQConnectionData.h \
activemq/core/ActiveMQConnection.h \
activemq/core/ActiveMQTransaction.h \
activemq/core/ActiveMQConnectionFactory.h \
activemq/core/ActiveMQConsumer.h \
activemq/core/ActiveMQSession.h \
activemq/core/ActiveMQAckHandler.h \
activemq/core/ActiveMQConstants.h \
activemq/core/ActiveMQSessionExecutor.h \
activemq/core/DispatchData.h \
activemq/core/Dispatcher.h \
activemq/cmsutil/CmsAccessor.h \
activemq/cmsutil/CmsDestinationAccessor.h \
activemq/cmsutil/DestinationResolver.h \
activemq/cmsutil/DynamicDestinationResolver.h \
activemq/cmsutil/ResourceLifecycleManager.h \
activemq/cmsutil/SessionPool.h \
activemq/cmsutil/PooledSession.h \
activemq/support/LibraryInit.h \
activemq/support/InitDirector.h \
activemq/io/LoggingInputStream.h \
activemq/io/LoggingOutputStream.h \
activemq/exceptions/ActiveMQException.h \
activemq/connector/ConsumerMessageListener.h \
activemq/connector/ConnectorException.h \
activemq/connector/TransactionInfo.h \
activemq/connector/SessionInfo.h \
activemq/connector/ConnectorResource.h \
activemq/connector/ConnectorResourceListener.h \
activemq/connector/ConnectorFactory.h \
activemq/connector/BaseConnectorResource.h \
activemq/connector/stomp/StompSessionInfo.h \
activemq/connector/stomp/StompTransactionInfo.h \
activemq/connector/stomp/StompSessionManager.h \
activemq/connector/stomp/StompQueue.h \
activemq/connector/stomp/StompConnectorFactory.h \
activemq/connector/stomp/StompFrame.h \
activemq/connector/stomp/commands/DisconnectCommand.h \
activemq/connector/stomp/commands/AbortCommand.h \
activemq/connector/stomp/commands/ErrorCommand.h \
activemq/connector/stomp/commands/CommandConstants.h \
activemq/connector/stomp/commands/UnsubscribeCommand.h \
activemq/connector/stomp/commands/AbstractCommand.h \
activemq/connector/stomp/commands/StompMessage.h \
activemq/connector/stomp/commands/AckCommand.h \
activemq/connector/stomp/commands/StompCommand.h \
activemq/connector/stomp/commands/BytesMessageCommand.h \
activemq/connector/stomp/commands/ReceiptCommand.h \
activemq/connector/stomp/commands/SubscribeCommand.h \
activemq/connector/stomp/commands/BeginCommand.h \
activemq/connector/stomp/commands/TextMessageCommand.h \
activemq/connector/stomp/commands/ConnectCommand.h \
activemq/connector/stomp/commands/ConnectedCommand.h \
activemq/connector/stomp/commands/MessageCommand.h \
activemq/connector/stomp/commands/CommitCommand.h \
activemq/connector/stomp/StompCommandListener.h \
activemq/connector/stomp/marshal/Marshalable.h \
activemq/connector/stomp/marshal/MarshalException.h \
activemq/connector/stomp/marshal/Marshaler.h \
activemq/connector/stomp/StompCommandReader.h \
activemq/connector/stomp/StompCommandWriter.h \
activemq/connector/stomp/StompConnectorException.h \
activemq/connector/stomp/StompConnectionNegotiator.h \
activemq/connector/stomp/StompProducerInfo.h \
activemq/connector/stomp/StompSelector.h \
activemq/connector/stomp/StompConsumerInfo.h \
activemq/connector/stomp/StompConnector.h \
activemq/connector/stomp/StompDestination.h \
activemq/connector/stomp/StompTopic.h \
activemq/connector/stomp/StompResponseBuilder.h \
activemq/connector/openwire/OpenWireFormat.h \
activemq/connector/openwire/OpenWireCommandReader.h \
activemq/connector/openwire/OpenWireCommandWriter.h \
activemq/connector/openwire/OpenWireFormatNegotiator.h \
activemq/connector/openwire/OpenWireConsumerInfo.h \
activemq/connector/openwire/OpenWireProducerInfo.h \
activemq/connector/openwire/OpenWireSessionInfo.h \
activemq/connector/openwire/OpenWireTransactionInfo.h \
activemq/connector/openwire/OpenWireResponseBuilder.h \
activemq/connector/openwire/BrokerException.h \
activemq/connector/openwire/marshal/BaseDataStreamMarshaller.h \
activemq/connector/openwire/utils/HexTable.h \
activemq/connector/openwire/utils/BooleanStream.h \
activemq/connector/openwire/utils/OpenwireStringSupport.h \
activemq/connector/openwire/marshal/PrimitiveMapMarshaller.h \
activemq/connector/ConnectorFactoryMap.h \
activemq/connector/Connector.h \
activemq/connector/ConnectorFactoryMapRegistrar.h \
activemq/connector/ProducerInfo.h \
activemq/connector/ConsumerInfo.h \
activemq/transport/TransportBuilder.h \
activemq/transport/Transport.h \
activemq/transport/TransportFilter.h \
activemq/transport/TransportFactory.h \
activemq/transport/TransportExceptionListener.h \
activemq/transport/TransportFactoryMapRegistrar.h \
activemq/transport/TransportFactoryMap.h \
activemq/transport/Response.h \
activemq/transport/Command.h \
activemq/transport/CommandListener.h \
activemq/transport/CommandReader.h \
activemq/transport/CommandWriter.h \
activemq/transport/CommandIOException.h \
activemq/transport/IOTransportFactory.h \
activemq/transport/IOTransport.h \
activemq/transport/MockTransport.h \
activemq/transport/MockTransportFactory.h \
activemq/transport/filters/FutureResponse.h \
activemq/transport/filters/ResponseCorrelator.h \
activemq/transport/filters/ResponseCorrelatorFactory.h \
activemq/transport/filters/AsyncSendTransport.h \
activemq/transport/filters/AsyncSendTransportFactory.h \
activemq/transport/filters/TcpTransport.h \
activemq/transport/filters/TcpTransportFactory.h \
activemq/transport/filters/LoggingTransport.h \
activemq/transport/filters/LoggingTransportFactory.h \
activemq/util/Config.h \
activemq/util/ActiveMQProperties.h \
activemq/util/LongSequenceGenerator.h \
activemq/util/PrimitiveMap.h \
activemq/util/URISupport.h \
cms/DeliveryMode.h \
cms/TemporaryQueue.h \
cms/MapMessage.h \
cms/Destination.h \
cms/Connection.h \
cms/TemporaryTopic.h \
cms/Stoppable.h \
cms/Topic.h \
cms/BytesMessage.h \
cms/CMSException.h \
cms/CMSProperties.h \
cms/Session.h \
cms/Startable.h \
cms/Closeable.h \
cms/MessageListener.h \
cms/ObjectMessage.h \
cms/TextMessage.h \
cms/ExceptionListener.h \
cms/Queue.h \
cms/ConnectionFactory.h \
cms/MessageProducer.h \
cms/Message.h \
cms/MessageConsumer.h \
cms/Config.h
include activemq/connector/openwire/commands/srcmakefile.mk
include activemq/connector/openwire/marshal/v1/srcmakefile.mk
include activemq/connector/openwire/marshal/v2/srcmakefile.mk
##
## Compiler / Linker Info
##
lib_LTLIBRARIES= libactivemq-cpp.la
libactivemq_cpp_la_SOURCES= $(h_sources) $(cc_sources)
libactivemq_cpp_la_CXXFLAGS= $(AMQ_CXXFLAGS)
libactivemq_cpp_la_LDFLAGS= -version-info $(ACTIVEMQ_LIBRARY_VERSION) -release $(ACTIVEMQ_VERSION)
libactivemq_cpp_la_LIBADD= $(AMQ_LIBS)
##
## Packaging Info
##
library_includedir=$(includedir)/$(ACTIVEMQ_LIBRARY_NAME)-$(ACTIVEMQ_VERSION)
nobase_library_include_HEADERS = $(h_sources)