/[PAMELA software]/PamCut/makefile
ViewVC logotype

Diff of /PamCut/makefile

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

revision 1.7 by pam-fi, Mon Feb 8 11:51:29 2010 UTC revision 1.9 by pam-fi, Wed Mar 24 08:11:25 2010 UTC
# Line 43  LINKERFLAGS = Line 43  LINKERFLAGS =
43  # Since PamCut headers may refer to the optional libraries, it's important to define the same  # Since PamCut headers may refer to the optional libraries, it's important to define the same
44  # flags when compiling the analysis code. Otherwise, analysis code will include PamCut headers which,  # flags when compiling the analysis code. Otherwise, analysis code will include PamCut headers which,
45  # if no exclusion flag is set, will try to include optional software headers.  # if no exclusion flag is set, will try to include optional software headers.
46  # Conversely, if you use optional libraries remember to tell it to the linker.  # Conversely, if you use optional libraries remember to tell it to the linker.
47    #
48    # Excluded cuts and actions:
49    # DNO_CALONUCLEI: CaloNucleiZCut
50    # NO_TRKNUCLEI: TrkNucleiZCut
51    # NO_TOFNUCLEI: TofNucleiZCut
52    # NO_CALOPRESAMPLER: ReprocessCaloAction
53    
54  EXCLUSIONFLAGS = -DNO_CALONUCLEI -DNO_TRKNUCLEI -DNO_TOFNUCLEI  EXCLUSIONFLAGS = -DNO_CALONUCLEI -DNO_TRKNUCLEI -DNO_TOFNUCLEI #-DNO_CALOPRESAMPLER
55    
56  # Put below the files on which every .cpp  must depend on, ie., those files that,  # Put below the files on which every .cpp  must depend on, ie., those files that,
57  # if modified, will trigger a complete recompilation of the project.  # if modified, will trigger a complete recompilation of the project.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.23