CXX=g++
CXXFLAGS=-g -O2 -fdebug-prefix-map=/build/qpid-cpp-QXsUgd/qpid-cpp-0.16=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error=cast-qual -Wno-error=cast-align
LDFLAGS=-lqpidclient

all: client server

clean:
	rm -f client server
