CXX=g++
CXXFLAGS=
LDFLAGS=-lqpidclient
PROGRAMS=declare_queues xml_producer listener
all: $(PROGRAMS)
clean:
	rm -f $(PROGRAMS) 
