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

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

INCLUDES = -I. -I.. -I../base -I../slalib -I../candrv -I../incl \
	   -I../catalog -I../videodev -I../main -I../caos -I../tcpip \
           -I../mars

CINT     = CosyGui

#------------------------------------------------------------------------------

SRCFILES = MGCosy.cc \
           MGCoordinate.cc \
	   MGCoordinates.cc \
	   MGImage.cc \
	   MGEmbeddedCanvas.cc \
	   MGAccuracy.cc \
	   MGStarg.cc \
	   MGNumStars.cc \
	   MGSkyPosition.cc
  
############################################################

all: $(OBJS)

include ../Makefile.rules

mrproper:	clean rmbak
