]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG0/libPWG0dep.pkg
Major update of the CMake compilation:
[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 SRCS = TPC/AliTPCClusterHistograms.cxx \
8        TPC/AliTPCRawHistograms.cxx
9
10 HDRS = $(SRCS:.cxx=.h)
11
12 DHDR= PWG0depLinkDef.h
13
14 EINCLUDE= TPC PWG0/TPC
15
16 ifeq (win32gcc,$(ALICE_TARGET))
17 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase
18 endif