Lines Matching refs:file
11 # This software is licensed as described in the file COPYING, which
17 # furnished to do so, under the terms of the COPYING file.
35 my %file;
90 $file{$sym} = $source;
135 if(!$file{$s}) {
147 if(!$file{$s}) {
158 for my $s (sort keys %file) {
160 printf "Not set by configure: %s (%s)\n", $s, $file{$s};
164 printf "Not set by CMakeLists.txt: %s (%s)\n", $s, $file{$s};
183 if(!$file{$s}) {