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

Side by Side Diff: opus/doc/Makefile.in

Issue 11196031: Add copy of opus library in deps/third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 2 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 | « opus/doc/Makefile.am ('k') | opus/doc/customdoxygen.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
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
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = doc
37 DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.am \
38 $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(install_sh) -d
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES = Doxyfile
46 CONFIG_CLEAN_VPATH_FILES =
47 AM_V_GEN = $(am__v_GEN_@AM_V@)
48 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
49 am__v_GEN_0 = @echo " GEN " $@;
50 AM_V_at = $(am__v_at_@AM_V@)
51 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
52 am__v_at_0 = @
53 SOURCES =
54 DIST_SOURCES =
55 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
56 ACLOCAL = @ACLOCAL@
57 AMTAR = @AMTAR@
58 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
59 AR = @AR@
60 AUTOCONF = @AUTOCONF@
61 AUTOHEADER = @AUTOHEADER@
62 AUTOMAKE = @AUTOMAKE@
63 AWK = @AWK@
64 CC = @CC@
65 CCDEPMODE = @CCDEPMODE@
66 CFLAGS = @CFLAGS@
67 CPP = @CPP@
68 CPPFLAGS = @CPPFLAGS@
69 CYGPATH_W = @CYGPATH_W@
70 DEFS = @DEFS@
71 DEPDIR = @DEPDIR@
72 DLLTOOL = @DLLTOOL@
73 DSYMUTIL = @DSYMUTIL@
74 DUMPBIN = @DUMPBIN@
75 ECHO_C = @ECHO_C@
76 ECHO_N = @ECHO_N@
77 ECHO_T = @ECHO_T@
78 EGREP = @EGREP@
79 EXEEXT = @EXEEXT@
80 FGREP = @FGREP@
81 GREP = @GREP@
82 HAVE_DOXYGEN = @HAVE_DOXYGEN@
83 INSTALL = @INSTALL@
84 INSTALL_DATA = @INSTALL_DATA@
85 INSTALL_PROGRAM = @INSTALL_PROGRAM@
86 INSTALL_SCRIPT = @INSTALL_SCRIPT@
87 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
88 LD = @LD@
89 LDFLAGS = @LDFLAGS@
90 LIBM = @LIBM@
91 LIBOBJS = @LIBOBJS@
92 LIBS = @LIBS@
93 LIBTOOL = @LIBTOOL@
94 LIPO = @LIPO@
95 LN_S = @LN_S@
96 LTLIBOBJS = @LTLIBOBJS@
97 MAINT = @MAINT@
98 MAKEINFO = @MAKEINFO@
99 MANIFEST_TOOL = @MANIFEST_TOOL@
100 MKDIR_P = @MKDIR_P@
101 NM = @NM@
102 NMEDIT = @NMEDIT@
103 OBJDUMP = @OBJDUMP@
104 OBJEXT = @OBJEXT@
105 OPUS_LT_AGE = @OPUS_LT_AGE@
106 OPUS_LT_CURRENT = @OPUS_LT_CURRENT@
107 OPUS_LT_REVISION = @OPUS_LT_REVISION@
108 OPUS_VERSION = @OPUS_VERSION@
109 OTOOL = @OTOOL@
110 OTOOL64 = @OTOOL64@
111 PACKAGE = @PACKAGE@
112 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
113 PACKAGE_NAME = @PACKAGE_NAME@
114 PACKAGE_STRING = @PACKAGE_STRING@
115 PACKAGE_TARNAME = @PACKAGE_TARNAME@
116 PACKAGE_URL = @PACKAGE_URL@
117 PACKAGE_VERSION = @PACKAGE_VERSION@
118 PATH_SEPARATOR = @PATH_SEPARATOR@
119 RANLIB = @RANLIB@
120 SED = @SED@
121 SET_MAKE = @SET_MAKE@
122 SHELL = @SHELL@
123 SIZE16 = @SIZE16@
124 SIZE32 = @SIZE32@
125 STRIP = @STRIP@
126 SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@
127 VERSION = @VERSION@
128 abs_builddir = @abs_builddir@
129 abs_srcdir = @abs_srcdir@
130 abs_top_builddir = @abs_top_builddir@
131 abs_top_srcdir = @abs_top_srcdir@
132 ac_ct_AR = @ac_ct_AR@
133 ac_ct_CC = @ac_ct_CC@
134 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
135 am__include = @am__include@
136 am__leading_dot = @am__leading_dot@
137 am__quote = @am__quote@
138 am__tar = @am__tar@
139 am__untar = @am__untar@
140 bindir = @bindir@
141 build = @build@
142 build_alias = @build_alias@
143 build_cpu = @build_cpu@
144 build_os = @build_os@
145 build_vendor = @build_vendor@
146 builddir = @builddir@
147 datadir = @datadir@
148 datarootdir = @datarootdir@
149 docdir = @docdir@
150 dvidir = @dvidir@
151 exec_prefix = @exec_prefix@
152 host = @host@
153 host_alias = @host_alias@
154 host_cpu = @host_cpu@
155 host_os = @host_os@
156 host_vendor = @host_vendor@
157 htmldir = @htmldir@
158 includedir = @includedir@
159 infodir = @infodir@
160 install_sh = @install_sh@
161 libdir = @libdir@
162 libexecdir = @libexecdir@
163 localedir = @localedir@
164 localstatedir = @localstatedir@
165 mandir = @mandir@
166 mkdir_p = @mkdir_p@
167 oldincludedir = @oldincludedir@
168 pdfdir = @pdfdir@
169 prefix = @prefix@
170 program_transform_name = @program_transform_name@
171 psdir = @psdir@
172 sbindir = @sbindir@
173 sharedstatedir = @sharedstatedir@
174 srcdir = @srcdir@
175 sysconfdir = @sysconfdir@
176 target_alias = @target_alias@
177 top_build_prefix = @top_build_prefix@
178 top_builddir = @top_builddir@
179 top_srcdir = @top_srcdir@
180 DOCINPUTS = $(top_srcdir)/include/opus.h \
181 $(top_srcdir)/include/opus_multistream.h \
182 $(top_srcdir)/include/opus_defines.h \
183 $(top_srcdir)/include/opus_types.h \
184 $(top_srcdir)/include/opus_custom.h \
185 $(top_srcdir)/doc/header.html \
186 $(top_srcdir)/doc/footer.html \
187 $(top_srcdir)/doc/customdoxygen.css
188
189 EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html opus_logo.svg
190 all: all-am
191
192 .SUFFIXES:
193 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi gure_deps)
194 @for dep in $?; do \
195 case '$(am__configure_deps)' in \
196 *$$dep*) \
197 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
198 && { if test -f $@; then exit 0; else break; fi; }; \
199 exit 1;; \
200 esac; \
201 done; \
202 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
203 $(am__cd) $(top_srcdir) && \
204 $(AUTOMAKE) --gnu doc/Makefile
205 .PRECIOUS: Makefile
206 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
207 @case '$?' in \
208 *config.status*) \
209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
210 *) \
211 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
212 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
213 esac;
214
215 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
217
218 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
220 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
221 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
222 $(am__aclocal_m4_deps):
223 Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
224 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
225
226 mostlyclean-libtool:
227 -rm -f *.lo
228
229 clean-libtool:
230 -rm -rf .libs _libs
231 tags: TAGS
232 TAGS:
233
234 ctags: CTAGS
235 CTAGS:
236
237
238 distdir: $(DISTFILES)
239 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
240 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
241 list='$(DISTFILES)'; \
242 dist_files=`for file in $$list; do echo $$file; done | \
243 sed -e "s|^$$srcdirstrip/||;t" \
244 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
245 case $$dist_files in \
246 */*) $(MKDIR_P) `echo "$$dist_files" | \
247 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
248 sort -u` ;; \
249 esac; \
250 for file in $$dist_files; do \
251 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
252 if test -d $$d/$$file; then \
253 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
254 if test -d "$(distdir)/$$file"; then \
255 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
256 fi; \
257 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
258 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
259 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
260 fi; \
261 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
262 else \
263 test -f "$(distdir)/$$file" \
264 || cp -p $$d/$$file "$(distdir)/$$file" \
265 || exit 1; \
266 fi; \
267 done
268 check-am: all-am
269 check: check-am
270 @HAVE_DOXYGEN_FALSE@all-local:
271 all-am: Makefile all-local
272 installdirs:
273 install: install-am
274 install-exec: install-exec-am
275 install-data: install-data-am
276 uninstall: uninstall-am
277
278 install-am: all-am
279 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
280
281 installcheck: installcheck-am
282 install-strip:
283 if test -z '$(STRIP)'; then \
284 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
285 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
286 install; \
287 else \
288 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
289 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
290 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
291 fi
292 mostlyclean-generic:
293
294 clean-generic:
295
296 distclean-generic:
297 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
298 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
299
300 maintainer-clean-generic:
301 @echo "This command is intended for maintainers to use"
302 @echo "it deletes files that may require special tools to rebuild."
303 @HAVE_DOXYGEN_FALSE@uninstall-local:
304 @HAVE_DOXYGEN_FALSE@install-data-local:
305 @HAVE_DOXYGEN_FALSE@clean-local:
306 clean: clean-am
307
308 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
309
310 distclean: distclean-am
311 -rm -f Makefile
312 distclean-am: clean-am distclean-generic
313
314 dvi: dvi-am
315
316 dvi-am:
317
318 html: html-am
319
320 html-am:
321
322 info: info-am
323
324 info-am:
325
326 install-data-am: install-data-local
327
328 install-dvi: install-dvi-am
329
330 install-dvi-am:
331
332 install-exec-am:
333
334 install-html: install-html-am
335
336 install-html-am:
337
338 install-info: install-info-am
339
340 install-info-am:
341
342 install-man:
343
344 install-pdf: install-pdf-am
345
346 install-pdf-am:
347
348 install-ps: install-ps-am
349
350 install-ps-am:
351
352 installcheck-am:
353
354 maintainer-clean: maintainer-clean-am
355 -rm -f Makefile
356 maintainer-clean-am: distclean-am maintainer-clean-generic
357
358 mostlyclean: mostlyclean-am
359
360 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
361
362 pdf: pdf-am
363
364 pdf-am:
365
366 ps: ps-am
367
368 ps-am:
369
370 uninstall-am: uninstall-local
371
372 .MAKE: install-am install-strip
373
374 .PHONY: all all-am all-local check check-am clean clean-generic \
375 clean-libtool clean-local distclean distclean-generic \
376 distclean-libtool distdir dvi dvi-am html html-am info info-am \
377 install install-am install-data install-data-am \
378 install-data-local install-dvi install-dvi-am install-exec \
379 install-exec-am install-html install-html-am install-info \
380 install-info-am install-man install-pdf install-pdf-am \
381 install-ps install-ps-am install-strip installcheck \
382 installcheck-am installdirs maintainer-clean \
383 maintainer-clean-generic mostlyclean mostlyclean-generic \
384 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
385 uninstall-local
386
387
388 @HAVE_DOXYGEN_TRUE@all-local: doxygen-build.stamp
389
390 @HAVE_DOXYGEN_TRUE@doxygen-build.stamp: Doxyfile $(DOCINPUTS)
391 @HAVE_DOXYGEN_TRUE@ doxygen
392 @HAVE_DOXYGEN_TRUE@ touch $@
393
394 @HAVE_DOXYGEN_TRUE@install-data-local:
395 @HAVE_DOXYGEN_TRUE@ for f in `find html -type f \! -name "installdox"`; do \
396 @HAVE_DOXYGEN_TRUE@ $(INSTALL_DATA) -D $$f $(DESTDIR)$(docdir)/$$f; \
397 @HAVE_DOXYGEN_TRUE@ done
398
399 @HAVE_DOXYGEN_TRUE@ $(INSTALL) -d $(DESTDIR)$(mandir)/man3
400 @HAVE_DOXYGEN_TRUE@ cd man && find man3 -type f -name opus_*.3 \
401 @HAVE_DOXYGEN_TRUE@ -exec $(INSTALL_DATA) \{} $(DESTDIR)$(mandir)/ man3 \;
402
403 @HAVE_DOXYGEN_TRUE@clean-local:
404 @HAVE_DOXYGEN_TRUE@ $(RM) -r html
405 @HAVE_DOXYGEN_TRUE@ $(RM) -r latex
406 @HAVE_DOXYGEN_TRUE@ $(RM) -r man
407 @HAVE_DOXYGEN_TRUE@ $(RM) doxygen-build.stamp
408
409 @HAVE_DOXYGEN_TRUE@uninstall-local:
410 @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
412
413 # 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.
415 .NOEXPORT:
OLDNEW
« no previous file with comments | « opus/doc/Makefile.am ('k') | opus/doc/customdoxygen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698