git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
03b0e43
)
Compilation on Windows/Cygwin
author
hristov
<hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 16 Apr 2008 16:24:34 +0000
(16:24 +0000)
committer
hristov
<hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 16 Apr 2008 16:24:34 +0000
(16:24 +0000)
ACORDE/ACORDEbaseLinkDef.h
patch
|
blob
|
blame
|
history
ACORDE/ACORDEsimLinkDef.h
patch
|
blob
|
blame
|
history
ACORDE/libACORDEbase.pkg
patch
|
blob
|
blame
|
history
ACORDE/libACORDErec.pkg
patch
|
blob
|
blame
|
history
ACORDE/libACORDEsim.pkg
patch
|
blob
|
blame
|
history
diff --git
a/ACORDE/ACORDEbaseLinkDef.h
b/ACORDE/ACORDEbaseLinkDef.h
index 4567a301d81bcbfb9c6c8c691626e1e3d27c356b..e95c731f3878c4ffea7b5bb178e66eeceac25ad9 100644
(file)
--- a/
ACORDE/ACORDEbaseLinkDef.h
+++ b/
ACORDE/ACORDEbaseLinkDef.h
@@
-8,7
+8,6
@@
#pragma link C++ enum ECRMode;
#pragma link C++ enum ECRMode;
-#pragma link C++ class AliACORDE+;
#pragma link C++ class AliACORDEConstants+;
#pragma link C++ class AliACORDELoader+;
#pragma link C++ class AliGenACORDE+;
#pragma link C++ class AliACORDEConstants+;
#pragma link C++ class AliACORDELoader+;
#pragma link C++ class AliGenACORDE+;
diff --git
a/ACORDE/ACORDEsimLinkDef.h
b/ACORDE/ACORDEsimLinkDef.h
index 04d5f09019acb95b3c7a5e5f660fe29a19db37cc..7fa0efe5fc96943633c71449c2f537e83e6fa989 100644
(file)
--- a/
ACORDE/ACORDEsimLinkDef.h
+++ b/
ACORDE/ACORDEsimLinkDef.h
@@
-8,6
+8,7
@@
#pragma link off all classes;
#pragma link off all functions;
#pragma link off all classes;
#pragma link off all functions;
+#pragma link C++ class AliACORDE+;
#pragma link C++ class AliACORDEv1+;
#pragma link C++ class AliACORDEhit+;
#pragma link C++ class AliACORDEDigitizer+;
#pragma link C++ class AliACORDEv1+;
#pragma link C++ class AliACORDEhit+;
#pragma link C++ class AliACORDEDigitizer+;
diff --git
a/ACORDE/libACORDEbase.pkg
b/ACORDE/libACORDEbase.pkg
index 783db5f45583375d817426a09c0037bceb29c5df..11606602ed3bfeb11886380706a6ee0256a2a313 100644
(file)
--- a/
ACORDE/libACORDEbase.pkg
+++ b/
ACORDE/libACORDEbase.pkg
@@
-1,7
+1,14
@@
-SRCS = AliACORDE.cxx AliACORDEConstants.cxx AliACORDECalibData.cxx \
+#-*-Mode: Makefile-*-
+
+SRCS = AliACORDEConstants.cxx AliACORDECalibData.cxx \
AliGenACORDE.cxx AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx
HDRS:= $(SRCS:.cxx=.h)
DHDR:=ACORDEbaseLinkDef.h
AliGenACORDE.cxx AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx
HDRS:= $(SRCS:.cxx=.h)
DHDR:=ACORDEbaseLinkDef.h
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+ -lSTEER -lCDB -lSTEERBase \
+# -L$(shell root-config --libdir) -lGeom
+endif
diff --git
a/ACORDE/libACORDErec.pkg
b/ACORDE/libACORDErec.pkg
index b37b48574963b655d2df481d1c2f6058b1edcd3f..df2541925607e2da0f27e0c2ed1bc85bffc6f1d3 100644
(file)
--- a/
ACORDE/libACORDErec.pkg
+++ b/
ACORDE/libACORDErec.pkg
@@
-1,3
+1,5
@@
+#-*-Mode: Makefile-*-
+
SRCS = AliACORDERawStream.cxx
HDRS:= $(SRCS:.cxx=.h)
SRCS = AliACORDERawStream.cxx
HDRS:= $(SRCS:.cxx=.h)
@@
-5,3
+7,8
@@
HDRS:= $(SRCS:.cxx=.h)
DHDR:=ACORDErecLinkDef.h
EINCLUDE := RAW
DHDR:=ACORDErecLinkDef.h
EINCLUDE := RAW
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+ -lSTEERBase -lRAWDatarec -lRAWDatabase
+endif
diff --git
a/ACORDE/libACORDEsim.pkg
b/ACORDE/libACORDEsim.pkg
index d8aef6ec259f54aae56d21982cd4fe9b460b4455..167a61ed123885fdae93c5383b6514bcb7736b92 100644
(file)
--- a/
ACORDE/libACORDEsim.pkg
+++ b/
ACORDE/libACORDEsim.pkg
@@
-1,4
+1,6
@@
-SRCS = AliACORDEv1.cxx AliACORDEhit.cxx \
+#-*-Mode: Makefile-*-
+
+SRCS = AliACORDE.cxx AliACORDEv1.cxx AliACORDEhit.cxx \
AliACORDEDigitizer.cxx AliACORDETrigger.cxx \
AliACORDERawData.cxx
AliACORDEDigitizer.cxx AliACORDETrigger.cxx \
AliACORDERawData.cxx
@@
-8,3
+10,9
@@
HDRS:= $(SRCS:.cxx=.h)
DHDR:=ACORDEsimLinkDef.h
DHDR:=ACORDEsimLinkDef.h
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+ -lACORDEbase -lACORDErec -lSTEER -lCDB -lSTEERBase \
+ -lRAWDatabase \
+ -L$(shell root-config --libdir) -lVMC -lGeom
+endif