help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sun makefile


From: Paul D. Smith
Subject: Re: Sun makefile
Date: Mon, 21 Jan 2002 14:04:59 -0500

%% ROLAND <address@hidden> writes:

  r> Can someone tell me how to rewrite this rule so that
  r> it is compatible with GNU make??

  r> $(TPP0:%=%down) : $$(@:%down=%.obj)

As mentioned in the "Incompatibilities and Missing Features" section of
the GNU make manual that I pointed you to previously, I think you can do
this with static pattern rules:

  $(TPP0:%=%down) : %down : %.obj

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]