Related articles |
---|
nmake grammar/implementation abbottk@earthlink.net (Kirk Abbott) (1997-07-29) |
From: | Kirk Abbott <abbottk@earthlink.net> |
Newsgroups: | comp.compilers |
Date: | 29 Jul 1997 13:56:07 -0400 |
Organization: | EarthLink Network, Inc. |
Keywords: | tools, question |
I am looking for a grammar for nmake.
At least one tool that I use generates a nmake makefile.
To move the code to a unix box without having to
regenerate the makefiles manually, I would like to
1) translate them to unix make (gmake) format, by using
the nmake grammar.
or 2) hack the nmake src under unix so that it
recognizes unix style filenames etc.
The only documentation that I have seen on nmake
is a chapter in abook on 'reusable unix software'.
Otherwise nada.
Any suggestions ?
Cheers,
Kirk.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.