1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89build_triplet = @build@ 90host_triplet = @host@ 91subdir = include/ogg 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 94 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 95 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 96 $(top_srcdir)/configure.ac 97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 98 $(ACLOCAL_M4) 99DIST_COMMON = $(srcdir)/Makefile.am $(ogginclude_HEADERS) \ 100 $(am__DIST_COMMON) 101mkinstalldirs = $(install_sh) -d 102CONFIG_HEADER = $(top_builddir)/config.h 103CONFIG_CLEAN_FILES = config_types.h 104CONFIG_CLEAN_VPATH_FILES = 105AM_V_P = $(am__v_P_@AM_V@) 106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 107am__v_P_0 = false 108am__v_P_1 = : 109AM_V_GEN = $(am__v_GEN_@AM_V@) 110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 111am__v_GEN_0 = @echo " GEN " $@; 112am__v_GEN_1 = 113AM_V_at = $(am__v_at_@AM_V@) 114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 115am__v_at_0 = @ 116am__v_at_1 = 117SOURCES = 118DIST_SOURCES = 119am__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 124am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 125am__vpath_adj = case $$p in \ 126 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 127 *) f=$$p;; \ 128 esac; 129am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 130am__install_max = 40 131am__nobase_strip_setup = \ 132 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 133am__nobase_strip = \ 134 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 135am__nobase_list = $(am__nobase_strip_setup); \ 136 for p in $$list; do echo "$$p $$p"; done | \ 137 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 138 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 139 if (++n[$$2] == $(am__install_max)) \ 140 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 141 END { for (dir in files) print dir, files[dir] }' 142am__base_list = \ 143 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 144 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 145am__uninstall_files_from_dir = { \ 146 test -z "$$files" \ 147 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 148 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 149 $(am__cd) "$$dir" && rm -f $$files; }; \ 150 } 151am__installdirs = "$(DESTDIR)$(oggincludedir)" \ 152 "$(DESTDIR)$(oggincludedir)" 153HEADERS = $(nodist_ogginclude_HEADERS) $(ogginclude_HEADERS) 154am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 155# Read a list of newline-separated strings from the standard input, 156# and print each of them once, without duplicates. Input order is 157# *not* preserved. 158am__uniquify_input = $(AWK) '\ 159 BEGIN { nonempty = 0; } \ 160 { items[$$0] = 1; nonempty = 1; } \ 161 END { if (nonempty) { for (i in items) print i; }; } \ 162' 163# Make sure the list of sources is unique. This is necessary because, 164# e.g., the same source file might be shared among _SOURCES variables 165# for different programs/libraries. 166am__define_uniq_tagged_files = \ 167 list='$(am__tagged_files)'; \ 168 unique=`for i in $$list; do \ 169 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 170 done | $(am__uniquify_input)` 171am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config_types.h.in 172DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 173ACLOCAL = @ACLOCAL@ 174AMTAR = @AMTAR@ 175AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 176AR = @AR@ 177AUTOCONF = @AUTOCONF@ 178AUTOHEADER = @AUTOHEADER@ 179AUTOMAKE = @AUTOMAKE@ 180AWK = @AWK@ 181CC = @CC@ 182CCDEPMODE = @CCDEPMODE@ 183CFLAGS = @CFLAGS@ 184CPPFLAGS = @CPPFLAGS@ 185CSCOPE = @CSCOPE@ 186CTAGS = @CTAGS@ 187CYGPATH_W = @CYGPATH_W@ 188DEBUG = @DEBUG@ 189DEFS = @DEFS@ 190DEPDIR = @DEPDIR@ 191DLLTOOL = @DLLTOOL@ 192DSYMUTIL = @DSYMUTIL@ 193DUMPBIN = @DUMPBIN@ 194ECHO_C = @ECHO_C@ 195ECHO_N = @ECHO_N@ 196ECHO_T = @ECHO_T@ 197EGREP = @EGREP@ 198ETAGS = @ETAGS@ 199EXEEXT = @EXEEXT@ 200FGREP = @FGREP@ 201FILECMD = @FILECMD@ 202GREP = @GREP@ 203INCLUDE_INTTYPES_H = @INCLUDE_INTTYPES_H@ 204INCLUDE_STDINT_H = @INCLUDE_STDINT_H@ 205INCLUDE_SYS_TYPES_H = @INCLUDE_SYS_TYPES_H@ 206INSTALL = @INSTALL@ 207INSTALL_DATA = @INSTALL_DATA@ 208INSTALL_PROGRAM = @INSTALL_PROGRAM@ 209INSTALL_SCRIPT = @INSTALL_SCRIPT@ 210INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 211LD = @LD@ 212LDFLAGS = @LDFLAGS@ 213LIBOBJS = @LIBOBJS@ 214LIBS = @LIBS@ 215LIBTOOL = @LIBTOOL@ 216LIBTOOL_DEPS = @LIBTOOL_DEPS@ 217LIB_AGE = @LIB_AGE@ 218LIB_CURRENT = @LIB_CURRENT@ 219LIB_REVISION = @LIB_REVISION@ 220LIPO = @LIPO@ 221LN_S = @LN_S@ 222LTLIBOBJS = @LTLIBOBJS@ 223LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 224MAINT = @MAINT@ 225MAKEINFO = @MAKEINFO@ 226MANIFEST_TOOL = @MANIFEST_TOOL@ 227MKDIR_P = @MKDIR_P@ 228NM = @NM@ 229NMEDIT = @NMEDIT@ 230OBJDUMP = @OBJDUMP@ 231OBJEXT = @OBJEXT@ 232OPT = @OPT@ 233OTOOL = @OTOOL@ 234OTOOL64 = @OTOOL64@ 235PACKAGE = @PACKAGE@ 236PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 237PACKAGE_NAME = @PACKAGE_NAME@ 238PACKAGE_STRING = @PACKAGE_STRING@ 239PACKAGE_TARNAME = @PACKAGE_TARNAME@ 240PACKAGE_URL = @PACKAGE_URL@ 241PACKAGE_VERSION = @PACKAGE_VERSION@ 242PATH_SEPARATOR = @PATH_SEPARATOR@ 243PROFILE = @PROFILE@ 244RANLIB = @RANLIB@ 245SED = @SED@ 246SET_MAKE = @SET_MAKE@ 247SHELL = @SHELL@ 248SIZE16 = @SIZE16@ 249SIZE32 = @SIZE32@ 250SIZE64 = @SIZE64@ 251STRIP = @STRIP@ 252USIZE16 = @USIZE16@ 253USIZE32 = @USIZE32@ 254USIZE64 = @USIZE64@ 255VERSION = @VERSION@ 256abs_builddir = @abs_builddir@ 257abs_srcdir = @abs_srcdir@ 258abs_top_builddir = @abs_top_builddir@ 259abs_top_srcdir = @abs_top_srcdir@ 260ac_ct_AR = @ac_ct_AR@ 261ac_ct_CC = @ac_ct_CC@ 262ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 263am__include = @am__include@ 264am__leading_dot = @am__leading_dot@ 265am__quote = @am__quote@ 266am__tar = @am__tar@ 267am__untar = @am__untar@ 268bindir = @bindir@ 269build = @build@ 270build_alias = @build_alias@ 271build_cpu = @build_cpu@ 272build_os = @build_os@ 273build_vendor = @build_vendor@ 274builddir = @builddir@ 275datadir = @datadir@ 276datarootdir = @datarootdir@ 277docdir = @docdir@ 278dvidir = @dvidir@ 279exec_prefix = @exec_prefix@ 280host = @host@ 281host_alias = @host_alias@ 282host_cpu = @host_cpu@ 283host_os = @host_os@ 284host_vendor = @host_vendor@ 285htmldir = @htmldir@ 286includedir = @includedir@ 287infodir = @infodir@ 288install_sh = @install_sh@ 289libdir = @libdir@ 290libexecdir = @libexecdir@ 291localedir = @localedir@ 292localstatedir = @localstatedir@ 293mandir = @mandir@ 294mkdir_p = @mkdir_p@ 295oldincludedir = @oldincludedir@ 296pdfdir = @pdfdir@ 297prefix = @prefix@ 298program_transform_name = @program_transform_name@ 299psdir = @psdir@ 300runstatedir = @runstatedir@ 301sbindir = @sbindir@ 302sharedstatedir = @sharedstatedir@ 303srcdir = @srcdir@ 304sysconfdir = @sysconfdir@ 305target_alias = @target_alias@ 306top_build_prefix = @top_build_prefix@ 307top_builddir = @top_builddir@ 308top_srcdir = @top_srcdir@ 309oggincludedir = $(includedir)/ogg 310ogginclude_HEADERS = ogg.h os_types.h 311nodist_ogginclude_HEADERS = config_types.h 312all: all-am 313 314.SUFFIXES: 315$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 316 @for dep in $?; do \ 317 case '$(am__configure_deps)' in \ 318 *$$dep*) \ 319 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 320 && { if test -f $@; then exit 0; else break; fi; }; \ 321 exit 1;; \ 322 esac; \ 323 done; \ 324 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/ogg/Makefile'; \ 325 $(am__cd) $(top_srcdir) && \ 326 $(AUTOMAKE) --gnu include/ogg/Makefile 327Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 328 @case '$?' in \ 329 *config.status*) \ 330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 331 *) \ 332 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 333 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 334 esac; 335 336$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 337 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 338 339$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 341$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 342 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 343$(am__aclocal_m4_deps): 344config_types.h: $(top_builddir)/config.status $(srcdir)/config_types.h.in 345 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 346 347mostlyclean-libtool: 348 -rm -f *.lo 349 350clean-libtool: 351 -rm -rf .libs _libs 352install-nodist_oggincludeHEADERS: $(nodist_ogginclude_HEADERS) 353 @$(NORMAL_INSTALL) 354 @list='$(nodist_ogginclude_HEADERS)'; test -n "$(oggincludedir)" || list=; \ 355 if test -n "$$list"; then \ 356 echo " $(MKDIR_P) '$(DESTDIR)$(oggincludedir)'"; \ 357 $(MKDIR_P) "$(DESTDIR)$(oggincludedir)" || exit 1; \ 358 fi; \ 359 for p in $$list; do \ 360 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 361 echo "$$d$$p"; \ 362 done | $(am__base_list) | \ 363 while read files; do \ 364 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(oggincludedir)'"; \ 365 $(INSTALL_HEADER) $$files "$(DESTDIR)$(oggincludedir)" || exit $$?; \ 366 done 367 368uninstall-nodist_oggincludeHEADERS: 369 @$(NORMAL_UNINSTALL) 370 @list='$(nodist_ogginclude_HEADERS)'; test -n "$(oggincludedir)" || list=; \ 371 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 372 dir='$(DESTDIR)$(oggincludedir)'; $(am__uninstall_files_from_dir) 373install-oggincludeHEADERS: $(ogginclude_HEADERS) 374 @$(NORMAL_INSTALL) 375 @list='$(ogginclude_HEADERS)'; test -n "$(oggincludedir)" || list=; \ 376 if test -n "$$list"; then \ 377 echo " $(MKDIR_P) '$(DESTDIR)$(oggincludedir)'"; \ 378 $(MKDIR_P) "$(DESTDIR)$(oggincludedir)" || exit 1; \ 379 fi; \ 380 for p in $$list; do \ 381 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 382 echo "$$d$$p"; \ 383 done | $(am__base_list) | \ 384 while read files; do \ 385 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(oggincludedir)'"; \ 386 $(INSTALL_HEADER) $$files "$(DESTDIR)$(oggincludedir)" || exit $$?; \ 387 done 388 389uninstall-oggincludeHEADERS: 390 @$(NORMAL_UNINSTALL) 391 @list='$(ogginclude_HEADERS)'; test -n "$(oggincludedir)" || list=; \ 392 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 393 dir='$(DESTDIR)$(oggincludedir)'; $(am__uninstall_files_from_dir) 394 395ID: $(am__tagged_files) 396 $(am__define_uniq_tagged_files); mkid -fID $$unique 397tags: tags-am 398TAGS: tags 399 400tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 401 set x; \ 402 here=`pwd`; \ 403 $(am__define_uniq_tagged_files); \ 404 shift; \ 405 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 406 test -n "$$unique" || unique=$$empty_fix; \ 407 if test $$# -gt 0; then \ 408 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 409 "$$@" $$unique; \ 410 else \ 411 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 412 $$unique; \ 413 fi; \ 414 fi 415ctags: ctags-am 416 417CTAGS: ctags 418ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 419 $(am__define_uniq_tagged_files); \ 420 test -z "$(CTAGS_ARGS)$$unique" \ 421 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 422 $$unique 423 424GTAGS: 425 here=`$(am__cd) $(top_builddir) && pwd` \ 426 && $(am__cd) $(top_srcdir) \ 427 && gtags -i $(GTAGS_ARGS) "$$here" 428cscopelist: cscopelist-am 429 430cscopelist-am: $(am__tagged_files) 431 list='$(am__tagged_files)'; \ 432 case "$(srcdir)" in \ 433 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 434 *) sdir=$(subdir)/$(srcdir) ;; \ 435 esac; \ 436 for i in $$list; do \ 437 if test -f "$$i"; then \ 438 echo "$(subdir)/$$i"; \ 439 else \ 440 echo "$$sdir/$$i"; \ 441 fi; \ 442 done >> $(top_builddir)/cscope.files 443 444distclean-tags: 445 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 446distdir: $(BUILT_SOURCES) 447 $(MAKE) $(AM_MAKEFLAGS) distdir-am 448 449distdir-am: $(DISTFILES) 450 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 451 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 452 list='$(DISTFILES)'; \ 453 dist_files=`for file in $$list; do echo $$file; done | \ 454 sed -e "s|^$$srcdirstrip/||;t" \ 455 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 456 case $$dist_files in \ 457 */*) $(MKDIR_P) `echo "$$dist_files" | \ 458 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 459 sort -u` ;; \ 460 esac; \ 461 for file in $$dist_files; do \ 462 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 463 if test -d $$d/$$file; then \ 464 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 465 if test -d "$(distdir)/$$file"; then \ 466 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 467 fi; \ 468 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 469 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 470 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 471 fi; \ 472 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 473 else \ 474 test -f "$(distdir)/$$file" \ 475 || cp -p $$d/$$file "$(distdir)/$$file" \ 476 || exit 1; \ 477 fi; \ 478 done 479check-am: all-am 480check: check-am 481all-am: Makefile $(HEADERS) 482installdirs: 483 for dir in "$(DESTDIR)$(oggincludedir)" "$(DESTDIR)$(oggincludedir)"; do \ 484 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 485 done 486install: install-am 487install-exec: install-exec-am 488install-data: install-data-am 489uninstall: uninstall-am 490 491install-am: all-am 492 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 493 494installcheck: installcheck-am 495install-strip: 496 if test -z '$(STRIP)'; then \ 497 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 498 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 499 install; \ 500 else \ 501 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 502 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 503 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 504 fi 505mostlyclean-generic: 506 507clean-generic: 508 509distclean-generic: 510 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 511 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 512 513maintainer-clean-generic: 514 @echo "This command is intended for maintainers to use" 515 @echo "it deletes files that may require special tools to rebuild." 516clean: clean-am 517 518clean-am: clean-generic clean-libtool mostlyclean-am 519 520distclean: distclean-am 521 -rm -f Makefile 522distclean-am: clean-am distclean-generic distclean-tags 523 524dvi: dvi-am 525 526dvi-am: 527 528html: html-am 529 530html-am: 531 532info: info-am 533 534info-am: 535 536install-data-am: install-nodist_oggincludeHEADERS \ 537 install-oggincludeHEADERS 538 539install-dvi: install-dvi-am 540 541install-dvi-am: 542 543install-exec-am: 544 545install-html: install-html-am 546 547install-html-am: 548 549install-info: install-info-am 550 551install-info-am: 552 553install-man: 554 555install-pdf: install-pdf-am 556 557install-pdf-am: 558 559install-ps: install-ps-am 560 561install-ps-am: 562 563installcheck-am: 564 565maintainer-clean: maintainer-clean-am 566 -rm -f Makefile 567maintainer-clean-am: distclean-am maintainer-clean-generic 568 569mostlyclean: mostlyclean-am 570 571mostlyclean-am: mostlyclean-generic mostlyclean-libtool 572 573pdf: pdf-am 574 575pdf-am: 576 577ps: ps-am 578 579ps-am: 580 581uninstall-am: uninstall-nodist_oggincludeHEADERS \ 582 uninstall-oggincludeHEADERS 583 584.MAKE: install-am install-strip 585 586.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 587 clean-libtool cscopelist-am ctags ctags-am distclean \ 588 distclean-generic distclean-libtool distclean-tags distdir dvi \ 589 dvi-am html html-am info info-am install install-am \ 590 install-data install-data-am install-dvi install-dvi-am \ 591 install-exec install-exec-am install-html install-html-am \ 592 install-info install-info-am install-man \ 593 install-nodist_oggincludeHEADERS install-oggincludeHEADERS \ 594 install-pdf install-pdf-am install-ps install-ps-am \ 595 install-strip installcheck installcheck-am installdirs \ 596 maintainer-clean maintainer-clean-generic mostlyclean \ 597 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 598 tags tags-am uninstall uninstall-am \ 599 uninstall-nodist_oggincludeHEADERS uninstall-oggincludeHEADERS 600 601.PRECIOUS: Makefile 602 603 604# Tell versions [3.59,3.63) of GNU make to not export all variables. 605# Otherwise a system limit (for SysV at least) may be exceeded. 606.NOEXPORT: 607