options =	$(PFLOPT)
headers =	../../header.h ../../aux/field.h tc.h

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