Commit | Line | Data |
---|---|---|
8b168972 | 1 | SRCS = AliACORDE.cxx AliACORDEConstants.cxx AliACORDEModule.cxx \ |
43208e3d | 2 | AliGenACORDE.cxx AliACORDEhit.cxx AliACORDEdigit.cxx \ |
3 | AliACORDEPreprocessor.cxx AliACORDECalibModule.cxx \ | |
4 | AliACORDEDataModule.cxx | |
8b168972 | 5 | |
6 | HDRS:= $(SRCS:.cxx=.h) | |
7 | ||
8 | DHDR:=ACORDEbaseLinkDef.h | |
43208e3d | 9 |