]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/MUON/build/tracker.module.mk
Bypass buggy TMacro ctor (caused problems on paths including '.', like /afs/cern...
[u/mrichter/AliRoot.git] / HLT / MUON / build / tracker.module.mk
1 ############################################################################
2 #
3 # Author: Artur Szostak
4 # Email:  artur@alice.phy.uct.ac.za | artursz@iafrica.com
5 #
6 ############################################################################
7
8 BINARY  = tracker
9
10 SOURCES = tracker_main.cxx \
11         System/Mutex.cxx \
12         System/SystemError.cxx \
13         Version.cxx \
14         Error.cxx \
15         Utils.cxx \
16         RegionOfInterest.cxx \
17         Debug/ClusterSource.cxx \
18         Debug/print.cxx \
19         Tracking/IOHandler.cxx \
20         Tracking/EventHandler.cxx
21
22 MACROS = 
23
24 LIBRARY_PATHS = 
25 LIBRARIES = dHLT
26
27 ############################################################################
28
29 include build/config.mk
30 include $(BUILD_DIR)/rules.mk