1# Makefile.in generated by automake 1.11.6 from Makefile.am. 2# Makefile. Generated from Makefile.in by configure. 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6# Foundation, Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16 17 18 19 20 21am__make_dryrun = \ 22 { \ 23 am__dry=no; \ 24 case $$MAKEFLAGS in \ 25 *\\[\ \ ]*) \ 26 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 27 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 28 *) \ 29 for am__flg in $$MAKEFLAGS; do \ 30 case $$am__flg in \ 31 *=*|--*) ;; \ 32 *n*) am__dry=yes; break;; \ 33 esac; \ 34 done;; \ 35 esac; \ 36 test $$am__dry = yes; \ 37 } 38pkgdatadir = $(datadir)/LibVNCServer 39pkgincludedir = $(includedir)/LibVNCServer 40pkglibdir = $(libdir)/LibVNCServer 41pkglibexecdir = $(libexecdir)/LibVNCServer 42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 43install_sh_DATA = $(install_sh) -c -m 644 44install_sh_PROGRAM = $(install_sh) -c 45install_sh_SCRIPT = $(install_sh) -c 46INSTALL_HEADER = $(INSTALL_DATA) 47transform = $(program_transform_name) 48NORMAL_INSTALL = : 49PRE_INSTALL = : 50POST_INSTALL = : 51NORMAL_UNINSTALL = : 52PRE_UNINSTALL = : 53POST_UNINSTALL = : 54build_triplet = x86_64-unknown-linux-gnu 55host_triplet = x86_64-unknown-linux-gnu 56subdir = . 57DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \ 58 $(srcdir)/LibVNCServer.spec.in $(srcdir)/Makefile.am \ 59 $(srcdir)/Makefile.in $(srcdir)/libvncclient.pc.in \ 60 $(srcdir)/libvncserver-config.in $(srcdir)/libvncserver.pc.in \ 61 $(srcdir)/rfbconfig.h.in $(top_srcdir)/configure AUTHORS \ 62 COPYING ChangeLog INSTALL NEWS TODO compile config.guess \ 63 config.sub depcomp install-sh ltmain.sh missing 64ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 65am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 66 $(top_srcdir)/configure.ac 67am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 68 $(ACLOCAL_M4) 69am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 70 configure.lineno config.status.lineno 71mkinstalldirs = $(install_sh) -d 72CONFIG_HEADER = rfbconfig.h 73CONFIG_CLEAN_FILES = libvncserver.pc libvncclient.pc \ 74 libvncserver-config LibVNCServer.spec 75CONFIG_CLEAN_VPATH_FILES = 76am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 77am__vpath_adj = case $$p in \ 78 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 79 *) f=$$p;; \ 80 esac; 81am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 82am__install_max = 40 83am__nobase_strip_setup = \ 84 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 85am__nobase_strip = \ 86 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 87am__nobase_list = $(am__nobase_strip_setup); \ 88 for p in $$list; do echo "$$p $$p"; done | \ 89 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 90 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 91 if (++n[$$2] == $(am__install_max)) \ 92 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 93 END { for (dir in files) print dir, files[dir] }' 94am__base_list = \ 95 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 96 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 97am__uninstall_files_from_dir = { \ 98 test -z "$$files" \ 99 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 100 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 101 $(am__cd) "$$dir" && rm -f $$files; }; \ 102 } 103am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" \ 104 "$(DESTDIR)$(includedir)" 105SCRIPTS = $(bin_SCRIPTS) 106AM_V_GEN = $(am__v_GEN_$(V)) 107am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 108am__v_GEN_0 = @echo " GEN " $@; 109AM_V_at = $(am__v_at_$(V)) 110am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 111am__v_at_0 = @ 112SOURCES = 113DIST_SOURCES = 114RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 115 html-recursive info-recursive install-data-recursive \ 116 install-dvi-recursive install-exec-recursive \ 117 install-html-recursive install-info-recursive \ 118 install-pdf-recursive install-ps-recursive install-recursive \ 119 installcheck-recursive installdirs-recursive pdf-recursive \ 120 ps-recursive uninstall-recursive 121am__can_run_installinfo = \ 122 case $$AM_UPDATE_INFO_DIR in \ 123 n|no|NO) false;; \ 124 *) (install-info --version) >/dev/null 2>&1;; \ 125 esac 126DATA = $(pkgconfig_DATA) 127HEADERS = $(include_HEADERS) 128RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 129 distclean-recursive maintainer-clean-recursive 130AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 131 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 132 distdir dist dist-all distcheck 133ETAGS = etags 134CTAGS = ctags 135DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 136distdir = $(PACKAGE)-$(VERSION) 137top_distdir = $(distdir) 138am__remove_distdir = \ 139 if test -d "$(distdir)"; then \ 140 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 141 && rm -rf "$(distdir)" \ 142 || { sleep 5 && rm -rf "$(distdir)"; }; \ 143 else :; fi 144am__relativize = \ 145 dir0=`pwd`; \ 146 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 147 sed_rest='s,^[^/]*/*,,'; \ 148 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 149 sed_butlast='s,/*[^/]*$$,,'; \ 150 while test -n "$$dir1"; do \ 151 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 152 if test "$$first" != "."; then \ 153 if test "$$first" = ".."; then \ 154 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 155 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 156 else \ 157 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 158 if test "$$first2" = "$$first"; then \ 159 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 160 else \ 161 dir2="../$$dir2"; \ 162 fi; \ 163 dir0="$$dir0"/"$$first"; \ 164 fi; \ 165 fi; \ 166 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 167 done; \ 168 reldir="$$dir2" 169DIST_ARCHIVES = $(distdir).tar.gz 170GZIP_ENV = --best 171distuninstallcheck_listfiles = find . -type f -print 172am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 173 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 174distcleancheck_listfiles = find . -type f -print 175ACLOCAL = ${SHELL} /data/src/android-master/external/libvncserver/missing --run aclocal-1.11 176AMTAR = $${TAR-tar} 177AM_DEFAULT_VERBOSITY = 0 178AR = /usr/bin/ar 179AS = as 180AUTOCONF = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoconf 181AUTOHEADER = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoheader 182AUTOMAKE = ${SHELL} /data/src/android-master/external/libvncserver/missing --run automake-1.11 183AVAHI_CFLAGS = 184AVAHI_LIBS = 185AWK = mawk 186CC = gcc 187CCDEPMODE = depmode=gcc3 188CFLAGS = -g -O2 -Wall 189CPP = gcc -E 190CPPFLAGS = 191CRYPT_LIBS = -lcrypt 192CXX = g++ 193CXXCPP = g++ -E 194CXXDEPMODE = depmode=gcc3 195CXXFLAGS = -g -O2 196CYGPATH_W = echo 197DEFS = -DHAVE_CONFIG_H 198DEPDIR = .deps 199DLLTOOL = dlltool 200ECHO = echo 201ECHO_C = 202ECHO_N = -n 203ECHO_T = 204EGREP = /bin/grep -E 205EXEEXT = 206F77 = 207FFLAGS = 208GNUTLS_CFLAGS = 209GNUTLS_LIBS = 210GREP = /bin/grep 211GTK_CFLAGS = 212GTK_LIBS = 213INSTALL = /usr/bin/install -c 214INSTALL_DATA = ${INSTALL} -m 644 215INSTALL_PROGRAM = ${INSTALL} 216INSTALL_SCRIPT = ${INSTALL} 217INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 218JPEG_LDFLAGS = 219LDFLAGS = 220LIBGCRYPT_CFLAGS = 221LIBGCRYPT_CONFIG = no 222LIBGCRYPT_LIBS = 223LIBOBJS = 224LIBS = -lnsl -lpthread -lz -lpng -ljpeg -lresolv 225LIBTOOL = $(SHELL) $(top_builddir)/libtool 226LN_S = ln -s 227LTLIBOBJS = 228MAKEINFO = ${SHELL} /data/src/android-master/external/libvncserver/missing --run makeinfo 229MKDIR_P = /bin/mkdir -p 230OBJDUMP = objdump 231OBJEXT = o 232PACKAGE = LibVNCServer 233PACKAGE_BUGREPORT = http://sourceforge.net/projects/libvncserver 234PACKAGE_NAME = LibVNCServer 235PACKAGE_STRING = LibVNCServer 0.9.9 236PACKAGE_TARNAME = libvncserver 237PACKAGE_URL = 238PACKAGE_VERSION = 0.9.9 239PATH_SEPARATOR = : 240PKG_CONFIG = /usr/bin/pkg-config 241PKG_CONFIG_LIBDIR = 242PKG_CONFIG_PATH = 243RANLIB = ranlib 244RPMSOURCEDIR = NOT-FOUND 245SDL_CFLAGS = 246SDL_LIBS = 247SET_MAKE = 248SHELL = /bin/bash 249SSL_LIBS = 250STRIP = strip 251SYSTEM_LIBVNCSERVER_CFLAGS = 252SYSTEM_LIBVNCSERVER_LIBS = 253VERSION = 0.9.9 254WSOCKLIB = 255XMKMF = 256X_CFLAGS = 257X_EXTRA_LIBS = 258X_LIBS = 259X_PRE_LIBS = -lSM -lICE 260abs_builddir = /data/src/android-master/external/libvncserver 261abs_srcdir = /data/src/android-master/external/libvncserver 262abs_top_builddir = /data/src/android-master/external/libvncserver 263abs_top_srcdir = /data/src/android-master/external/libvncserver 264ac_ct_CC = gcc 265ac_ct_CXX = g++ 266ac_ct_F77 = 267am__include = include 268am__leading_dot = . 269am__quote = 270am__tar = $${TAR-tar} chof - "$$tardir" 271am__untar = $${TAR-tar} xf - 272bindir = ${exec_prefix}/bin 273build = x86_64-unknown-linux-gnu 274build_alias = 275build_cpu = x86_64 276build_os = linux-gnu 277build_vendor = unknown 278builddir = . 279datadir = ${datarootdir} 280datarootdir = ${prefix}/share 281docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 282dvidir = ${docdir} 283exec_prefix = ${prefix} 284host = x86_64-unknown-linux-gnu 285host_alias = 286host_cpu = x86_64 287host_os = linux-gnu 288host_vendor = unknown 289htmldir = ${docdir} 290includedir = $(prefix)/include/rfb 291infodir = ${datarootdir}/info 292install_sh = ${SHELL} /data/src/android-master/external/libvncserver/install-sh 293libdir = ${exec_prefix}/lib 294libexecdir = ${exec_prefix}/libexec 295localedir = ${datarootdir}/locale 296localstatedir = ${prefix}/var 297mandir = ${datarootdir}/man 298mkdir_p = /bin/mkdir -p 299oldincludedir = /usr/include 300pdfdir = ${docdir} 301prefix = /usr/local 302program_transform_name = s,x,x, 303psdir = ${docdir} 304sbindir = ${exec_prefix}/sbin 305sharedstatedir = ${prefix}/com 306srcdir = . 307sysconfdir = ${prefix}/etc 308target_alias = 309top_build_prefix = 310top_builddir = . 311top_srcdir = . 312with_ffmpeg = 313#X11VNC = x11vnc 314SUBDIRS = libvncserver examples libvncclient vncterm webclients client_examples test $(X11VNC) 315DIST_SUBDIRS = libvncserver examples libvncclient vncterm webclients client_examples test 316EXTRA_DIST = CMakeLists.txt rfb/rfbint.h.cmake rfb/rfbconfig.h.cmake 317bin_SCRIPTS = libvncserver-config 318pkgconfigdir = $(libdir)/pkgconfig 319pkgconfig_DATA = libvncserver.pc libvncclient.pc 320#include_HEADERS=rfb.h rfbconfig.h rfbint.h rfbproto.h keysym.h rfbregion.h 321include_HEADERS = rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h \ 322 rfb/keysym.h rfb/rfbregion.h rfb/rfbclient.h 323 324all: rfbconfig.h 325 $(MAKE) $(AM_MAKEFLAGS) all-recursive 326 327.SUFFIXES: 328am--refresh: Makefile 329 @: 330$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 331 @for dep in $?; do \ 332 case '$(am__configure_deps)' in \ 333 *$$dep*) \ 334 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 335 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 336 && exit 0; \ 337 exit 1;; \ 338 esac; \ 339 done; \ 340 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 341 $(am__cd) $(top_srcdir) && \ 342 $(AUTOMAKE) --gnu Makefile 343.PRECIOUS: Makefile 344Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 345 @case '$?' in \ 346 *config.status*) \ 347 echo ' $(SHELL) ./config.status'; \ 348 $(SHELL) ./config.status;; \ 349 *) \ 350 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 351 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 352 esac; 353 354$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 355 $(SHELL) ./config.status --recheck 356 357$(top_srcdir)/configure: $(am__configure_deps) 358 $(am__cd) $(srcdir) && $(AUTOCONF) 359$(ACLOCAL_M4): $(am__aclocal_m4_deps) 360 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 361$(am__aclocal_m4_deps): 362 363rfbconfig.h: stamp-h1 364 @if test ! -f $@; then rm -f stamp-h1; else :; fi 365 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 366 367stamp-h1: $(srcdir)/rfbconfig.h.in $(top_builddir)/config.status 368 @rm -f stamp-h1 369 cd $(top_builddir) && $(SHELL) ./config.status rfbconfig.h 370$(srcdir)/rfbconfig.h.in: $(am__configure_deps) 371 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 372 rm -f stamp-h1 373 touch $@ 374 375distclean-hdr: 376 -rm -f rfbconfig.h stamp-h1 377libvncserver.pc: $(top_builddir)/config.status $(srcdir)/libvncserver.pc.in 378 cd $(top_builddir) && $(SHELL) ./config.status $@ 379libvncclient.pc: $(top_builddir)/config.status $(srcdir)/libvncclient.pc.in 380 cd $(top_builddir) && $(SHELL) ./config.status $@ 381libvncserver-config: $(top_builddir)/config.status $(srcdir)/libvncserver-config.in 382 cd $(top_builddir) && $(SHELL) ./config.status $@ 383LibVNCServer.spec: $(top_builddir)/config.status $(srcdir)/LibVNCServer.spec.in 384 cd $(top_builddir) && $(SHELL) ./config.status $@ 385install-binSCRIPTS: $(bin_SCRIPTS) 386 @$(NORMAL_INSTALL) 387 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 388 if test -n "$$list"; then \ 389 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 390 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 391 fi; \ 392 for p in $$list; do \ 393 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 394 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 395 done | \ 396 sed -e 'p;s,.*/,,;n' \ 397 -e 'h;s|.*|.|' \ 398 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 399 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 400 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 401 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 402 if (++n[d] == $(am__install_max)) { \ 403 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 404 else { print "f", d "/" $$4, $$1 } } \ 405 END { for (d in files) print "f", d, files[d] }' | \ 406 while read type dir files; do \ 407 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 408 test -z "$$files" || { \ 409 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 410 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 411 } \ 412 ; done 413 414uninstall-binSCRIPTS: 415 @$(NORMAL_UNINSTALL) 416 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 417 files=`for p in $$list; do echo "$$p"; done | \ 418 sed -e 's,.*/,,;$(transform)'`; \ 419 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 420 421mostlyclean-libtool: 422 -rm -f *.lo 423 424clean-libtool: 425 -rm -rf .libs _libs 426 427distclean-libtool: 428 -rm -f libtool config.lt 429install-pkgconfigDATA: $(pkgconfig_DATA) 430 @$(NORMAL_INSTALL) 431 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 432 if test -n "$$list"; then \ 433 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 434 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 435 fi; \ 436 for p in $$list; do \ 437 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 438 echo "$$d$$p"; \ 439 done | $(am__base_list) | \ 440 while read files; do \ 441 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 442 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 443 done 444 445uninstall-pkgconfigDATA: 446 @$(NORMAL_UNINSTALL) 447 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 448 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 449 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 450install-includeHEADERS: $(include_HEADERS) 451 @$(NORMAL_INSTALL) 452 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 453 if test -n "$$list"; then \ 454 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 455 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 456 fi; \ 457 for p in $$list; do \ 458 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 459 echo "$$d$$p"; \ 460 done | $(am__base_list) | \ 461 while read files; do \ 462 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 463 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 464 done 465 466uninstall-includeHEADERS: 467 @$(NORMAL_UNINSTALL) 468 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 469 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 470 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 471 472# This directory's subdirectories are mostly independent; you can cd 473# into them and run `make' without going through this Makefile. 474# To change the values of `make' variables: instead of editing Makefiles, 475# (1) if the variable is set in `config.status', edit `config.status' 476# (which will cause the Makefiles to be regenerated when you run `make'); 477# (2) otherwise, pass the desired values on the `make' command line. 478$(RECURSIVE_TARGETS): 479 @fail= failcom='exit 1'; \ 480 for f in x $$MAKEFLAGS; do \ 481 case $$f in \ 482 *=* | --[!k]*);; \ 483 *k*) failcom='fail=yes';; \ 484 esac; \ 485 done; \ 486 dot_seen=no; \ 487 target=`echo $@ | sed s/-recursive//`; \ 488 list='$(SUBDIRS)'; for subdir in $$list; do \ 489 echo "Making $$target in $$subdir"; \ 490 if test "$$subdir" = "."; then \ 491 dot_seen=yes; \ 492 local_target="$$target-am"; \ 493 else \ 494 local_target="$$target"; \ 495 fi; \ 496 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 497 || eval $$failcom; \ 498 done; \ 499 if test "$$dot_seen" = "no"; then \ 500 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 501 fi; test -z "$$fail" 502 503$(RECURSIVE_CLEAN_TARGETS): 504 @fail= failcom='exit 1'; \ 505 for f in x $$MAKEFLAGS; do \ 506 case $$f in \ 507 *=* | --[!k]*);; \ 508 *k*) failcom='fail=yes';; \ 509 esac; \ 510 done; \ 511 dot_seen=no; \ 512 case "$@" in \ 513 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 514 *) list='$(SUBDIRS)' ;; \ 515 esac; \ 516 rev=''; for subdir in $$list; do \ 517 if test "$$subdir" = "."; then :; else \ 518 rev="$$subdir $$rev"; \ 519 fi; \ 520 done; \ 521 rev="$$rev ."; \ 522 target=`echo $@ | sed s/-recursive//`; \ 523 for subdir in $$rev; do \ 524 echo "Making $$target in $$subdir"; \ 525 if test "$$subdir" = "."; then \ 526 local_target="$$target-am"; \ 527 else \ 528 local_target="$$target"; \ 529 fi; \ 530 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 531 || eval $$failcom; \ 532 done && test -z "$$fail" 533tags-recursive: 534 list='$(SUBDIRS)'; for subdir in $$list; do \ 535 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 536 done 537ctags-recursive: 538 list='$(SUBDIRS)'; for subdir in $$list; do \ 539 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 540 done 541 542ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 543 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 544 unique=`for i in $$list; do \ 545 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 546 done | \ 547 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 548 END { if (nonempty) { for (i in files) print i; }; }'`; \ 549 mkid -fID $$unique 550tags: TAGS 551 552TAGS: tags-recursive $(HEADERS) $(SOURCES) rfbconfig.h.in $(TAGS_DEPENDENCIES) \ 553 $(TAGS_FILES) $(LISP) 554 set x; \ 555 here=`pwd`; \ 556 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 557 include_option=--etags-include; \ 558 empty_fix=.; \ 559 else \ 560 include_option=--include; \ 561 empty_fix=; \ 562 fi; \ 563 list='$(SUBDIRS)'; for subdir in $$list; do \ 564 if test "$$subdir" = .; then :; else \ 565 test ! -f $$subdir/TAGS || \ 566 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 567 fi; \ 568 done; \ 569 list='$(SOURCES) $(HEADERS) rfbconfig.h.in $(LISP) $(TAGS_FILES)'; \ 570 unique=`for i in $$list; do \ 571 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 572 done | \ 573 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 574 END { if (nonempty) { for (i in files) print i; }; }'`; \ 575 shift; \ 576 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 577 test -n "$$unique" || unique=$$empty_fix; \ 578 if test $$# -gt 0; then \ 579 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 580 "$$@" $$unique; \ 581 else \ 582 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 583 $$unique; \ 584 fi; \ 585 fi 586ctags: CTAGS 587CTAGS: ctags-recursive $(HEADERS) $(SOURCES) rfbconfig.h.in $(TAGS_DEPENDENCIES) \ 588 $(TAGS_FILES) $(LISP) 589 list='$(SOURCES) $(HEADERS) rfbconfig.h.in $(LISP) $(TAGS_FILES)'; \ 590 unique=`for i in $$list; do \ 591 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 592 done | \ 593 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 594 END { if (nonempty) { for (i in files) print i; }; }'`; \ 595 test -z "$(CTAGS_ARGS)$$unique" \ 596 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 597 $$unique 598 599GTAGS: 600 here=`$(am__cd) $(top_builddir) && pwd` \ 601 && $(am__cd) $(top_srcdir) \ 602 && gtags -i $(GTAGS_ARGS) "$$here" 603 604distclean-tags: 605 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 606 607distdir: $(DISTFILES) 608 $(am__remove_distdir) 609 test -d "$(distdir)" || mkdir "$(distdir)" 610 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 611 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 612 list='$(DISTFILES)'; \ 613 dist_files=`for file in $$list; do echo $$file; done | \ 614 sed -e "s|^$$srcdirstrip/||;t" \ 615 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 616 case $$dist_files in \ 617 */*) $(MKDIR_P) `echo "$$dist_files" | \ 618 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 619 sort -u` ;; \ 620 esac; \ 621 for file in $$dist_files; do \ 622 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 623 if test -d $$d/$$file; then \ 624 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 625 if test -d "$(distdir)/$$file"; then \ 626 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 627 fi; \ 628 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 629 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 630 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 631 fi; \ 632 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 633 else \ 634 test -f "$(distdir)/$$file" \ 635 || cp -p $$d/$$file "$(distdir)/$$file" \ 636 || exit 1; \ 637 fi; \ 638 done 639 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 640 if test "$$subdir" = .; then :; else \ 641 $(am__make_dryrun) \ 642 || test -d "$(distdir)/$$subdir" \ 643 || $(MKDIR_P) "$(distdir)/$$subdir" \ 644 || exit 1; \ 645 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 646 $(am__relativize); \ 647 new_distdir=$$reldir; \ 648 dir1=$$subdir; dir2="$(top_distdir)"; \ 649 $(am__relativize); \ 650 new_top_distdir=$$reldir; \ 651 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 652 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 653 ($(am__cd) $$subdir && \ 654 $(MAKE) $(AM_MAKEFLAGS) \ 655 top_distdir="$$new_top_distdir" \ 656 distdir="$$new_distdir" \ 657 am__remove_distdir=: \ 658 am__skip_length_check=: \ 659 am__skip_mode_fix=: \ 660 distdir) \ 661 || exit 1; \ 662 fi; \ 663 done 664 -test -n "$(am__skip_mode_fix)" \ 665 || find "$(distdir)" -type d ! -perm -755 \ 666 -exec chmod u+rwx,go+rx {} \; -o \ 667 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 668 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 669 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 670 || chmod -R a+r "$(distdir)" 671dist-gzip: distdir 672 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 673 $(am__remove_distdir) 674 675dist-bzip2: distdir 676 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 677 $(am__remove_distdir) 678 679dist-lzip: distdir 680 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 681 $(am__remove_distdir) 682 683dist-lzma: distdir 684 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 685 $(am__remove_distdir) 686 687dist-xz: distdir 688 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 689 $(am__remove_distdir) 690 691dist-tarZ: distdir 692 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 693 $(am__remove_distdir) 694 695dist-shar: distdir 696 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 697 $(am__remove_distdir) 698 699dist-zip: distdir 700 -rm -f $(distdir).zip 701 zip -rq $(distdir).zip $(distdir) 702 $(am__remove_distdir) 703 704dist dist-all: distdir 705 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 706 $(am__remove_distdir) 707 708# This target untars the dist file and tries a VPATH configuration. Then 709# it guarantees that the distribution is self-contained by making another 710# tarfile. 711distcheck: dist 712 case '$(DIST_ARCHIVES)' in \ 713 *.tar.gz*) \ 714 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 715 *.tar.bz2*) \ 716 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 717 *.tar.lzma*) \ 718 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 719 *.tar.lz*) \ 720 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 721 *.tar.xz*) \ 722 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 723 *.tar.Z*) \ 724 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 725 *.shar.gz*) \ 726 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 727 *.zip*) \ 728 unzip $(distdir).zip ;;\ 729 esac 730 chmod -R a-w $(distdir); chmod u+w $(distdir) 731 mkdir $(distdir)/_build 732 mkdir $(distdir)/_inst 733 chmod a-w $(distdir) 734 test -d $(distdir)/_build || exit 0; \ 735 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 736 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 737 && am__cwd=`pwd` \ 738 && $(am__cd) $(distdir)/_build \ 739 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 740 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 741 $(DISTCHECK_CONFIGURE_FLAGS) \ 742 && $(MAKE) $(AM_MAKEFLAGS) \ 743 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 744 && $(MAKE) $(AM_MAKEFLAGS) check \ 745 && $(MAKE) $(AM_MAKEFLAGS) install \ 746 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 747 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 748 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 749 distuninstallcheck \ 750 && chmod -R a-w "$$dc_install_base" \ 751 && ({ \ 752 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 753 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 754 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 755 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 756 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 757 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 758 && rm -rf "$$dc_destdir" \ 759 && $(MAKE) $(AM_MAKEFLAGS) dist \ 760 && rm -rf $(DIST_ARCHIVES) \ 761 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 762 && cd "$$am__cwd" \ 763 || exit 1 764 $(am__remove_distdir) 765 @(echo "$(distdir) archives ready for distribution: "; \ 766 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 767 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 768distuninstallcheck: 769 @test -n '$(distuninstallcheck_dir)' || { \ 770 echo 'ERROR: trying to run $@ with an empty' \ 771 '$$(distuninstallcheck_dir)' >&2; \ 772 exit 1; \ 773 }; \ 774 $(am__cd) '$(distuninstallcheck_dir)' || { \ 775 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 776 exit 1; \ 777 }; \ 778 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 779 || { echo "ERROR: files left after uninstall:" ; \ 780 if test -n "$(DESTDIR)"; then \ 781 echo " (check DESTDIR support)"; \ 782 fi ; \ 783 $(distuninstallcheck_listfiles) ; \ 784 exit 1; } >&2 785distcleancheck: distclean 786 @if test '$(srcdir)' = . ; then \ 787 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 788 exit 1 ; \ 789 fi 790 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 791 || { echo "ERROR: files left in build directory after distclean:" ; \ 792 $(distcleancheck_listfiles) ; \ 793 exit 1; } >&2 794check-am: all-am 795check: check-recursive 796all-am: Makefile $(SCRIPTS) $(DATA) $(HEADERS) rfbconfig.h 797installdirs: installdirs-recursive 798installdirs-am: 799 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \ 800 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 801 done 802install: install-recursive 803install-exec: install-exec-recursive 804install-data: install-data-recursive 805uninstall: uninstall-recursive 806 807install-am: all-am 808 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 809 810installcheck: installcheck-recursive 811install-strip: 812 if test -z '$(STRIP)'; then \ 813 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 814 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 815 install; \ 816 else \ 817 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 818 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 819 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 820 fi 821mostlyclean-generic: 822 823clean-generic: 824 825distclean-generic: 826 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 827 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 828 829maintainer-clean-generic: 830 @echo "This command is intended for maintainers to use" 831 @echo "it deletes files that may require special tools to rebuild." 832clean: clean-recursive 833 834clean-am: clean-generic clean-libtool mostlyclean-am 835 836distclean: distclean-recursive 837 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 838 -rm -f Makefile 839distclean-am: clean-am distclean-generic distclean-hdr \ 840 distclean-libtool distclean-tags 841 842dvi: dvi-recursive 843 844dvi-am: 845 846html: html-recursive 847 848html-am: 849 850info: info-recursive 851 852info-am: 853 854install-data-am: install-includeHEADERS install-pkgconfigDATA 855 856install-dvi: install-dvi-recursive 857 858install-dvi-am: 859 860install-exec-am: install-binSCRIPTS 861 862install-html: install-html-recursive 863 864install-html-am: 865 866install-info: install-info-recursive 867 868install-info-am: 869 870install-man: 871 872install-pdf: install-pdf-recursive 873 874install-pdf-am: 875 876install-ps: install-ps-recursive 877 878install-ps-am: 879 880installcheck-am: 881 882maintainer-clean: maintainer-clean-recursive 883 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 884 -rm -rf $(top_srcdir)/autom4te.cache 885 -rm -f Makefile 886maintainer-clean-am: distclean-am maintainer-clean-generic 887 888mostlyclean: mostlyclean-recursive 889 890mostlyclean-am: mostlyclean-generic mostlyclean-libtool 891 892pdf: pdf-recursive 893 894pdf-am: 895 896ps: ps-recursive 897 898ps-am: 899 900uninstall-am: uninstall-binSCRIPTS uninstall-includeHEADERS \ 901 uninstall-pkgconfigDATA 902 903.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 904 ctags-recursive install-am install-strip tags-recursive 905 906.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 907 all all-am am--refresh check check-am clean clean-generic \ 908 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 909 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \ 910 dist-zip distcheck distclean distclean-generic distclean-hdr \ 911 distclean-libtool distclean-tags distcleancheck distdir \ 912 distuninstallcheck dvi dvi-am html html-am info info-am \ 913 install install-am install-binSCRIPTS install-data \ 914 install-data-am install-dvi install-dvi-am install-exec \ 915 install-exec-am install-html install-html-am \ 916 install-includeHEADERS install-info install-info-am \ 917 install-man install-pdf install-pdf-am install-pkgconfigDATA \ 918 install-ps install-ps-am install-strip installcheck \ 919 installcheck-am installdirs installdirs-am maintainer-clean \ 920 maintainer-clean-generic mostlyclean mostlyclean-generic \ 921 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 922 uninstall uninstall-am uninstall-binSCRIPTS \ 923 uninstall-includeHEADERS uninstall-pkgconfigDATA 924 925 926$(PACKAGE)-$(VERSION).tar.gz: dist 927 928# Rule to build RPM distribution package 929#rpm: $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).spec 930# cp $(PACKAGE)-$(VERSION).tar.gz NOT-FOUND 931# rpmbuild -ba $(PACKAGE).spec 932 933t: 934 $(MAKE) -C test test 935 936# Tell versions [3.59,3.63) of GNU make to not export all variables. 937# Otherwise a system limit (for SysV at least) may be exceeded. 938.NOEXPORT: 939