source: trunk/MagicSoft/Mars/manalysisct1/Makefile@ 4457

Last change on this file since 4457 was 4457, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 886 bytes
Line 
1##################################################################
2#
3# subdirectory makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../Makefile.conf.$(OSTYPE)
9include ../Makefile.conf.general
10
11#------------------------------------------------------------------------------
12
13#
14# Handling name of the Root Dictionary Files
15#
16CINT = AnalysisCT1
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I.
22# mcalib: MGeomApply (MCalibrationCam)
23
24SRCFILES = MCT1FinDSupercuts.cc \
25 MCT1PadONOFF.cc \
26 MCT1PadSchweizer.cc \
27 MCT1PointingCorrCalc.cc \
28 MCT1Supercuts.cc \
29 MCT1SupercutsCalc
30
31############################################################
32
33all: $(OBJS)
34
35include ../Makefile.rules
36
37clean: rmcint rmobjs rmcore rmlib
38
39mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.