]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/Makefile.conf
New topdir Makefile for compiling all libraries in the HLT tree.
[u/mrichter/AliRoot.git] / HLT / Makefile.conf
CommitLineData
01ee3a4e 1#$Id$
2###########################
3# Makefile for HLT code. #
4# #
5# Author: Anders Vestbo #
6###########################
7
8#Define whether you want to run with ALIROOT or only ROOT
9#Only one of them should be defined
10ifndef USEPACKAGE
11#USEPACKAGE = ROOT
12USEPACKAGE = ALIROOT
13#USEPACKAGE = NOROOT
14endif
15
16#Specify the directory where the level3code tree is located.
17ifndef TOPDIR
18TOPDIR = $(HOME)/workcode/level3code
19endif
20ifndef LIBDIR
21LIBDIR = $(LEVEL3)/lib_$(USERNAME)
22endif
23OBJDIR = lib
24
25#Switch on/off HLT logging classes
26#NOLOGGING = 1
27
28#Switch on/off saving MC data through the chain.
29#This will only have an effect if you are running with aliroot.
30#DO_MC = 1
31
32CXX = g++
33LD = g++
34CXXFLAGS = -O2 -Wall -fPIC -Woverloaded-virtual
35LDFLAGS = -O2
36SOFLAGS = -shared