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

Last change on this file since 4190 was 4190, checked in by gaug, 20 years ago
*** empty log message ***
File size: 962 bytes
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../mfileio -I../mfilter -I../manalysis -I../mhist -I../mcalib \
23 -I../mbadpixels -I../msignal -I../mraw -I../mpedestal -I../mtools
24
25#manalysis: MChisqEval (MParameters)
26
27SRCFILES = MJPedestal.cc \
28 MJCalibration.cc \
29 MJExtractSignal.cc \
30 MJExtractCalibTest.cc
31
32############################################################
33
34all: $(OBJS)
35
36include ../Makefile.rules
37
38mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.