summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/examples/direct/Makefile
blob: 380b5cfcb44477566ad7167e1797423e3affe704 (plain)
1
2
3
4
5
6
7
8
9
10
CXX=g++
CXXFLAGS= 
LDFLAGS=-lqpidclient

PROGRAMS=declare_queues direct_producer listener

all: $(PROGRAMS)

clean:
	rm -f $(PROGRAMS)