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

Diff of /DarthVader/CalorimeterLevel2/Makefile

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

revision 1.20 by mocchiut, Sun Mar 18 20:22:49 2007 UTC revision 1.29 by mocchiut, Fri Aug 10 08:01:22 2007 UTC
# Line 1  Line 1 
1  # Calorimeter flight analysis software  # Calorimeter flight analysis software
2  # SOFTWARE VERSION  # SOFTWARE VERSION
3  VER= v4r05  VER= v4r13
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 64  FSRCS=${DIRSRC}/direction.for \ Line 64  FSRCS=${DIRSRC}/direction.for \
64        ${DIRSRC}/nuclei.for \        ${DIRSRC}/nuclei.for \
65        ${DIRSRC}/cluster.for \        ${DIRSRC}/cluster.for \
66        ${DIRSRC}/cluster2.for \        ${DIRSRC}/cluster2.for \
67          ${DIRSRC}/cluster4.for \
68        ${DIRSRC}/laterale.for \        ${DIRSRC}/laterale.for \
69        ${DIRSRC}/baric.for \        ${DIRSRC}/baric.for \
70        ${DIRSRC}/selftrig.for \        ${DIRSRC}/selftrig.for \
# Line 166  ${DIRLIB}/%.o: ${DIRSRC}/%.for Line 167  ${DIRLIB}/%.o: ${DIRSRC}/%.for
167          @(${EGREEN} "Creating F77 object file: "${WHITE} "`basename $@`"; ${RESET})          @(${EGREEN} "Creating F77 object file: "${WHITE} "`basename $@`"; ${RESET})
168          @${F77} ${F77FLAGS} -c -o $@ ${DIRSRC}/`basename ${@} .o`.for -I${DIRINC}          @${F77} ${F77FLAGS} -c -o $@ ${DIRSRC}/`basename ${@} .o`.for -I${DIRINC}
169    
170  ${LIBROOTLIBS}: ${LIBROOTSRCS} ${FOBJS}  ${LIBROOTLIBS}: ${LIBROOTSRCS} ${COBJS} ${FOBJS}
171          @(${EGREEN} "ROOTCINT - creating file: "${WHITE} "`basename $(@F) _${VER}.so | sed s/lib//`Dict.cpp"; ${RESET})          @(${EGREEN} "ROOTCINT - creating file: "${WHITE} "`basename $(@F) _${VER}.so | sed s/lib//`Dict.cpp"; ${RESET})
172  #  #
173  #       Create *Dict.cpp and *Dict.h  #       Create *Dict.cpp and *Dict.h

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.29

  ViewVC Help
Powered by ViewVC 1.1.23