/[PAMELA software]/PamCut/makefile
ViewVC logotype

Diff of /PamCut/makefile

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

revision 1.8 by pam-fi, Tue Mar 23 10:21:25 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 #-DNO_CALOPRESAMPLER  EXCLUSIONFLAGS = -DNO_CALONUCLEI -DNO_TRKNUCLEI -DNO_TOFNUCLEI #-DNO_CALOPRESAMPLER
55    

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

  ViewVC Help
Powered by ViewVC 1.1.23