source: trunk/MagicSoft/Mars/msimcamera/Makefile@ 9272

Last change on this file since 9272 was 9256, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 995 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 = SimCamera
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I. -I../mbase -I../mgeom -I../msim -I../msignal -I../mcorsika \
22 -I../mmc -I../mgui -I../mcalib -I../mraw -I../mfileio -I../melectronics
23
24SRCFILES = MSimPSF.cc \
25 MSimGeomCam.cc \
26 MSimRandomPhotons.cc \
27 MSimAPD.cc \
28 MSimBundlePhotons.cc \
29 MSimCalibrationSignal.cc \
30 MSimExcessNoise.cc \
31 MSimCamera.cc \
32 MSimTrigger.cc \
33 MSimReadout.cc \
34 MSimSignalCam.cc
35
36############################################################
37
38all: $(OBJS)
39
40include ../Makefile.rules
41
42mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.