##################################################################
#
#   subdirectory makefile
# 
#   for the MARS software
#
##################################################################
include ../Makefile.conf.$(OSTYPE)
include ../Makefile.conf.general

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

INCLUDES = -I. \
           -I../mbase \
           -I../mjobs \
           -I../mpedestal \
           -I../mbadpixels \
           -I../mfileio \
           -I../mraw \
           -I../manalysis \
           -I../mgui \
           -I../mgeom \
           -I../msignal \
           -I../mcalib \
           -I../mfilter \
           -I../mhbase \
           -I../mimage \
           -I../mpointing \
           -I../mcamera \
           -I../mhist \
           -I../mmc \
           -I../mreport \
           -I../mastro

CINT = Starcam

SRCFILES = MStarCam.cc \
	   MStarPos.cc

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

all: $(OBJS)

include ../Makefile.rules

mrproper:	clean rmbak
