]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONgeometry.pkg
Separating run-dependent mapping data from data, which are not
[u/mrichter/AliRoot.git] / MUON / libMUONgeometry.pkg
CommitLineData
5bb8775a 1#-*- Mode: Makefile -*-
e118b27e 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 \
55a83076 12 AliMUONGeometryModuleTransformer.cxx \
e118b27e 13 AliMUONGeometryModule.cxx \
55a83076 14 AliMUONGeometryTransformer.cxx \
6181f8f5 15 AliMUONGeometryMisAligner.cxx \
55a83076 16 AliMUONGeometry.cxx \
e118b27e 17 AliMUONVGeometryBuilder.cxx \
230fe657 18 AliMUONGeometryBuilder.cxx
5bb8775a 19
e118b27e 20HDRS = $(SRCS:.cxx=.h)
21
22EINCLUDE:= RAW MUON/mapping
23
87600c33 24DHDR:= MUONgeometryLinkDef.h
5bb8775a 25
26ifeq (win32gcc,$(ALICE_TARGET))
27PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
28 -lSTEER -lMUONmapping -lMUONcore -lSTEERBase \
29 -L$(shell root-config --libdir) -lVMC -lGeom
30endif