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

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