Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: doc/Makefile.in

Issue 12388030: Update Opus to 1.0.2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « doc/Makefile.am ('k') | include/opus.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc. 6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
10 10
11 # This program is distributed in the hope that it will be useful, 11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE. 14 # PARTICULAR PURPOSE.
15 15
16 @SET_MAKE@ 16 @SET_MAKE@
17 VPATH = @srcdir@ 17 VPATH = @srcdir@
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
34 }
18 pkgdatadir = $(datadir)/@PACKAGE@ 35 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@ 36 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@ 37 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@ 38 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644 40 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c 41 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c 42 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA) 43 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name) 44 transform = $(program_transform_name)
(...skipping 17 matching lines...) Expand all
45 CONFIG_CLEAN_FILES = Doxyfile 62 CONFIG_CLEAN_FILES = Doxyfile
46 CONFIG_CLEAN_VPATH_FILES = 63 CONFIG_CLEAN_VPATH_FILES =
47 AM_V_GEN = $(am__v_GEN_@AM_V@) 64 AM_V_GEN = $(am__v_GEN_@AM_V@)
48 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 65 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
49 am__v_GEN_0 = @echo " GEN " $@; 66 am__v_GEN_0 = @echo " GEN " $@;
50 AM_V_at = $(am__v_at_@AM_V@) 67 AM_V_at = $(am__v_at_@AM_V@)
51 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 68 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
52 am__v_at_0 = @ 69 am__v_at_0 = @
53 SOURCES = 70 SOURCES =
54 DIST_SOURCES = 71 DIST_SOURCES =
72 am__can_run_installinfo = \
73 case $$AM_UPDATE_INFO_DIR in \
74 n|no|NO) false;; \
75 *) (install-info --version) >/dev/null 2>&1;; \
76 esac
55 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 77 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
56 ACLOCAL = @ACLOCAL@ 78 ACLOCAL = @ACLOCAL@
57 AMTAR = @AMTAR@ 79 AMTAR = @AMTAR@
58 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 80 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
59 AR = @AR@ 81 AR = @AR@
60 AUTOCONF = @AUTOCONF@ 82 AUTOCONF = @AUTOCONF@
61 AUTOHEADER = @AUTOHEADER@ 83 AUTOHEADER = @AUTOHEADER@
62 AUTOMAKE = @AUTOMAKE@ 84 AUTOMAKE = @AUTOMAKE@
63 AWK = @AWK@ 85 AWK = @AWK@
64 CC = @CC@ 86 CC = @CC@
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 OTOOL = @OTOOL@ 131 OTOOL = @OTOOL@
110 OTOOL64 = @OTOOL64@ 132 OTOOL64 = @OTOOL64@
111 PACKAGE = @PACKAGE@ 133 PACKAGE = @PACKAGE@
112 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 134 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
113 PACKAGE_NAME = @PACKAGE_NAME@ 135 PACKAGE_NAME = @PACKAGE_NAME@
114 PACKAGE_STRING = @PACKAGE_STRING@ 136 PACKAGE_STRING = @PACKAGE_STRING@
115 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 137 PACKAGE_TARNAME = @PACKAGE_TARNAME@
116 PACKAGE_URL = @PACKAGE_URL@ 138 PACKAGE_URL = @PACKAGE_URL@
117 PACKAGE_VERSION = @PACKAGE_VERSION@ 139 PACKAGE_VERSION = @PACKAGE_VERSION@
118 PATH_SEPARATOR = @PATH_SEPARATOR@ 140 PATH_SEPARATOR = @PATH_SEPARATOR@
141 PC_BUILD = @PC_BUILD@
142 PC_LIBM = @PC_LIBM@
119 RANLIB = @RANLIB@ 143 RANLIB = @RANLIB@
120 SED = @SED@ 144 SED = @SED@
121 SET_MAKE = @SET_MAKE@ 145 SET_MAKE = @SET_MAKE@
122 SHELL = @SHELL@ 146 SHELL = @SHELL@
123 SIZE16 = @SIZE16@ 147 SIZE16 = @SIZE16@
124 SIZE32 = @SIZE32@ 148 SIZE32 = @SIZE32@
125 STRIP = @STRIP@ 149 STRIP = @STRIP@
126 SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@ 150 SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@
127 VERSION = @VERSION@ 151 VERSION = @VERSION@
128 abs_builddir = @abs_builddir@ 152 abs_builddir = @abs_builddir@
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 410
387 411
388 @HAVE_DOXYGEN_TRUE@all-local: doxygen-build.stamp 412 @HAVE_DOXYGEN_TRUE@all-local: doxygen-build.stamp
389 413
390 @HAVE_DOXYGEN_TRUE@doxygen-build.stamp: Doxyfile $(DOCINPUTS) 414 @HAVE_DOXYGEN_TRUE@doxygen-build.stamp: Doxyfile $(DOCINPUTS)
391 @HAVE_DOXYGEN_TRUE@ doxygen 415 @HAVE_DOXYGEN_TRUE@ doxygen
392 @HAVE_DOXYGEN_TRUE@ touch $@ 416 @HAVE_DOXYGEN_TRUE@ touch $@
393 417
394 @HAVE_DOXYGEN_TRUE@install-data-local: 418 @HAVE_DOXYGEN_TRUE@install-data-local:
395 @HAVE_DOXYGEN_TRUE@ for f in `find html -type f \! -name "installdox"`; do \ 419 @HAVE_DOXYGEN_TRUE@ for f in `find html -type f \! -name "installdox"`; do \
396 @HAVE_DOXYGEN_TRUE@» » $(INSTALL_DATA) -D $$f $(DESTDIR)$(docdir)/$$f;» \ 420 @HAVE_DOXYGEN_TRUE@» » $(INSTALL) -d $(DESTDIR)$(docdir)/html/search;» \
421 @HAVE_DOXYGEN_TRUE@» » $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f;» \
397 @HAVE_DOXYGEN_TRUE@ done 422 @HAVE_DOXYGEN_TRUE@ done
398 423
399 @HAVE_DOXYGEN_TRUE@ $(INSTALL) -d $(DESTDIR)$(mandir)/man3 424 @HAVE_DOXYGEN_TRUE@ $(INSTALL) -d $(DESTDIR)$(mandir)/man3
400 @HAVE_DOXYGEN_TRUE@ cd man && find man3 -type f -name opus_*.3 \ 425 @HAVE_DOXYGEN_TRUE@ cd man && find man3 -type f -name opus_*.3 \
401 @HAVE_DOXYGEN_TRUE@ -exec $(INSTALL_DATA) \{} $(DESTDIR)$(mandir)/ man3 \; 426 @HAVE_DOXYGEN_TRUE@ -exec $(INSTALL_DATA) \{} $(DESTDIR)$(mandir)/ man3 \;
402 427
403 @HAVE_DOXYGEN_TRUE@clean-local: 428 @HAVE_DOXYGEN_TRUE@clean-local:
404 @HAVE_DOXYGEN_TRUE@ $(RM) -r html 429 @HAVE_DOXYGEN_TRUE@ $(RM) -r html
405 @HAVE_DOXYGEN_TRUE@ $(RM) -r latex 430 @HAVE_DOXYGEN_TRUE@ $(RM) -r latex
406 @HAVE_DOXYGEN_TRUE@ $(RM) -r man 431 @HAVE_DOXYGEN_TRUE@ $(RM) -r man
407 @HAVE_DOXYGEN_TRUE@ $(RM) doxygen-build.stamp 432 @HAVE_DOXYGEN_TRUE@ $(RM) doxygen-build.stamp
408 433
409 @HAVE_DOXYGEN_TRUE@uninstall-local: 434 @HAVE_DOXYGEN_TRUE@uninstall-local:
410 @HAVE_DOXYGEN_TRUE@ $(RM) -r $(DESTDIR)$(docdir)/html 435 @HAVE_DOXYGEN_TRUE@ $(RM) -r $(DESTDIR)$(docdir)/html
411 @HAVE_DOXYGEN_TRUE@ $(RM) $(DESTDIR)$(mandir)/man3/opus_*.3 $(DESTDIR)$(mand ir)/man3/opus.h.3 436 @HAVE_DOXYGEN_TRUE@ $(RM) $(DESTDIR)$(mandir)/man3/opus_*.3 $(DESTDIR)$(mand ir)/man3/opus.h.3
412 437
413 # Tell versions [3.59,3.63) of GNU make to not export all variables. 438 # Tell versions [3.59,3.63) of GNU make to not export all variables.
414 # Otherwise a system limit (for SysV at least) may be exceeded. 439 # Otherwise a system limit (for SysV at least) may be exceeded.
415 .NOEXPORT: 440 .NOEXPORT:
OLDNEW
« no previous file with comments | « doc/Makefile.am ('k') | include/opus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698