options =	$(PFLOPT)

headers	 =	../header.h ../type/type.h ../aux/field.h ../db/tc/tc.h ../db/df/df.h ../db/hf/hf.h ../db/db.h

show.o:		Makefile $(headers) show.C
		g++ -c $(options) show.C

