]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TAmpt/libTAmpt.pkg
Fixes
[u/mrichter/AliRoot.git] / TAmpt / libTAmpt.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS := AliGenAmpt.cxx \
4         TAmpt.cxx
5
6 HDRS := $(SRCS:.cxx=.h) 
7
8 DHDR := TAmptLinkDef.h
9
10 EINCLUDE := TAmpt/AMPT EVGEN
11
12 EXPORT := AliGenAmpt.h TAmpt.h
13
14 ifeq (win32gcc,$(ALICE_TARGET))
15 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
16                          -lEVGEN -lSTEER -lSTEERBase -lampt \
17                          -L$(ROOTLIBDIR) -lEG
18 endif