source: branches/MarsMoreSimulationTruth/manalysis/Makefile@ 20115

Last change on this file since 20115 was 18481, checked in by tbretz, 9 years ago
Added a container class for the software trigger
File size: 1.4 KB
Line 
1##################################################################
2#
3# subdirectory makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../Makefile.conf.general
9include ../Makefile.conf.$(OSTYPE)
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 MParameterCalc.cc \
31 MEnergyEstimate.cc \
32 MMatrixLoop.cc \
33 MMultiDimDistCalc.cc \
34 MEventRate.cc \
35 MEventRateCalc.cc \
36 MMcCalibrationUpdate.cc \
37 MSoftwareTrigger.cc \
38 MSoftwareTriggerCalc.cc
39
40# MMcTriggerLvl2.cc \
41# MMcTriggerLvl2Calc.cc \
42# MCompProbCalc.cc \
43
44############################################################
45
46all: $(OBJS)
47
48include ../Makefile.rules
49
50clean: rmcint rmobjs rmcore rmlib
51
52mrproper: clean rmbak
53
Note: See TracBrowser for help on using the repository browser.