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

Last change on this file since 4460 was 4460, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 948 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 MCT1ReadPreProc.cc \
31 MCT1ReadAscii.cc
32
33############################################################
34
35all: $(OBJS)
36
37include ../Makefile.rules
38
39clean: rmcint rmobjs rmcore rmlib
40
41mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.