/[PAMELA software]/PamCut/makefile
ViewVC logotype

Diff of /PamCut/makefile

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

revision 1.3 by pam-fi, Mon Jun 15 14:43:30 2009 UTC revision 1.4 by pam-fi, Fri Aug 14 10:29:33 2009 UTC
# Line 28  C++ = g++ Line 28  C++ = g++
28  # to the compiler options for the main analysis program.  # to the compiler options for the main analysis program.
29  OPTIMIZE = -g3 #-DDEBUGPAMCUT  OPTIMIZE = -g3 #-DDEBUGPAMCUT
30    
31    
32  # Library flags  # Library flags
33  # Pamela software is modular, so some libraries may not be available in some istallations.  # Pamela software is modular, so some libraries may not be available in some istallations.
34  # To avoid linking problems, here you can define flags to exclude those parts of the  # To avoid linking problems, here you can define flags to exclude those parts of the
35  # PamCut software which make use of unavailable libraries. Remember to place  # PamCut software which make use of unavailable libraries. Remember to place
36  # the code to be excluded between proper preprocessor directives. See the documentation or the cut  # the code to be excluded between proper preprocessor directives. See the documentation or the cut
37  # TofNucleiZCut for an example.  # TofNucleiZCut for an example.
38  EXCLUSIONFLAGS = #-DNO_TOFNUCLEI -DNO_CALONUCLEI -DNO_TRKNUCLEI  EXCLUSIONFLAGS = -DNO_TOFNUCLEI -DNO_CALONUCLEI -DNO_TRKNUCLEI
39    
40    
41    
# Line 62  endif Line 63  endif
63  endif  endif
64    
65  # All Target  # All Target
66  all: libPamCut.so version  all: libPamCut.so
67            @echo
68            @echo "**** Compiler version and compilation host ****"
69            @$(C++) --version | grep GCC
70            @hostname
71            @echo
72            
73  # Tool invocations  # Tool invocations
74  libPamCut.so: $(OBJS) $(USER_OBJS)  libPamCut.so: $(OBJS) $(USER_OBJS)
75          @echo 'Building target: $@'          @echo 'Building target: $@'
# Line 96  install: Line 102  install:
102          fi          fi
103          @echo PamCut installed.          @echo PamCut installed.
104    
105  version:  .PHONY: all clean distclean install
         @echo  
         @echo "**** Compiler version and compilation host ****"  
         @$(C++) --version | grep GCC  
         @hostname  
         @echo  
   
 .PHONY: all clean distclean install dependents version  
106    

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

  ViewVC Help
Powered by ViewVC 1.1.23