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

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