]> git.uio.no Git - u/mrichter/AliRoot.git/blob - VZERO/libVZERObase.pkg
Removing warnings (Andrea)
[u/mrichter/AliRoot.git] / VZERO / libVZERObase.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS= AliVZEROLoader.cxx \
5       AliVZEROdigit.cxx \
6       AliVZEROCalibData.cxx \
7       AliVZEROPreprocessor.cxx \
8       AliVZERODataDCS.cxx \
9       AliVZEROQAChecker.cxx
10
11 HDRS:= $(SRCS:.cxx=.h)
12
13 DHDR:=VZERObaseLinkDef.h
14
15 EINCLUDE:= STRUCT STEER RAW
16
17 ifeq (win32gcc,$(ALICE_TARGET))
18 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
19                          -lSTEER -lCDB -lSTEERBase
20 endif
21