git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Compilation on Windows/Cygwin
[u/mrichter/AliRoot.git]
/
ACORDE
/
libACORDErec.pkg
1
#-*-Mode: Makefile-*-
2
3
SRCS = AliACORDERawStream.cxx
4
5
HDRS:= $(SRCS:.cxx=.h)
6
7
DHDR:=ACORDErecLinkDef.h
8
9
EINCLUDE := RAW
10
11
ifeq (win32gcc,$(ALICE_TARGET))
12
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
13
-lSTEERBase -lRAWDatarec -lRAWDatabase
14
endif