Makefile.in (22612B)
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 17# 18# Licensed to the Apache Software Foundation (ASF) under one 19# or more contributor license agreements. See the NOTICE file 20# distributed with this work for additional information 21# regarding copyright ownership. The ASF licenses this file 22# to you under the Apache License, Version 2.0 (the 23# "License"); you may not use this file except in compliance 24# with the License. You may obtain a copy of the License at 25# 26# http://www.apache.org/licenses/LICENSE-2.0 27# 28# Unless required by applicable law or agreed to in writing, 29# software distributed under the License is distributed on an 30# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 31# KIND, either express or implied. See the License for the 32# specific language governing permissions and limitations 33# under the License. 34# 35# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim 36# into Makefile.in. Though the build system (GNU Autotools) automatically adds 37# its own license boilerplate to the generated Makefile.in, that boilerplate 38# does not apply to the transcluded portions of Makefile.am which are licensed 39# to you by the ASF under the Apache License, Version 2.0, as described above. 40# 41 42 43VPATH = @srcdir@ 44am__is_gnu_make = { \ 45 if test -z '$(MAKELEVEL)'; then \ 46 false; \ 47 elif test -n '$(MAKE_HOST)'; then \ 48 true; \ 49 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 50 true; \ 51 else \ 52 false; \ 53 fi; \ 54} 55am__make_running_with_option = \ 56 case $${target_option-} in \ 57 ?) ;; \ 58 *) echo "am__make_running_with_option: internal error: invalid" \ 59 "target option '$${target_option-}' specified" >&2; \ 60 exit 1;; \ 61 esac; \ 62 has_opt=no; \ 63 sane_makeflags=$$MAKEFLAGS; \ 64 if $(am__is_gnu_make); then \ 65 sane_makeflags=$$MFLAGS; \ 66 else \ 67 case $$MAKEFLAGS in \ 68 *\\[\ \ ]*) \ 69 bs=\\; \ 70 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 71 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 72 esac; \ 73 fi; \ 74 skip_next=no; \ 75 strip_trailopt () \ 76 { \ 77 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 78 }; \ 79 for flg in $$sane_makeflags; do \ 80 test $$skip_next = yes && { skip_next=no; continue; }; \ 81 case $$flg in \ 82 *=*|--*) continue;; \ 83 -*I) strip_trailopt 'I'; skip_next=yes;; \ 84 -*I?*) strip_trailopt 'I';; \ 85 -*O) strip_trailopt 'O'; skip_next=yes;; \ 86 -*O?*) strip_trailopt 'O';; \ 87 -*l) strip_trailopt 'l'; skip_next=yes;; \ 88 -*l?*) strip_trailopt 'l';; \ 89 -[dEDm]) skip_next=yes;; \ 90 -[JT]) skip_next=yes;; \ 91 esac; \ 92 case $$flg in \ 93 *$$target_option*) has_opt=yes; break;; \ 94 esac; \ 95 done; \ 96 test $$has_opt = yes 97am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 98am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 99pkgdatadir = $(datadir)/@PACKAGE@ 100pkgincludedir = $(includedir)/@PACKAGE@ 101pkglibdir = $(libdir)/@PACKAGE@ 102pkglibexecdir = $(libexecdir)/@PACKAGE@ 103am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 104install_sh_DATA = $(install_sh) -c -m 644 105install_sh_PROGRAM = $(install_sh) -c 106install_sh_SCRIPT = $(install_sh) -c 107INSTALL_HEADER = $(INSTALL_DATA) 108transform = $(program_transform_name) 109NORMAL_INSTALL = : 110PRE_INSTALL = : 111POST_INSTALL = : 112NORMAL_UNINSTALL = : 113PRE_UNINSTALL = : 114POST_UNINSTALL = : 115build_triplet = @build@ 116host_triplet = @host@ 117subdir = src/pulse 118ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 119am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 120 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 121 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 122 $(top_srcdir)/configure.ac 123am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 124 $(ACLOCAL_M4) 125DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ 126 $(am__DIST_COMMON) 127mkinstalldirs = $(install_sh) -d 128CONFIG_HEADER = $(top_builddir)/config.h 129CONFIG_CLEAN_FILES = 130CONFIG_CLEAN_VPATH_FILES = 131LTLIBRARIES = $(noinst_LTLIBRARIES) 132libguac_pulse_la_DEPENDENCIES = 133am_libguac_pulse_la_OBJECTS = libguac_pulse_la-pulse.lo 134libguac_pulse_la_OBJECTS = $(am_libguac_pulse_la_OBJECTS) 135AM_V_lt = $(am__v_lt_@AM_V@) 136am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 137am__v_lt_0 = --silent 138am__v_lt_1 = 139libguac_pulse_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 140 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 141 $(libguac_pulse_la_CFLAGS) $(CFLAGS) \ 142 $(libguac_pulse_la_LDFLAGS) $(LDFLAGS) -o $@ 143AM_V_P = $(am__v_P_@AM_V@) 144am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 145am__v_P_0 = false 146am__v_P_1 = : 147AM_V_GEN = $(am__v_GEN_@AM_V@) 148am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 149am__v_GEN_0 = @echo " GEN " $@; 150am__v_GEN_1 = 151AM_V_at = $(am__v_at_@AM_V@) 152am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 153am__v_at_0 = @ 154am__v_at_1 = 155DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 156depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 157am__maybe_remake_depfiles = depfiles 158am__depfiles_remade = ./$(DEPDIR)/libguac_pulse_la-pulse.Plo 159am__mv = mv -f 160COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 161 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 162LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 163 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 164 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 165 $(AM_CFLAGS) $(CFLAGS) 166AM_V_CC = $(am__v_CC_@AM_V@) 167am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 168am__v_CC_0 = @echo " CC " $@; 169am__v_CC_1 = 170CCLD = $(CC) 171LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 172 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 173 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 174AM_V_CCLD = $(am__v_CCLD_@AM_V@) 175am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 176am__v_CCLD_0 = @echo " CCLD " $@; 177am__v_CCLD_1 = 178SOURCES = $(libguac_pulse_la_SOURCES) 179DIST_SOURCES = $(libguac_pulse_la_SOURCES) 180am__can_run_installinfo = \ 181 case $$AM_UPDATE_INFO_DIR in \ 182 n|no|NO) false;; \ 183 *) (install-info --version) >/dev/null 2>&1;; \ 184 esac 185HEADERS = $(noinst_HEADERS) 186am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 187# Read a list of newline-separated strings from the standard input, 188# and print each of them once, without duplicates. Input order is 189# *not* preserved. 190am__uniquify_input = $(AWK) '\ 191 BEGIN { nonempty = 0; } \ 192 { items[$$0] = 1; nonempty = 1; } \ 193 END { if (nonempty) { for (i in items) print i; }; } \ 194' 195# Make sure the list of sources is unique. This is necessary because, 196# e.g., the same source file might be shared among _SOURCES variables 197# for different programs/libraries. 198am__define_uniq_tagged_files = \ 199 list='$(am__tagged_files)'; \ 200 unique=`for i in $$list; do \ 201 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 202 done | $(am__uniquify_input)` 203am__DIST_COMMON = $(srcdir)/Makefile.in \ 204 $(top_srcdir)/build-aux/depcomp 205DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 206ACLOCAL = @ACLOCAL@ 207AMTAR = @AMTAR@ 208AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 209AR = @AR@ 210AUTOCONF = @AUTOCONF@ 211AUTOHEADER = @AUTOHEADER@ 212AUTOMAKE = @AUTOMAKE@ 213AVCODEC_CFLAGS = @AVCODEC_CFLAGS@ 214AVCODEC_LIBS = @AVCODEC_LIBS@ 215AVFORMAT_CFLAGS = @AVFORMAT_CFLAGS@ 216AVFORMAT_LIBS = @AVFORMAT_LIBS@ 217AVUTIL_CFLAGS = @AVUTIL_CFLAGS@ 218AVUTIL_LIBS = @AVUTIL_LIBS@ 219AWK = @AWK@ 220CAIRO_LIBS = @CAIRO_LIBS@ 221CC = @CC@ 222CCDEPMODE = @CCDEPMODE@ 223CFLAGS = @CFLAGS@ 224COMMON_INCLUDE = @COMMON_INCLUDE@ 225COMMON_LTLIB = @COMMON_LTLIB@ 226COMMON_SSH_INCLUDE = @COMMON_SSH_INCLUDE@ 227COMMON_SSH_LTLIB = @COMMON_SSH_LTLIB@ 228CPP = @CPP@ 229CPPFLAGS = @CPPFLAGS@ 230CSCOPE = @CSCOPE@ 231CTAGS = @CTAGS@ 232CUNIT_LIBS = @CUNIT_LIBS@ 233CYGPATH_W = @CYGPATH_W@ 234DEFS = @DEFS@ 235DEPDIR = @DEPDIR@ 236DLLTOOL = @DLLTOOL@ 237DL_LIBS = @DL_LIBS@ 238DSYMUTIL = @DSYMUTIL@ 239DUMPBIN = @DUMPBIN@ 240ECHO_C = @ECHO_C@ 241ECHO_N = @ECHO_N@ 242ECHO_T = @ECHO_T@ 243EGREP = @EGREP@ 244ETAGS = @ETAGS@ 245EXEEXT = @EXEEXT@ 246FGREP = @FGREP@ 247FILECMD = @FILECMD@ 248FREERDP2_PLUGIN_DIR = @FREERDP2_PLUGIN_DIR@ 249GREP = @GREP@ 250INSTALL = @INSTALL@ 251INSTALL_DATA = @INSTALL_DATA@ 252INSTALL_PROGRAM = @INSTALL_PROGRAM@ 253INSTALL_SCRIPT = @INSTALL_SCRIPT@ 254INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 255JPEG_LIBS = @JPEG_LIBS@ 256LD = @LD@ 257LDFLAGS = @LDFLAGS@ 258LIBGUAC_CLIENT_KUBERNETES_INCLUDE = @LIBGUAC_CLIENT_KUBERNETES_INCLUDE@ 259LIBGUAC_CLIENT_KUBERNETES_LTLIB = @LIBGUAC_CLIENT_KUBERNETES_LTLIB@ 260LIBGUAC_CLIENT_RDP_INCLUDE = @LIBGUAC_CLIENT_RDP_INCLUDE@ 261LIBGUAC_CLIENT_RDP_LTLIB = @LIBGUAC_CLIENT_RDP_LTLIB@ 262LIBGUAC_INCLUDE = @LIBGUAC_INCLUDE@ 263LIBGUAC_LTLIB = @LIBGUAC_LTLIB@ 264LIBOBJS = @LIBOBJS@ 265LIBS = @LIBS@ 266LIBTOOL = @LIBTOOL@ 267LIPO = @LIPO@ 268LN_S = @LN_S@ 269LTLIBOBJS = @LTLIBOBJS@ 270LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 271MAKEINFO = @MAKEINFO@ 272MANIFEST_TOOL = @MANIFEST_TOOL@ 273MATH_LIBS = @MATH_LIBS@ 274MKDIR_P = @MKDIR_P@ 275NM = @NM@ 276NMEDIT = @NMEDIT@ 277OBJDUMP = @OBJDUMP@ 278OBJEXT = @OBJEXT@ 279OTOOL = @OTOOL@ 280OTOOL64 = @OTOOL64@ 281PACKAGE = @PACKAGE@ 282PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 283PACKAGE_NAME = @PACKAGE_NAME@ 284PACKAGE_STRING = @PACKAGE_STRING@ 285PACKAGE_TARNAME = @PACKAGE_TARNAME@ 286PACKAGE_URL = @PACKAGE_URL@ 287PACKAGE_VERSION = @PACKAGE_VERSION@ 288PANGOCAIRO_CFLAGS = @PANGOCAIRO_CFLAGS@ 289PANGOCAIRO_LIBS = @PANGOCAIRO_LIBS@ 290PANGO_CFLAGS = @PANGO_CFLAGS@ 291PANGO_LIBS = @PANGO_LIBS@ 292PATH_SEPARATOR = @PATH_SEPARATOR@ 293PKG_CONFIG = @PKG_CONFIG@ 294PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 295PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 296PNG_LIBS = @PNG_LIBS@ 297PTHREAD_LIBS = @PTHREAD_LIBS@ 298PULSE_INCLUDE = @PULSE_INCLUDE@ 299PULSE_LIBS = @PULSE_LIBS@ 300PULSE_LTLIB = @PULSE_LTLIB@ 301RANLIB = @RANLIB@ 302RDP_CFLAGS = @RDP_CFLAGS@ 303RDP_LIBS = @RDP_LIBS@ 304SED = @SED@ 305SET_MAKE = @SET_MAKE@ 306SHELL = @SHELL@ 307SSH_LIBS = @SSH_LIBS@ 308SSL_LIBS = @SSL_LIBS@ 309STRIP = @STRIP@ 310SWSCALE_CFLAGS = @SWSCALE_CFLAGS@ 311SWSCALE_LIBS = @SWSCALE_LIBS@ 312TELNET_LIBS = @TELNET_LIBS@ 313TERMINAL_INCLUDE = @TERMINAL_INCLUDE@ 314TERMINAL_LTLIB = @TERMINAL_LTLIB@ 315UUID_LIBS = @UUID_LIBS@ 316VERSION = @VERSION@ 317VNC_LIBS = @VNC_LIBS@ 318VORBIS_LIBS = @VORBIS_LIBS@ 319WEBP_LIBS = @WEBP_LIBS@ 320WEBSOCKETS_LIBS = @WEBSOCKETS_LIBS@ 321WINSOCK_LIBS = @WINSOCK_LIBS@ 322abs_builddir = @abs_builddir@ 323abs_srcdir = @abs_srcdir@ 324abs_top_builddir = @abs_top_builddir@ 325abs_top_srcdir = @abs_top_srcdir@ 326ac_ct_AR = @ac_ct_AR@ 327ac_ct_CC = @ac_ct_CC@ 328ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 329am__include = @am__include@ 330am__leading_dot = @am__leading_dot@ 331am__quote = @am__quote@ 332am__tar = @am__tar@ 333am__untar = @am__untar@ 334bindir = @bindir@ 335build = @build@ 336build_alias = @build_alias@ 337build_cpu = @build_cpu@ 338build_os = @build_os@ 339build_vendor = @build_vendor@ 340builddir = @builddir@ 341datadir = @datadir@ 342datarootdir = @datarootdir@ 343docdir = @docdir@ 344dvidir = @dvidir@ 345exec_prefix = @exec_prefix@ 346host = @host@ 347host_alias = @host_alias@ 348host_cpu = @host_cpu@ 349host_os = @host_os@ 350host_vendor = @host_vendor@ 351htmldir = @htmldir@ 352includedir = @includedir@ 353infodir = @infodir@ 354init_dir = @init_dir@ 355install_sh = @install_sh@ 356libdir = @libdir@ 357libexecdir = @libexecdir@ 358localedir = @localedir@ 359localstatedir = @localstatedir@ 360mandir = @mandir@ 361mkdir_p = @mkdir_p@ 362oldincludedir = @oldincludedir@ 363pdfdir = @pdfdir@ 364prefix = @prefix@ 365program_transform_name = @program_transform_name@ 366psdir = @psdir@ 367runstatedir = @runstatedir@ 368sbindir = @sbindir@ 369sharedstatedir = @sharedstatedir@ 370srcdir = @srcdir@ 371sysconfdir = @sysconfdir@ 372systemd_dir = @systemd_dir@ 373target_alias = @target_alias@ 374top_build_prefix = @top_build_prefix@ 375top_builddir = @top_builddir@ 376top_srcdir = @top_srcdir@ 377AUTOMAKE_OPTIONS = foreign 378ACLOCAL_AMFLAGS = -I m4 379noinst_LTLIBRARIES = libguac_pulse.la 380noinst_HEADERS = \ 381 pulse/pulse.h 382 383libguac_pulse_la_SOURCES = \ 384 pulse.c 385 386libguac_pulse_la_CFLAGS = \ 387 -Werror -Wall -pedantic \ 388 @LIBGUAC_INCLUDE@ 389 390libguac_pulse_la_LIBADD = \ 391 @LIBGUAC_LTLIB@ 392 393libguac_pulse_la_LDFLAGS = \ 394 @PULSE_LIBS@ 395 396all: all-am 397 398.SUFFIXES: 399.SUFFIXES: .c .lo .o .obj 400$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 401 @for dep in $?; do \ 402 case '$(am__configure_deps)' in \ 403 *$$dep*) \ 404 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 405 && { if test -f $@; then exit 0; else break; fi; }; \ 406 exit 1;; \ 407 esac; \ 408 done; \ 409 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/pulse/Makefile'; \ 410 $(am__cd) $(top_srcdir) && \ 411 $(AUTOMAKE) --foreign src/pulse/Makefile 412Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 413 @case '$?' in \ 414 *config.status*) \ 415 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 416 *) \ 417 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 418 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 419 esac; 420 421$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 422 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 423 424$(top_srcdir)/configure: $(am__configure_deps) 425 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 426$(ACLOCAL_M4): $(am__aclocal_m4_deps) 427 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 428$(am__aclocal_m4_deps): 429 430clean-noinstLTLIBRARIES: 431 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 432 @list='$(noinst_LTLIBRARIES)'; \ 433 locs=`for p in $$list; do echo $$p; done | \ 434 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 435 sort -u`; \ 436 test -z "$$locs" || { \ 437 echo rm -f $${locs}; \ 438 rm -f $${locs}; \ 439 } 440 441libguac_pulse.la: $(libguac_pulse_la_OBJECTS) $(libguac_pulse_la_DEPENDENCIES) $(EXTRA_libguac_pulse_la_DEPENDENCIES) 442 $(AM_V_CCLD)$(libguac_pulse_la_LINK) $(libguac_pulse_la_OBJECTS) $(libguac_pulse_la_LIBADD) $(LIBS) 443 444mostlyclean-compile: 445 -rm -f *.$(OBJEXT) 446 447distclean-compile: 448 -rm -f *.tab.c 449 450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libguac_pulse_la-pulse.Plo@am__quote@ # am--include-marker 451 452$(am__depfiles_remade): 453 @$(MKDIR_P) $(@D) 454 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 455 456am--depfiles: $(am__depfiles_remade) 457 458.c.o: 459@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 460@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 461@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 462@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 463@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 464@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 465 466.c.obj: 467@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 468@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 469@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 470@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 471@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 472@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 473 474.c.lo: 475@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 476@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 477@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 478@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 479@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 480@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 481 482libguac_pulse_la-pulse.lo: pulse.c 483@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_pulse_la_CFLAGS) $(CFLAGS) -MT libguac_pulse_la-pulse.lo -MD -MP -MF $(DEPDIR)/libguac_pulse_la-pulse.Tpo -c -o libguac_pulse_la-pulse.lo `test -f 'pulse.c' || echo '$(srcdir)/'`pulse.c 484@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libguac_pulse_la-pulse.Tpo $(DEPDIR)/libguac_pulse_la-pulse.Plo 485@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pulse.c' object='libguac_pulse_la-pulse.lo' libtool=yes @AMDEPBACKSLASH@ 486@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 487@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libguac_pulse_la_CFLAGS) $(CFLAGS) -c -o libguac_pulse_la-pulse.lo `test -f 'pulse.c' || echo '$(srcdir)/'`pulse.c 488 489mostlyclean-libtool: 490 -rm -f *.lo 491 492clean-libtool: 493 -rm -rf .libs _libs 494 495ID: $(am__tagged_files) 496 $(am__define_uniq_tagged_files); mkid -fID $$unique 497tags: tags-am 498TAGS: tags 499 500tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 501 set x; \ 502 here=`pwd`; \ 503 $(am__define_uniq_tagged_files); \ 504 shift; \ 505 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 506 test -n "$$unique" || unique=$$empty_fix; \ 507 if test $$# -gt 0; then \ 508 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 509 "$$@" $$unique; \ 510 else \ 511 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 512 $$unique; \ 513 fi; \ 514 fi 515ctags: ctags-am 516 517CTAGS: ctags 518ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 519 $(am__define_uniq_tagged_files); \ 520 test -z "$(CTAGS_ARGS)$$unique" \ 521 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 522 $$unique 523 524GTAGS: 525 here=`$(am__cd) $(top_builddir) && pwd` \ 526 && $(am__cd) $(top_srcdir) \ 527 && gtags -i $(GTAGS_ARGS) "$$here" 528cscopelist: cscopelist-am 529 530cscopelist-am: $(am__tagged_files) 531 list='$(am__tagged_files)'; \ 532 case "$(srcdir)" in \ 533 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 534 *) sdir=$(subdir)/$(srcdir) ;; \ 535 esac; \ 536 for i in $$list; do \ 537 if test -f "$$i"; then \ 538 echo "$(subdir)/$$i"; \ 539 else \ 540 echo "$$sdir/$$i"; \ 541 fi; \ 542 done >> $(top_builddir)/cscope.files 543 544distclean-tags: 545 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 546distdir: $(BUILT_SOURCES) 547 $(MAKE) $(AM_MAKEFLAGS) distdir-am 548 549distdir-am: $(DISTFILES) 550 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 551 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 552 list='$(DISTFILES)'; \ 553 dist_files=`for file in $$list; do echo $$file; done | \ 554 sed -e "s|^$$srcdirstrip/||;t" \ 555 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 556 case $$dist_files in \ 557 */*) $(MKDIR_P) `echo "$$dist_files" | \ 558 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 559 sort -u` ;; \ 560 esac; \ 561 for file in $$dist_files; do \ 562 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 563 if test -d $$d/$$file; then \ 564 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 565 if test -d "$(distdir)/$$file"; then \ 566 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 567 fi; \ 568 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 569 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 570 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 571 fi; \ 572 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 573 else \ 574 test -f "$(distdir)/$$file" \ 575 || cp -p $$d/$$file "$(distdir)/$$file" \ 576 || exit 1; \ 577 fi; \ 578 done 579check-am: all-am 580check: check-am 581all-am: Makefile $(LTLIBRARIES) $(HEADERS) 582installdirs: 583install: install-am 584install-exec: install-exec-am 585install-data: install-data-am 586uninstall: uninstall-am 587 588install-am: all-am 589 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 590 591installcheck: installcheck-am 592install-strip: 593 if test -z '$(STRIP)'; then \ 594 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 595 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 596 install; \ 597 else \ 598 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 599 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 600 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 601 fi 602mostlyclean-generic: 603 604clean-generic: 605 606distclean-generic: 607 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 608 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 609 610maintainer-clean-generic: 611 @echo "This command is intended for maintainers to use" 612 @echo "it deletes files that may require special tools to rebuild." 613clean: clean-am 614 615clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 616 mostlyclean-am 617 618distclean: distclean-am 619 -rm -f ./$(DEPDIR)/libguac_pulse_la-pulse.Plo 620 -rm -f Makefile 621distclean-am: clean-am distclean-compile distclean-generic \ 622 distclean-tags 623 624dvi: dvi-am 625 626dvi-am: 627 628html: html-am 629 630html-am: 631 632info: info-am 633 634info-am: 635 636install-data-am: 637 638install-dvi: install-dvi-am 639 640install-dvi-am: 641 642install-exec-am: 643 644install-html: install-html-am 645 646install-html-am: 647 648install-info: install-info-am 649 650install-info-am: 651 652install-man: 653 654install-pdf: install-pdf-am 655 656install-pdf-am: 657 658install-ps: install-ps-am 659 660install-ps-am: 661 662installcheck-am: 663 664maintainer-clean: maintainer-clean-am 665 -rm -f ./$(DEPDIR)/libguac_pulse_la-pulse.Plo 666 -rm -f Makefile 667maintainer-clean-am: distclean-am maintainer-clean-generic 668 669mostlyclean: mostlyclean-am 670 671mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 672 mostlyclean-libtool 673 674pdf: pdf-am 675 676pdf-am: 677 678ps: ps-am 679 680ps-am: 681 682uninstall-am: 683 684.MAKE: install-am install-strip 685 686.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 687 clean-generic clean-libtool clean-noinstLTLIBRARIES \ 688 cscopelist-am ctags ctags-am distclean distclean-compile \ 689 distclean-generic distclean-libtool distclean-tags distdir dvi \ 690 dvi-am html html-am info info-am install install-am \ 691 install-data install-data-am install-dvi install-dvi-am \ 692 install-exec install-exec-am install-html install-html-am \ 693 install-info install-info-am install-man install-pdf \ 694 install-pdf-am install-ps install-ps-am install-strip \ 695 installcheck installcheck-am installdirs maintainer-clean \ 696 maintainer-clean-generic mostlyclean mostlyclean-compile \ 697 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 698 tags tags-am uninstall uninstall-am 699 700.PRECIOUS: Makefile 701 702 703# Tell versions [3.59,3.63) of GNU make to not export all variables. 704# Otherwise a system limit (for SysV at least) may be exceeded. 705.NOEXPORT: