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