]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - BCM/libBCM.pkg
temporary workaround for circular dependency libSTEERbase <-> libRAWDatabase, see...
[u/mrichter/AliRoot.git] / BCM / libBCM.pkg
index 84e2fe920ef45e13c93183d8c79bb3c41bcdb32a..a45471bd608489fdf88d36b83d401f185157e097 100644 (file)
@@ -1,6 +1,14 @@
+#-*- Mode: Makefile -*-
+
 SRCS=          AliBCM.cxx AliBCMHit.cxx AliBCMLoader.cxx
 
 HDRS= $(SRCS:.cxx=.h)
 
 DHDR:=BCMLinkDef.h
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lSTEER -lSTEERBase \
+                         -L$(shell root-config --libdir) -lVMC -lGeom 
+endif
+