source: trunk/MagicSoft/Mars/mhist/Makefile@ 5065

Last change on this file since 5065 was 5065, checked in by tbretz, 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 = Hist
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I. -I../mbase -I../mhbase -I../mraw -I../manalysis \
22 -I../mgui -I../mgeom -I../mdata -I../mfilter -I../mimage \
23 -I../mmain -I../mmc -I../mreflector -I../mpointing \
24 -I../mastro -I../mpedestal -I../msignal -I../mbadpixels
25
26SRCFILES = MHEvent.cc \
27 MHCamEvent.cc \
28 MHCamEventRot.cc \
29 MHFadcPix.cc \
30 MHFadcCam.cc \
31 MHStarMap.cc \
32 MHEnergyTime.cc \
33 MHEnergyTheta.cc \
34 MHAlphaEnergyTime.cc \
35 MHAlphaEnergyTheta.cc \
36 MHEffOnTime.cc \
37 MHTimeDiffTime.cc \
38 MHTimeDiffTheta.cc \
39 MHCompProb.cc \
40 MHHadronness.cc \
41 MHThetabarTime.cc \
42 MHThetabarTheta.cc \
43 MHGamma.cc \
44 MHFlux.cc \
45 MHSigmaTheta.cc \
46 MHSigmaPixel.cc \
47 MHSigmabarTheta.cc \
48 MHTriggerLvl0.cc \
49 MHOnSubtraction.cc \
50 MHFindSignificance.cc \
51 MHCT1Supercuts.cc \
52 MHCamera.cc \
53 MHSupercuts.cc
54# MHCurrents.cc \
55
56############################################################
57
58all: $(OBJS)
59
60include ../Makefile.rules
61
62mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.