##################################################################
#
#   makefile
# 
#   for the MARS software
#
##################################################################

include ../Makefile.conf.$(OSTYPE)
include ../Makefile.conf.general

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 = MStarguider.cc \
           MStargHistograms.cc \
           MSlewing.cc \
           MTracking.cc \
           MCaos.cc \
	   MCosy.cc

############################################################

all: $(OBJS)

include ../Makefile.rules

mrproper:	clean rmbak
