]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/libPHOSpi0Calib.pkg
Bugfix: lowercase b should be upper case B for component id: TPCClusterFinder32Bit
[u/mrichter/AliRoot.git] / PHOS / libPHOSpi0Calib.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS          =  macros/pi0Calib/AliAnalysisTaskPi0CalibSelection.cxx  
4
5 HDRS:= $(SRCS:.cxx=.h) 
6
7 DHDR= PHOSpi0CalibLinkDef.h
8
9 ifeq (win32gcc,$(ALICE_TARGET))
10 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
11                          -L$(shell root-config --libdir) -lGeom 
12 endif