source: trunk/Mars/mgeom/Makefile@ 9841

Last change on this file since 9841 was 9518, checked in by tbretz, 15 years ago
*** empty log message ***
File size: 1.1 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 MGeomCamMagic.cc \
31 MGeomCamSquare.cc \
32 MGeomCorsikaCT.cc \
33 MGeomMirror.cc \
34 MGeomPMT.cc
35
36# MGeomCamCT1Daniel \
37# MGeomCamMagicHG \
38# MGeomCamMagic919 \
39# MGeomCamMagic1183 \
40# MGeomCamECO1000 \
41# MGeomCamECO1000HG \
42
43############################################################
44
45all: $(OBJS)
46
47include ../Makefile.rules
48
49mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.