--- DarthVader/TrackerLevel2/Makefile 2006/11/10 11:38:43 1.13 +++ DarthVader/TrackerLevel2/Makefile 2006/11/21 14:19:44 1.15 @@ -1,6 +1,6 @@ # Tracker flight analysis software # SOFTWARE VERSION -VER= v2r00 +VER= v2r01 DEBUG=0 # An almost general purpouse Makefile for PAMELA repository # Let's start with some usefull definition for colorize the echo @@ -33,7 +33,7 @@ # F77 F77=g77 #F77FLAGS= -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -g -extend_source -static -fno-backslash -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 -fPIC # C++ CXX=g++ #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=${DEBUG}'