]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/MUON/build/TriggerDDLFilePublisher.module.mk
Bypass buggy TMacro ctor (caused problems on paths including '.', like /afs/cern...
[u/mrichter/AliRoot.git] / HLT / MUON / build / TriggerDDLFilePublisher.module.mk
1 ############################################################################
2 #
3 # Author: Artur Szostak
4 # Email:  artur@alice.phy.uct.ac.za | artursz@iafrica.com
5 #
6 ############################################################################
7
8 BINARY  = TriggerDDLFilePublisher
9
10 SOURCES = TriggerDDLFilePublisher.cxx \
11         System/SystemError.cxx \
12         System/SignalHandler.cxx \
13         System/Socket.cxx \
14         System/Mutex.cxx \
15         System/MutexCondition.cxx \
16         System/Thread.cxx \
17         System/File.cxx \
18         System/Directory.cxx \
19         System/Routines.cxx \
20         BCMP/Packets.cxx \
21         BCMP/Receiver.cxx \
22         BCMP/EventQueue.cxx \
23         DDL/FileList.cxx \
24         Version.cxx \
25         Utils.cxx \
26         new.cxx \
27         Error.cxx
28
29 MACROS = USE_GETDENTS_SYSCALL
30
31 LIBRARY_PATHS = 
32 LIBRARIES = pthread
33
34 ############################################################################
35
36 include build/config.mk
37 include $(BUILD_DIR)/rules.mk