source: trunk/MagicSoft/Mars/manalysis/Makefile@ 4017

Last change on this file since 4017 was 3927, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 2.2 KB
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 = Analysis
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I. -I../mbase -I../mmc -I../mraw -I../mgeom -I../mfilter \
22 -I../mdata -I../mhbase -I../mhist -I../mgui -I../mimage \
23 -I../mhistmc -I../mfileio -I../mmain -I../mcalib \
24 -I../msignal -I../mpointing -I../mtools -I../mfbase \
25 -I../mbadpixels -I../mastro -I../mpedestal
26# mcalib: MGeomApply (MCalibrationCam)
27
28SRCFILES = MHPedestalPix.cc \
29 MHPedestalCam.cc \
30 MGeomApply.cc \
31 MCameraData.cc \
32 MEnergyEst.cc \
33 MEnergyEstimate.cc \
34 MEnergyEstParam.cc \
35 MEnergyEstParamDanielMkn421.cc \
36 MHadronness.cc \
37 MMatrixLoop.cc \
38 MCompProbCalc.cc \
39 MMultiDimDistCalc.cc \
40 MCerPhotPix.cc \
41 MCerPhotEvt.cc \
42 MCerPhotAnal.cc \
43 MCerPhotAnal2.cc \
44 MCerPhotCalc.cc \
45 MBlindPixels.cc \
46 MBlindPixelCalc.cc \
47 MBlindPixelsCalc2.cc \
48 MEventRate.cc \
49 MEventRateCalc.cc \
50 MSigmabar.cc \
51 MSigmabarParam.cc \
52 MSigmabarCalc.cc \
53 MCT1PadSchweizer.cc \
54 MCT1PointingCorrCalc.cc \
55 MParameters.cc \
56 MMcTriggerLvl2.cc \
57 MMcTriggerLvl2Calc.cc \
58 MCT1Supercuts.cc \
59 MCT1SupercutsCalc.cc \
60 MCT1FindSupercuts.cc \
61 MSupercuts.cc \
62 MSupercutsCalc.cc \
63 MFindSupercuts.cc \
64 MMinuitInterface.cc \
65 MFiltercutsCalc.cc \
66 MCT1PadONOFF.cc \
67 MPad.cc \
68 MPedestalWorkaround.cc \
69 MSourcePosfromStarPos.cc \
70 MMcCalibrationUpdate.cc
71
72############################################################
73
74all: $(OBJS)
75
76include ../Makefile.rules
77
78clean: rmcint rmobjs rmcore rmlib
79
80mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.