]> git.uio.no Git - u/mrichter/AliRoot.git/blame - BCM/libBCM.pkg
Update
[u/mrichter/AliRoot.git] / BCM / libBCM.pkg
CommitLineData
d9d34ea9 1#-*- Mode: Makefile -*-
2
40baa83d 3SRCS= AliBCM.cxx AliBCMHit.cxx AliBCMLoader.cxx
80165cad 4
5HDRS= $(SRCS:.cxx=.h)
6
7DHDR:=BCMLinkDef.h
8
d9d34ea9 9ifeq (win32gcc,$(ALICE_TARGET))
10PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
11 -lSTEER -lSTEERBase \
8b13487a 12 -L$(ROOTLIBDIR) -lVMC -lGeom
d9d34ea9 13endif
14