CXX=g++
CXXFLAGS= 
LDFLAGS=-lqpidclient

PROGRAMS=topic_listener topic_publisher

all: $(PROGRAMS)

clean:
	rm -f $(PROGRAMS) 
