help-make
[Top][All Lists]
Advanced

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

Re: Confused by old-style SUFFIX and/or implicit rules


From: Paul D. Smith
Subject: Re: Confused by old-style SUFFIX and/or implicit rules
Date: Wed, 17 Apr 2002 21:45:46 -0400

%% Trevor Jenkins <address@hidden> writes:

  tj> My problem comes that if I specify the required commands in the
  tj> SUFFIX or implicit rules then the actual commands have no need of
  tj> a command.

So?  Sounds great! :)

  tj> For example, I want

  tj> html: ${SGMLDOC}
  tj>   # what goes here?

  tj> pdf: ${XMLDOC}
  tj>   # and what goes here?

Maybe _nothing_ goes in either place.  If there is no operation needed
to create a file named "html" or "pdf", then there is no need to write a
script.  Not every target _has_ to have a script.

-- 
-------------------------------------------------------------------------------
 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]