X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba66c0a53a3284954996b301af67e23b04513d87..5a37cda4c36f1fc25b8154daf308cbcc45a42b84:/src/smpi/smpiff.in diff --git a/src/smpi/smpiff.in b/src/smpi/smpiff.in index bcb376fa78..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" @@ -29,11 +35,11 @@ while [ $# -gt 0 ]; do ;; esac done -list_add ARGS "${LINKARGS}" +list_add_not_empty ARGS "${LINKARGS}" build () { local SRCFILE - SCFILE="$1" + SRCFILE="$1" TMPFILE=$(mymktemp "${SRCFILE}" ".f") CFILE="${TMPFILE%.f}.c"