]> git.uio.no Git - u/mrichter/AliRoot.git/blame - VZERO/libVZERObase.pkg
Adding the complete vzero raw data to the esd friend. The channel numbering follows...
[u/mrichter/AliRoot.git] / VZERO / libVZERObase.pkg
CommitLineData
6f8b97de 1#-*- Mode: Makefile -*-
2# $Id$
3
4ad93c41 4SRCS= AliVZEROLoader.cxx \
5 AliVZEROdigit.cxx \
6 AliVZEROCalibData.cxx \
7 AliVZEROPreprocessor.cxx \
8 AliVZERODataDCS.cxx \
9 AliVZEROQAChecker.cxx
6f8b97de 10
11HDRS:= $(SRCS:.cxx=.h)
12
13DHDR:=VZERObaseLinkDef.h
14
e8f1104a 15EINCLUDE:= STRUCT STEER RAW
6f8b97de 16
35528b28 17ifeq (win32gcc,$(ALICE_TARGET))
18PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
19 -lSTEER -lCDB -lSTEERBase
20endif
21