/[PAMELA software]/tof/flight/ToFReprocessing/Makefile
ViewVC logotype

Diff of /tof/flight/ToFReprocessing/Makefile

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

revision 1.1 by mocchiut, Fri Nov 28 14:58:50 2008 UTC revision 1.3 by mocchiut, Mon Nov 23 09:38:04 2009 UTC
# Line 2  SHELL = /bin/sh Line 2  SHELL = /bin/sh
2  # decide on compiler and flags depending on host  # decide on compiler and flags depending on host
3  CC = g++  CC = g++
4  CFLAGS=-fPIC -pthread  CFLAGS=-fPIC -pthread
 ALL_CFLAGS = -Wall -g $(CFLAGS)  
5    
6  CROOT= root -l -b -q  CROOT= root -l -b -q
7    #ALL_CFLAGS = -Wall -g $(CFLAGS) $(PAM_BIT)
8    ALL_CFLAGS = -Wall -O2 $(CFLAGS) $(PAM_BIT)
9    
10    
11  LIBS = $(PAM_LIB)/libyoda.so $(PAM_LIB)/libDarthVader.so $(PAM_LIB)/libPamLevel2.so `root-config --cflags --glibs`    LIBS = $(PAM_LIB)/libyoda.so $(PAM_LIB)/libDarthVader.so $(PAM_LIB)/libPamLevel2.so `root-config --cflags --glibs`  

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

  ViewVC Help
Powered by ViewVC 1.1.23