Fork me on GitHub

Changeset 9 in svn for trunk/genMakefile.tcl


Ignore:
Timestamp:
Nov 5, 2008, 7:10:54 PM (16 years ago)
Author:
Xavier Rouby
Message:

first commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/genMakefile.tcl

    r2 r9  
    126126  global prefix suffix objSuf exeSuf
    127127   
    128   set executable [glob -nocomplain {Delphes.cpp} ]
     128  set executable [glob -nocomplain {Delphes.cpp} {Resolutions.cpp}]
    129129                               
    130130  set exeFiles {}
     
    232232executableDeps {*.cpp}
    233233
    234 dictDeps {DICT} {Utilities/ExRootAnalysis/src/*LinkDef.h}
     234dictDeps {DICT} {Utilities/ExRootAnalysis/src/*LinkDef.h} {src/*LinkDef.h}
    235235
    236236sourceDeps {SOURCE} {src/*.cc} {Utilities/ExRootAnalysis/src/*.cc} {Utilities/Hector/src/*.cc} {Utilities/CDFCones/src/*cc}
Note: See TracChangeset for help on using the changeset viewer.