]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - MUON/libMUONgeometry.pkg
Corrected SVN Id keayword
[u/mrichter/AliRoot.git] / MUON / libMUONgeometry.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2# $Id$
3#
4# The framework classes for geometry construction
5# (not dependent on MUON)
6#
7
8SRCS = AliMUONGeometryConstituent.cxx \
9 AliMUONGeometryEnvelope.cxx \
10 AliMUONGeometryEnvelopeStore.cxx \
11 AliMUONGeometryDetElement.cxx \
12 AliMUONGeometryModuleTransformer.cxx \
13 AliMUONGeometryModule.cxx \
14 AliMUONGeometryTransformer.cxx \
15 AliMUONGeometryMisAligner.cxx \
16 AliMUONGeometry.cxx \
17 AliMUONVGeometryBuilder.cxx \
18 AliMUONGeometryBuilder.cxx \
19 AliMUONSurveyObj.cxx \
20 AliMUONSurveyUtil.cxx \
21 AliMUONSurveyDetElem.cxx \
22 AliMUONSurveyChamber.cxx
23
24HDRS = $(SRCS:.cxx=.h)
25
26EINCLUDE:= RAW MUON/mapping
27
28DHDR:= MUONgeometryLinkDef.h
29
30ifeq (win32gcc,$(ALICE_TARGET))
31PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
32 -lSTEER -lMUONmapping -lMUONcore -lSTEERBase \
33 -L$(ROOTLIBDIR) -lVMC -lGeom -lMinuit
34endif