• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/

Lines Matching refs:to

19 # along with this program; if not, write to the Free Software
23 # As a special exception to the GNU General Public License, if you
39 Run PROGRAMS ARGS to compile a file, generating dependencies
46 DEPDIR directory where to store dependencies.
47 depfile Dependency file to output.
48 tmpdepfile Temporary file to use when outputing dependencies.
51 Report bugs to <bug-automake@gnu.org>.
75 # to make depend.m4 easier to write. Note that we *cannot* use a case
105 ## There are various ways to get dependency output from gcc. Here's
107 ## - Don't want to use -MD because we'd like the dependencies to end
108 ## up in a subdir. Having to rename by hand is ugly.
109 ## (We might end up doing this anyway to support other compilers.)
132 ## is deleted, the dependency causes make to die (because there is
133 ## typically no way to rebuild the header). We avoid this by adding
139 ## that the space means something, we add a space to the output as
148 # This case exists only to let depend.m4 do its work. It works by
171 # Clip off the initial element (the dependent). Don't try to be
175 # the IRIX cc adds comments like `#:fec' to the end of the
191 # store a dummy comment line, to avoid errors with the Makefile
228 # Do two passes, one to just change these to
229 # `$object: dependent.h' and one to simply `dependent.h:'.
234 # store a dummy comment line, to avoid errors with the Makefile
269 # Do two passes, one to just change these to
270 # `$object: dependent.h' and one to simply `dependent.h:'.
280 # The Tru64 compiler uses -MD to generate dependencies as a side
282 # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
290 # With Tru64 cc, shared objects can also be used to make a
291 # static library. This mecanism is used in libtool 1.4 series to
298 # in $dir$base.o.d. We have to check for both files, because
338 # This comment above is used by automake to tell side-effect
342 # Important note: in order to support this mode, a compiler *must*
343 # always write the preprocessed file to stdout, regardless of -o.
346 # Remove the call to Libtool.
375 # in the target name. This is to cope with DOS-style filenames:
390 # This case only exists to satisfy depend.m4. It is never actually
438 # Important note: in order to support this mode, a compiler *must*
439 # always write the preprocessed file to stdout.
442 # Remove the call to Libtool.
481 # Important note: in order to support this mode, a compiler *must*
482 # always write the preprocessed file to stdout, regardless of -o,