]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RAW/libRAWDatasim.pkg
macro and flowevent maker to run part of the code in root
[u/mrichter/AliRoot.git] / RAW / libRAWDatasim.pkg
CommitLineData
364543a0 1#-*- Mode: Makefile -*-
2
6a840fa0 3SRCS:= AliBitPacking.cxx AliAltroBuffer.cxx
364543a0 4
5HDRS:= $(SRCS:.cxx=.h)
6
7HDRS +=
8
9EHDRS:=$(shell root-config --incdir)/TH1F.h
10
11EINCLUDE+=
12
4e41de02 13DHDR:= RAWDatasimLinkDef.h
364543a0 14
15ifdef DATE_ROOT
16EINCLUDE+= ${DATE_COMMON_DEFS}
17endif
18
6a840fa0 19EXPORT:= AliAltroBuffer.h AliBitPacking.h
e7973ef6 20
38d5ff05 21ifeq (win32gcc,$(ALICE_TARGET))
e7973ef6 22PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
23 -lSTEER -lSTEERBase
38d5ff05 24endif