Lines Matching refs:file
22 # distribute this file as part of a program that contains a
37 Run PROGRAMS ARGS to compile a file, generating dependencies
42 source Source file read by 'PROGRAMS ARGS'.
43 object Object file output by 'PROGRAMS ARGS'.
45 depfile Dependency file to output.
46 tmpdepfile Temporary file to use when outputting dependencies.
77 # If no dependency file was actually created by the compiler invocation,
89 # If the compiler actually managed to produce a dependency file,
137 # here, because this file can only contain one case statement.
225 # The second -e expression handles DOS-style file names with drive
229 ## This next piece of magic avoids the "deleted header file" problem.
230 ## The problem is that when a header file which appears in a .P file
233 ## dummy dependencies for each header file. Too bad gcc doesn't do
279 # The second pass generates a dummy entry for each header file.
298 # in a .u file. In older versions, this file always lives in the
329 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
361 ## listed in this file. A plain '-MD' option would be understood by many
365 # Will always output deps to 'file.d' where file is the root name of the
366 # source file under compilation, even if file resides in a subdirectory.
367 # The object file name does not affect the name of the '.d' file.
380 # For projects that build the same source file twice into different object
381 # files, the pgcc approach of using the *source* file root name can cause
438 # to use with these is +Maked; it writes dependencies to a file named
439 # 'foo.d', which lands next to the object file, wherever that
528 grep -v '^Note: including file: ' "$tmpdepfile"
535 # The first sed program below extracts the file names and escapes
536 # backslashes for cygpath. The second sed program outputs the file
541 /^Note: including file: *\(.*\)/ {
572 # always write the preprocessed file to stdout, regardless of -o.
651 # the object too, otherwise makedepend will parse it as a source file.
664 # makedepend may prepend the VPATH from the source file name to the object.
678 # always write the preprocessed file to stdout.
721 # always write the preprocessed file to stdout.
786 # eval: (add-hook 'write-file-hooks 'time-stamp)