]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RAW/libMDC.pkg
break when there is no input file for second run
[u/mrichter/AliRoot.git] / RAW / libMDC.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS:=  AliMDC.cxx AliRawDB.cxx \
4         AliRawRFIODB.cxx AliRawCastorDB.cxx AliRawRootdDB.cxx \
5         AliRawNullDB.cxx AliTagDB.cxx AliTagNullDB.cxx \
6         mdc.cxx
7
8 HDRS:= $(SRCS:.cxx=.h)
9
10 EHDRS:=$(shell root-config --incdir)/TH1F.h
11
12 #EDEFINE+= -DUSE_EB
13
14 EINCLUDE+= TPC ITS RAW
15
16 DHDR:= MDCLinkDef.h 
17
18 ifdef DATE_ROOT
19 EINCLUDE+= ${DATE_COMMON_DEFS}
20 endif
21
22 ifeq (win32gcc,$(ALICE_TARGET))
23 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
24                           -lESD -lSTEERBase -lRAWDatabase
25 endif