source: trunk/Mars/mjobs/Makefile@ 15738

Last change on this file since 15738 was 14935, checked in by tbretz, 12 years ago
Add changes necessary to remove fits completely from namespace std in MARS.
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 -I../mcore
29
30SRCFILES = MSequence.cc \
31 MSequenceSQL.cc \
32 MDataSet.cc \
33 MJob.cc \
34 MJSimulation.cc \
35 MJPedestal.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.