################################################################## # # makefile # # for the MARS software # ################################################################## include ../Makefile.conf.general include ../Makefile.conf.$(OSTYPE) INCLUDES = -I. -I../base -I.. -I../gui -I../catalog -I../devdrv \ -I../candrv -I../incl -I../videodev -I../caos -I../tcpip \ -I../mars CINT = CosyMain #------------------------------------------------------------------------------ SRCFILES = MSlewing.cc \ MTracking.cc \ MMoonPointing.cc \ MCaos.cc \ MStarguider.cc \ MStargHistograms.cc \ MCosy.cc ############################################################ all: $(OBJS) include ../Makefile.rules mrproper: clean rmbak