Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # subdirectory makefile
|
---|
4 | #
|
---|
5 | # for the MARS software
|
---|
6 | #
|
---|
7 | ##################################################################
|
---|
8 | include ../Makefile.conf.$(OSTYPE)
|
---|
9 | include ../Makefile.conf.general
|
---|
10 |
|
---|
11 | #------------------------------------------------------------------------------
|
---|
12 |
|
---|
13 | #
|
---|
14 | # Handling name of the Root Dictionary Files
|
---|
15 | #
|
---|
16 | CINT = Analysis
|
---|
17 |
|
---|
18 | #
|
---|
19 | # connect the include files defined in the config.mk file
|
---|
20 | #
|
---|
21 | INCLUDES = -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 |
|
---|
28 | SRCFILES = 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 | MEventRate.cc \
|
---|
46 | MEventRateCalc.cc \
|
---|
47 | MSigmabar.cc \
|
---|
48 | MSigmabarParam.cc \
|
---|
49 | MSigmabarCalc.cc \
|
---|
50 | MParameters.cc \
|
---|
51 | MMcTriggerLvl2.cc \
|
---|
52 | MMcTriggerLvl2Calc.cc \
|
---|
53 | MSupercuts.cc \
|
---|
54 | MSupercutsCalc.cc \
|
---|
55 | MFindSupercuts.cc \
|
---|
56 | MMinuitInterface.cc \
|
---|
57 | MFiltercutsCalc.cc \
|
---|
58 | MPedestalWorkaround.cc \
|
---|
59 | MSourcePosfromStarPos.cc \
|
---|
60 | MMcCalibrationUpdate.cc
|
---|
61 |
|
---|
62 | ############################################################
|
---|
63 |
|
---|
64 | all: $(OBJS)
|
---|
65 |
|
---|
66 | include ../Makefile.rules
|
---|
67 |
|
---|
68 | clean: rmcint rmobjs rmcore rmlib
|
---|
69 |
|
---|
70 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.