/[PAMELA software]/DarthVader/ToFLevel2/Makefile
ViewVC logotype

Diff of /DarthVader/ToFLevel2/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by mocchiut, Fri Jan 12 08:06:29 2007 UTC revision 1.14 by mocchiut, Wed Feb 7 08:17:14 2007 UTC
# Line 1  Line 1 
1  # ToF flight analysis software  # ToF flight analysis software
2  # SOFTWARE VERSION  # SOFTWARE VERSION
3  VER= v1r05  VER= v1r04
4  # An almost general purpouse Makefile for PAMELA repository  # An almost general purpouse Makefile for PAMELA repository
5  # Let's start with some usefull definition for colorize the echo  # Let's start with some usefull definition for colorize the echo
6  RED='\E[1;31;40m'  RED='\E[1;31;40m'
# Line 36  F77FLAGS=  -Wall -Wno-globals -fPIC -fvx Line 36  F77FLAGS=  -Wall -Wno-globals -fPIC -fvx
36  # C++  # C++
37  CXX=g++  CXX=g++
38  #CXXFLAGS=-Wall -O -fPIC -pthread -g  #CXXFLAGS=-Wall -O -fPIC -pthread -g
39  CXXFLAGS=-Wall -O4 -fPIC -pthread  CXXFLAGS=-Wall -O -fPIC -pthread
40  # ROOTCINT  # ROOTCINT
41  ROOTCINT=rootcint  ROOTCINT=rootcint
42  # Here the variables definig the local directories  # Here the variables definig the local directories
# Line 155  ${LIBROOTLIBS}: ${LIBROOTSRCS} Line 155  ${LIBROOTLIBS}: ${LIBROOTSRCS}
155  #  #
156  #       Create *Dict.cpp and *Dict.h  #       Create *Dict.cpp and *Dict.h
157  #  #
158          @${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
159  #  #
160  #       create .o  #       create .o
161  #  #

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.23