[Wsf-commits] svn commit r46788 - in trunk/wsf/cpp/examples/trader: . client util
nandika at wso2.com
nandika at wso2.com
Thu Oct 8 05:26:56 PDT 2009
Author: nandika
Date: Thu Oct 8 05:26:56 2009
New Revision: 46788
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=46788
Log:
makefiles updated
Modified:
trunk/wsf/cpp/examples/trader/Makefile.am
trunk/wsf/cpp/examples/trader/client/Makefile.am
trunk/wsf/cpp/examples/trader/util/Makefile.am
Modified: trunk/wsf/cpp/examples/trader/Makefile.am
URL: http://wso2.org/svn/browse/wso2/trunk/wsf/cpp/examples/trader/Makefile.am?rev=46788&r1=46787&r2=46788&view=diff
==============================================================================
--- trunk/wsf/cpp/examples/trader/Makefile.am (original)
+++ trunk/wsf/cpp/examples/trader/Makefile.am Thu Oct 8 05:26:56 2009
@@ -1 +1 @@
-SUBDIRS = client util exchange trader
+SUBDIRS = util client exchange trader
Modified: trunk/wsf/cpp/examples/trader/client/Makefile.am
URL: http://wso2.org/svn/browse/wso2/trunk/wsf/cpp/examples/trader/client/Makefile.am?rev=46788&r1=46787&r2=46788&view=diff
==============================================================================
--- trunk/wsf/cpp/examples/trader/client/Makefile.am (original)
+++ trunk/wsf/cpp/examples/trader/client/Makefile.am Thu Oct 8 05:26:56 2009
@@ -1,24 +1,20 @@
+
prgbindir=$(prefix)/samples/bin/
prgbin_PROGRAMS = TraderClient
TraderClient_SOURCES = traderclient.cpp TraderClientStub.cpp
-
TraderClient_LDADD = $(LDFLAGS) \
- -L$(WSFC_HOME)/lib \
- -l./../../../../wsf_c/axis2c/util/src/libaxutil.la \
- -l./../../../../wsf_c/axis2c/axiom/src/om/libaxis2_axiom.la \
- -l./../../../../wsf_c/axis2c/src/core/engine/libaxis2_engine.la \
- -l./../../../../wsf_c/axis2c/axis2_parser \
- ../util/libtrader_util.la \
- $(GUTHTHILA_LIBS) \
- $(LIBXML2_LIBS)
-
-INCLUDES = -I ../include
- -I ../../../include \
- -I ../../../wsf_c/axis2c/include \
- -I ../../../wsf_c/axis2c/neethi/include \
- -I ../../../wsf_c/axis2c/axiom/include \
- -I ../../../wsf_c/axis2c/util/include \
- -I ../../../wsf_c/axis2c/util/include/platforms
-
-
+ -L$(WSFC_HOME)/lib \
+ -laxutil \
+ -laxis2_axiom \
+ -laxis2_engine \
+ ../util/libtrader_util.la \
+ -lwso2_wsf
+
+INCLUDES = -I ../include \
+ -I ../../../include \
+ -I ../../../wsf_c/axis2c/include \
+ -I ../../../wsf_c/axis2c/neethi/include \
+ -I ../../../wsf_c/axis2c/axiom/include \
+ -I ../../../wsf_c/axis2c/util/include \
+ -I ../../../wsf_c/axis2c/util/include/platforms
Modified: trunk/wsf/cpp/examples/trader/util/Makefile.am
URL: http://wso2.org/svn/browse/wso2/trunk/wsf/cpp/examples/trader/util/Makefile.am?rev=46788&r1=46787&r2=46788&view=diff
==============================================================================
--- trunk/wsf/cpp/examples/trader/util/Makefile.am (original)
+++ trunk/wsf/cpp/examples/trader/util/Makefile.am Thu Oct 8 05:26:56 2009
@@ -1,49 +1,45 @@
+
noinst_LTLIBRARIES = libtrader_util.la
-libwsf_util_la_SOURCES = ArrayOfString.cpp \
- BuyRequest.cpp \
- BuyRequest_ex.cpp \
- BuyResponse.cpp \
- ClientData.cpp \
- ClientInfo.cpp \
- CreateAccountRequest.cpp \
- CreateAccountResponse.cpp \
- DepositRequest.cpp \
- DepositResponse.cpp \
- GetPortfolioRequest.cpp \
- GetPortfolioResponse.cpp \
- GetQuoteRequest.cpp \
- GetQuoteResponse.cpp \
- GetSymbolsRequest.cpp \
- GetSymbolsResponse.cpp \
- LoginRequest.cpp \
- PortFolio.cpp \
- PortFolioItem.cpp \
- RegisterClientRequest.cpp \
- RegisterClientResponse.cpp \
- RegisterFeedTargetRequest.cpp \
- SellRequest.cpp \
- SellRequest_ex.cpp \
- SellResponse.cpp \
- StockQuote.cpp \
- TradeStatus.cpp
+libtrader_util_la_SOURCES = ArrayOfString.cpp \
+ BuyRequest.cpp \
+ BuyRequest_ex.cpp \
+ BuyResponse.cpp \
+ ClientData.cpp \
+ ClientInfo.cpp \
+ CreateAccountRequest.cpp \
+ CreateAccountResponse.cpp \
+ DepositRequest.cpp \
+ DepositResponse.cpp \
+ GetPortfolioRequest.cpp \
+ GetPortfolioResponse.cpp \
+ GetQuoteRequest.cpp \
+ GetQuoteResponse.cpp \
+ GetSymbolsRequest.cpp \
+ GetSymbolsResponse.cpp \
+ LoginRequest.cpp \
+ PortFolio.cpp \
+ PortFolioItem.cpp \
+ RegisterClientRequest.cpp \
+ RegisterClientResponse.cpp \
+ RegisterFeedTargetRequest.cpp \
+ SellRequest.cpp \
+ SellRequest_ex.cpp \
+ SellResponse.cpp \
+ StockQuote.cpp \
+ TradeStatus.cpp
-libwsf_util_la_LIBADD = $(LDFLAGS) \
- -L$(WSFCPP_HOME)/lib \
- ../../../wsf_c/axis2c/util/src/libaxutil.la \
- ../../../wsf_c/axis2c/axiom/src/om/libaxis2_axiom.la \
- ../../../wsf_c/axis2c/src/core/engine/libaxis2_engine.la \
- ../../../wsf_c/axis2c/axiom/src/parser/guththila/libaxis2_parser.la \
- ../../../wsf_c/axis2c/src/core/transport/http/sender/libaxis2_http_sender.la \
- ../../../wsf_c/axis2c/src/core/transport/http/receiver/libaxis2_http_receiver.la \
+libtrader_util_la_LIBADD = $(LDFLAGS) \
+ -L$(WSFCPP_HOME)/lib \
+ -laxutil \
+ -laxis2_axiom \
+ -laxis2_engine \
-lpthread \
- ../../../src/main/libwso2_wsf.la \
- $(GUTHTHILA_LIBS) \
- $(LIBXML2_LIBS)
+ -lwso2_wsf
INCLUDES = -I ../include \
- -I ../../../include \
+ -I ../../../include \
-I ../../../wsf_c/axis2c/include \
-I ../../../wsf_c/axis2c/neethi/include \
-I ../../../wsf_c/axis2c/axiom/include \
More information about the Wsf-commits
mailing list