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

Last change on this file since 6459 was 6459, checked in by tbretz, 20 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 -I../mhcalib \
22 -I../mfileio -I../mfilter -I../manalysis -I../mhist -I../mcalib \
23 -I../mbadpixels -I../msignal -I../mraw -I../mpedestal -I../mtools \
24 -I../mimage -I../mpointing -I../mastro -I../mfbase -I../mhvstime \
25 -I../mtrigger
26
27SRCFILES = MSequence.cc \
28 MDataSet.cc \
29 MJob.cc \
30 MJCut.cc \
31 MJCalib.cc \
32 MJStar.cc \
33 MJPedestal.cc \
34 MJCalibration.cc \
35 MJCalibrateSignal.cc \
36 MJExtractSignal.cc \
37 MJCalibTest.cc
38
39# MJOptimize.cc \
40
41############################################################
42
43all: $(OBJS)
44
45include ../Makefile.rules
46
47mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.