]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/Makefile
Follow the compilation scheme of AliRoot and to fulfill the C++ effic
[u/mrichter/AliRoot.git] / STAT / Makefile
index 24d9d20e0e07e1b29ebe323e14c4da5f5e1f3618..43ebeb88185f3d21c7438d13a58368944167e4f7 100644 (file)
@@ -32,7 +32,7 @@ CXXFLAGS += $(ROOTCXX) $(MCCXX) $(LOCALCXX)
 # define module specific variables
 FILE_LIST =  $(shell ls -1 ./*.$(SrcSuf))
 FILES = $(basename $(FILE_LIST))
-DICTIONARIES = kdTreeDict
+DICTIONARIES = kDStatDict
 OBJECTS = $(addsuffix .$(ObjSuf),$(FILES))
 OBJECTS += ./$(DICTIONARIES).$(ObjSuf)
 
@@ -43,7 +43,7 @@ HEADERS = $(notdir $(HDRS))
 # define libs on which the main lib depends ! (this are defined in config/Makefile.flags)
 LIBSDEPEND = $(ROOTLIBS) $(MCLIBS)
 # define libs build by module
-LIBS = libKDTree.so
+LIBS = libKDStat.so
 
 # rule for building executables
 $(EXECS):      $(OBJECTS)