]>
Commit | Line | Data |
---|---|---|
5bb8775a | 1 | #-*- Mode: Makefile -*- |
e118b27e | 2 | # $Id$ |
3 | # | |
4 | # The framework classes for geometry construction | |
5 | # (not dependent on MUON) | |
6 | # | |
7 | ||
8 | SRCS = 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 \ |
ba8b0266 | 18 | AliMUONGeometryBuilder.cxx \ |
19 | AliMUONSurveyObj.cxx \ | |
20 | AliMUONSurveyUtil.cxx \ | |
21 | AliMUONSurveyDetElem.cxx \ | |
22 | AliMUONSurveyChamber.cxx | |
5bb8775a | 23 | |
e118b27e | 24 | HDRS = $(SRCS:.cxx=.h) |
25 | ||
26 | EINCLUDE:= RAW MUON/mapping | |
27 | ||
87600c33 | 28 | DHDR:= MUONgeometryLinkDef.h |
5bb8775a | 29 | |
30 | ifeq (win32gcc,$(ALICE_TARGET)) | |
31 | PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \ | |
32 | -lSTEER -lMUONmapping -lMUONcore -lSTEERBase \ | |
8b13487a | 33 | -L$(ROOTLIBDIR) -lVMC -lGeom -lMinuit |
5bb8775a | 34 | endif |