]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/MUON/build/signalL2.module.mk
Bypass buggy TMacro ctor (caused problems on paths including '.', like /afs/cern...
[u/mrichter/AliRoot.git] / HLT / MUON / build / signalL2.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 = signalL2
9
10SOURCES = signalL2.cxx \
11 System/SystemError.cxx \
12 System/Socket.cxx \
13 System/Mutex.cxx \
14 System/MutexCondition.cxx \
15 System/Thread.cxx \
16 System/SignalHandler.cxx \
17 BCMP/Packets.cxx \
18 BCMP/Sender.cxx \
19 BCMP/EventQueue.cxx \
20 DDL/L2SignalSender.cxx \
21 Debug/print.cxx \
22 Version.cxx \
23 Utils.cxx \
24 new.cxx \
25 Error.cxx
26
27MACROS =
28
29LIBRARY_PATHS =
30LIBRARIES = pthread
31
32############################################################################
33
34include build/config.mk
35include $(BUILD_DIR)/rules.mk