You copied the Doc URL to your clipboard.
--depend_format=string
Specifies the format of output dependency files, for compatibility with some UNIX make programs.
Syntax
--depend_format=
string
Where
is one of:string
unix
-
generates dependency file entries using UNIX-style path separators.
unix_escaped
-
is the same as
unix
, but escapes spaces with\
. unix_quoted
-
is the same as
unix
, but surrounds path names with double quotes.