]> git.uio.no Git - u/mrichter/AliRoot.git/blame - BCM/libBCM.pkg
Preliminary files for CMake
[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 \
12 -L$(shell root-config --libdir) -lVMC -lGeom
13endif
14