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