source: trunk/Mars/mgeom/Makefile@ 18785

Last change on this file since 18785 was 18785, checked in by tbretz, 8 years ago
Added FAMOUS camera layout
File size: 1.2 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 = Geom
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I. -I../mbase -I../mgui -I../MBase
22
23SRCFILES = MGeom.cc \
24 MGeomPix.cc \
25 MGeomRectangle.cc \
26 MGeomCam.cc \
27 MGeomCamCT1.cc \
28 MGeomCamDwarf.cc \
29 MGeomCamFact.cc \
30 MGeomCamFACT.cc \
31 MGeomCamFAMOUS.cc \
32 MGeomCamMagic.cc \
33 MGeomCamSquare.cc \
34 MGeomCorsikaCT.cc \
35 MGeomMirror.cc \
36 MGeomPMT.cc
37
38
39# MGeomCamCT1Daniel \
40# MGeomCamMagicHG \
41# MGeomCamMagic919 \
42# MGeomCamMagic1183 \
43# MGeomCamECO1000 \
44# MGeomCamECO1000HG \
45
46############################################################
47
48all: $(OBJS)
49
50include ../Makefile.rules
51
52mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.