https://github.com/charguer/ocaml
Raw File
Tip revision: 0dcd03cea42045c1ab1715b3696c35e76165d305 authored by No author on 22 July 2003, 07:51:44 UTC
This commit was manufactured by cvs2svn to create tag
Tip revision: 0dcd03c
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