diff options
| author | Alan Conway <aconway@apache.org> | 2007-11-09 19:59:54 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-11-09 19:59:54 +0000 |
| commit | 172426f44ac84e95052324f4f5ffe08a9665d552 (patch) | |
| tree | f42b2342f1af6ffb071ad53ade82f63d3bd16740 /qpid/cpp/examples/direct/Makefile | |
| parent | f21a7e0cc9b5fa8182ad48278bd4bfeedbb63a42 (diff) | |
| download | qpid-python-172426f44ac84e95052324f4f5ffe08a9665d552.tar.gz | |
Package examples in rpm %doc directory.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@593638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/direct/Makefile')
| -rw-r--r-- | qpid/cpp/examples/direct/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/qpid/cpp/examples/direct/Makefile b/qpid/cpp/examples/direct/Makefile deleted file mode 100644 index c94e900a75..0000000000 --- a/qpid/cpp/examples/direct/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -CXX=g++ -CXXFLAGS= - -PROGRAMS=direct_config_queues listener direct_publisher direct_persistent_publisher -all: $(PROGRAMS) - -direct_config_queues: direct_config_queues.cpp - $(CXX) $(CXXFLAGS) -lqpidclient -o $@ $^ - -listener: listener.cpp - $(CXX) $(CXXFLAGS) -lqpidclient -o $@ $^ - -direct_publisher: direct_publisher.cpp - $(CXX) $(CXXFLAGS) -lqpidclient -o $@ $^ - -direct_persistent_publisher: direct_persistent_publisher.cpp - $(CXX) $(CXXFLAGS) -lqpidclient -o $@ $^ - -clean: - rm -f $(PROGRAMS) |
