• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/

Lines Matching refs:to

22 # As a special exception to the GNU General Public License, if you
38 Run PROGRAMS ARGS to compile a file, generating dependencies
45 DEPDIR directory where to store dependencies.
46 depfile Dependency file to output.
47 tmpdepfile Temporary file to use when outputing dependencies.
50 Report bugs to <bug-automake@gnu.org>.
74 # to make depend.m4 easier to write. Note that we *cannot* use a case
91 # Just convert the backslash-escaped backslashes to single forward
92 # slashes to satisfy depend.m4
126 ## There are various ways to get dependency output from gcc. Here's
128 ## - Don't want to use -MD because we'd like the dependencies to end
129 ## up in a subdir. Having to rename by hand is ugly.
130 ## (We might end up doing this anyway to support other compilers.)
153 ## is deleted, the dependency causes make to die (because there is
154 ## typically no way to rebuild the header). We avoid this by adding
160 ## that the space means something, we add a space to the output as
169 # This case exists only to let depend.m4 do its work. It works by
192 # Clip off the initial element (the dependent). Don't try to be
196 # the IRIX cc adds comments like `#:fec' to the end of the
212 # store a dummy comment line, to avoid errors with the Makefile
253 # Do two passes, one to just change these to
254 # `$object: dependent.h' and one to simply `dependent.h:'.
260 # store a dummy comment line, to avoid errors with the Makefile
295 # Do two passes, one to just change these to
296 # `$object: dependent.h' and one to simply `dependent.h:'.
308 # to use with these is +Maked; it writes dependencies to a file named
309 # 'foo.d', which lands next to the object file, wherever that
310 # happens to be.
311 # Much of this is similar to the tru64 case; see comments there.
351 # The Tru64 compiler uses -MD to generate dependencies as a side
353 # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
361 # With Tru64 cc, shared objects can also be used to make a
362 # static library. This mechanism is used in libtool 1.4 series to
369 # in $dir$base.o.d. We have to check for both files, because
409 # This comment above is used by automake to tell side-effect
413 # Important note: in order to support this mode, a compiler *must*
414 # always write the preprocessed file to stdout, regardless of -o.
417 # Remove the call to Libtool.
446 # in the target name. This is to cope with DOS-style filenames:
461 # This case only exists to satisfy depend.m4. It is never actually
516 # Important note: in order to support this mode, a compiler *must*
517 # always write the preprocessed file to stdout.
520 # Remove the call to Libtool.
559 # Important note: in order to support this mode, a compiler *must*
560 # always write the preprocessed file to stdout.
563 # Remove the call to Libtool.
604 # This case exists only to let depend.m4 do its work. It works by