%% "Brian J. Murrell" <[EMAIL PROTECTED]> writes:

  >> I do not see any mention of ".sync-foo-test" or ".sync-bar-test" in the
  >> makefile you've provided.

  bjm> Specifically, with "test" no it does not.  I guess the fact that
  bjm> it's there implicitly via the % macro does not count.

Exactly; that's the entire definition of intermediate files: if the
target is mentioned _explicitly_ somewhere in the makefile (as a target
or prerequisite) then it can't be intermediate.

If make infers a target and it is not mentioned explicitly anywhere else
in the makefile, then it's considered an intermediate file.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "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

Reply via email to