source: trunk/Mars/mgeom/Makefile@ 11590

Last change on this file since 11590 was 9862, checked in by tbretz, 14 years ago
Added new class MGeomCamFACT describing the pixel layout of the final FACT camera.
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 MGeomCamMagic.cc \
32 MGeomCamSquare.cc \
33 MGeomCorsikaCT.cc \
34 MGeomMirror.cc \
35 MGeomPMT.cc
36
37
38# MGeomCamCT1Daniel \
39# MGeomCamMagicHG \
40# MGeomCamMagic919 \
41# MGeomCamMagic1183 \
42# MGeomCamECO1000 \
43# MGeomCamECO1000HG \
44
45############################################################
46
47all: $(OBJS)
48
49include ../Makefile.rules
50
51mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.