Makefile (23351B)
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# src/pulse/Makefile. Generated from Makefile.in by configure. 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 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 43 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)/guacamole-server 100pkgincludedir = $(includedir)/guacamole-server 101pkglibdir = $(libdir)/guacamole-server 102pkglibexecdir = $(libexecdir)/guacamole-server 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 = x86_64-pc-linux-gnu 116host_triplet = x86_64-pc-linux-gnu 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_$(V)) 136am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 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_$(V)) 144am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 145am__v_P_0 = false 146am__v_P_1 = : 147AM_V_GEN = $(am__v_GEN_$(V)) 148am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 149am__v_GEN_0 = @echo " GEN " $@; 150am__v_GEN_1 = 151AM_V_at = $(am__v_at_$(V)) 152am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 153am__v_at_0 = @ 154am__v_at_1 = 155DEFAULT_INCLUDES = -I. -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_$(V)) 167am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 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_$(V)) 175am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 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 = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' aclocal-1.16 207AMTAR = $${TAR-tar} 208AM_DEFAULT_VERBOSITY = 1 209AR = ar 210AUTOCONF = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoconf 211AUTOHEADER = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' autoheader 212AUTOMAKE = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' automake-1.16 213AVCODEC_CFLAGS = 214AVCODEC_LIBS = -lavcodec 215AVFORMAT_CFLAGS = 216AVFORMAT_LIBS = -lavformat 217AVUTIL_CFLAGS = 218AVUTIL_LIBS = -lavutil 219AWK = gawk 220CAIRO_LIBS = -lcairo 221CC = gcc 222CCDEPMODE = depmode=gcc3 223CFLAGS = -g -O2 224COMMON_INCLUDE = -I$(top_srcdir)/src/common 225COMMON_LTLIB = $(top_builddir)/src/common/libguac_common.la 226COMMON_SSH_INCLUDE = -I$(top_srcdir)/src/common-ssh 227COMMON_SSH_LTLIB = $(top_builddir)/src/common-ssh/libguac_common_ssh.la 228CPP = 229CPPFLAGS = 230CSCOPE = cscope 231CTAGS = ctags 232CUNIT_LIBS = 233CYGPATH_W = echo 234DEFS = -DHAVE_CONFIG_H 235DEPDIR = .deps 236DLLTOOL = false 237DL_LIBS = -ldl 238DSYMUTIL = 239DUMPBIN = 240ECHO_C = 241ECHO_N = -n 242ECHO_T = 243EGREP = /usr/bin/grep -E 244ETAGS = etags 245EXEEXT = 246FGREP = /usr/bin/grep -F 247FILECMD = file 248FREERDP2_PLUGIN_DIR = 249GREP = /usr/bin/grep 250INSTALL = /usr/bin/install -c 251INSTALL_DATA = ${INSTALL} -m 644 252INSTALL_PROGRAM = ${INSTALL} 253INSTALL_SCRIPT = ${INSTALL} 254INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 255JPEG_LIBS = -ljpeg 256LD = /usr/bin/ld -m elf_x86_64 257LDFLAGS = 258LIBGUAC_CLIENT_KUBERNETES_INCLUDE = -I$(top_srcdir)/src/protocols/kubernetes 259LIBGUAC_CLIENT_KUBERNETES_LTLIB = $(top_builddir)/src/protocols/kubernetes/libguac-client-kubernetes.la 260LIBGUAC_CLIENT_RDP_INCLUDE = -I$(top_srcdir)/src/protocols/rdp 261LIBGUAC_CLIENT_RDP_LTLIB = $(top_builddir)/src/protocols/rdp/libguac-client-rdp.la 262LIBGUAC_INCLUDE = -I$(top_srcdir)/src/libguac 263LIBGUAC_LTLIB = $(top_builddir)/src/libguac/libguac.la 264LIBOBJS = 265LIBS = 266LIBTOOL = $(SHELL) $(top_builddir)/libtool 267LIPO = 268LN_S = ln -s 269LTLIBOBJS = 270LT_SYS_LIBRARY_PATH = 271MAKEINFO = ${SHELL} '/home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/missing' makeinfo 272MANIFEST_TOOL = : 273MATH_LIBS = -lm 274MKDIR_P = /usr/bin/mkdir -p 275NM = /usr/bin/nm -B 276NMEDIT = 277OBJDUMP = objdump 278OBJEXT = o 279OTOOL = 280OTOOL64 = 281PACKAGE = guacamole-server 282PACKAGE_BUGREPORT = 283PACKAGE_NAME = guacamole-server 284PACKAGE_STRING = guacamole-server 1.5.4 285PACKAGE_TARNAME = guacamole-server 286PACKAGE_URL = 287PACKAGE_VERSION = 1.5.4 288PANGOCAIRO_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/fribidi 289PANGOCAIRO_LIBS = -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo 290PANGO_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/pixman-1 291PANGO_LIBS = -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz 292PATH_SEPARATOR = : 293PKG_CONFIG = /usr/bin/pkg-config 294PKG_CONFIG_LIBDIR = 295PKG_CONFIG_PATH = 296PNG_LIBS = -lpng 297PTHREAD_LIBS = -lpthread 298PULSE_INCLUDE = -I$(top_srcdir)/src/pulse 299PULSE_LIBS = -lpulse 300PULSE_LTLIB = $(top_builddir)/src/pulse/libguac_pulse.la 301RANLIB = ranlib 302RDP_CFLAGS = 303RDP_LIBS = 304SED = /usr/bin/sed 305SET_MAKE = 306SHELL = /bin/sh 307SSH_LIBS = -lssh2 308SSL_LIBS = -lssl -lcrypto 309STRIP = strip 310SWSCALE_CFLAGS = 311SWSCALE_LIBS = -lswscale 312TELNET_LIBS = 313TERMINAL_INCLUDE = -I$(top_srcdir)/src/terminal $(PANGO_CFLAGS) $(PANGOCAIRO_CFLAGS) $(COMMON_INCLUDE) 314TERMINAL_LTLIB = $(top_builddir)/src/terminal/libguac-terminal.la 315UUID_LIBS = -luuid 316VERSION = 1.5.4 317VNC_LIBS = 318VORBIS_LIBS = -logg -lvorbis -lvorbisenc 319WEBP_LIBS = -lwebp 320WEBSOCKETS_LIBS = -lwebsockets 321WINSOCK_LIBS = 322abs_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/pulse 323abs_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/src/pulse 324abs_top_builddir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4 325abs_top_srcdir = /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4 326ac_ct_AR = ar 327ac_ct_CC = gcc 328ac_ct_DUMPBIN = 329am__include = include 330am__leading_dot = . 331am__quote = 332am__tar = $${TAR-tar} chof - "$$tardir" 333am__untar = $${TAR-tar} xf - 334bindir = ${exec_prefix}/bin 335build = x86_64-pc-linux-gnu 336build_alias = 337build_cpu = x86_64 338build_os = linux-gnu 339build_vendor = pc 340builddir = . 341datadir = ${datarootdir} 342datarootdir = ${prefix}/share 343docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 344dvidir = ${docdir} 345exec_prefix = ${prefix} 346host = x86_64-pc-linux-gnu 347host_alias = 348host_cpu = x86_64 349host_os = linux-gnu 350host_vendor = pc 351htmldir = ${docdir} 352includedir = ${prefix}/include 353infodir = ${datarootdir}/info 354init_dir = 355install_sh = ${SHELL} /home/snx/dev/ctf-cscg-2024-guacamole-mashup/solve/guacamole-server-1.5.4/build-aux/install-sh 356libdir = ${exec_prefix}/lib 357libexecdir = ${exec_prefix}/libexec 358localedir = ${datarootdir}/locale 359localstatedir = ${prefix}/var 360mandir = ${datarootdir}/man 361mkdir_p = $(MKDIR_P) 362oldincludedir = /usr/include 363pdfdir = ${docdir} 364prefix = /usr/local 365program_transform_name = s,x,x, 366psdir = ${docdir} 367runstatedir = ${localstatedir}/run 368sbindir = ${exec_prefix}/sbin 369sharedstatedir = ${prefix}/com 370srcdir = . 371sysconfdir = ${prefix}/etc 372systemd_dir = 373target_alias = 374top_build_prefix = ../../ 375top_builddir = ../.. 376top_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 -I$(top_srcdir)/src/libguac 389 390libguac_pulse_la_LIBADD = \ 391 $(top_builddir)/src/libguac/libguac.la 392 393libguac_pulse_la_LDFLAGS = \ 394 -lpulse 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 450include ./$(DEPDIR)/libguac_pulse_la-pulse.Plo # 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_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 460 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 461 $(am__mv) $$depbase.Tpo $$depbase.Po 462# $(AM_V_CC)source='$<' object='$@' libtool=no \ 463# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 464# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< 465 466.c.obj: 467 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 468 $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 469 $(am__mv) $$depbase.Tpo $$depbase.Po 470# $(AM_V_CC)source='$<' object='$@' libtool=no \ 471# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 472# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 473 474.c.lo: 475 $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 476 $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 477 $(am__mv) $$depbase.Tpo $$depbase.Plo 478# $(AM_V_CC)source='$<' object='$@' libtool=yes \ 479# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 480# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< 481 482libguac_pulse_la-pulse.lo: pulse.c 483 $(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_V_at)$(am__mv) $(DEPDIR)/libguac_pulse_la-pulse.Tpo $(DEPDIR)/libguac_pulse_la-pulse.Plo 485# $(AM_V_CC)source='pulse.c' object='libguac_pulse_la-pulse.lo' libtool=yes \ 486# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 487# $(AM_V_CC_no)$(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: