]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/libTRDcalib.pkg
Compiler warnings
[u/mrichter/AliRoot.git] / TRD / libTRDcalib.pkg
CommitLineData
7b7a2591 1#-*- Mode: Makefile -*-
2
b3fcfd96 3SRCS = AliTRDCalibTask.cxx \
4 AliTRDPreprocessorOffline.cxx
7b7a2591 5
6HDRS:= $(SRCS:.cxx=.h)
7
8EINCLUDE:=STEER ANALYSIS TRD TRD/Cal
9
10DHDR= TRDcalibLinkDef.h
11
12#EXPORT:=$(SRCS:.cxx=.h)
13
14ifeq (win32gcc,$(ALICE_TARGET))
15PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
16 -lCDB -lESD -lTRDbase -lTRDrec -lSTEER -lANALYSIS \
17 -lSTAT \
18 -L$(ROOTLIBDIR) -lMinuit -lProof -lEG
19endif
20
21