source: trunk/Mars/mjobs/Makefile@ 14896

Last change on this file since 14896 was 14896, checked in by tbretz, 12 years ago
Added MCalibrateFact and MCalibrateDrsTimes
File size: 1.4 KB
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../Makefile.conf.general
9include ../Makefile.conf.$(OSTYPE)
10
11#------------------------------------------------------------------------------
12
13#
14# Handling name of the Root Dictionary Files
15#
16CINT = Jobs
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mhbase \
22 -I../mhcalib -I../mfileio -I../mfilter -I../manalysis -I../mhist \
23 -I../mcalib -I../mbadpixels -I../msignal -I../mraw -I../mpedestal \
24 -I../mtools -I../mimage -I../mpointing -I../mastro -I../mfbase \
25 -I../mhvstime -I../mtrigger -I../mmuon -I../mmc -I../mmovie \
26 -I../mextralgo -I../mhflux -I../msql -I../mreport -I../mcorsika \
27 -I../msim -I../msimreflector -I../msimcamera -I../melectronics
28
29SRCFILES = MSequence.cc \
30 MSequenceSQL.cc \
31 MDataSet.cc \
32 MJob.cc \
33 MJSimulation.cc \
34 MJPedestal.cc \
35 MJPedestalF.cc \
36 MJCalib.cc \
37 MJCalibration.cc \
38 MJCalibrateSignal.cc \
39 MJMerpp.cc \
40 MJStar.cc \
41 MJCut.cc \
42 MJSpectrum.cc
43
44############################################################
45
46all: $(OBJS)
47
48include ../Makefile.rules
49
50mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.