]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RAW/libMDC.pkg
New method to access certain event number by using also its event-id. Useful in case...
[u/mrichter/AliRoot.git] / RAW / libMDC.pkg
CommitLineData
e10815f1 1#-*- Mode: Makefile -*-
2
e10815f1 3SRCS:= AliMDC.cxx AliRawDB.cxx \
4 AliRawRFIODB.cxx AliRawCastorDB.cxx AliRawRootdDB.cxx \
5 AliRawNullDB.cxx AliTagDB.cxx AliTagNullDB.cxx \
30bda8ef 6 mdc.cxx
e10815f1 7
8HDRS:= $(SRCS:.cxx=.h)
9
10EHDRS:=$(shell root-config --incdir)/TH1F.h
11
12#EDEFINE+= -DUSE_EB
13
cae21299 14EINCLUDE+= TPC ITS RAW
e10815f1 15
16DHDR:= MDCLinkDef.h
17
18ifdef DATE_ROOT
19EINCLUDE+= ${DATE_COMMON_DEFS}
20endif
e7973ef6 21
22ifeq (win32gcc,$(ALICE_TARGET))
23PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
24 -lESD -lSTEERBase -lRAWDatabase
25endif