summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/messaging/extra_dist
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/examples/messaging/extra_dist')
-rw-r--r--qpid/cpp/examples/messaging/extra_dist/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/qpid/cpp/examples/messaging/extra_dist/Makefile b/qpid/cpp/examples/messaging/extra_dist/Makefile
new file mode 100644
index 0000000000..8f8be352b4
--- /dev/null
+++ b/qpid/cpp/examples/messaging/extra_dist/Makefile
@@ -0,0 +1,12 @@
+CXX=g++
+CXXFLAGS=-g -O2
+LDFLAGS=-lqpidclient
+
+all: drain spout client server map_sender map_receiver hello_world
+
+drain: drain.o OptionParser.o
+
+spout: spout.o OptionParser.o
+
+clean:
+ rm -f drain spout client server map_sender map_receiver hello_world *.o