https://github.com/charguer/ocaml
Raw File
Tip revision: 20982e96df24f10f9d3e645794b25266670dff07 authored by Jacques Garrigue on 13 October 2011, 08:50:42 UTC
Rename the branch to reuse the name
Tip revision: 20982e9
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