source: trunk/MagicSoft/Mars/mhcalib/Makefile@ 5851

Last change on this file since 5851 was 5850, checked in by gaug, 20 years ago
*** empty log message ***
File size: 1.6 KB
Line 
1##################################################################
2#
3# 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 = HCalib
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mhbase -I../mcalib \
22 -I../manalysis -I../mraw -I../mtools -I../mmc -I../mhist \
23 -I../mimage -I../msignal -I../mbadpixels -I../mpedestal \
24 -I../mtrigger
25
26# mhbase: MBinning MH
27# mgui: MCamEvent (McalibrationCam)
28# mgeom: MGeomCam (McalibrationCam - necessary?)
29# mcalib: MCalibration*Cam
30# manalysis: MExtractedSignal, MCerPhotEvt (move to mcalib?)
31# mraw: MRawRunHeader, MRawEvtHeader, MRawEvtPixelIter (3xMCalibrationCalc)
32# mmc: MMcFadcHeader, MMcEvt
33# mimage MHillas
34
35SRCFILES = MHCalibrationCam.cc \
36 MHCalibrationPix.cc \
37 MHCalibrationChargeCam.cc \
38 MHCalibrationChargePix.cc \
39 MHCalibrationChargeBlindCam.cc \
40 MHCalibrationChargeBlindPix.cc \
41 MHCalibrationChargePINDiode.cc \
42 MHCalibrationRelTimeCam.cc \
43 MHCalibrationHiLoCam.cc \
44 MHCalibrationTestCam.cc \
45 MHPedestalCam.cc \
46 MHCalibrationTestTimeCam.cc \
47 MHGausEvents.cc
48
49############################################################
50
51all: $(OBJS)
52
53include ../Makefile.rules
54
55mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.