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

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