source: trunk/Mars/manalysis/Makefile@ 13106

Last change on this file since 13106 was 9518, checked in by tbretz, 15 years ago
*** empty log message ***
File size: 1.3 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
38# MMcTriggerLvl2.cc \
39# MMcTriggerLvl2Calc.cc \
40# MCompProbCalc.cc \
41
42############################################################
43
44all: $(OBJS)
45
46include ../Makefile.rules
47
48clean: rmcint rmobjs rmcore rmlib
49
50mrproper: clean rmbak
51
Note: See TracBrowser for help on using the repository browser.