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

Last change on this file since 5816 was 5719, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 1.9 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 = MGeomApply.cc \
29 MCameraData.cc \
30 MEnergyEst.cc \
31 MEnergyEstimate.cc \
32 MEnergyEstParam.cc \
33 MEnergyEstParamDanielMkn421.cc \
34 MHadronness.cc \
35 MMatrixLoop.cc \
36 MCompProbCalc.cc \
37 MMultiDimDistCalc.cc \
38 MCerPhotPix.cc \
39 MCerPhotEvt.cc \
40 MCerPhotAnal.cc \
41 MCerPhotAnal2.cc \
42 MCerPhotCalc.cc \
43 MEventRate.cc \
44 MEventRateCalc.cc \
45 MSigmabar.cc \
46 MSigmabarParam.cc \
47 MSigmabarCalc.cc \
48 MParameters.cc \
49 MMcTriggerLvl2.cc \
50 MMcTriggerLvl2Calc.cc \
51 MSupercuts.cc \
52 MSupercutsCalc.cc \
53 MFindSupercuts.cc \
54 MMinuitInterface.cc \
55 MFiltercutsCalc.cc \
56 MPad.cc \
57 MMcCalibrationUpdate.cc \
58 MMakePadHistograms.cc
59# MEnergyEstParam2.cc \
60
61############################################################
62
63all: $(OBJS)
64
65include ../Makefile.rules
66
67clean: rmcint rmobjs rmcore rmlib
68
69mrproper: clean rmbak
70
Note: See TracBrowser for help on using the repository browser.