source: trunk/Mars/mjobs/Makefile@ 19706

Last change on this file since 19706 was 18451, checked in by ftemme, 9 years ago
Added the new program mirrorSimulation which performs the simulation of the reflector. Adapted the Makefiles and added the corresponding mjob MJSimReflector
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 MJSimReflector.cc \
36 MJPedestal.cc \
37 MJCalib.cc \
38 MJCalibration.cc \
39 MJCalibrateSignal.cc \
40 MJMerpp.cc \
41 MJStar.cc \
42 MJCut.cc \
43 MJSpectrum.cc
44
45############################################################
46
47all: $(OBJS)
48
49include ../Makefile.rules
50
51mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.