Fork me on GitHub

Changeset bd0a1aa in git for doc/genMakefile.tcl


Ignore:
Timestamp:
Jun 13, 2016, 1:42:30 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
29d662e
Parents:
4a0d9d5 (diff), 83e60eb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into dev_01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    r4a0d9d5 rbd0a1aa  
    7272    dependencies $fileName "$dictName$srcSuf:$suffix$fileName"
    7373
     74    puts -nonewline $dictName$pcmSuf:$suffix
     75    puts -nonewline $dictName$srcSuf
     76    puts {}
     77
    7478    puts -nonewline [file tail $dictName$pcmSuf]:$suffix
    75     puts -nonewline $dictName$pcmSuf$suffix
    76     puts -nonewline $dictName$srcSuf
     79    puts -nonewline $dictName$pcmSuf
    7780    puts {}
    7881  }
     
    416419        @rm $@.arch $@.base
    417420
    418 %Dict$(PcmSuf):
     421$(DELPHES_DICT_PCM): %Dict$(PcmSuf):
     422        @echo ">> Copying $@"
     423        @cp $< $@
     424
     425$(FASTJET_DICT_PCM): %Dict$(PcmSuf):
     426        @echo ">> Copying $@"
     427        @cp $< $@
     428
     429$(DISPLAY_DICT_PCM): %Dict$(PcmSuf):
    419430        @echo ">> Copying $@"
    420431        @cp $< $@
Note: See TracChangeset for help on using the changeset viewer.