Is there any option of gmake, or any automatic tool
that can do the following:
- given the GNUMakefile on input, produce equivalent
plain-make makefile ? That is, to rewrite the gnu makefile
into plain-vanilla makefile (expanding %-ss, rewriting
inlining includes and ifs, inlining all $() functions etc etc)

This is similar to '-n' option, but the output would be
in the plainMakefile format, (including dependencies).

Such a tool would allow us to use Sun's dmake
(Sun's distribute make) with out gnu makefiles.

Any clue ? Thanks.

--
Jacob Lerner



_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to