https://github.com/charguer/ocaml
Raw File
Tip revision: 63ff7557b96d860b114ad3ad320144ad63c480ed authored by No author on 13 July 2004, 08:21:55 UTC
This commit was manufactured by cvs2svn to create tag 'ocaml3080'.
Tip revision: 63ff755
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