]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/trigger/Makefile
b1a1181f7e8eee999b3602fa11dfb2ec85f69a6b
[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 = AliL3Trigger
10
11 ifndef ALIHLT_TOPDIR
12 TOPDIR = $(shell pwd)/..
13 endif
14
15
16 include $(ALIHLT_TOPDIR)/Makefile.conf
17
18 SRCS    = AliD0toKpi.cxx
19
20 include $(ALIHLT_TOPDIR)/Makefile.rules