]> git.uio.no Git - u/mrichter/AliRoot.git/blame - VZERO/libVZEROsim.pkg
Protection against the zero magnetic field and cleanup in the corresponding component...
[u/mrichter/AliRoot.git] / VZERO / libVZEROsim.pkg
CommitLineData
6f8b97de 1#-*- Mode: Makefile -*-
2# $Id$
3
4SRCS= \
5AliVZERO.cxx \
17c3aadc 6AliVZEROv6.cxx \
1a809d19 7AliVZEROv7.cxx \
6f8b97de 8AliVZEROhit.cxx \
9AliVZERODigitizer.cxx \
f61d07fa 10AliVZEROBuffer.cxx \
508b9fc0 11AliVZEROQADataMakerSim.cxx
6f8b97de 12
13HDRS:= $(SRCS:.cxx=.h)
14
15DHDR:=VZEROsimLinkDef.h
16
e8f1104a 17EINCLUDE:= STRUCT STEER RAW
6f8b97de 18
96dd0519 19ifeq (win32gcc,$(ALICE_TARGET))
20PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
21 -lVZERObase -lVZEROrec -lSTEER -lCDB -lSTEERBase \
22 -lRAWDatabase \
8b13487a 23 -L$(ROOTLIBDIR) -lVMC -lGeom
96dd0519 24endif