################################################################## # # subdirectory makefile # # for the MARS software # ################################################################## include ../Makefile.conf.$(OSTYPE) include ../Makefile.conf.general #------------------------------------------------------------------------------ INCLUDES = -I. CINT = Temp SRCFILES = ############################################################ all: $(OBJS) include ../Makefile.rules mrproper: clean rmbak