1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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 17# global section for every Makefile.am 18VPATH = @srcdir@ 19am__is_gnu_make = { \ 20 if test -z '$(MAKELEVEL)'; then \ 21 false; \ 22 elif test -n '$(MAKE_HOST)'; then \ 23 true; \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25 true; \ 26 else \ 27 false; \ 28 fi; \ 29} 30am__make_running_with_option = \ 31 case $${target_option-} in \ 32 ?) ;; \ 33 *) echo "am__make_running_with_option: internal error: invalid" \ 34 "target option '$${target_option-}' specified" >&2; \ 35 exit 1;; \ 36 esac; \ 37 has_opt=no; \ 38 sane_makeflags=$$MAKEFLAGS; \ 39 if $(am__is_gnu_make); then \ 40 sane_makeflags=$$MFLAGS; \ 41 else \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 bs=\\; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47 esac; \ 48 fi; \ 49 skip_next=no; \ 50 strip_trailopt () \ 51 { \ 52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53 }; \ 54 for flg in $$sane_makeflags; do \ 55 test $$skip_next = yes && { skip_next=no; continue; }; \ 56 case $$flg in \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ 61 -*O?*) strip_trailopt 'O';; \ 62 -*l) strip_trailopt 'l'; skip_next=yes;; \ 63 -*l?*) strip_trailopt 'l';; \ 64 -[dEDm]) skip_next=yes;; \ 65 -[JT]) skip_next=yes;; \ 66 esac; \ 67 case $$flg in \ 68 *$$target_option*) has_opt=yes; break;; \ 69 esac; \ 70 done; \ 71 test $$has_opt = yes 72am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74pkgdatadir = $(datadir)/@PACKAGE@ 75pkgincludedir = $(includedir)/@PACKAGE@ 76pkglibdir = $(libdir)/@PACKAGE@ 77pkglibexecdir = $(libexecdir)/@PACKAGE@ 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79install_sh_DATA = $(install_sh) -c -m 644 80install_sh_PROGRAM = $(install_sh) -c 81install_sh_SCRIPT = $(install_sh) -c 82INSTALL_HEADER = $(INSTALL_DATA) 83transform = $(program_transform_name) 84NORMAL_INSTALL = : 85PRE_INSTALL = : 86POST_INSTALL = : 87NORMAL_UNINSTALL = : 88PRE_UNINSTALL = : 89POST_UNINSTALL = : 90build_triplet = @build@ 91host_triplet = @host@ 92subdir = dshow 93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 95 $(top_srcdir)/configure.in 96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 97 $(ACLOCAL_M4) 98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 99mkinstalldirs = $(install_sh) -d 100CONFIG_HEADER = $(top_builddir)/config.h 101CONFIG_CLEAN_FILES = 102CONFIG_CLEAN_VPATH_FILES = 103AM_V_P = $(am__v_P_@AM_V@) 104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 105am__v_P_0 = false 106am__v_P_1 = : 107AM_V_GEN = $(am__v_GEN_@AM_V@) 108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 109am__v_GEN_0 = @echo " GEN " $@; 110am__v_GEN_1 = 111AM_V_at = $(am__v_at_@AM_V@) 112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 113am__v_at_0 = @ 114am__v_at_1 = 115SOURCES = 116DIST_SOURCES = 117am__can_run_installinfo = \ 118 case $$AM_UPDATE_INFO_DIR in \ 119 n|no|NO) false;; \ 120 *) (install-info --version) >/dev/null 2>&1;; \ 121 esac 122am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 123am__DIST_COMMON = $(srcdir)/Makefile.in \ 124 $(top_srcdir)/Makefile.am.global README 125DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 126ACLOCAL = @ACLOCAL@ 127ALLOCA = @ALLOCA@ 128AMTAR = @AMTAR@ 129AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 130AR = @AR@ 131AUTOCONF = @AUTOCONF@ 132AUTOHEADER = @AUTOHEADER@ 133AUTOMAKE = @AUTOMAKE@ 134AWK = @AWK@ 135CC = @CC@ 136CCDEPMODE = @CCDEPMODE@ 137CFLAGS = @CFLAGS@ 138CONFIG_DEFS = @CONFIG_DEFS@ 139CONFIG_MATH_LIB = @CONFIG_MATH_LIB@ 140CPP = @CPP@ 141CPPFLAGS = @CPPFLAGS@ 142CPUCCODE = @CPUCCODE@ 143CPUTYPE = @CPUTYPE@ 144CYGPATH_W = @CYGPATH_W@ 145DEFS = @DEFS@ 146DEPDIR = @DEPDIR@ 147DLLTOOL = @DLLTOOL@ 148DSYMUTIL = @DSYMUTIL@ 149DUMPBIN = @DUMPBIN@ 150ECHO_C = @ECHO_C@ 151ECHO_N = @ECHO_N@ 152ECHO_T = @ECHO_T@ 153EGREP = @EGREP@ 154EXEEXT = @EXEEXT@ 155FGREP = @FGREP@ 156FRONTEND_CFLAGS = @FRONTEND_CFLAGS@ 157FRONTEND_LDADD = @FRONTEND_LDADD@ 158FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@ 159GREP = @GREP@ 160GTK_CFLAGS = @GTK_CFLAGS@ 161GTK_CONFIG = @GTK_CONFIG@ 162GTK_LIBS = @GTK_LIBS@ 163INCLUDES = @INCLUDES@ 164INSTALL = @INSTALL@ 165INSTALL_DATA = @INSTALL_DATA@ 166INSTALL_PROGRAM = @INSTALL_PROGRAM@ 167INSTALL_SCRIPT = @INSTALL_SCRIPT@ 168INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 169LD = @LD@ 170LDADD = @LDADD@ 171LDFLAGS = @LDFLAGS@ 172LIBICONV = @LIBICONV@ 173LIBMP3LAME_LDADD = @LIBMP3LAME_LDADD@ 174LIBOBJS = @LIBOBJS@ 175LIBS = @LIBS@ 176LIBTOOL = @LIBTOOL@ 177LIBTOOL_DEPS = @LIBTOOL_DEPS@ 178LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@ 179LIB_MINOR_VERSION = @LIB_MINOR_VERSION@ 180LIPO = @LIPO@ 181LN_S = @LN_S@ 182LTLIBICONV = @LTLIBICONV@ 183LTLIBOBJS = @LTLIBOBJS@ 184LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 185MAINT = @MAINT@ 186MAKEDEP = @MAKEDEP@ 187MAKEINFO = @MAKEINFO@ 188MANIFEST_TOOL = @MANIFEST_TOOL@ 189MKDIR_P = @MKDIR_P@ 190NASM = @NASM@ 191NASM_FORMAT = @NASM_FORMAT@ 192NM = @NM@ 193NMEDIT = @NMEDIT@ 194OBJDUMP = @OBJDUMP@ 195OBJEXT = @OBJEXT@ 196OTOOL = @OTOOL@ 197OTOOL64 = @OTOOL64@ 198PACKAGE = @PACKAGE@ 199PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 200PACKAGE_NAME = @PACKAGE_NAME@ 201PACKAGE_STRING = @PACKAGE_STRING@ 202PACKAGE_TARNAME = @PACKAGE_TARNAME@ 203PACKAGE_URL = @PACKAGE_URL@ 204PACKAGE_VERSION = @PACKAGE_VERSION@ 205PATH_SEPARATOR = @PATH_SEPARATOR@ 206PKG_CONFIG = @PKG_CONFIG@ 207PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 208PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 209RANLIB = @RANLIB@ 210RM_F = @RM_F@ 211SED = @SED@ 212SET_MAKE = @SET_MAKE@ 213SHELL = @SHELL@ 214SNDFILE_CFLAGS = @SNDFILE_CFLAGS@ 215SNDFILE_LIBS = @SNDFILE_LIBS@ 216STRIP = @STRIP@ 217VERSION = @VERSION@ 218WITH_FRONTEND = @WITH_FRONTEND@ 219WITH_MP3RTP = @WITH_MP3RTP@ 220WITH_MP3X = @WITH_MP3X@ 221abs_builddir = @abs_builddir@ 222abs_srcdir = @abs_srcdir@ 223abs_top_builddir = @abs_top_builddir@ 224abs_top_srcdir = @abs_top_srcdir@ 225ac_ct_AR = @ac_ct_AR@ 226ac_ct_CC = @ac_ct_CC@ 227ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 228am__include = @am__include@ 229am__leading_dot = @am__leading_dot@ 230am__quote = @am__quote@ 231am__tar = @am__tar@ 232am__untar = @am__untar@ 233bindir = @bindir@ 234build = @build@ 235build_alias = @build_alias@ 236build_cpu = @build_cpu@ 237build_os = @build_os@ 238build_vendor = @build_vendor@ 239builddir = @builddir@ 240datadir = @datadir@ 241datarootdir = @datarootdir@ 242docdir = @docdir@ 243dvidir = @dvidir@ 244exec_prefix = @exec_prefix@ 245host = @host@ 246host_alias = @host_alias@ 247host_cpu = @host_cpu@ 248host_os = @host_os@ 249host_vendor = @host_vendor@ 250htmldir = @htmldir@ 251includedir = @includedir@ 252infodir = @infodir@ 253install_sh = @install_sh@ 254libdir = @libdir@ 255libexecdir = @libexecdir@ 256localedir = @localedir@ 257localstatedir = @localstatedir@ 258mandir = @mandir@ 259mkdir_p = @mkdir_p@ 260mpg123_CFLAGS = @mpg123_CFLAGS@ 261mpg123_LIBS = @mpg123_LIBS@ 262oldincludedir = @oldincludedir@ 263pdfdir = @pdfdir@ 264prefix = @prefix@ 265program_transform_name = @program_transform_name@ 266psdir = @psdir@ 267sbindir = @sbindir@ 268sharedstatedir = @sharedstatedir@ 269srcdir = @srcdir@ 270sysconfdir = @sysconfdir@ 271target_alias = @target_alias@ 272top_build_prefix = @top_build_prefix@ 273top_builddir = @top_builddir@ 274top_srcdir = @top_srcdir@ 275AUTOMAKE_OPTIONS = 1.15 foreign 276EXTRA_DIST = \ 277 Encoder.cpp \ 278 Encoder.h \ 279 Mpegac.cpp \ 280 Mpegac.def \ 281 Mpegac.h \ 282 PropPage.cpp \ 283 PropPage.h \ 284 PropPage_adv.cpp \ 285 PropPage_adv.h \ 286 Property.rc \ 287 README \ 288 REG.CPP \ 289 REG.H \ 290 UIDS.H \ 291 aboutprp.cpp \ 292 aboutprp.h \ 293 elogo.ico \ 294 iaudioprops.h \ 295 resource.h 296 297all: all-am 298 299.SUFFIXES: 300$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps) 301 @for dep in $?; do \ 302 case '$(am__configure_deps)' in \ 303 *$$dep*) \ 304 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 305 && { if test -f $@; then exit 0; else break; fi; }; \ 306 exit 1;; \ 307 esac; \ 308 done; \ 309 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign dshow/Makefile'; \ 310 $(am__cd) $(top_srcdir) && \ 311 $(AUTOMAKE) --foreign dshow/Makefile 312Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 313 @case '$?' in \ 314 *config.status*) \ 315 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 316 *) \ 317 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 318 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 319 esac; 320$(top_srcdir)/Makefile.am.global $(am__empty): 321 322$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 323 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 324 325$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 326 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 327$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 329$(am__aclocal_m4_deps): 330 331mostlyclean-libtool: 332 -rm -f *.lo 333 334clean-libtool: 335 -rm -rf .libs _libs 336tags TAGS: 337 338ctags CTAGS: 339 340cscope cscopelist: 341 342 343distdir: $(BUILT_SOURCES) 344 $(MAKE) $(AM_MAKEFLAGS) distdir-am 345 346distdir-am: $(DISTFILES) 347 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 348 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 349 list='$(DISTFILES)'; \ 350 dist_files=`for file in $$list; do echo $$file; done | \ 351 sed -e "s|^$$srcdirstrip/||;t" \ 352 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 353 case $$dist_files in \ 354 */*) $(MKDIR_P) `echo "$$dist_files" | \ 355 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 356 sort -u` ;; \ 357 esac; \ 358 for file in $$dist_files; do \ 359 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 360 if test -d $$d/$$file; then \ 361 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 362 if test -d "$(distdir)/$$file"; then \ 363 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 364 fi; \ 365 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 366 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 367 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 368 fi; \ 369 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 370 else \ 371 test -f "$(distdir)/$$file" \ 372 || cp -p $$d/$$file "$(distdir)/$$file" \ 373 || exit 1; \ 374 fi; \ 375 done 376check-am: all-am 377check: check-am 378all-am: Makefile 379installdirs: 380install: install-am 381install-exec: install-exec-am 382install-data: install-data-am 383uninstall: uninstall-am 384 385install-am: all-am 386 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 387 388installcheck: installcheck-am 389install-strip: 390 if test -z '$(STRIP)'; then \ 391 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 392 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 393 install; \ 394 else \ 395 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 396 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 397 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 398 fi 399mostlyclean-generic: 400 401clean-generic: 402 403distclean-generic: 404 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 405 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 406 407maintainer-clean-generic: 408 @echo "This command is intended for maintainers to use" 409 @echo "it deletes files that may require special tools to rebuild." 410clean: clean-am 411 412clean-am: clean-generic clean-libtool mostlyclean-am 413 414distclean: distclean-am 415 -rm -f Makefile 416distclean-am: clean-am distclean-generic 417 418dvi: dvi-am 419 420dvi-am: 421 422html: html-am 423 424html-am: 425 426info: info-am 427 428info-am: 429 430install-data-am: 431 432install-dvi: install-dvi-am 433 434install-dvi-am: 435 436install-exec-am: 437 438install-html: install-html-am 439 440install-html-am: 441 442install-info: install-info-am 443 444install-info-am: 445 446install-man: 447 448install-pdf: install-pdf-am 449 450install-pdf-am: 451 452install-ps: install-ps-am 453 454install-ps-am: 455 456installcheck-am: 457 458maintainer-clean: maintainer-clean-am 459 -rm -f Makefile 460maintainer-clean-am: distclean-am maintainer-clean-generic 461 462mostlyclean: mostlyclean-am 463 464mostlyclean-am: mostlyclean-generic mostlyclean-libtool 465 466pdf: pdf-am 467 468pdf-am: 469 470ps: ps-am 471 472ps-am: 473 474uninstall-am: 475 476.MAKE: install-am install-strip 477 478.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 479 cscopelist-am ctags-am distclean distclean-generic \ 480 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 481 install install-am install-data install-data-am install-dvi \ 482 install-dvi-am install-exec install-exec-am install-html \ 483 install-html-am install-info install-info-am install-man \ 484 install-pdf install-pdf-am install-ps install-ps-am \ 485 install-strip installcheck installcheck-am installdirs \ 486 maintainer-clean maintainer-clean-generic mostlyclean \ 487 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 488 tags-am uninstall uninstall-am 489 490.PRECIOUS: Makefile 491 492 493# end global section 494 495# Tell versions [3.59,3.63) of GNU make to not export all variables. 496# Otherwise a system limit (for SysV at least) may be exceeded. 497.NOEXPORT: 498