]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STRUCT/libSTRUCT.pkg
totEt updates from Christine
[u/mrichter/AliRoot.git] / STRUCT / libSTRUCT.pkg
CommitLineData
5bb8775a 1#-*- Mode: Makefile -*-
2
257726e6 3SRCS= AliMAG.cxx AliABSO.cxx AliABSOv0.cxx \
5bb8775a 4 AliDIPO.cxx AliDIPOv2.cxx AliDIPOv3.cxx \
7dd2cbe4 5 AliFRAME.cxx AliFRAMEv2.cxx \
5bb8775a 6 AliHALL.cxx AliHALLv3.cxx \
12ba2375 7 AliSHIL.cxx AliSHILv0.cxx AliABSOv3.cxx\
5bb8775a 8 AliPIPE.cxx AliPIPEv0.cxx AliPIPEv3.cxx \
12ba2375 9 AliBODY.cxx AliSHILv2.cxx AliSHILv3.cxx
efaab2ef 10
f347de98 11
12HDRS= $(SRCS:.cxx=.h)
efaab2ef 13
14DHDR:=STRUCTLinkDef.h
15
5bb8775a 16ifeq (win32gcc,$(ALICE_TARGET))
17PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
18 -lSTEER -lSTEERBase \
8b13487a 19 -L$(ROOTLIBDIR) -lVMC -lGeom
5bb8775a 20endif
21