/[PAMELA software]/calo/flight/CaloFranzini/Makefile
ViewVC logotype

Diff of /calo/flight/CaloFranzini/Makefile

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

revision 1.1 by mocchiut, Tue Dec 4 12:05:27 2007 UTC revision 1.2 by mocchiut, Thu Dec 13 17:08:05 2007 UTC
# Line 23  RESET=tput sgr0 Line 23  RESET=tput sgr0
23  # Here the variables used to override the standard make flags  # Here the variables used to override the standard make flags
24  # C  # C
25  CC=gcc  CC=gcc
26  #CFLAGS=-Wall -O -fPIC -pthread -g  CFLAGS=-Wall -fPIC -pthread -g
27  CFLAGS=-Wall -O -fPIC -pthread  #CFLAGS=-Wall -O4 -fPIC -pthread
28  # Enviroment:  # Enviroment:
29  GCCVER=`gcc --version | head -1`  GCCVER=`gcc --version | head -1`
30  UNAMEA=`uname -a`  UNAMEA=`uname -a`
# Line 35  F77=g77 Line 35  F77=g77
35  F77FLAGS=  -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash  F77FLAGS=  -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash
36  # C++  # C++
37  CXX=g++  CXX=g++
38  #CXXFLAGS=-Wall -O -fPIC -pthread -g  CXXFLAGS=-Wall -fPIC -pthread -g
39  CXXFLAGS=-Wall -O -fPIC -pthread  #CXXFLAGS=-Wall -O4 -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 55  PAM_ENV= PAM_BIN_env PAM_LIB_env PAM_INC Line 55  PAM_ENV= PAM_BIN_env PAM_LIB_env PAM_INC
55  FSRCS=    FSRCS=  
56  FOBJS=$(FSRCS:${DIRSRC}/F77/%.f=${DIRLIB}/%.o)  FOBJS=$(FSRCS:${DIRSRC}/F77/%.f=${DIRLIB}/%.o)
57  #-------------------------------------------------  #-------------------------------------------------
58  CSRCS=    CSRCS=${DIRSRC}/Calib.cpp
59  COBJS=$(CSRCS:${DIRSRC}%.cpp=${DIRLIB}/%.o)  COBJS=$(CSRCS:${DIRSRC}%.cpp=${DIRLIB}/%.o)
60  #-------------------------------------------------  #-------------------------------------------------
61  # librerie utilizzabili da root (ci deve essere anche il ***LinkDef.h )  # librerie utilizzabili da root (ci deve essere anche il ***LinkDef.h )
# Line 82  FULLLIBS=${FULLROOTCLIBS} ${FULLCPPCLIBS Line 82  FULLLIBS=${FULLROOTCLIBS} ${FULLCPPCLIBS
82    
83  #-------------------------------------------------  #-------------------------------------------------
84  # eseguibile  # eseguibile
85  CXXEXESRCS=  CXXEXESRCS=${DIRSRC}/CaloCreateMatrix.cpp
86  CXXEXEOBJS=$(CXXEXESRCS:${DIRSRC}%.cpp=${DIRLIB}%.o)  CXXEXEOBJS=$(CXXEXESRCS:${DIRSRC}%.cpp=${DIRLIB}%.o)
87  CXXEXELIBS:=  CXXEXELIBS:=CaloCreateMatrix
88    
89  OTHERLIBS=${PAM_LIB}/libCaloLevel0.so ${PAM_LIB}/libCaloLevel1.so ${PAM_LIB}/libCaloLevel2.so ${PAM_LIB}/libCaloCore.so  ${PAM_LIB}/libcaloclasses.so  OTHERLIBS=$(PAM_LIB)/libDarthVader.so $(PAM_LIB)/libPamLevel2.so
90  #-------------------------------------------------  #-------------------------------------------------
91  # variabili per l'installazione  # variabili per l'installazione
92  EXESRCS=  EXESRCS=${DIRBIN}/CaloCreateMatrix
93  INCSRCS=${DIRINC}/CaloFranzini.h  INCSRCS=${DIRINC}/CaloFranzini.h
94  MACROSSRCS=  MACROSSRCS=
95  CALIBFILES=  CALIBFILES=

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23