]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/trigger/Makefile
Fixing code to compile properly under debug build.
[u/mrichter/AliRoot.git] / HLT / trigger / Makefile
1 #$Id$
2 ##################################
3 # Makefile for HLT Trigger code. #
4 #                                #
5 # Author: Anders Vestbo,         #                    
6 #         Constantin Loizides    #
7 ##################################
8
9 MODNAME = AliHLTTrigger
10
11 ifndef ALIHLT_TOPDIR
12 TOPDIR = $(shell pwd)/..
13 endif
14
15
16 include $(ALIHLT_TOPDIR)/Makefile.conf
17
18 SRCS    = AliD0toKpi.cxx AliD0Trigger.cxx 
19
20 include $(ALIHLT_TOPDIR)/Makefile.rules
21
22 INCLUDES += -I$(ALICE_ROOT)/ITS