~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/makefile

  • Committer: Johan Alwall
  • Date: 2011-07-10 22:43:49 UTC
  • mto: This revision was merged to the branch mainline in revision 156.
  • Revision ID: johan@alwall.net-20110710224349-u16q031bne9pll98
Changed name of the libdhelas3 library to libdhelas, to allow for DECAY in gridpacks with UFO models

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
FILES = Cards HTML SubProcesses bin lib Source Events index.html README \
2
 
        TemplateVersion.txt MGMEVersion.txt
 
2
        README.lhapdf TemplateVersion.txt MGMEVersion.txt
3
3
 
4
4
madevent.tar.gz: madevent.tar
5
5
        rm -f madevent.tar.gz
19
19
        mkdir madevent
20
20
        cp bin/run.sh ./
21
21
        mv -f $(FILES) madevent
22
 
        tar -cf gridpack.tar madevent run.sh
 
22
        tar -cf gridpack.tar madevent run.sh README.gridpack
23
23
        mv -f madevent/* ./ 
24
24
        rmdir madevent
25
25
        rm run.sh