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

Last change on this file since 5471 was 5471, 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
25# mhbase: MBinning MH
26# mgui: MCamEvent (McalibrationCam)
27# mgeom: MGeomCam (McalibrationCam - necessary?)
28# mcalib: MCalibration*Cam
29# manalysis: MExtractedSignal, MCerPhotEvt (move to mcalib?)
30# mraw: MRawRunHeader, MRawEvtHeader, MRawEvtPixelIter (3xMCalibrationCalc)
31# mmc: MMcFadcHeader, MMcEvt
32# mimage MHillas
33
34SRCFILES = MHCalibrationCam.cc \
35 MHCalibrationPix.cc \
36 MHCalibrationChargeCam.cc \
37 MHCalibrationChargePix.cc \
38 MHCalibrationChargeBlindCam.cc \
39 MHCalibrationChargeBlindPix.cc \
40 MHCalibrationChargePINDiode.cc \
41 MHCalibrationRelTimeCam.cc \
42 MHCalibrationTestCam.cc \
43 MHPedestalCam.cc \
44 MHCalibrationTestTimeCam.cc \
45 MHGausEvents.cc
46
47############################################################
48
49all: $(OBJS)
50
51include ../Makefile.rules
52
53mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.