/[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.2 by mocchiut, Fri Dec 5 11:25:24 2008 UTC revision 1.4 by mocchiut, Thu Apr 12 12:04:19 2012 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) $(PAM_BIT)  
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`  
# Line 17  EXE = ToFreproc.exe Line 18  EXE = ToFreproc.exe
18    
19  all: $(EXE)  all: $(EXE)
20    
21    install:
22            cp ToFreproc ${PAM_BIN}/
23    
24  OBJS1 = ToFreproc.o  OBJS1 = ToFreproc.o
25  ToFreproc.exe: $(OBJS1) Makefile  ToFreproc.exe: $(OBJS1) Makefile
26          $(CC) $(ALL_CFLAGS) $(INCS) $(OBJS1) $(LIBS) -o ToFreproc          $(CC) $(ALL_CFLAGS) $(INCS) $(OBJS1) $(LIBS) -o ToFreproc

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

  ViewVC Help
Powered by ViewVC 1.1.23