Fork me on GitHub

Changes in / [0a6c72b:83e60eb] in git


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r0a6c72b r83e60eb  
    21082108        @rm $@.arch $@.base
    21092109
    2110 %Dict$(PcmSuf):
     2110$(DELPHES_DICT_PCM): %Dict$(PcmSuf):
     2111        @echo ">> Copying $@"
     2112        @cp $< $@
     2113
     2114$(FASTJET_DICT_PCM): %Dict$(PcmSuf):
     2115        @echo ">> Copying $@"
     2116        @cp $< $@
     2117
     2118$(DISPLAY_DICT_PCM): %Dict$(PcmSuf):
    21112119        @echo ">> Copying $@"
    21122120        @cp $< $@
  • doc/genMakefile.tcl

    r0a6c72b r83e60eb  
    419419        @rm $@.arch $@.base
    420420
    421 %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):
    422430        @echo ">> Copying $@"
    423431        @cp $< $@
Note: See TracChangeset for help on using the changeset viewer.