Mercurial > hg > sv-dependency-builds
comparison src/opus-1.3/doc/Makefile.in @ 154:4664ac0c1032
Add Opus sources and macOS builds
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 23 Jan 2019 13:48:08 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
153:84bc3a5ec321 | 154:4664ac0c1032 |
---|---|
1 # Makefile.in generated by automake 1.15.1 from Makefile.am. | |
2 # @configure_input@ | |
3 | |
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. | |
5 | |
6 # This Makefile.in is free software; the Free Software Foundation | |
7 # gives unlimited permission to copy and/or distribute it, | |
8 # with or without modifications, as long as this notice is preserved. | |
9 | |
10 # This program is distributed in the hope that it will be useful, | |
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
13 # PARTICULAR PURPOSE. | |
14 | |
15 @SET_MAKE@ | |
16 VPATH = @srcdir@ | |
17 am__is_gnu_make = { \ | |
18 if test -z '$(MAKELEVEL)'; then \ | |
19 false; \ | |
20 elif test -n '$(MAKE_HOST)'; then \ | |
21 true; \ | |
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ | |
23 true; \ | |
24 else \ | |
25 false; \ | |
26 fi; \ | |
27 } | |
28 am__make_running_with_option = \ | |
29 case $${target_option-} in \ | |
30 ?) ;; \ | |
31 *) echo "am__make_running_with_option: internal error: invalid" \ | |
32 "target option '$${target_option-}' specified" >&2; \ | |
33 exit 1;; \ | |
34 esac; \ | |
35 has_opt=no; \ | |
36 sane_makeflags=$$MAKEFLAGS; \ | |
37 if $(am__is_gnu_make); then \ | |
38 sane_makeflags=$$MFLAGS; \ | |
39 else \ | |
40 case $$MAKEFLAGS in \ | |
41 *\\[\ \ ]*) \ | |
42 bs=\\; \ | |
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | |
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | |
45 esac; \ | |
46 fi; \ | |
47 skip_next=no; \ | |
48 strip_trailopt () \ | |
49 { \ | |
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | |
51 }; \ | |
52 for flg in $$sane_makeflags; do \ | |
53 test $$skip_next = yes && { skip_next=no; continue; }; \ | |
54 case $$flg in \ | |
55 *=*|--*) continue;; \ | |
56 -*I) strip_trailopt 'I'; skip_next=yes;; \ | |
57 -*I?*) strip_trailopt 'I';; \ | |
58 -*O) strip_trailopt 'O'; skip_next=yes;; \ | |
59 -*O?*) strip_trailopt 'O';; \ | |
60 -*l) strip_trailopt 'l'; skip_next=yes;; \ | |
61 -*l?*) strip_trailopt 'l';; \ | |
62 -[dEDm]) skip_next=yes;; \ | |
63 -[JT]) skip_next=yes;; \ | |
64 esac; \ | |
65 case $$flg in \ | |
66 *$$target_option*) has_opt=yes; break;; \ | |
67 esac; \ | |
68 done; \ | |
69 test $$has_opt = yes | |
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | |
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | |
72 pkgdatadir = $(datadir)/@PACKAGE@ | |
73 pkgincludedir = $(includedir)/@PACKAGE@ | |
74 pkglibdir = $(libdir)/@PACKAGE@ | |
75 pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
77 install_sh_DATA = $(install_sh) -c -m 644 | |
78 install_sh_PROGRAM = $(install_sh) -c | |
79 install_sh_SCRIPT = $(install_sh) -c | |
80 INSTALL_HEADER = $(INSTALL_DATA) | |
81 transform = $(program_transform_name) | |
82 NORMAL_INSTALL = : | |
83 PRE_INSTALL = : | |
84 POST_INSTALL = : | |
85 NORMAL_UNINSTALL = : | |
86 PRE_UNINSTALL = : | |
87 POST_UNINSTALL = : | |
88 build_triplet = @build@ | |
89 host_triplet = @host@ | |
90 subdir = doc | |
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
92 am__aclocal_m4_deps = $(top_srcdir)/m4/as-gcc-inline-assembly.m4 \ | |
93 $(top_srcdir)/m4/ax_add_fortify_source.m4 \ | |
94 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ | |
95 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | |
96 $(top_srcdir)/m4/lt~obsolete.m4 \ | |
97 $(top_srcdir)/m4/opus-intrinsics.m4 $(top_srcdir)/configure.ac | |
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
99 $(ACLOCAL_M4) | |
100 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) | |
101 mkinstalldirs = $(install_sh) -d | |
102 CONFIG_HEADER = $(top_builddir)/config.h | |
103 CONFIG_CLEAN_FILES = Doxyfile | |
104 CONFIG_CLEAN_VPATH_FILES = | |
105 AM_V_P = $(am__v_P_@AM_V@) | |
106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
107 am__v_P_0 = false | |
108 am__v_P_1 = : | |
109 AM_V_GEN = $(am__v_GEN_@AM_V@) | |
110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
111 am__v_GEN_0 = @echo " GEN " $@; | |
112 am__v_GEN_1 = | |
113 AM_V_at = $(am__v_at_@AM_V@) | |
114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
115 am__v_at_0 = @ | |
116 am__v_at_1 = | |
117 SOURCES = | |
118 DIST_SOURCES = | |
119 am__can_run_installinfo = \ | |
120 case $$AM_UPDATE_INFO_DIR in \ | |
121 n|no|NO) false;; \ | |
122 *) (install-info --version) >/dev/null 2>&1;; \ | |
123 esac | |
124 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |
125 am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in TODO | |
126 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
127 ACLOCAL = @ACLOCAL@ | |
128 AMTAR = @AMTAR@ | |
129 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
130 AR = @AR@ | |
131 ARM2GNU_PARAMS = @ARM2GNU_PARAMS@ | |
132 ARM_NEON_INTR_CFLAGS = @ARM_NEON_INTR_CFLAGS@ | |
133 AUTOCONF = @AUTOCONF@ | |
134 AUTOHEADER = @AUTOHEADER@ | |
135 AUTOMAKE = @AUTOMAKE@ | |
136 AWK = @AWK@ | |
137 CC = @CC@ | |
138 CCAS = @CCAS@ | |
139 CCASDEPMODE = @CCASDEPMODE@ | |
140 CCASFLAGS = @CCASFLAGS@ | |
141 CCDEPMODE = @CCDEPMODE@ | |
142 CFLAGS = @CFLAGS@ | |
143 CPP = @CPP@ | |
144 CPPFLAGS = @CPPFLAGS@ | |
145 CYGPATH_W = @CYGPATH_W@ | |
146 DEFS = @DEFS@ | |
147 DEPDIR = @DEPDIR@ | |
148 DLLTOOL = @DLLTOOL@ | |
149 DSYMUTIL = @DSYMUTIL@ | |
150 DUMPBIN = @DUMPBIN@ | |
151 ECHO_C = @ECHO_C@ | |
152 ECHO_N = @ECHO_N@ | |
153 ECHO_T = @ECHO_T@ | |
154 EGREP = @EGREP@ | |
155 EXEEXT = @EXEEXT@ | |
156 FGREP = @FGREP@ | |
157 GREP = @GREP@ | |
158 HAVE_ARM_NE10 = @HAVE_ARM_NE10@ | |
159 HAVE_DOT = @HAVE_DOT@ | |
160 HAVE_DOXYGEN = @HAVE_DOXYGEN@ | |
161 HAVE_PERL = @HAVE_PERL@ | |
162 INSTALL = @INSTALL@ | |
163 INSTALL_DATA = @INSTALL_DATA@ | |
164 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
165 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
166 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
167 LD = @LD@ | |
168 LDFLAGS = @LDFLAGS@ | |
169 LIBM = @LIBM@ | |
170 LIBOBJS = @LIBOBJS@ | |
171 LIBS = @LIBS@ | |
172 LIBTOOL = @LIBTOOL@ | |
173 LIPO = @LIPO@ | |
174 LN_S = @LN_S@ | |
175 LTLIBOBJS = @LTLIBOBJS@ | |
176 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ | |
177 MAINT = @MAINT@ | |
178 MAKEINFO = @MAKEINFO@ | |
179 MANIFEST_TOOL = @MANIFEST_TOOL@ | |
180 MKDIR_P = @MKDIR_P@ | |
181 NE10_CFLAGS = @NE10_CFLAGS@ | |
182 NE10_LIBS = @NE10_LIBS@ | |
183 NM = @NM@ | |
184 NMEDIT = @NMEDIT@ | |
185 OBJDUMP = @OBJDUMP@ | |
186 OBJEXT = @OBJEXT@ | |
187 OPUS_ARM_MAY_HAVE_EDSP = @OPUS_ARM_MAY_HAVE_EDSP@ | |
188 OPUS_ARM_MAY_HAVE_MEDIA = @OPUS_ARM_MAY_HAVE_MEDIA@ | |
189 OPUS_ARM_MAY_HAVE_NEON = @OPUS_ARM_MAY_HAVE_NEON@ | |
190 OPUS_ARM_NEON_INTR_CFLAGS = @OPUS_ARM_NEON_INTR_CFLAGS@ | |
191 OPUS_HAVE_RTCD = @OPUS_HAVE_RTCD@ | |
192 OPUS_LT_AGE = @OPUS_LT_AGE@ | |
193 OPUS_LT_CURRENT = @OPUS_LT_CURRENT@ | |
194 OPUS_LT_REVISION = @OPUS_LT_REVISION@ | |
195 OPUS_X86_AVX_CFLAGS = @OPUS_X86_AVX_CFLAGS@ | |
196 OPUS_X86_SSE2_CFLAGS = @OPUS_X86_SSE2_CFLAGS@ | |
197 OPUS_X86_SSE4_1_CFLAGS = @OPUS_X86_SSE4_1_CFLAGS@ | |
198 OPUS_X86_SSE_CFLAGS = @OPUS_X86_SSE_CFLAGS@ | |
199 OTOOL = @OTOOL@ | |
200 OTOOL64 = @OTOOL64@ | |
201 PACKAGE = @PACKAGE@ | |
202 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
203 PACKAGE_NAME = @PACKAGE_NAME@ | |
204 PACKAGE_STRING = @PACKAGE_STRING@ | |
205 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
206 PACKAGE_URL = @PACKAGE_URL@ | |
207 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
208 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
209 PC_BUILD = @PC_BUILD@ | |
210 RANLIB = @RANLIB@ | |
211 SED = @SED@ | |
212 SET_MAKE = @SET_MAKE@ | |
213 SHELL = @SHELL@ | |
214 STRIP = @STRIP@ | |
215 VERSION = @VERSION@ | |
216 X86_AVX_CFLAGS = @X86_AVX_CFLAGS@ | |
217 X86_SSE2_CFLAGS = @X86_SSE2_CFLAGS@ | |
218 X86_SSE4_1_CFLAGS = @X86_SSE4_1_CFLAGS@ | |
219 X86_SSE_CFLAGS = @X86_SSE_CFLAGS@ | |
220 abs_builddir = @abs_builddir@ | |
221 abs_srcdir = @abs_srcdir@ | |
222 abs_top_builddir = @abs_top_builddir@ | |
223 abs_top_srcdir = @abs_top_srcdir@ | |
224 ac_ct_AR = @ac_ct_AR@ | |
225 ac_ct_CC = @ac_ct_CC@ | |
226 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
227 am__include = @am__include@ | |
228 am__leading_dot = @am__leading_dot@ | |
229 am__quote = @am__quote@ | |
230 am__tar = @am__tar@ | |
231 am__untar = @am__untar@ | |
232 bindir = @bindir@ | |
233 build = @build@ | |
234 build_alias = @build_alias@ | |
235 build_cpu = @build_cpu@ | |
236 build_os = @build_os@ | |
237 build_vendor = @build_vendor@ | |
238 builddir = @builddir@ | |
239 datadir = @datadir@ | |
240 datarootdir = @datarootdir@ | |
241 docdir = @docdir@ | |
242 dvidir = @dvidir@ | |
243 exec_prefix = @exec_prefix@ | |
244 host = @host@ | |
245 host_alias = @host_alias@ | |
246 host_cpu = @host_cpu@ | |
247 host_os = @host_os@ | |
248 host_vendor = @host_vendor@ | |
249 htmldir = @htmldir@ | |
250 includedir = @includedir@ | |
251 infodir = @infodir@ | |
252 install_sh = @install_sh@ | |
253 libdir = @libdir@ | |
254 libexecdir = @libexecdir@ | |
255 localedir = @localedir@ | |
256 localstatedir = @localstatedir@ | |
257 mandir = @mandir@ | |
258 mkdir_p = @mkdir_p@ | |
259 oldincludedir = @oldincludedir@ | |
260 pdfdir = @pdfdir@ | |
261 prefix = @prefix@ | |
262 program_transform_name = @program_transform_name@ | |
263 psdir = @psdir@ | |
264 sbindir = @sbindir@ | |
265 sharedstatedir = @sharedstatedir@ | |
266 srcdir = @srcdir@ | |
267 sysconfdir = @sysconfdir@ | |
268 target_alias = @target_alias@ | |
269 top_build_prefix = @top_build_prefix@ | |
270 top_builddir = @top_builddir@ | |
271 top_srcdir = @top_srcdir@ | |
272 DOCINPUTS = $(top_srcdir)/include/opus.h \ | |
273 $(top_srcdir)/include/opus_multistream.h \ | |
274 $(top_srcdir)/include/opus_defines.h \ | |
275 $(top_srcdir)/include/opus_types.h \ | |
276 $(top_srcdir)/include/opus_custom.h \ | |
277 $(top_srcdir)/doc/header.html \ | |
278 $(top_srcdir)/doc/footer.html \ | |
279 $(top_srcdir)/doc/customdoxygen.css | |
280 | |
281 EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html \ | |
282 opus_logo.svg trivial_example.c | |
283 | |
284 all: all-am | |
285 | |
286 .SUFFIXES: | |
287 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | |
288 @for dep in $?; do \ | |
289 case '$(am__configure_deps)' in \ | |
290 *$$dep*) \ | |
291 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
292 && { if test -f $@; then exit 0; else break; fi; }; \ | |
293 exit 1;; \ | |
294 esac; \ | |
295 done; \ | |
296 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ | |
297 $(am__cd) $(top_srcdir) && \ | |
298 $(AUTOMAKE) --gnu doc/Makefile | |
299 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
300 @case '$?' in \ | |
301 *config.status*) \ | |
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
303 *) \ | |
304 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
305 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
306 esac; | |
307 | |
308 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
309 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
310 | |
311 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
312 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
313 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | |
314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
315 $(am__aclocal_m4_deps): | |
316 Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in | |
317 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ | |
318 | |
319 mostlyclean-libtool: | |
320 -rm -f *.lo | |
321 | |
322 clean-libtool: | |
323 -rm -rf .libs _libs | |
324 tags TAGS: | |
325 | |
326 ctags CTAGS: | |
327 | |
328 cscope cscopelist: | |
329 | |
330 | |
331 distdir: $(DISTFILES) | |
332 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
333 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
334 list='$(DISTFILES)'; \ | |
335 dist_files=`for file in $$list; do echo $$file; done | \ | |
336 sed -e "s|^$$srcdirstrip/||;t" \ | |
337 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
338 case $$dist_files in \ | |
339 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
340 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
341 sort -u` ;; \ | |
342 esac; \ | |
343 for file in $$dist_files; do \ | |
344 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
345 if test -d $$d/$$file; then \ | |
346 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
347 if test -d "$(distdir)/$$file"; then \ | |
348 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
349 fi; \ | |
350 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
351 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
352 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
353 fi; \ | |
354 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
355 else \ | |
356 test -f "$(distdir)/$$file" \ | |
357 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
358 || exit 1; \ | |
359 fi; \ | |
360 done | |
361 check-am: all-am | |
362 check: check-am | |
363 @HAVE_DOXYGEN_FALSE@all-local: | |
364 all-am: Makefile all-local | |
365 installdirs: | |
366 install: install-am | |
367 install-exec: install-exec-am | |
368 install-data: install-data-am | |
369 uninstall: uninstall-am | |
370 | |
371 install-am: all-am | |
372 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
373 | |
374 installcheck: installcheck-am | |
375 install-strip: | |
376 if test -z '$(STRIP)'; then \ | |
377 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
378 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
379 install; \ | |
380 else \ | |
381 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
382 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
383 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
384 fi | |
385 mostlyclean-generic: | |
386 | |
387 clean-generic: | |
388 | |
389 distclean-generic: | |
390 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
391 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
392 | |
393 maintainer-clean-generic: | |
394 @echo "This command is intended for maintainers to use" | |
395 @echo "it deletes files that may require special tools to rebuild." | |
396 @HAVE_DOXYGEN_FALSE@clean-local: | |
397 @HAVE_DOXYGEN_FALSE@uninstall-local: | |
398 @HAVE_DOXYGEN_FALSE@install-data-local: | |
399 clean: clean-am | |
400 | |
401 clean-am: clean-generic clean-libtool clean-local mostlyclean-am | |
402 | |
403 distclean: distclean-am | |
404 -rm -f Makefile | |
405 distclean-am: clean-am distclean-generic | |
406 | |
407 dvi: dvi-am | |
408 | |
409 dvi-am: | |
410 | |
411 html: html-am | |
412 | |
413 html-am: | |
414 | |
415 info: info-am | |
416 | |
417 info-am: | |
418 | |
419 install-data-am: install-data-local | |
420 | |
421 install-dvi: install-dvi-am | |
422 | |
423 install-dvi-am: | |
424 | |
425 install-exec-am: | |
426 | |
427 install-html: install-html-am | |
428 | |
429 install-html-am: | |
430 | |
431 install-info: install-info-am | |
432 | |
433 install-info-am: | |
434 | |
435 install-man: | |
436 | |
437 install-pdf: install-pdf-am | |
438 | |
439 install-pdf-am: | |
440 | |
441 install-ps: install-ps-am | |
442 | |
443 install-ps-am: | |
444 | |
445 installcheck-am: | |
446 | |
447 maintainer-clean: maintainer-clean-am | |
448 -rm -f Makefile | |
449 maintainer-clean-am: distclean-am maintainer-clean-generic | |
450 | |
451 mostlyclean: mostlyclean-am | |
452 | |
453 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
454 | |
455 pdf: pdf-am | |
456 | |
457 pdf-am: | |
458 | |
459 ps: ps-am | |
460 | |
461 ps-am: | |
462 | |
463 uninstall-am: uninstall-local | |
464 | |
465 .MAKE: install-am install-strip | |
466 | |
467 .PHONY: all all-am all-local check check-am clean clean-generic \ | |
468 clean-libtool clean-local cscopelist-am ctags-am distclean \ | |
469 distclean-generic distclean-libtool distdir dvi dvi-am html \ | |
470 html-am info info-am install install-am install-data \ | |
471 install-data-am install-data-local install-dvi install-dvi-am \ | |
472 install-exec install-exec-am install-html install-html-am \ | |
473 install-info install-info-am install-man install-pdf \ | |
474 install-pdf-am install-ps install-ps-am install-strip \ | |
475 installcheck installcheck-am installdirs maintainer-clean \ | |
476 maintainer-clean-generic mostlyclean mostlyclean-generic \ | |
477 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ | |
478 uninstall-am uninstall-local | |
479 | |
480 .PRECIOUS: Makefile | |
481 | |
482 | |
483 @HAVE_DOXYGEN_TRUE@all-local: doxygen-build.stamp | |
484 | |
485 @HAVE_DOXYGEN_TRUE@doxygen-build.stamp: Doxyfile $(DOCINPUTS) | |
486 @HAVE_DOXYGEN_TRUE@ doxygen | |
487 @HAVE_DOXYGEN_TRUE@ touch $@ | |
488 | |
489 @HAVE_DOXYGEN_TRUE@install-data-local: | |
490 @HAVE_DOXYGEN_TRUE@ $(INSTALL) -d $(DESTDIR)$(docdir)/html/search | |
491 @HAVE_DOXYGEN_TRUE@ for f in `find html -type f \! -name "installdox"`; do \ | |
492 @HAVE_DOXYGEN_TRUE@ $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \ | |
493 @HAVE_DOXYGEN_TRUE@ done | |
494 | |
495 @HAVE_DOXYGEN_TRUE@ $(INSTALL) -d $(DESTDIR)$(mandir)/man3 | |
496 @HAVE_DOXYGEN_TRUE@ cd man && find man3 -type f -name opus_*.3 \ | |
497 @HAVE_DOXYGEN_TRUE@ -exec $(INSTALL_DATA) \{} $(DESTDIR)$(mandir)/man3 \; | |
498 | |
499 @HAVE_DOXYGEN_TRUE@clean-local: | |
500 @HAVE_DOXYGEN_TRUE@ $(RM) -r html | |
501 @HAVE_DOXYGEN_TRUE@ $(RM) -r latex | |
502 @HAVE_DOXYGEN_TRUE@ $(RM) -r man | |
503 @HAVE_DOXYGEN_TRUE@ $(RM) doxygen-build.stamp | |
504 @HAVE_DOXYGEN_TRUE@ $(RM) doxygen_sqlite3.db | |
505 | |
506 @HAVE_DOXYGEN_TRUE@uninstall-local: | |
507 @HAVE_DOXYGEN_TRUE@ $(RM) -r $(DESTDIR)$(docdir)/html | |
508 @HAVE_DOXYGEN_TRUE@ $(RM) $(DESTDIR)$(mandir)/man3/opus_*.3 $(DESTDIR)$(mandir)/man3/opus.h.3 | |
509 | |
510 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
511 # Otherwise a system limit (for SysV at least) may be exceeded. | |
512 .NOEXPORT: |