]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG0/libPWG0dep.pkg
Compilation on Windows/Cygwin
[u/mrichter/AliRoot.git] / PWG0 / libPWG0dep.pkg
1 #-*- Mode: Makefile -*-
2
3 # $Id$
4
5 # this library contains classed that depend on STEER
6
7 HDRS = TPC/AliTPCClusterHistograms.h \
8        TPC/AliTPCRawHistograms.h
9
10 SRCS = $(HDRS:.h=.cxx)
11
12 DHDR= PWG0depLinkDef.h
13
14 EINCLUDE= TPC
15
16 ifeq (win32gcc,$(ALICE_TARGET))
17 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase
18 endif