# # # Sep # # # Default definition of the makefile include files # If you have kept the whole distribution together you won't need to set # this yourself. If you have just taken a few directories you should set # the environment variable "MAKEINC" to point at the config directory. # ifndef MAKEINC MAKEINC := ./../config endif # include $(MAKEINC)/Makefile.SEP.defs SUBDIRS := plot util canon seis util90 all : $(MakeSubDirs) clean: $(MakeSubDirs) deinstall: @echo "Nothing to deinstall in test"