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

Diff of /DarthVader/TrackerLevel2/Makefile

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

revision 1.22 by pam-fi, Fri Feb 16 14:56:00 2007 UTC revision 1.31 by pam-fi, Wed Mar 5 17:00:17 2008 UTC
# Line 1  Line 1 
1  # Tracker flight analysis software  # Tracker flight analysis software
2  # SOFTWARE VERSION  # SOFTWARE VERSION
3  VER= v2r04  VER= v4r00
4  DEBUG=0  DEBUG=0
5  # An almost general purpouse Makefile for PAMELA repository  # An almost general purpouse Makefile for PAMELA repository
6  # Let's start with some usefull definition for colorize the echo  # Let's start with some usefull definition for colorize the echo
# Line 25  RESET=tput sgr0 Line 25  RESET=tput sgr0
25  # C  # C
26  CC=gcc  CC=gcc
27  #CFLAGS=-Wall -O -fPIC -pthread -g  #CFLAGS=-Wall -O -fPIC -pthread -g
28  CFLAGS=-Wall -O -fPIC -pthread  #CFLAGS=-Wall -O -fPIC -pthread
29    CFLAGS=-Wall -fPIC -pthread
30  # Enviroment:  # Enviroment:
31  GCCVER=`gcc --version | head -1`  GCCVER=`gcc --version | head -1`
32  UNAMEA=`uname -a`  UNAMEA=`uname -a`
# Line 39  CXX=g++ Line 40  CXX=g++
40  #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=${DEBUG}'  #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=${DEBUG}'
41  #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=0'  #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=0'
42  #CXXFLAGS=-Wall -O -fPIC -pthread -fpermissive  #CXXFLAGS=-Wall -O -fPIC -pthread -fpermissive
43  CXXFLAGS=-Wall -O4 -fPIC -pthread  #CXXFLAGS=-Wall -O4 -fPIC -pthread
44    CXXFLAGS=-Wall -fPIC -pthread
45  # ROOTCINT  # ROOTCINT
46  ROOTCINT=rootcint  ROOTCINT=rootcint
47  # Here the variables definig the local directories  # Here the variables definig the local directories
# Line 71  FSRCS=${DIRSRC}/F77/fillpedsig.f   \ Line 73  FSRCS=${DIRSRC}/F77/fillpedsig.f   \
73          ${DIRSRC}/F77/readB.f \          ${DIRSRC}/F77/readB.f \
74          ${DIRSRC}/F77/interB.f \          ${DIRSRC}/F77/interB.f \
75          ${DIRSRC}/F77/track.f \          ${DIRSRC}/F77/track.f \
76          ${DIRSRC}/F77/grkuta.f          ${DIRSRC}/F77/grkuta.f \
77            ${DIRSRC}/F77/bdll.f      # ***PP***
78    
79  FOBJS=$(FSRCS:${DIRSRC}/F77/%.f=${DIRLIB}/%.o)  FOBJS=$(FSRCS:${DIRSRC}/F77/%.f=${DIRLIB}/%.o)
80  #-------------------------------------------------  #-------------------------------------------------
# Line 92  LIBROOTOBJS=${DIRLIB}/readB.o \ Line 95  LIBROOTOBJS=${DIRLIB}/readB.o \
95          ${DIRLIB}/interB.o \          ${DIRLIB}/interB.o \
96          ${DIRLIB}/track.o \          ${DIRLIB}/track.o \
97          ${DIRLIB}/grkuta.o \          ${DIRLIB}/grkuta.o \
98            ${DIRLIB}/bdll.o \
99          ${DIRLIB}/functionspfa.o \          ${DIRLIB}/functionspfa.o \
100          ${DIRLIB}/readallparam.o \          ${DIRLIB}/readallparam.o \
101          ${DIRLIB}/functions.o  \          ${DIRLIB}/functions.o  \
# Line 137  CXXEXESRCS=${DIRSRC}/TrackerLevel2.cpp Line 141  CXXEXESRCS=${DIRSRC}/TrackerLevel2.cpp
141  CXXEXEOBJS=$(CXXEXESRCS:${DIRSRC}%.cpp=${DIRLIB}%.o)  CXXEXEOBJS=$(CXXEXESRCS:${DIRSRC}%.cpp=${DIRLIB}%.o)
142  CXXEXELIBS:=TrackerLevel2  CXXEXELIBS:=TrackerLevel2
143    
144  OTHERLIBS=${PAM_LIB}/libGLTables.so ${DIRLIB}/libRunInfo.so  OTHERLIBS=${PAM_LIB}/libGLTables.so ${PAM_LIB}/libRunInfo.so
145  SUBDIR=../RunInfo  SUBDIR=../RunInfo
146  SUBINC=$(shell for dir in `echo ${SUBDIR}`; do echo -I$${dir}/inc; done)  SUBINC=$(shell for dir in `echo ${SUBDIR}`; do echo -I$${dir}/inc; done)
147    

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.31

  ViewVC Help
Powered by ViewVC 1.1.23