# Author: Anders Vestbo #
###########################
-ifndef USEPACKAGE
-#USEPACKAGE = ROOT
-USEPACKAGE = ALIROOT
+ifndef TOPDIR
+TOPDIR = `pwd`/..
endif
-#used if USEPACKAGE=anything else
-DEFSTR = -Dno_root
-
-CXX = g++
-LD = g++
-CXXFLAGS = -O2 -Wall -fPIC
-LDFLAGS = -O2
-SOFLAGS = -shared
+include $(TOPDIR)/Makefile.conf
-ifndef TOPDIR
-TOPDIR = $(HOME)/level3code
-endif
-ifndef LIBDIR
-LIBDIR = $(LEVEL3)/lib_$(USERNAME)
-endif
-OBJDIR = lib
+DEFSTR = -Dno_root
ifeq ($(USEPACKAGE),ROOT)
INCLUDES = -I$(ROOTSYS)/include -I$(TOPDIR)/hough -I$(TOPDIR)/src -I$(TOPDIR)/comp
DEFSTR = -Duse_aliroot
endif
-#Save the particle id's
-#DEFSTR += -Ddo_mc
+ifdef DO_MC
+DEFSTR += -Ddo_mc
+endif
-#Use logging classes
ifndef NOLOGGING
DEFSTR += -Duse_logging
endif