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 = . 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 $(top_srcdir)/configure \ 100 $(am__configure_deps) $(am__DIST_COMMON) 101am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 102 configure.lineno config.status.lineno 103mkinstalldirs = $(install_sh) -d 104CONFIG_HEADER = config.h 105CONFIG_CLEAN_FILES = libogg.spec ogg.pc ogg-uninstalled.pc 106CONFIG_CLEAN_VPATH_FILES = 107AM_V_P = $(am__v_P_@AM_V@) 108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 109am__v_P_0 = false 110am__v_P_1 = : 111AM_V_GEN = $(am__v_GEN_@AM_V@) 112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 113am__v_GEN_0 = @echo " GEN " $@; 114am__v_GEN_1 = 115AM_V_at = $(am__v_at_@AM_V@) 116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 117am__v_at_0 = @ 118am__v_at_1 = 119SOURCES = 120DIST_SOURCES = 121RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 122 ctags-recursive dvi-recursive html-recursive info-recursive \ 123 install-data-recursive install-dvi-recursive \ 124 install-exec-recursive install-html-recursive \ 125 install-info-recursive install-pdf-recursive \ 126 install-ps-recursive install-recursive installcheck-recursive \ 127 installdirs-recursive pdf-recursive ps-recursive \ 128 tags-recursive uninstall-recursive 129am__can_run_installinfo = \ 130 case $$AM_UPDATE_INFO_DIR in \ 131 n|no|NO) false;; \ 132 *) (install-info --version) >/dev/null 2>&1;; \ 133 esac 134am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 135am__vpath_adj = case $$p in \ 136 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 137 *) f=$$p;; \ 138 esac; 139am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 140am__install_max = 40 141am__nobase_strip_setup = \ 142 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 143am__nobase_strip = \ 144 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 145am__nobase_list = $(am__nobase_strip_setup); \ 146 for p in $$list; do echo "$$p $$p"; done | \ 147 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 148 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 149 if (++n[$$2] == $(am__install_max)) \ 150 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 151 END { for (dir in files) print dir, files[dir] }' 152am__base_list = \ 153 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 154 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 155am__uninstall_files_from_dir = { \ 156 test -z "$$files" \ 157 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 158 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 159 $(am__cd) "$$dir" && rm -f $$files; }; \ 160 } 161am__installdirs = "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)" 162DATA = $(m4data_DATA) $(pkgconfig_DATA) 163RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 164 distclean-recursive maintainer-clean-recursive 165am__recursive_targets = \ 166 $(RECURSIVE_TARGETS) \ 167 $(RECURSIVE_CLEAN_TARGETS) \ 168 $(am__extra_recursive_targets) 169AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 170 cscope distdir distdir-am dist dist-all distcheck 171am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 172 config.h.in 173# Read a list of newline-separated strings from the standard input, 174# and print each of them once, without duplicates. Input order is 175# *not* preserved. 176am__uniquify_input = $(AWK) '\ 177 BEGIN { nonempty = 0; } \ 178 { items[$$0] = 1; nonempty = 1; } \ 179 END { if (nonempty) { for (i in items) print i; }; } \ 180' 181# Make sure the list of sources is unique. This is necessary because, 182# e.g., the same source file might be shared among _SOURCES variables 183# for different programs/libraries. 184am__define_uniq_tagged_files = \ 185 list='$(am__tagged_files)'; \ 186 unique=`for i in $$list; do \ 187 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 188 done | $(am__uniquify_input)` 189DIST_SUBDIRS = $(SUBDIRS) 190am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 191 $(srcdir)/libogg.spec.in $(srcdir)/ogg-uninstalled.pc.in \ 192 $(srcdir)/ogg.pc.in AUTHORS COPYING README.md compile \ 193 config.guess config.sub install-sh ltmain.sh missing 194DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 195distdir = $(PACKAGE)-$(VERSION) 196top_distdir = $(distdir) 197am__remove_distdir = \ 198 if test -d "$(distdir)"; then \ 199 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 200 && rm -rf "$(distdir)" \ 201 || { sleep 5 && rm -rf "$(distdir)"; }; \ 202 else :; fi 203am__post_remove_distdir = $(am__remove_distdir) 204am__relativize = \ 205 dir0=`pwd`; \ 206 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 207 sed_rest='s,^[^/]*/*,,'; \ 208 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 209 sed_butlast='s,/*[^/]*$$,,'; \ 210 while test -n "$$dir1"; do \ 211 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 212 if test "$$first" != "."; then \ 213 if test "$$first" = ".."; then \ 214 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 215 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 216 else \ 217 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 218 if test "$$first2" = "$$first"; then \ 219 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 220 else \ 221 dir2="../$$dir2"; \ 222 fi; \ 223 dir0="$$dir0"/"$$first"; \ 224 fi; \ 225 fi; \ 226 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 227 done; \ 228 reldir="$$dir2" 229DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz $(distdir).zip 230GZIP_ENV = --best 231DIST_TARGETS = dist-xz dist-gzip dist-zip 232# Exists only to be overridden by the user if desired. 233AM_DISTCHECK_DVI_TARGET = dvi 234distuninstallcheck_listfiles = find . -type f -print 235am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 236 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 237distcleancheck_listfiles = find . -type f -print 238ACLOCAL = @ACLOCAL@ 239AMTAR = @AMTAR@ 240AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 241AR = @AR@ 242AUTOCONF = @AUTOCONF@ 243AUTOHEADER = @AUTOHEADER@ 244AUTOMAKE = @AUTOMAKE@ 245AWK = @AWK@ 246CC = @CC@ 247CCDEPMODE = @CCDEPMODE@ 248CFLAGS = @CFLAGS@ 249CPPFLAGS = @CPPFLAGS@ 250CSCOPE = @CSCOPE@ 251CTAGS = @CTAGS@ 252CYGPATH_W = @CYGPATH_W@ 253DEBUG = @DEBUG@ 254DEFS = @DEFS@ 255DEPDIR = @DEPDIR@ 256DLLTOOL = @DLLTOOL@ 257DSYMUTIL = @DSYMUTIL@ 258DUMPBIN = @DUMPBIN@ 259ECHO_C = @ECHO_C@ 260ECHO_N = @ECHO_N@ 261ECHO_T = @ECHO_T@ 262EGREP = @EGREP@ 263ETAGS = @ETAGS@ 264EXEEXT = @EXEEXT@ 265FGREP = @FGREP@ 266FILECMD = @FILECMD@ 267GREP = @GREP@ 268INCLUDE_INTTYPES_H = @INCLUDE_INTTYPES_H@ 269INCLUDE_STDINT_H = @INCLUDE_STDINT_H@ 270INCLUDE_SYS_TYPES_H = @INCLUDE_SYS_TYPES_H@ 271INSTALL = @INSTALL@ 272INSTALL_DATA = @INSTALL_DATA@ 273INSTALL_PROGRAM = @INSTALL_PROGRAM@ 274INSTALL_SCRIPT = @INSTALL_SCRIPT@ 275INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 276LD = @LD@ 277LDFLAGS = @LDFLAGS@ 278LIBOBJS = @LIBOBJS@ 279LIBS = @LIBS@ 280LIBTOOL = @LIBTOOL@ 281LIBTOOL_DEPS = @LIBTOOL_DEPS@ 282LIB_AGE = @LIB_AGE@ 283LIB_CURRENT = @LIB_CURRENT@ 284LIB_REVISION = @LIB_REVISION@ 285LIPO = @LIPO@ 286LN_S = @LN_S@ 287LTLIBOBJS = @LTLIBOBJS@ 288LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 289MAINT = @MAINT@ 290MAKEINFO = @MAKEINFO@ 291MANIFEST_TOOL = @MANIFEST_TOOL@ 292MKDIR_P = @MKDIR_P@ 293NM = @NM@ 294NMEDIT = @NMEDIT@ 295OBJDUMP = @OBJDUMP@ 296OBJEXT = @OBJEXT@ 297OPT = @OPT@ 298OTOOL = @OTOOL@ 299OTOOL64 = @OTOOL64@ 300PACKAGE = @PACKAGE@ 301PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 302PACKAGE_NAME = @PACKAGE_NAME@ 303PACKAGE_STRING = @PACKAGE_STRING@ 304PACKAGE_TARNAME = @PACKAGE_TARNAME@ 305PACKAGE_URL = @PACKAGE_URL@ 306PACKAGE_VERSION = @PACKAGE_VERSION@ 307PATH_SEPARATOR = @PATH_SEPARATOR@ 308PROFILE = @PROFILE@ 309RANLIB = @RANLIB@ 310SED = @SED@ 311SET_MAKE = @SET_MAKE@ 312SHELL = @SHELL@ 313SIZE16 = @SIZE16@ 314SIZE32 = @SIZE32@ 315SIZE64 = @SIZE64@ 316STRIP = @STRIP@ 317USIZE16 = @USIZE16@ 318USIZE32 = @USIZE32@ 319USIZE64 = @USIZE64@ 320VERSION = @VERSION@ 321abs_builddir = @abs_builddir@ 322abs_srcdir = @abs_srcdir@ 323abs_top_builddir = @abs_top_builddir@ 324abs_top_srcdir = @abs_top_srcdir@ 325ac_ct_AR = @ac_ct_AR@ 326ac_ct_CC = @ac_ct_CC@ 327ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 328am__include = @am__include@ 329am__leading_dot = @am__leading_dot@ 330am__quote = @am__quote@ 331am__tar = @am__tar@ 332am__untar = @am__untar@ 333bindir = @bindir@ 334build = @build@ 335build_alias = @build_alias@ 336build_cpu = @build_cpu@ 337build_os = @build_os@ 338build_vendor = @build_vendor@ 339builddir = @builddir@ 340datadir = @datadir@ 341datarootdir = @datarootdir@ 342docdir = @docdir@ 343dvidir = @dvidir@ 344exec_prefix = @exec_prefix@ 345host = @host@ 346host_alias = @host_alias@ 347host_cpu = @host_cpu@ 348host_os = @host_os@ 349host_vendor = @host_vendor@ 350htmldir = @htmldir@ 351includedir = @includedir@ 352infodir = @infodir@ 353install_sh = @install_sh@ 354libdir = @libdir@ 355libexecdir = @libexecdir@ 356localedir = @localedir@ 357localstatedir = @localstatedir@ 358mandir = @mandir@ 359mkdir_p = @mkdir_p@ 360oldincludedir = @oldincludedir@ 361pdfdir = @pdfdir@ 362prefix = @prefix@ 363program_transform_name = @program_transform_name@ 364psdir = @psdir@ 365runstatedir = @runstatedir@ 366sbindir = @sbindir@ 367sharedstatedir = @sharedstatedir@ 368srcdir = @srcdir@ 369sysconfdir = @sysconfdir@ 370target_alias = @target_alias@ 371top_build_prefix = @top_build_prefix@ 372top_builddir = @top_builddir@ 373top_srcdir = @top_srcdir@ 374 375#AUTOMAKE_OPTIONS = foreign 1.6 dist-zip 376AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz 377ACLOCAL_AMFLAGS = -I m4 378SUBDIRS = src include doc 379m4datadir = $(datadir)/aclocal 380m4data_DATA = ogg.m4 381pkgconfigdir = $(libdir)/pkgconfig 382pkgconfig_DATA = ogg.pc 383EXTRA_DIST = README.md AUTHORS CHANGES COPYING \ 384 libogg.spec libogg.spec.in \ 385 ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \ 386 win32 CMakeLists.txt cmake 387 388 389# Verify cmake works with the dist tarball. 390cmake_builddir = _build.cmake 391all: config.h 392 $(MAKE) $(AM_MAKEFLAGS) all-recursive 393 394.SUFFIXES: 395am--refresh: Makefile 396 @: 397$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 398 @for dep in $?; do \ 399 case '$(am__configure_deps)' in \ 400 *$$dep*) \ 401 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 402 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 403 && exit 0; \ 404 exit 1;; \ 405 esac; \ 406 done; \ 407 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 408 $(am__cd) $(top_srcdir) && \ 409 $(AUTOMAKE) --foreign Makefile 410Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 411 @case '$?' in \ 412 *config.status*) \ 413 echo ' $(SHELL) ./config.status'; \ 414 $(SHELL) ./config.status;; \ 415 *) \ 416 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 417 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 418 esac; 419 420$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 421 $(SHELL) ./config.status --recheck 422 423$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 424 $(am__cd) $(srcdir) && $(AUTOCONF) 425$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 426 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 427$(am__aclocal_m4_deps): 428 429config.h: stamp-h1 430 @test -f $@ || rm -f stamp-h1 431 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 432 433stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 434 @rm -f stamp-h1 435 cd $(top_builddir) && $(SHELL) ./config.status config.h 436$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 437 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 438 rm -f stamp-h1 439 touch $@ 440 441distclean-hdr: 442 -rm -f config.h stamp-h1 443libogg.spec: $(top_builddir)/config.status $(srcdir)/libogg.spec.in 444 cd $(top_builddir) && $(SHELL) ./config.status $@ 445ogg.pc: $(top_builddir)/config.status $(srcdir)/ogg.pc.in 446 cd $(top_builddir) && $(SHELL) ./config.status $@ 447ogg-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/ogg-uninstalled.pc.in 448 cd $(top_builddir) && $(SHELL) ./config.status $@ 449 450mostlyclean-libtool: 451 -rm -f *.lo 452 453clean-libtool: 454 -rm -rf .libs _libs 455 456distclean-libtool: 457 -rm -f libtool config.lt 458install-m4dataDATA: $(m4data_DATA) 459 @$(NORMAL_INSTALL) 460 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ 461 if test -n "$$list"; then \ 462 echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \ 463 $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \ 464 fi; \ 465 for p in $$list; do \ 466 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 467 echo "$$d$$p"; \ 468 done | $(am__base_list) | \ 469 while read files; do \ 470 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \ 471 $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \ 472 done 473 474uninstall-m4dataDATA: 475 @$(NORMAL_UNINSTALL) 476 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ 477 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 478 dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir) 479install-pkgconfigDATA: $(pkgconfig_DATA) 480 @$(NORMAL_INSTALL) 481 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 482 if test -n "$$list"; then \ 483 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 484 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 485 fi; \ 486 for p in $$list; do \ 487 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 488 echo "$$d$$p"; \ 489 done | $(am__base_list) | \ 490 while read files; do \ 491 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 492 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 493 done 494 495uninstall-pkgconfigDATA: 496 @$(NORMAL_UNINSTALL) 497 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 498 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 499 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 500 501# This directory's subdirectories are mostly independent; you can cd 502# into them and run 'make' without going through this Makefile. 503# To change the values of 'make' variables: instead of editing Makefiles, 504# (1) if the variable is set in 'config.status', edit 'config.status' 505# (which will cause the Makefiles to be regenerated when you run 'make'); 506# (2) otherwise, pass the desired values on the 'make' command line. 507$(am__recursive_targets): 508 @fail=; \ 509 if $(am__make_keepgoing); then \ 510 failcom='fail=yes'; \ 511 else \ 512 failcom='exit 1'; \ 513 fi; \ 514 dot_seen=no; \ 515 target=`echo $@ | sed s/-recursive//`; \ 516 case "$@" in \ 517 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 518 *) list='$(SUBDIRS)' ;; \ 519 esac; \ 520 for subdir in $$list; do \ 521 echo "Making $$target in $$subdir"; \ 522 if test "$$subdir" = "."; then \ 523 dot_seen=yes; \ 524 local_target="$$target-am"; \ 525 else \ 526 local_target="$$target"; \ 527 fi; \ 528 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 529 || eval $$failcom; \ 530 done; \ 531 if test "$$dot_seen" = "no"; then \ 532 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 533 fi; test -z "$$fail" 534 535ID: $(am__tagged_files) 536 $(am__define_uniq_tagged_files); mkid -fID $$unique 537tags: tags-recursive 538TAGS: tags 539 540tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 541 set x; \ 542 here=`pwd`; \ 543 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 544 include_option=--etags-include; \ 545 empty_fix=.; \ 546 else \ 547 include_option=--include; \ 548 empty_fix=; \ 549 fi; \ 550 list='$(SUBDIRS)'; for subdir in $$list; do \ 551 if test "$$subdir" = .; then :; else \ 552 test ! -f $$subdir/TAGS || \ 553 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 554 fi; \ 555 done; \ 556 $(am__define_uniq_tagged_files); \ 557 shift; \ 558 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 559 test -n "$$unique" || unique=$$empty_fix; \ 560 if test $$# -gt 0; then \ 561 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 562 "$$@" $$unique; \ 563 else \ 564 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 565 $$unique; \ 566 fi; \ 567 fi 568ctags: ctags-recursive 569 570CTAGS: ctags 571ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 572 $(am__define_uniq_tagged_files); \ 573 test -z "$(CTAGS_ARGS)$$unique" \ 574 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 575 $$unique 576 577GTAGS: 578 here=`$(am__cd) $(top_builddir) && pwd` \ 579 && $(am__cd) $(top_srcdir) \ 580 && gtags -i $(GTAGS_ARGS) "$$here" 581cscope: cscope.files 582 test ! -s cscope.files \ 583 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 584clean-cscope: 585 -rm -f cscope.files 586cscope.files: clean-cscope cscopelist 587cscopelist: cscopelist-recursive 588 589cscopelist-am: $(am__tagged_files) 590 list='$(am__tagged_files)'; \ 591 case "$(srcdir)" in \ 592 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 593 *) sdir=$(subdir)/$(srcdir) ;; \ 594 esac; \ 595 for i in $$list; do \ 596 if test -f "$$i"; then \ 597 echo "$(subdir)/$$i"; \ 598 else \ 599 echo "$$sdir/$$i"; \ 600 fi; \ 601 done >> $(top_builddir)/cscope.files 602 603distclean-tags: 604 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 605 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 606distdir: $(BUILT_SOURCES) 607 $(MAKE) $(AM_MAKEFLAGS) distdir-am 608 609distdir-am: $(DISTFILES) 610 $(am__remove_distdir) 611 test -d "$(distdir)" || mkdir "$(distdir)" 612 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 613 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 614 list='$(DISTFILES)'; \ 615 dist_files=`for file in $$list; do echo $$file; done | \ 616 sed -e "s|^$$srcdirstrip/||;t" \ 617 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 618 case $$dist_files in \ 619 */*) $(MKDIR_P) `echo "$$dist_files" | \ 620 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 621 sort -u` ;; \ 622 esac; \ 623 for file in $$dist_files; do \ 624 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 625 if test -d $$d/$$file; then \ 626 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 627 if test -d "$(distdir)/$$file"; then \ 628 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 629 fi; \ 630 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 631 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 632 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 633 fi; \ 634 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 635 else \ 636 test -f "$(distdir)/$$file" \ 637 || cp -p $$d/$$file "$(distdir)/$$file" \ 638 || exit 1; \ 639 fi; \ 640 done 641 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 642 if test "$$subdir" = .; then :; else \ 643 $(am__make_dryrun) \ 644 || test -d "$(distdir)/$$subdir" \ 645 || $(MKDIR_P) "$(distdir)/$$subdir" \ 646 || exit 1; \ 647 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 648 $(am__relativize); \ 649 new_distdir=$$reldir; \ 650 dir1=$$subdir; dir2="$(top_distdir)"; \ 651 $(am__relativize); \ 652 new_top_distdir=$$reldir; \ 653 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 654 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 655 ($(am__cd) $$subdir && \ 656 $(MAKE) $(AM_MAKEFLAGS) \ 657 top_distdir="$$new_top_distdir" \ 658 distdir="$$new_distdir" \ 659 am__remove_distdir=: \ 660 am__skip_length_check=: \ 661 am__skip_mode_fix=: \ 662 distdir) \ 663 || exit 1; \ 664 fi; \ 665 done 666 $(MAKE) $(AM_MAKEFLAGS) \ 667 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 668 dist-hook 669 -test -n "$(am__skip_mode_fix)" \ 670 || find "$(distdir)" -type d ! -perm -755 \ 671 -exec chmod u+rwx,go+rx {} \; -o \ 672 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 673 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 674 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 675 || chmod -R a+r "$(distdir)" 676dist-gzip: distdir 677 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 678 $(am__post_remove_distdir) 679 680dist-bzip2: distdir 681 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 682 $(am__post_remove_distdir) 683 684dist-lzip: distdir 685 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 686 $(am__post_remove_distdir) 687dist-xz: distdir 688 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 689 $(am__post_remove_distdir) 690 691dist-zstd: distdir 692 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 693 $(am__post_remove_distdir) 694 695dist-tarZ: distdir 696 @echo WARNING: "Support for distribution archives compressed with" \ 697 "legacy program 'compress' is deprecated." >&2 698 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 699 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 700 $(am__post_remove_distdir) 701 702dist-shar: distdir 703 @echo WARNING: "Support for shar distribution archives is" \ 704 "deprecated." >&2 705 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 706 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 707 $(am__post_remove_distdir) 708dist-zip: distdir 709 -rm -f $(distdir).zip 710 zip -rq $(distdir).zip $(distdir) 711 $(am__post_remove_distdir) 712 713dist dist-all: 714 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 715 $(am__post_remove_distdir) 716 717# This target untars the dist file and tries a VPATH configuration. Then 718# it guarantees that the distribution is self-contained by making another 719# tarfile. 720distcheck: dist 721 case '$(DIST_ARCHIVES)' in \ 722 *.tar.gz*) \ 723 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 724 *.tar.bz2*) \ 725 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 726 *.tar.lz*) \ 727 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 728 *.tar.xz*) \ 729 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 730 *.tar.Z*) \ 731 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 732 *.shar.gz*) \ 733 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 734 *.zip*) \ 735 unzip $(distdir).zip ;;\ 736 *.tar.zst*) \ 737 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 738 esac 739 chmod -R a-w $(distdir) 740 chmod u+w $(distdir) 741 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 742 chmod a-w $(distdir) 743 test -d $(distdir)/_build || exit 0; \ 744 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 745 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 746 && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \ 747 && am__cwd=`pwd` \ 748 && $(am__cd) $(distdir)/_build/sub \ 749 && ../../configure \ 750 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 751 $(DISTCHECK_CONFIGURE_FLAGS) \ 752 --srcdir=../.. --prefix="$$dc_install_base" \ 753 && $(MAKE) $(AM_MAKEFLAGS) \ 754 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 755 && $(MAKE) $(AM_MAKEFLAGS) check \ 756 && $(MAKE) $(AM_MAKEFLAGS) install \ 757 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 758 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 759 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 760 distuninstallcheck \ 761 && chmod -R a-w "$$dc_install_base" \ 762 && ({ \ 763 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 764 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 765 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 766 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 767 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 768 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 769 && rm -rf "$$dc_destdir" \ 770 && $(MAKE) $(AM_MAKEFLAGS) dist \ 771 && rm -rf $(DIST_ARCHIVES) \ 772 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 773 && cd "$$am__cwd" \ 774 || exit 1 775 $(am__post_remove_distdir) 776 @(echo "$(distdir) archives ready for distribution: "; \ 777 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 778 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 779distuninstallcheck: 780 @test -n '$(distuninstallcheck_dir)' || { \ 781 echo 'ERROR: trying to run $@ with an empty' \ 782 '$$(distuninstallcheck_dir)' >&2; \ 783 exit 1; \ 784 }; \ 785 $(am__cd) '$(distuninstallcheck_dir)' || { \ 786 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 787 exit 1; \ 788 }; \ 789 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 790 || { echo "ERROR: files left after uninstall:" ; \ 791 if test -n "$(DESTDIR)"; then \ 792 echo " (check DESTDIR support)"; \ 793 fi ; \ 794 $(distuninstallcheck_listfiles) ; \ 795 exit 1; } >&2 796distcleancheck: distclean 797 @if test '$(srcdir)' = . ; then \ 798 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 799 exit 1 ; \ 800 fi 801 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 802 || { echo "ERROR: files left in build directory after distclean:" ; \ 803 $(distcleancheck_listfiles) ; \ 804 exit 1; } >&2 805check-am: all-am 806check: check-recursive 807all-am: Makefile $(DATA) config.h 808installdirs: installdirs-recursive 809installdirs-am: 810 for dir in "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"; do \ 811 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 812 done 813install: install-recursive 814install-exec: install-exec-recursive 815install-data: install-data-recursive 816uninstall: uninstall-recursive 817 818install-am: all-am 819 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 820 821installcheck: installcheck-recursive 822install-strip: 823 if test -z '$(STRIP)'; then \ 824 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 825 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 826 install; \ 827 else \ 828 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 829 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 830 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 831 fi 832mostlyclean-generic: 833 834clean-generic: 835 836distclean-generic: 837 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 838 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 839 840maintainer-clean-generic: 841 @echo "This command is intended for maintainers to use" 842 @echo "it deletes files that may require special tools to rebuild." 843clean: clean-recursive 844 845clean-am: clean-generic clean-libtool mostlyclean-am 846 847distclean: distclean-recursive 848 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 849 -rm -f Makefile 850distclean-am: clean-am distclean-generic distclean-hdr \ 851 distclean-libtool distclean-tags 852 853dvi: dvi-recursive 854 855dvi-am: 856 857html: html-recursive 858 859html-am: 860 861info: info-recursive 862 863info-am: 864 865install-data-am: install-m4dataDATA install-pkgconfigDATA 866 867install-dvi: install-dvi-recursive 868 869install-dvi-am: 870 871install-exec-am: 872 873install-html: install-html-recursive 874 875install-html-am: 876 877install-info: install-info-recursive 878 879install-info-am: 880 881install-man: 882 883install-pdf: install-pdf-recursive 884 885install-pdf-am: 886 887install-ps: install-ps-recursive 888 889install-ps-am: 890 891installcheck-am: 892 893maintainer-clean: maintainer-clean-recursive 894 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 895 -rm -rf $(top_srcdir)/autom4te.cache 896 -rm -f Makefile 897maintainer-clean-am: distclean-am maintainer-clean-generic 898 899mostlyclean: mostlyclean-recursive 900 901mostlyclean-am: mostlyclean-generic mostlyclean-libtool 902 903pdf: pdf-recursive 904 905pdf-am: 906 907ps: ps-recursive 908 909ps-am: 910 911uninstall-am: uninstall-m4dataDATA uninstall-pkgconfigDATA 912 913.MAKE: $(am__recursive_targets) all install-am install-strip 914 915.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 916 am--refresh check check-am clean clean-cscope clean-generic \ 917 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 918 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 919 dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ 920 distclean-generic distclean-hdr distclean-libtool \ 921 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 922 dvi-am html html-am info info-am install install-am \ 923 install-data install-data-am install-dvi install-dvi-am \ 924 install-exec install-exec-am install-html install-html-am \ 925 install-info install-info-am install-m4dataDATA install-man \ 926 install-pdf install-pdf-am install-pkgconfigDATA install-ps \ 927 install-ps-am install-strip installcheck installcheck-am \ 928 installdirs installdirs-am maintainer-clean \ 929 maintainer-clean-generic mostlyclean mostlyclean-generic \ 930 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 931 uninstall-am uninstall-m4dataDATA uninstall-pkgconfigDATA 932 933.PRECIOUS: Makefile 934 935 936dist-hook: 937 for item in $(EXTRA_DIST); do \ 938 if test -d $$item; then \ 939 echo -n "cleaning dir $$item for distribution..."; \ 940 rm -rf `find $(distdir)/$$item -name .svn`; \ 941 echo "OK"; \ 942 fi; \ 943 done 944distcheck-hook: 945 $(RM) -rf $(cmake_builddir) 946 mkdir $(cmake_builddir) 947 cd $(cmake_builddir) && cmake ../$(top_distdir) 948 cd $(cmake_builddir) && cmake --build . 949 cd $(cmake_builddir) && ctest 950 $(RM) -rf $(cmake_builddir) 951 952debug: 953 $(MAKE) all CFLAGS="@DEBUG@" 954 955profile: 956 $(MAKE) all CFLAGS="@PROFILE@" 957 958# Tell versions [3.59,3.63) of GNU make to not export all variables. 959# Otherwise a system limit (for SysV at least) may be exceeded. 960.NOEXPORT: 961