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