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

Last change on this file since 8416 was 8386, checked in by tbretz, 17 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.$(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../MBase
22
23SRCFILES = MGeomPix.cc \
24 MGeomCam.cc \
25 MGeomCamCT1.cc \
26 MGeomCamDwarf.cc \
27 MGeomCamMagic.cc \
28 MGeomCorsikaCT.cc \
29 MGeomMirror.cc \
30 MGeomPMT.cc
31
32# MGeomCamCT1Daniel \
33# MGeomCamMagicHG \
34# MGeomCamMagic919 \
35# MGeomCamMagic1183 \
36# MGeomCamECO1000 \
37# MGeomCamECO1000HG \
38
39############################################################
40
41all: $(OBJS)
42
43include ../Makefile.rules
44
45mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.