• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:to

20 # along with this program; if not, write to the Free Software
24 # As a special exception to the GNU General Public License, if you
40 Run PROGRAMS ARGS to compile a file, generating dependencies
47 DEPDIR directory where to store dependencies.
48 depfile Dependency file to output.
49 tmpdepfile Temporary file to use when outputing dependencies.
52 Report bugs to <bug-automake@gnu.org>.
76 # to make depend.m4 easier to write. Note that we *cannot* use a case
119 ## There are various ways to get dependency output from gcc. Here's
121 ## - Don't want to use -MD because we'd like the dependencies to end
122 ## up in a subdir. Having to rename by hand is ugly.
123 ## (We might end up doing this anyway to support other compilers.)
146 ## is deleted, the dependency causes make to die (because there is
147 ## typically no way to rebuild the header). We avoid this by adding
153 ## that the space means something, we add a space to the output as
162 # This case exists only to let depend.m4 do its work. It works by
185 # Clip off the initial element (the dependent). Don't try to be
189 # the IRIX cc adds comments like `#:fec' to the end of the
205 # store a dummy comment line, to avoid errors with the Makefile
246 # Do two passes, one to just change these to
247 # `$object: dependent.h' and one to simply `dependent.h:'.
253 # store a dummy comment line, to avoid errors with the Makefile
288 # Do two passes, one to just change these to
289 # `$object: dependent.h' and one to simply `dependent.h:'.
301 # to use with these is +Maked; it writes dependencies to a file named
302 # 'foo.d', which lands next to the object file, wherever that
303 # happens to be.
304 # Much of this is similar to the tru64 case; see comments there.
339 # The Tru64 compiler uses -MD to generate dependencies as a side
341 # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
349 # With Tru64 cc, shared objects can also be used to make a
350 # static library. This mechanism is used in libtool 1.4 series to
357 # in $dir$base.o.d. We have to check for both files, because
397 # This comment above is used by automake to tell side-effect
401 # Important note: in order to support this mode, a compiler *must*
402 # always write the preprocessed file to stdout, regardless of -o.
405 # Remove the call to Libtool.
434 # in the target name. This is to cope with DOS-style filenames:
449 # This case only exists to satisfy depend.m4. It is never actually
497 # Important note: in order to support this mode, a compiler *must*
498 # always write the preprocessed file to stdout.
501 # Remove the call to Libtool.
540 # Important note: in order to support this mode, a compiler *must*
541 # always write the preprocessed file to stdout, regardless of -o,