source: trunk/MagicSoft/Mars/mgeom/Makefile@ 9442

Last change on this file since 9442 was 9369, checked in by tbretz, 16 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.$(OSTYPE)
9include ../Makefile.conf.general
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 MGeomCamMagic.cc \
30 MGeomCamSquare.cc \
31 MGeomCorsikaCT.cc \
32 MGeomMirror.cc \
33 MGeomPMT.cc
34
35# MGeomCamCT1Daniel \
36# MGeomCamMagicHG \
37# MGeomCamMagic919 \
38# MGeomCamMagic1183 \
39# MGeomCamECO1000 \
40# MGeomCamECO1000HG \
41
42############################################################
43
44all: $(OBJS)
45
46include ../Makefile.rules
47
48mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.