]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/SampleLib/Makefile
Added a dummy component into the sample library.
[u/mrichter/AliRoot.git] / HLT / SampleLib / Makefile
1 #$Id$
2 ##########################################
3 # Makefile for AliRoot HLT Sample        #
4 #                                        #
5 # Author: Matthias Richter,              #                     
6 ##########################################
7
8 MODNAME = AliHLTSample
9
10 ifndef ALIHLT_TOPDIR
11 ALIHLT_TOPDIR = $(shell pwd)/..
12 endif
13
14 include $(ALIHLT_TOPDIR)/Makefile.conf
15
16 SRCS    = AliHLTSampleComponent1.cxx AliHLTSampleComponent2.cxx AliHLTDummyComponent.cxx
17
18 SRCS += $(EXTRA_SRCS)
19
20
21 include $(ALIHLT_TOPDIR)/Makefile.rules