help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

any tool(or gmake option) to rewrite GNUMakefiles into plain-make Makefi


From: Yakov Lerner
Subject: any tool(or gmake option) to rewrite GNUMakefiles into plain-make Makefile ?
Date: Wed, 20 Aug 2003 15:05:17 +0300
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0

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 ?

--
Jacob Lerner





reply via email to

[Prev in Thread] Current Thread [Next in Thread]