vote up 0 vote down star

I'm using a (somewhat outdated) Microsoft version of nmake, which is usually packaged with visual studio 6.0. (If there's a relevant answer for newer nmake - do let me know, I might consider upgrading).

I wish to alter existing makefile, so that it would not include the dependency list if it is ran with the nmake dpndfull goal, which should build the dependency list.

With GNU make I would test if dpndfull is in MAKECMDGOALS, and if it does I wouldn't include the (maybe nonexisting) dependency list.

Any ideas how to find current make goal with nmake?

flag

Please clarify whether you are using Lucent nmake or Microsoft NMAKE. The page you linked to describes Lucent nmake, but you have tagged this question with "visualstudio", which implies Microsoft NMAKE. – Eric Melski May 6 at 6:29
My bad, I didn't notice the link was about Lucent's nmake. I was talking about Microsoft's. Fixed now. – Elazar Leibovich May 6 at 12:20

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.