all: targets 

targets: measgain ringmon ringstat tcutthru tload walk measerl offhook tcomm\
	 tecsix tcall tdial tring silence


clean:   
	 rm -f measgain ringmon ringstat tcutthru tload walk measerl offhook\
	 tcomm tecsix tcall tdial tring silence core* *.o

%: %.cpp ../../src/libvpb.a
	$(CXX) $< -o $@ ../../src/libvpb.a -pthread -Wall -g -lm \
	../kbhit.cpp $(GPROF) 

