]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/SampleLib/Makefile
Using TGeo to retrieve the mean material budget between two points (M.Ivanov)
[u/mrichter/AliRoot.git] / HLT / SampleLib / Makefile
CommitLineData
c5318542 1#$Id$
2##########################################
3# Makefile for AliRoot HLT Sample #
4# #
5# Author: Matthias Richter, #
6##########################################
7
8MODNAME = AliHLTSample
9
10ifndef ALIHLT_TOPDIR
11ALIHLT_TOPDIR = $(shell pwd)/..
12endif
13
14include $(ALIHLT_TOPDIR)/Makefile.conf
15
16SRCS = AliHLTSampleComponent1.cxx AliHLTSampleComponent2.cxx
17
18SRCS += $(EXTRA_SRCS)
19
20
21include $(ALIHLT_TOPDIR)/Makefile.rules