diff --exclude=autom4te.cache --exclude='*~' -urN quickfix-autotools-bootstrap/examples/executor/C++/Makefile.am quickfix-examples-autotools-patches/examples/executor/C++/Makefile.am --- quickfix-autotools-bootstrap/examples/executor/C++/Makefile.am 2004-09-11 00:07:43.000000000 +0800 +++ quickfix-examples-autotools-patches/examples/executor/C++/Makefile.am 2011-04-17 23:31:33.276198004 +0800 @@ -1,14 +1,10 @@ -noinst_PROGRAMS = executor +bin_PROGRAMS = quickfix-executor -executor_SOURCES = \ +quickfix_executor_SOURCES = \ executor.cpp \ Application.h \ Application.cpp -executor_LDADD = $(top_builddir)/src/C++/libquickfix.la +quickfix_executor_LDADD = $(top_builddir)/src/C++/libquickfix.la -INCLUDES = -I$(top_builddir)/include - -all-local: - rm -f ../../../bin/executor - ln -s ../examples/executor/C++/executor ../../../bin/executor +quickfix_executor_CPPFLAGS = -I$(top_builddir)/include diff --exclude=autom4te.cache --exclude='*~' -urN quickfix-autotools-bootstrap/examples/ordermatch/Makefile.am quickfix-examples-autotools-patches/examples/ordermatch/Makefile.am --- quickfix-autotools-bootstrap/examples/ordermatch/Makefile.am 2004-09-11 00:07:43.000000000 +0800 +++ quickfix-examples-autotools-patches/examples/ordermatch/Makefile.am 2011-04-17 23:31:54.602198017 +0800 @@ -1,8 +1,8 @@ SUBDIRS = test -noinst_PROGRAMS = ordermatch +bin_PROGRAMS = quickfix-ordermatch -ordermatch_SOURCES = \ +quickfix_ordermatch_SOURCES = \ ordermatch.cpp \ Application.h \ Application.cpp \ @@ -12,10 +12,6 @@ Order.h \ OrderMatcher.h -ordermatch_LDADD = $(top_builddir)/src/C++/libquickfix.la +quickfix_ordermatch_LDADD = $(top_builddir)/src/C++/libquickfix.la -INCLUDES = -I$(top_builddir)/include - -all-local: - rm -f ../../bin/ordermatch - ln -s ../examples/ordermatch/ordermatch ../../bin/ordermatch +quickfix_ordermatch_CPPFLAGS = -I$(top_builddir)/include diff --exclude=autom4te.cache --exclude='*~' -urN quickfix-autotools-bootstrap/examples/tradeclient/Makefile.am quickfix-examples-autotools-patches/examples/tradeclient/Makefile.am --- quickfix-autotools-bootstrap/examples/tradeclient/Makefile.am 2004-09-11 00:07:43.000000000 +0800 +++ quickfix-examples-autotools-patches/examples/tradeclient/Makefile.am 2011-04-17 23:32:44.589198000 +0800 @@ -1,14 +1,10 @@ -noinst_PROGRAMS = tradeclient +bin_PROGRAMS = quickfix-tradeclient -tradeclient_SOURCES = \ +quickfix_tradeclient_SOURCES = \ tradeclient.cpp \ Application.h \ Application.cpp -tradeclient_LDADD = $(top_builddir)/src/C++/libquickfix.la +quickfix_tradeclient_LDADD = $(top_builddir)/src/C++/libquickfix.la -INCLUDES = -I$(top_builddir)/include -I.. - -all-local: - rm -f ../../bin/tradeclient - ln -s ../examples/tradeclient/tradeclient ../../bin/tradeclient \ No newline at end of file +quickfix_tradeclient_CPPFLAGS = -I$(top_builddir)/include -I.. diff --exclude=autom4te.cache --exclude='*~' -urN quickfix-autotools-bootstrap/examples/tradeclientgui/banzai/Makefile.am quickfix-examples-autotools-patches/examples/tradeclientgui/banzai/Makefile.am --- quickfix-autotools-bootstrap/examples/tradeclientgui/banzai/Makefile.am 2002-10-16 12:15:04.000000000 +0800 +++ quickfix-examples-autotools-patches/examples/tradeclientgui/banzai/Makefile.am 2011-04-17 23:33:17.790198012 +0800 @@ -2,6 +2,6 @@ EXTRA_DIST = *.bat *.xml all-local: - ./build.sh + ant clean-local: - ./build.sh clean \ No newline at end of file + ant clean