Browse thread
[Caml-list] Building large and portable projects
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2003-11-21 (06:45) |
From: | David Brown <caml-list@d...> |
Subject: | Re: [Caml-list] Building large and portable projects |
On Fri, Nov 21, 2003 at 02:48:17PM +0900, Nicolas Cannasse wrote: > The first problem I see is that right now ocamldep is only giving you the > dependencies between files that are listed in the ocamldep command. That > means that you already need to know all the files before generating the > dependencies between them. Start with the module you know. As long as the path is right, ocamldep will give you the dependencies for the files it referrs to (they don't have to be named, as long as their source is in the path). You can keep doing this to get a full name. Ocamake seems to be able to do it. Dave ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners