According to http://www2.research.att.com/~astopen/mam/mam.html you want to
invoke nmake with
        -F                      # to force everything
        -Mstatic                # to generate a static representation
        -N                      # to tell nmake not to actually build anything
and then an optional target. I just tried it on a trivial (1 line) Makefile
and it seems to work.
_______________________________________________
ast-users mailing list
ast-users@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to