]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONcalign.pkg
Some leftover changes (Jean-Luc C.)
[u/mrichter/AliRoot.git] / MUON / libMUONcalign.pkg
1 #-*- Mode: Makefile -*-
2 # $Id:$
3
4 SRCS:=  AliMUONClusterInfo.cxx \
5         AliMUONPadInfo.cxx \
6         AliMUONAlignmentTask.cxx \
7         AliMUONReAlignTask.cxx \
8         AliMUONChamberCalibrationTask.cxx
9
10 HDRS:= $(SRCS:.cxx=.h)
11
12 DHDR:= MUONcalignLinkDef.h
13
14 EINCLUDE:= MUON/mapping
15
16 ifeq (win32gcc,$(ALICE_TARGET))
17 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
18               -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase -lRAWDatabase -lANALYSIS 
19 endif