X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d12267992aceee77113c7cef4251b30ee1c9ea19..cb4ea4fd7124e6ef595576f6382e32440e8613f5:/src/smpi/smpiff.in diff --git a/src/smpi/smpiff.in b/src/smpi/smpiff.in index ab01b6d37a..13955ebf05 100644 --- a/src/smpi/smpiff.in +++ b/src/smpi/smpiff.in @@ -1,5 +1,11 @@ #! /bin/sh +# Copyright (c) 2010-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + prefix="@exec_prefix@" smpicc="$prefix/bin/smpicc" smpif2c="$prefix/bin/smpif2c" @@ -33,7 +39,7 @@ list_add_not_empty ARGS "${LINKARGS}" build () { local SRCFILE - SCFILE="$1" + SRCFILE="$1" TMPFILE=$(mymktemp "${SRCFILE}" ".f") CFILE="${TMPFILE%.f}.c"