# # # 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 := ratfor77 \ cfortran \ autowriters \ fixnull \ shortfort \ grafconv \ keyword \ xargs all: $(MakeSubDirs) @echo "making all in tools : done" .DEFAULT: $(MakeSubDirs) deinstall: $(MakeSubDirs) @echo "deinstall in tools : done"