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

Last change on this file since 3384 was 3342, checked in by raducci, 21 years ago
*** empty log message ***
File size: 1.8 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# Handling name of the Root Dictionary Files
13#
14CINT = Hist
15
16#
17# Library name to creatre
18#
19LIB = mhist.a
20
21#
22# connect the include files defined in the config.mk file
23#
24INCLUDES = -I. -I../mbase -I../mhbase -I../mraw -I../manalysis \
25 -I../mgui -I../mgeom -I../mdata -I../mfilter -I../mimage \
26 -I../mmain -I../mmc -I../mreflector -I../mpointing -I../mastro
27
28#------------------------------------------------------------------------------
29
30.SUFFIXES: .c .cc .cxx .h .hxx .o
31
32SRCFILES = MHVsTime.cc \
33 MHEvent.cc \
34 MHCamEvent.cc \
35 MHPixVsTime.cc \
36 MHFadcPix.cc \
37 MHFadcCam.cc \
38 MHStarMap.cc \
39 MHEnergyTime.cc \
40 MHEnergyTheta.cc \
41 MHAlphaEnergyTime.cc \
42 MHAlphaEnergyTheta.cc \
43 MHBlindPixels.cc \
44 MHEffOnTime.cc \
45 MHTimeDiffTime.cc \
46 MHTimeDiffTheta.cc \
47 MHCompProb.cc \
48 MHHadronness.cc \
49 MHThetabarTime.cc \
50 MHThetabarTheta.cc \
51 MHGamma.cc \
52 MHFlux.cc \
53 MHSigmaPixel.cc \
54 MHSigmabarTheta.cc \
55 MHSigmaTheta.cc \
56 MHTriggerLvl0.cc \
57 MHOnSubtraction.cc \
58 MHFindSignificance.cc \
59 MHCT1Supercuts.cc \
60 MHCamera.cc \
61 MHSupercuts.cc
62# MHCurrents.cc \
63
64
65SRCS = $(SRCFILES)
66HEADERS = $(SRCFILES:.cc=.h)
67OBJS = $(SRCFILES:.cc=.o)
68
69############################################################
70
71all: $(LIB)
72
73include ../Makefile.rules
74
75#clean: rmcint rmobjs rmcore rmlib
76
77mrproper: clean rmbak
78
79# @endcode
80
81
82
83
84
85
86
87
Note: See TracBrowser for help on using the repository browser.