CC=gcc -Wall

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


reconf:
	autoheader -v
	autoconf -v
	automake -v

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

release:
	rm -rf archive CVS effin_auto 
	@echo "Did you change the Version Number?"
	@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'."
