Lines Matching refs:file
23 # distribute this file as part of a program that contains a
27 # This file is maintained in Automake, please report
41 # Convert a $build file to $host form and store it in $file
47 file=$1
48 case $file in
49 / | /[!/]*) # absolute file, and not a UNC file
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
87 lib_path=$file
89 lib_path="$lib_path;$file"
91 linker_opts="$linker_opts -LIBPATH:$file"
143 set x "$@" -Fo"$file"
148 set x "$@" -Fe"$file"
156 set x "$@" -I"$file"
161 set x "$@" -I"$file"
204 set x "$@" -Tp"$file"
209 set x "$@" "$file"
243 right script to run: please start by reading the file 'INSTALL'.
299 # '.c' file was seen then we are probably linking. That is also
304 # Name of file we expect compiler to create.
309 # that we are using for the .o file. Also, base the name on the expected
310 # object file name, since that is what matters with a parallel build.
337 # eval: (add-hook 'write-file-hooks 'time-stamp)