]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/Makefile
Fix bug in building local list of valid files.
[u/mrichter/AliRoot.git] / STAT / Makefile
index b861359e59467857799b00c17c2f23cd0a99faa5..f5765fb8653b9640c265e98ef45113c93f98bcbd 100644 (file)
@@ -49,12 +49,12 @@ LIBS = libSTAT.so
 $(EXECS):      $(OBJECTS)
        @echo -e "\E[31mBuild executable: \E[1;31m$@\E[0m"
        @$(LD) $(LIBSDEPEND) $^ -o $@
-       
+
 # rule for building libraries
 %.$(DllSuf):   $(OBJECTS)
        @echo -e "\E[31mBuild library: \E[1;31m$@\E[0m"
        @$(LD) $(SOFLAGS) $(LIBSDEPEND) $^ -o $@
-       
+
 # rule for building objects
 %.$(ObjSuf):   %.$(SrcSuf)
        @echo -e "\E[31mCompile : \E[1;31m$^\E[0m"
@@ -64,7 +64,7 @@ $(EXECS):     $(OBJECTS)
 %Dict.$(SrcSuf): %LinkDef.h
        @echo -e "\E[31mGenerate dictionary : \E[1;31m$@\E[0m"
        @rootcint -f $@ -c $(CXXFLAGS) $(HEADERS) $^
-       
+
 all: $(OBJECTS) $(LIBS) $(EXECS)
 
 headers:
@@ -72,7 +72,7 @@ headers:
                if [ ! -d include ]; then mkdir include; fi; \
                cp -f $(HEADERS) include; \
        fi
-       
+
 clean:
        @rm -fv $(DICTIONARIES)
        @rm -fv $(OBJECTS)
@@ -80,6 +80,4 @@ clean:
        @if [ "$(LIBS)" != "" ]; then rm -fv ./$(LIBS); fi
        @if [ "$(EXECS)" != "" ]; then rm -fv ./$(EXECS); fi
 
-       
-
-
+       $(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@ $(EXPLLINKLIBS)