Greg> Consider using this approach instead:
Greg>   http://make.paulandlesley.org/autodep.html

I looked into that, but it doesn't solve the problem that I have of
needing to autogenerate lists of .o files to make an includable
dependency file that looks like this:

  some-executable: some-object.o other-object.o that-object.o

>> I want to stop make from printing out this warning, but I don't want
>> to stop make from automatically generating the targetdeps.mk file.  Is
>> there a way to just silence the warning?

Greg> Prefix the 'include' directive with a hyphen.
Greg> Of course, when that prevents a warning, any dependency
Greg> file that gets generated later won't get included later,
Greg> which might be a problem.

Yes, that's a problem.  Is there any other way to silence it?



_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to