Skip to content
  • Allison Karlitskaya's avatar
    valac: Output make-style dependency file · c1066ed5
    Allison Karlitskaya authored and Jürg Billeter's avatar Jürg Billeter committed
    Add a --deps= option to the compiler to write out a make-style
    dependency file.  The name of the target used is the name of the
    dependency file itself.
    
    This lets the dependency file serve as a stamp for the C file (which may
    or may not be touched depending if it was changed).  The dependency
    output is always touched.
    c1066ed5