]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/misc/Makefile
Root objects are compiled in lib_ROOT from now on.
[u/mrichter/AliRoot.git] / HLT / misc / Makefile
index 5c8c2e159273aad314206866892643c45c818be2..2084710f358203a4f5d6b5f6c0a8584c7982f2ca 100644 (file)
@@ -30,6 +30,7 @@ OBJDIR = lib
 ifeq ($(USEPACKAGE),ROOT) 
 INCLUDES = -I$(ROOTSYS)/include -I$(TOPDIR)/hough -I$(TOPDIR)/src -I$(TOPDIR)/comp
 DEFSTR = -Duse_root
+OBJDIR = lib_ROOT
 endif
 
 ifeq ($(USEPACKAGE),ALIROOT)
@@ -51,7 +52,7 @@ else
 INCLUDES += -I/prog/alice/level3/kip/MLUC/include
 endif
 
-SRCS   = AliTransBit.cxx
+SRCS   = AliTransBit.cxx AliL3AltroMemHandler.cxx
 
 DICT = AliL3MiscCint.cxx
 DICTH = AliL3MiscCint.h
@@ -83,7 +84,7 @@ $(LIBDIR) :
 clean :
        rm -f $(OBJDIR)/*.o
        rm -f $(LIBDIR)/libAliL3Misc.so
-       rm $(DICT) $(DICTH) 
+       rm -f $(DICT) $(DICTH) 
 
 so :
        rm -f $(LIBDIR)/libAliL3Misc.so