Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # makefile
|
---|
4 | #
|
---|
5 | # for the MARS software
|
---|
6 | #
|
---|
7 | ##################################################################
|
---|
8 | include ../Makefile.conf.$(OSTYPE)
|
---|
9 | include ../Makefile.conf.general
|
---|
10 |
|
---|
11 | #
|
---|
12 | # Handling name of the Root Dictionary Files
|
---|
13 | #
|
---|
14 | CINT = Analysis
|
---|
15 |
|
---|
16 | #
|
---|
17 | # Library name to creatre
|
---|
18 | #
|
---|
19 | LIB = manalysis.a
|
---|
20 |
|
---|
21 | #
|
---|
22 | # connect the include files defined in the config.mk file
|
---|
23 | #
|
---|
24 | INCLUDES = -I. -I../mbase -I../mmc -I../mraw -I../mgeom -I../mfilter \
|
---|
25 | -I../mdata -I../mhist -I../mgui -I../mimage -I../mhistmc \
|
---|
26 | -I../mfileio -I../mmain
|
---|
27 |
|
---|
28 |
|
---|
29 | #------------------------------------------------------------------------------
|
---|
30 |
|
---|
31 | .SUFFIXES: .c .cc .cxx .h .hxx .o
|
---|
32 |
|
---|
33 | SRCFILES = MPedestalPix.cc \
|
---|
34 | MPedestalCam.cc \
|
---|
35 | MMcPedestalCopy.cc \
|
---|
36 | MMcPedestalNSBAdd.cc \
|
---|
37 | MGeomApply.cc \
|
---|
38 | MCurrents.cc \
|
---|
39 | MEnergyEst.cc \
|
---|
40 | MEnergyEstimate.cc \
|
---|
41 | MEnergyEstParam.cc \
|
---|
42 | MEnergyEstParamDanielMkn421.cc \
|
---|
43 | MSrcPosCam.cc \
|
---|
44 | MHadronness.cc \
|
---|
45 | MMatrixLoop.cc \
|
---|
46 | MCompProbCalc.cc \
|
---|
47 | MMultiDimDistCalc.cc \
|
---|
48 | MCerPhotPix.cc \
|
---|
49 | MCerPhotEvt.cc \
|
---|
50 | MCerPhotAnal.cc \
|
---|
51 | MCerPhotAnal2.cc \
|
---|
52 | MCerPhotCalc.cc \
|
---|
53 | MPedCalcPedRun.cc \
|
---|
54 | MBlindPixels.cc \
|
---|
55 | MBlindPixelCalc.cc \
|
---|
56 | MSigmabar.cc \
|
---|
57 | MSigmabarParam.cc \
|
---|
58 | MSigmabarCalc.cc \
|
---|
59 | MCT1PadSchweizer.cc \
|
---|
60 | MCT1PointingCorrCalc.cc \
|
---|
61 | MParameters.cc \
|
---|
62 | MMcTriggerLvl2.cc \
|
---|
63 | MMcTriggerLvl2Calc.cc \
|
---|
64 | MCT1Supercuts.cc \
|
---|
65 | MCT1SupercutsCalc.cc \
|
---|
66 | MCT1FindSupercuts.cc \
|
---|
67 | MMinuitInterface.cc \
|
---|
68 | MFiltercutsCalc.cc \
|
---|
69 | MCT1PadONOFF.cc
|
---|
70 |
|
---|
71 | # MRelSignal.cc \
|
---|
72 |
|
---|
73 | SRCS = $(SRCFILES)
|
---|
74 | HEADERS = $(SRCFILES:.cc=.h)
|
---|
75 | OBJS = $(SRCFILES:.cc=.o)
|
---|
76 |
|
---|
77 | ############################################################
|
---|
78 |
|
---|
79 | all: $(LIB)
|
---|
80 |
|
---|
81 | include ../Makefile.rules
|
---|
82 |
|
---|
83 | clean: rmcint rmobjs rmcore rmlib
|
---|
84 |
|
---|
85 | mrproper: clean rmbak
|
---|
86 |
|
---|
87 | # @endcode
|
---|
Note:
See
TracBrowser
for help on using the repository browser.