Lines Matching refs:file
147 file="$1"
150 case "$file" in
164 file=${path#$include_dir}
165 file=${file##/}
166 if ignore "$file" $IGNORE; then
167 output "SKIP $file" :
177 " "$file" > "$temp_cc" &&
178 output "CC $file" compile_cc
180 pass_cc="$pass_cc $file"
184 if ignore "$file" $IGNORE_CXX; then
185 output "SKIP CXX $file" :
194 " "$file" > "$temp_cxx" &&
195 output "CXX $file" compile_cxx
197 pass_cxx="$pass_cxx $file"
208 for file in $pass_cc; do
211 " "$file" >> $temp_cc
229 for file in $pass_cxx; do
232 " "$file" >> $temp_cxx