]>
Commit | Line | Data |
---|---|---|
d076c8d5 | 1 | #-*- Mode: Makefile -*- |
2 | # $Id$ | |
3 | ||
e13a246f | 4 | SRCS = AliTOFGeometry.cxx \ |
d3c7bfac | 5 | AliTOFdigit.cxx \ |
15ec34b9 | 6 | AliTOFRawMap.cxx\ |
7 | AliTOFrawData.cxx\ | |
59b37199 | 8 | AliTOFRawStream.cxx\ |
7813bb1a | 9 | AliTOFHitData.cxx\ |
10 | AliTOFHitDataBuffer.cxx\ | |
11 | AliTOFDecoder.cxx\ | |
6a7f8ebf | 12 | AliTOFChannelOffline.cxx \ |
6f54eeaf | 13 | AliTOFChannelOnline.cxx \ |
6a7f8ebf | 14 | AliTOFcalib.cxx \ |
6f54eeaf | 15 | AliTOFAlignment.cxx \ |
16 | AliTOFPreprocessor.cxx \ | |
17 | AliTOFDataDCS.cxx \ | |
18 | AliTOFFormatDCS.cxx | |
59b37199 | 19 | |
d076c8d5 | 20 | |
21 | HDRS:= $(SRCS:.cxx=.h) | |
22 | ||
23 | DHDR=TOFbaseLinkDef.h |