SecDec/general/perlsrc/makemake.pm [ Perl Modules ]

[ Top ] [ Perl Modules ]

NAME

    makemake.pm

USAGE

  is called from preparenumerics.pl via writefiles::makemake

USES

  arguements parsed from preparenumerics.pl

  USED BY 
  preparenumerics.pl, writefiles.pm

PURPOSE

  writes the makefiles *make*file in the appropriate subdirectory

INPUTS

  arguments:
  filename: name of makefile to write
  integpath:path for numerical integrator
  compiler:which compiler is to be used
  point:name of numerical point being calculated
  kk:which make file is to be written, specifies *make${kk}file
  lowii: first function in the *sf*.f file to be integrated
  highii: last function in the *sf*.f file to be integrated
  variables: 
  $funlisto: is the list of functions to be made
  $lineflag: flag to decide whether a newline is needed in $funlisto
  $nfun: number of functions summed in *sf*.f
    
  RESULT
  new functions *make*file in the appropriate subdirectory

SEE ALSO

  preparenumerics.pl, writefiles.pm