/[PAMELA software]/tracker/flight/TrkNuclei/Makefile
ViewVC logotype

Diff of /tracker/flight/TrkNuclei/Makefile

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

revision 1.1 by pam-fi, Tue Jan 20 10:29:57 2009 UTC revision 1.2 by mocchiut, Tue Mar 30 07:56:41 2010 UTC
# Line 23  RESET=tput sgr0 Line 23  RESET=tput sgr0
23  # C  # C
24  CC=gcc  CC=gcc
25  #CFLAGS=-Wall -O -fPIC -pthread -g  #CFLAGS=-Wall -O -fPIC -pthread -g
26  CFLAGS=-Wall -O -fPIC -pthread  CFLAGS=-Wall -O -fPIC -pthread ${PAM_BIT}
27  # Enviroment:  # Enviroment:
28  GCCVER=`gcc --version | head -1`  GCCVER=`gcc --version | head -1`
29  UNAMEA=`uname -a`  UNAMEA=`uname -a`
# Line 31  TODAY=`date` Line 31  TODAY=`date`
31  # F77  # F77
32  F77=g77  F77=g77
33  #F77FLAGS=  -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -g -extend_source -static -fno-backslash  #F77FLAGS=  -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -g -extend_source -static -fno-backslash
34  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 ${PAM_BIT}
35  # C++  # C++
36  CXX=g++  CXX=g++
37  #CXXFLAGS=-Wall -O -fPIC -pthread -g  #CXXFLAGS=-Wall -O -fPIC -pthread -g
38  CXXFLAGS=-Wall -O -fPIC -pthread  CXXFLAGS=-Wall -O -fPIC -pthread ${PAM_BIT}
39  # ROOTCINT  # ROOTCINT
40  ROOTCINT=rootcint  ROOTCINT=rootcint
41  # Here the variables definig the local directories  # Here the variables definig the local directories

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

  ViewVC Help
Powered by ViewVC 1.1.23