################################################################## # # makefile # # for the MARS software # ################################################################## include ../Makefile.conf.$(OSTYPE) include ../Makefile.conf.general INCLUDES = -I. -I.. -I../mars -I../base CINT = TPoint #------------------------------------------------------------------------------ SRCFILES = TPointStar.cc \ TPointGui.cc ############################################################ all: $(OBJS) include ../Makefile.rules mrproper: clean rmbak