bc7c004c |
1 | #-*-Mode: Makefile-*- |
2 | |
3 | SRCS = AliACORDEConstants.cxx AliACORDECalibData.cxx \ |
43e548b4 |
4 | AliGenACORDE.cxx AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx AliACORDERawStream.cxx |
5 | |
8b168972 |
6 | HDRS:= $(SRCS:.cxx=.h) |
43e548b4 |
7 | |
8b168972 |
8 | DHDR:=ACORDEbaseLinkDef.h |
43208e3d |
9 | |
95e83869 |
10 | EINCLUDE := RAW |
11 | |
bc7c004c |
12 | ifeq (win32gcc,$(ALICE_TARGET)) |
13 | PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \ |
43e548b4 |
14 | -lSTEER -lCDB -lSTEERBase -lRAWDatarec -lRAWDatabase \ |
bc7c004c |
15 | # -L$(shell root-config --libdir) -lGeom |
16 | endif |