%% "Hua Tang" <[EMAIL PROTECTED]> writes:

  ht> How to utilize pattern rules if the target is in a different
  ht> directory from the source?

  ht> Say, if I want to collect all object files into ./obj/ and not
  ht> leaving any .o files in any source directories, how should I
  ht> modify the "%.o : %.c" ?

obj/%.o : %.c
            ...

-- 
-------------------------------------------------------------------------------
 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://lists.gnu.org/mailman/listinfo/help-make

Reply via email to