%% gk <[EMAIL PROTECTED]> writes: g> Is there a naming convention for different kinds of makefiles, g> aside from *.d for dependency makefiles and occasionally *.mk?
Even .d is not really a convention; automake uses something quite different. The only thing remotely approaching a convention is the .mk extension, but even that is not universal. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
