]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONcalib.pkg
adding script to retrieve all datapoints for testing purposes
[u/mrichter/AliRoot.git] / MUON / libMUONcalib.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:=  AliMUONTriggerLut.cxx \
5         AliMUONVCalibParam.cxx \
6         AliMUONCalibParamND.cxx \
7         AliMUONCalibParamNF.cxx \
8         AliMUONCalibParamNI.cxx \
9         AliMUONTriggerEfficiencyCells.cxx\
10         AliMUON2DStoreValidator.cxx \
11         AliMUONTriggerIO.cxx \
12         AliMUONTrackerIO.cxx \
13         AliMUONVTrackerData.cxx \
14         AliMUONSparseHisto.cxx \
15         AliMUONTrackerData.cxx
16         
17 HDRS:= $(SRCS:.cxx=.h)
18
19 DHDR:= MUONcalibLinkDef.h
20
21 EINCLUDE:= MUON/mapping
22
23 ifeq (win32gcc,$(ALICE_TARGET))
24 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
25                          -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase
26 endif