source: trunk/MagicSoft/Mars/mjobs/Makefile@ 8531

Last change on this file since 8531 was 8531, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 1.2 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 = 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
27
28SRCFILES = MSequence.cc \
29 MDataSet.cc \
30 MJob.cc \
31 MJPedestal.cc \
32 MJCalib.cc \
33 MJCalibTest.cc \
34 MJCalibration.cc \
35 MJCalibrateSignal.cc \
36 MJStar.cc \
37 MJCut.cc \
38 MJSpectrum.cc
39
40############################################################
41
42all: $(OBJS)
43
44include ../Makefile.rules
45
46mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.