]> git.uio.no Git - u/mrichter/AliRoot.git/blame - 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
CommitLineData
8356cc1d 1############################################################################
2#
3# Author: Artur Szostak
4# Email: artur@alice.phy.uct.ac.za | artursz@iafrica.com
5#
6############################################################################
7
8BINARY = tracker
9
10SOURCES = 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
22MACROS =
23
24LIBRARY_PATHS =
25LIBRARIES = dHLT
26
27############################################################################
28
29include build/config.mk
30include $(BUILD_DIR)/rules.mk