]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONcalign.pkg
Renamed output file to Vertex.Performance.root
[u/mrichter/AliRoot.git] / MUON / libMUONcalign.pkg
CommitLineData
3bcfa92f 1#-*- Mode: Makefile -*-
2# $Id:$
3
4SRCS:= AliMUONClusterInfo.cxx \
5 AliMUONPadInfo.cxx \
f2deabf0 6 AliMUONAlignment.cxx \
3bcfa92f 7 AliMUONAlignmentTask.cxx \
8 AliMUONReAlignTask.cxx \
9 AliMUONChamberCalibrationTask.cxx
10
11HDRS:= $(SRCS:.cxx=.h)
12
13DHDR:= MUONcalignLinkDef.h
14
15EINCLUDE:= MUON/mapping
16
17ifeq (win32gcc,$(ALICE_TARGET))
18PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
f2deabf0 19 -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase -lRAWDatabase -lANALYSIS -lANALYSISalice
3bcfa92f 20endif