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

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

#
# Handling name of the Root Dictionary Files
#
CINT  = AnalysisCT1

#
#  connect the include files defined in the config.mk file
#
INCLUDES = -I. 
# mcalib: MGeomApply (MCalibrationCam)

SRCFILES = MCT1FinDSupercuts.cc \
           MCT1PadONOFF.cc \
           MCT1PadSchweizer.cc \
           MCT1PointingCorrCalc.cc \
           MCT1Supercuts.cc \
           MCT1SupercutsCalc \
           MCT1ReadPreProc.cc \
           MCT1ReadAscii.cc

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

all:  $(OBJS)

include ../Makefile.rules

clean:	rmcint rmobjs rmcore rmlib

mrproper:	clean rmbak
