https://github.com/charguer/ocaml
Raw File
Tip revision: b70027acb45ab2f5a5126c6594672cfdc6a77b7e authored by Alain Frisch on 22 April 2010, 15:52:06 UTC
More liberal syntax for annotations: let (f : ...) x1 x2 = ....
Tip revision: b70027a
MakeDepend
# MakeDepend

# $Id$


# Usage: MakeDepend fileΙ

# Generate the Make dependency rules for a set of C files.
# The rules are printed on standard output.

set echo 0
set exit 0

for i in {"parameters"}
  mrc -c -w off -make dev:stdout "{i}" ³ dev:null ¶
  | streamedit -e '/¶"(Ε)¨0.c.o¶"/ replace // "¶""¨0".c.o¶" ¶""¨0".c.x¶""'
end
back to top