Skip to content

Commit

Permalink
ajout $id, changement de technologie
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2631 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
Damien Doligez committed Nov 29, 1999
1 parent 942a48a commit 286b2a7
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions tools/MakeDepend
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# MakeDepend

# $Id$


# Usage: MakeDepend file�

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

set echo 0
set exit 0

set tmp MakeDepend.tempfile

createmake -fat -depends {tmp} {"parameters"} �dev:null
open -t {tmp}.make
clear �(�:\{tmp}\):/�n�n/:� {tmp}.make
close -y {tmp}.make
streamedit -e '1,$ replace /"{ObjDir�"???"}"/ ""' �
-e '1,$ replace /"{�MondoBuild�}"/ ""' �
-e '/��t/ delete' �
{tmp}.make
delete -i {tmp}.make
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

0 comments on commit 286b2a7

Please sign in to comment.