# $Id$: CFLAGS = -g -Wall -DOS_LINUX CC=g++ test_filter: test_filter.o filter.o test_ped_tail: test_ped_tail.o filter.o test_pgt: test_pgt.o filter.o testf_filter: testf_filter.o filter.o teststat: teststat.o stat.o baseline_pgt: baseline_pgt.o filter.o stat.o test_filter.o: test_filter.cpp filter.h g++ -Wall -pedantic $< -c -o $@ test_ped_tail.o: test_ped_tail.cpp filter.h g++ -Wall -pedantic $< -c -o $@ test_pgt.o: test_pgt.cpp filter.h g++ -Wall -pedantic $< -c -o $@ testf_filter.o: testf_filter.cpp filter.h g++ -Wall -pedantic $< -c -o $@ baseline_pgt.o: baseline_pgt.cpp filter.h filter_conf.h stat.h g++ -Wall -pedantic $< -c -o $@ filter.o: filter.cpp filter.h g++ -Wall -pedantic $< -c -o $@ stat.o: stat.cpp stat.h g++ -Wall -pedantic $< -c -o $@ teststat.o: teststat.cpp stat.h g++ -Wall -pedantic $< -c -o $@ clean: -rm filter.o test_filter.o test_filter.o test_ped_tail.o stat.o test_pgt.o baseline_pgt.o