[Omake] Getting information *out* of subdirs?

Chris King colanderman at gmail.com
Sun Sep 9 17:35:40 PDT 2007


Hi,

I have two directories, st and mt, in which are built two different
implementations of the same library (one for single-threaded apps, one
for multi-threaded ones).  In the parent of these directories, I want
to grab the list of generated files returned by each subdirectory's
call to OCamlLibrary, for use with ocamlfind.

Is there any way to do this short of moving the OCamlLibrary calls to
the parent directory, e.g. an "export" that works across the directory
hierarchy?

Thanks,
Chris


More information about the Omake mailing list