source: trunk/Mars/mdrs/Makefile@ 19844

Last change on this file since 19844 was 14922, checked in by tbretz, 12 years ago
New classes for DRS calibration.
File size: 921 bytes
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 = Drs
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = \
22 -I. -I../mbase -I../mgeom -I../mbadpixels -I../mraw -I../msignal \
23 -I../mhbase -I../mcore -I../mhist -I../mgui -I../mpedestal
24
25SRCFILES = MCalibrateDrsTimes.cc \
26 MDrsCalibApply.cc \
27 MHDrsCalibration.cc \
28 MDrsCalibration.cc \
29 MDrsCalibrationTime.cc \
30 MHDrsCalibrationCheck.cc \
31 MHDrsCalibrationTime.cc
32
33############################################################
34
35all: $(OBJS)
36
37include ../Makefile.rules
38
39mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.