git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Small changes in order to make compiling easier for new users.
[u/mrichter/AliRoot.git]
/
HLT
/
Makefile.conf
diff --git
a/HLT/Makefile.conf
b/HLT/Makefile.conf
index b652ee8c42dadf30ebbe5a08693274f808bdaf3d..08ceed3b89674bbe3787160cb4c09cdab51df950 100644
(file)
--- a/
HLT/Makefile.conf
+++ b/
HLT/Makefile.conf
@@
-17,6
+17,11
@@
endif
ifndef TOPDIR
TOPDIR = $(HOME)/workcode/level3code
endif
+
+#Define directory to contain additional L3 code, such as logging classes.
+ifndef LEVEL3
+LEVEL3 = /prog/alice/level3
+endif
ifndef LIBDIR
LIBDIR = $(LEVEL3)/lib_$(USERNAME)
endif