/[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.4 by mocchiut, Thu Apr 12 12:04:19 2012 UTC revision 1.5 by mayorov, Sat Sep 1 13:46:01 2018 UTC
# Line 5  CFLAGS=-fPIC -pthread Line 5  CFLAGS=-fPIC -pthread
5    
6  CROOT= root -l -b -q  CROOT= root -l -b -q
7  #ALL_CFLAGS = -Wall -g $(CFLAGS) $(PAM_BIT)  #ALL_CFLAGS = -Wall -g $(CFLAGS) $(PAM_BIT)
8  ALL_CFLAGS = -Wall -O2 $(CFLAGS) $(PAM_BIT)  ALL_CFLAGS = -Wall -O2 $(CFLAGS) $(PAM_BIT) -lgfortran
9    
10    
11  LIBS = $(PAM_LIB)/libyoda.so $(PAM_LIB)/libDarthVader.so $(PAM_LIB)/libPamLevel2.so `root-config --cflags --glibs`    LIBS =  `root-config --cflags --glibs`  $(PAM_LIB)/libyoda.so $(PAM_LIB)/libDarthVader.so $(PAM_LIB)/libPamLevel2.so $(PAM_LIB)/libToFLevel2.so $(PAM_LIB)/libTrkLevel2.so $(PAM_LIB)/libGLTables.so
12  INCS =-I `root-config --incdir`  -I$(PAM_INC) -I$(PAM_INC)/yoda/ -I./  INCS =-I `root-config --incdir`  -I$(PAM_INC) -I$(PAM_INC)/yoda/ -I./
13  EXE = ToFreproc.exe  EXE = ToFreproc.exe
14  # pattern rule to compile object files from C files  # pattern rule to compile object files from C files

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23