]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Small changes in order to make compiling easier for new users.
authorvestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Jan 2003 08:53:48 +0000 (08:53 +0000)
committervestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Jan 2003 08:53:48 +0000 (08:53 +0000)
HLT/Makefile.conf

index b652ee8c42dadf30ebbe5a08693274f808bdaf3d..08ceed3b89674bbe3787160cb4c09cdab51df950 100644 (file)
@@ -17,6 +17,11 @@ endif
 ifndef TOPDIR
 TOPDIR = $(HOME)/workcode/level3code
 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
 ifndef LIBDIR
 LIBDIR = $(LEVEL3)/lib_$(USERNAME)
 endif