--- DarthVader/TrackerLevel2/Makefile 2007/01/11 10:23:43 1.19 +++ DarthVader/TrackerLevel2/Makefile 2007/01/23 15:36:50 1.21 @@ -39,7 +39,7 @@ #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=${DEBUG}' #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=0' #CXXFLAGS=-Wall -O -fPIC -pthread -fpermissive -CXXFLAGS=-Wall -O -fPIC -pthread +CXXFLAGS=-Wall -O4 -fPIC -pthread # ROOTCINT ROOTCINT=rootcint # Here the variables definig the local directories @@ -188,7 +188,7 @@ # # Create *Dict.cpp and *Dict.h # - @${ROOTCINT} -f ${DIRSRC}/`basename $(@F) _${VER}.so | sed s/lib//`Dict.cpp -c -I${ROOTINC} -I${PAM_YODA}/include/yoda/ -I${PAM_INC}/ ${DIRINC}/`basename $(@F) _${VER}.so | sed s/lib//`.h ${DIRINC}/`basename $(@F) _${VER}.so | sed s/lib//`LinkDef.h + @${ROOTCINT} -f ${DIRSRC}/`basename $(@F) _${VER}.so | sed s/lib//`Dict.cpp -c -I${DIRINC} -I${ROOTINC} -I${PAM_YODA}/include/yoda/ -I${PAM_INC}/ ${DIRINC}/`basename $(@F) _${VER}.so | sed s/lib//`.h ${DIRINC}/`basename $(@F) _${VER}.so | sed s/lib//`LinkDef.h # # create .o #