]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STRUCT/libSTRUCT.pkg
Small overlap in rb24 bellow corrected.
[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 \
5 AliFRAME.cxx AliFRAMEv0.cxx AliFRAMEv1.cxx AliFRAMEv2.cxx \
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 \
19 -L$(shell root-config --libdir) -lVMC -lGeom
20endif
21