Changeset bd0a1aa in git for doc/genMakefile.tcl
- Timestamp:
- Jun 13, 2016, 1:42:30 PM (8 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/genMakefile.tcl
r4a0d9d5 rbd0a1aa 72 72 dependencies $fileName "$dictName$srcSuf:$suffix$fileName" 73 73 74 puts -nonewline $dictName$pcmSuf:$suffix 75 puts -nonewline $dictName$srcSuf 76 puts {} 77 74 78 puts -nonewline [file tail $dictName$pcmSuf]:$suffix 75 puts -nonewline $dictName$pcmSuf$suffix 76 puts -nonewline $dictName$srcSuf 79 puts -nonewline $dictName$pcmSuf 77 80 puts {} 78 81 } … … 416 419 @rm $@.arch $@.base 417 420 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): 419 430 @echo ">> Copying $@" 420 431 @cp $< $@
Note:
See TracChangeset
for help on using the changeset viewer.