--- calo/flight/CaloElectron/Makefile	2009/08/04 13:59:11	1.2
+++ calo/flight/CaloElectron/Makefile	2018/09/06 15:00:26	1.4
@@ -1,6 +1,6 @@
 # Calorimeter flight analysis software 
 # SOFTWARE VERSION
-VER= v2r00
+VER= v2r01
 # An almost general purpouse Makefile for PAMELA repository
 # Let's start with some usefull definition for colorize the echo 
 RED='\E[1;31;40m'
@@ -24,7 +24,7 @@
 # C
 CC=gcc
 #CFLAGS=-Wall -O -fPIC -pthread -g
-CFLAGS=-Wall -O -fPIC -pthread
+CFLAGS=-Wall -O -fPIC -pthread ${PAM_BIT} 
 # Enviroment:
 GCCVER=`gcc --version | head -1`
 UNAMEA=`uname -a`
@@ -49,7 +49,7 @@
 # C++
 CXX=g++
 #CXXFLAGS=-Wall -O -fPIC -pthread -g
-CXXFLAGS=-Wall -O -fPIC -pthread
+CXXFLAGS=-Wall -O -fPIC -pthread ${PAM_BIT}
 # ROOTCINT
 ROOTCINT=rootcint
 # Here the variables definig the local directories