options =	$(PFLOPT)

header	 =	../header.h	../aux/field.h	../expr/expr.h			\
		../db/tc/tc.h	../db/df/df.h	../db/hf/hf.h	../db/db.h	\
		../hp/cell.h	../hp/cstack.h	../hp/hp.h			\
		../user/user.h	../eval/eval.h	oper.h

oper.o:		Makefile $(header) oper.C update.C	filemanager.C	function.C	value.C		\
					  define.C	openr.C		openw.C		get.C 		\
					  put.C		extsel.C	intsel.C	type.C		\
					  display.C	closer.C	closew.C	peek.C
		g++ -c $(options) oper.C
