source: releases/Mars.2014.05.26/mpointing/Makefile@ 20115

Last change on this file since 20115 was 9518, checked in by tbretz, 15 years ago
*** empty log message ***
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
24SRCFILES = MPointing.cc \
25 MPointingDev.cc \
26 MPointingDevCalc.cc \
27 MPointingPos.cc \
28 MPointingPosCalc.cc \
29 MPointingPosInterpolate.cc \
30 MHPointing.cc \
31 MHSrcPosCam.cc \
32 MSrcPosCam.cc \
33 MSrcPosCalc.cc \
34 MSrcPosRndm.cc \
35 MSrcPosCorrect.cc \
36 MSrcPosFromModel.cc
37
38############################################################
39
40all: $(OBJS)
41
42include ../Makefile.rules
43
44mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.