CC=gcc -Wall

traceproto: traceproto.c tp_packet.c tp_miscfunc.c tp_output.c /usr/lib/libnet.a /usr/local/lib/libpcap.a


reconf:
	autoheader -v
	autoconf -v
	automake -vac

distclean:
	rm -f *.o Makefile config.cache config.log config.status stamp-h stamp-h.in

release:
	rm -rf archive CVS effin_auto tp_test
	@echo "Did you change the Version Number?"
	@echo "Did you change the Release Date?"
	@echo "Have you run the test suite?"
	@echo "Is the man page current?"
	@echo "Is the usage current?"
	@echo "Did you update NEWS?"
	@echo "Did you update README?"
	@echo "Did you update INSTALL?"
	@echo "Did you update AUTHORS?"
	@echo "Did you update TODO?"
	@echo ""
	@echo "Then do 'make -f manual-makefile reconf'."

as_test: as_test.c tp_as.c
