source: branches/MarsMoreSimulationTruth/mpointing/Makefile@ 18656

Last change on this file since 18656 was 18559, checked in by tbretz, 8 years ago
Added path to mcore
File size: 1.0 KB
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 = Pointing
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I. -I../mbase -I../mraw -I../mreport -I../mmc \
22 -I../mastro -I../mgeom -I../mfileio -I../mhbase \
23 -I../mcore
24
25SRCFILES = MPointing.cc \
26 MPointingDev.cc \
27 MPointingDevCalc.cc \
28 MPointingPos.cc \
29 MPointingPosCalc.cc \
30 MPointingPosInterpolate.cc \
31 MHPointing.cc \
32 MHSrcPosCam.cc \
33 MSrcPosCam.cc \
34 MSrcPosCalc.cc \
35 MSrcPosRndm.cc \
36 MSrcPosCorrect.cc \
37 MSrcPosFromModel.cc
38
39############################################################
40
41all: $(OBJS)
42
43include ../Makefile.rules
44
45mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.