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

Last change on this file since 7008 was 6932, checked in by tbretz, 19 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.$(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 MEnergyEstimate.cc \
31 MMatrixLoop.cc \
32 MCompProbCalc.cc \
33 MMultiDimDistCalc.cc \
34 MEventRate.cc \
35 MEventRateCalc.cc \
36 MMcTriggerLvl2.cc \
37 MMcTriggerLvl2Calc.cc \
38 MMcCalibrationUpdate.cc
39
40############################################################
41
42all: $(OBJS)
43
44include ../Makefile.rules
45
46clean: rmcint rmobjs rmcore rmlib
47
48mrproper: clean rmbak
49
Note: See TracBrowser for help on using the repository browser.