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
AliOADBContainer first commit.
[u/mrichter/AliRoot.git]
/
OADB
/
libOADB.pkg
1
#-*- Mode: Makefile -*-
2
3
SRCS = AliOADBContainer.cxx
4
5
HDRS:= $(SRCS:.cxx=.h)
6
7
DHDR= OADBLinkDef.h
8
9
EXPORT:=$(SRCS:.cxx=.h)
10
11
ifeq (win32gcc,$(ALICE_TARGET))
12
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -L$(ROOTLIBDIR)
13
endif