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 21 am__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 } 38 pkgdatadir = $(datadir)/LibVNCServer 39 pkgincludedir = $(includedir)/LibVNCServer 40 pkglibdir = $(libdir)/LibVNCServer 41 pkglibexecdir = $(libexecdir)/LibVNCServer 42 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 43 install_sh_DATA = $(install_sh) -c -m 644 44 install_sh_PROGRAM = $(install_sh) -c 45 install_sh_SCRIPT = $(install_sh) -c 46 INSTALL_HEADER = $(INSTALL_DATA) 47 transform = $(program_transform_name) 48 NORMAL_INSTALL = : 49 PRE_INSTALL = : 50 POST_INSTALL = : 51 NORMAL_UNINSTALL = : 52 PRE_UNINSTALL = : 53 POST_UNINSTALL = : 54 build_triplet = x86_64-unknown-linux-gnu 55 host_triplet = x86_64-unknown-linux-gnu 56 subdir = . 57 DIST_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 64 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 65 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 66 $(top_srcdir)/configure.ac 67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 68 $(ACLOCAL_M4) 69 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 70 configure.lineno config.status.lineno 71 mkinstalldirs = $(install_sh) -d 72 CONFIG_HEADER = rfbconfig.h 73 CONFIG_CLEAN_FILES = libvncserver.pc libvncclient.pc \ 74 libvncserver-config LibVNCServer.spec 75 CONFIG_CLEAN_VPATH_FILES = 76 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 77 am__vpath_adj = case $$p in \ 78 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 79 *) f=$$p;; \ 80 esac; 81 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 82 am__install_max = 40 83 am__nobase_strip_setup = \ 84 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 85 am__nobase_strip = \ 86 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 87 am__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] }' 94 am__base_list = \ 95 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 96 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 97 am__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 } 103 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" \ 104 "$(DESTDIR)$(includedir)" 105 SCRIPTS = $(bin_SCRIPTS) 106 AM_V_GEN = $(am__v_GEN_$(V)) 107 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 108 am__v_GEN_0 = @echo " GEN " $@; 109 AM_V_at = $(am__v_at_$(V)) 110 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 111 am__v_at_0 = @ 112 SOURCES = 113 DIST_SOURCES = 114 RECURSIVE_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 121 am__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 126 DATA = $(pkgconfig_DATA) 127 HEADERS = $(include_HEADERS) 128 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 129 distclean-recursive maintainer-clean-recursive 130 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 131 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 132 distdir dist dist-all distcheck 133 ETAGS = etags 134 CTAGS = ctags 135 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 136 distdir = $(PACKAGE)-$(VERSION) 137 top_distdir = $(distdir) 138 am__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 144 am__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" 169 DIST_ARCHIVES = $(distdir).tar.gz 170 GZIP_ENV = --best 171 distuninstallcheck_listfiles = find . -type f -print 172 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 173 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 174 distcleancheck_listfiles = find . -type f -print 175 ACLOCAL = ${SHELL} /data/src/android-master/external/libvncserver/missing --run aclocal-1.11 176 AMTAR = $${TAR-tar} 177 AM_DEFAULT_VERBOSITY = 0 178 AR = /usr/bin/ar 179 AS = as 180 AUTOCONF = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoconf 181 AUTOHEADER = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoheader 182 AUTOMAKE = ${SHELL} /data/src/android-master/external/libvncserver/missing --run automake-1.11 183 AVAHI_CFLAGS = 184 AVAHI_LIBS = 185 AWK = mawk 186 CC = gcc 187 CCDEPMODE = depmode=gcc3 188 CFLAGS = -g -O2 -Wall 189 CPP = gcc -E 190 CPPFLAGS = 191 CRYPT_LIBS = -lcrypt 192 CXX = g++ 193 CXXCPP = g++ -E 194 CXXDEPMODE = depmode=gcc3 195 CXXFLAGS = -g -O2 196 CYGPATH_W = echo 197 DEFS = -DHAVE_CONFIG_H 198 DEPDIR = .deps 199 DLLTOOL = dlltool 200 ECHO = echo 201 ECHO_C = 202 ECHO_N = -n 203 ECHO_T = 204 EGREP = /bin/grep -E 205 EXEEXT = 206 F77 = 207 FFLAGS = 208 GNUTLS_CFLAGS = 209 GNUTLS_LIBS = 210 GREP = /bin/grep 211 GTK_CFLAGS = 212 GTK_LIBS = 213 INSTALL = /usr/bin/install -c 214 INSTALL_DATA = ${INSTALL} -m 644 215 INSTALL_PROGRAM = ${INSTALL} 216 INSTALL_SCRIPT = ${INSTALL} 217 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 218 JPEG_LDFLAGS = 219 LDFLAGS = 220 LIBGCRYPT_CFLAGS = 221 LIBGCRYPT_CONFIG = no 222 LIBGCRYPT_LIBS = 223 LIBOBJS = 224 LIBS = -lnsl -lpthread -lz -lpng -ljpeg -lresolv 225 LIBTOOL = $(SHELL) $(top_builddir)/libtool 226 LN_S = ln -s 227 LTLIBOBJS = 228 MAKEINFO = ${SHELL} /data/src/android-master/external/libvncserver/missing --run makeinfo 229 MKDIR_P = /bin/mkdir -p 230 OBJDUMP = objdump 231 OBJEXT = o 232 PACKAGE = LibVNCServer 233 PACKAGE_BUGREPORT = http://sourceforge.net/projects/libvncserver 234 PACKAGE_NAME = LibVNCServer 235 PACKAGE_STRING = LibVNCServer 0.9.9 236 PACKAGE_TARNAME = libvncserver 237 PACKAGE_URL = 238 PACKAGE_VERSION = 0.9.9 239 PATH_SEPARATOR = : 240 PKG_CONFIG = /usr/bin/pkg-config 241 PKG_CONFIG_LIBDIR = 242 PKG_CONFIG_PATH = 243 RANLIB = ranlib 244 RPMSOURCEDIR = NOT-FOUND 245 SDL_CFLAGS = 246 SDL_LIBS = 247 SET_MAKE = 248 SHELL = /bin/bash 249 SSL_LIBS = 250 STRIP = strip 251 SYSTEM_LIBVNCSERVER_CFLAGS = 252 SYSTEM_LIBVNCSERVER_LIBS = 253 VERSION = 0.9.9 254 WSOCKLIB = 255 XMKMF = 256 X_CFLAGS = 257 X_EXTRA_LIBS = 258 X_LIBS = 259 X_PRE_LIBS = -lSM -lICE 260 abs_builddir = /data/src/android-master/external/libvncserver 261 abs_srcdir = /data/src/android-master/external/libvncserver 262 abs_top_builddir = /data/src/android-master/external/libvncserver 263 abs_top_srcdir = /data/src/android-master/external/libvncserver 264 ac_ct_CC = gcc 265 ac_ct_CXX = g++ 266 ac_ct_F77 = 267 am__include = include 268 am__leading_dot = . 269 am__quote = 270 am__tar = $${TAR-tar} chof - "$$tardir" 271 am__untar = $${TAR-tar} xf - 272 bindir = ${exec_prefix}/bin 273 build = x86_64-unknown-linux-gnu 274 build_alias = 275 build_cpu = x86_64 276 build_os = linux-gnu 277 build_vendor = unknown 278 builddir = . 279 datadir = ${datarootdir} 280 datarootdir = ${prefix}/share 281 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 282 dvidir = ${docdir} 283 exec_prefix = ${prefix} 284 host = x86_64-unknown-linux-gnu 285 host_alias = 286 host_cpu = x86_64 287 host_os = linux-gnu 288 host_vendor = unknown 289 htmldir = ${docdir} 290 includedir = $(prefix)/include/rfb 291 infodir = ${datarootdir}/info 292 install_sh = ${SHELL} /data/src/android-master/external/libvncserver/install-sh 293 libdir = ${exec_prefix}/lib 294 libexecdir = ${exec_prefix}/libexec 295 localedir = ${datarootdir}/locale 296 localstatedir = ${prefix}/var 297 mandir = ${datarootdir}/man 298 mkdir_p = /bin/mkdir -p 299 oldincludedir = /usr/include 300 pdfdir = ${docdir} 301 prefix = /usr/local 302 program_transform_name = s,x,x, 303 psdir = ${docdir} 304 sbindir = ${exec_prefix}/sbin 305 sharedstatedir = ${prefix}/com 306 srcdir = . 307 sysconfdir = ${prefix}/etc 308 target_alias = 309 top_build_prefix = 310 top_builddir = . 311 top_srcdir = . 312 with_ffmpeg = 313 #X11VNC = x11vnc 314 SUBDIRS = libvncserver examples libvncclient vncterm webclients client_examples test $(X11VNC) 315 DIST_SUBDIRS = libvncserver examples libvncclient vncterm webclients client_examples test 316 EXTRA_DIST = CMakeLists.txt rfb/rfbint.h.cmake rfb/rfbconfig.h.cmake 317 bin_SCRIPTS = libvncserver-config 318 pkgconfigdir = $(libdir)/pkgconfig 319 pkgconfig_DATA = libvncserver.pc libvncclient.pc 320 #include_HEADERS=rfb.h rfbconfig.h rfbint.h rfbproto.h keysym.h rfbregion.h 321 include_HEADERS = rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h \ 322 rfb/keysym.h rfb/rfbregion.h rfb/rfbclient.h 323 324 all: rfbconfig.h 325 $(MAKE) $(AM_MAKEFLAGS) all-recursive 326 327 .SUFFIXES: 328 am--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 344 Makefile: $(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 363 rfbconfig.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 367 stamp-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 375 distclean-hdr: 376 -rm -f rfbconfig.h stamp-h1 377 libvncserver.pc: $(top_builddir)/config.status $(srcdir)/libvncserver.pc.in 378 cd $(top_builddir) && $(SHELL) ./config.status $@ 379 libvncclient.pc: $(top_builddir)/config.status $(srcdir)/libvncclient.pc.in 380 cd $(top_builddir) && $(SHELL) ./config.status $@ 381 libvncserver-config: $(top_builddir)/config.status $(srcdir)/libvncserver-config.in 382 cd $(top_builddir) && $(SHELL) ./config.status $@ 383 LibVNCServer.spec: $(top_builddir)/config.status $(srcdir)/LibVNCServer.spec.in 384 cd $(top_builddir) && $(SHELL) ./config.status $@ 385 install-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 414 uninstall-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 421 mostlyclean-libtool: 422 -rm -f *.lo 423 424 clean-libtool: 425 -rm -rf .libs _libs 426 427 distclean-libtool: 428 -rm -f libtool config.lt 429 install-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 445 uninstall-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) 450 install-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 466 uninstall-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" 533 tags-recursive: 534 list='$(SUBDIRS)'; for subdir in $$list; do \ 535 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 536 done 537 ctags-recursive: 538 list='$(SUBDIRS)'; for subdir in $$list; do \ 539 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 540 done 541 542 ID: $(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 550 tags: TAGS 551 552 TAGS: 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 586 ctags: CTAGS 587 CTAGS: 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 599 GTAGS: 600 here=`$(am__cd) $(top_builddir) && pwd` \ 601 && $(am__cd) $(top_srcdir) \ 602 && gtags -i $(GTAGS_ARGS) "$$here" 603 604 distclean-tags: 605 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 606 607 distdir: $(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)" 671 dist-gzip: distdir 672 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 673 $(am__remove_distdir) 674 675 dist-bzip2: distdir 676 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 677 $(am__remove_distdir) 678 679 dist-lzip: distdir 680 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 681 $(am__remove_distdir) 682 683 dist-lzma: distdir 684 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 685 $(am__remove_distdir) 686 687 dist-xz: distdir 688 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 689 $(am__remove_distdir) 690 691 dist-tarZ: distdir 692 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 693 $(am__remove_distdir) 694 695 dist-shar: distdir 696 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 697 $(am__remove_distdir) 698 699 dist-zip: distdir 700 -rm -f $(distdir).zip 701 zip -rq $(distdir).zip $(distdir) 702 $(am__remove_distdir) 703 704 dist 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. 711 distcheck: 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' 768 distuninstallcheck: 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 785 distcleancheck: 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 794 check-am: all-am 795 check: check-recursive 796 all-am: Makefile $(SCRIPTS) $(DATA) $(HEADERS) rfbconfig.h 797 installdirs: installdirs-recursive 798 installdirs-am: 799 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \ 800 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 801 done 802 install: install-recursive 803 install-exec: install-exec-recursive 804 install-data: install-data-recursive 805 uninstall: uninstall-recursive 806 807 install-am: all-am 808 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 809 810 installcheck: installcheck-recursive 811 install-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 821 mostlyclean-generic: 822 823 clean-generic: 824 825 distclean-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 829 maintainer-clean-generic: 830 @echo "This command is intended for maintainers to use" 831 @echo "it deletes files that may require special tools to rebuild." 832 clean: clean-recursive 833 834 clean-am: clean-generic clean-libtool mostlyclean-am 835 836 distclean: distclean-recursive 837 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 838 -rm -f Makefile 839 distclean-am: clean-am distclean-generic distclean-hdr \ 840 distclean-libtool distclean-tags 841 842 dvi: dvi-recursive 843 844 dvi-am: 845 846 html: html-recursive 847 848 html-am: 849 850 info: info-recursive 851 852 info-am: 853 854 install-data-am: install-includeHEADERS install-pkgconfigDATA 855 856 install-dvi: install-dvi-recursive 857 858 install-dvi-am: 859 860 install-exec-am: install-binSCRIPTS 861 862 install-html: install-html-recursive 863 864 install-html-am: 865 866 install-info: install-info-recursive 867 868 install-info-am: 869 870 install-man: 871 872 install-pdf: install-pdf-recursive 873 874 install-pdf-am: 875 876 install-ps: install-ps-recursive 877 878 install-ps-am: 879 880 installcheck-am: 881 882 maintainer-clean: maintainer-clean-recursive 883 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 884 -rm -rf $(top_srcdir)/autom4te.cache 885 -rm -f Makefile 886 maintainer-clean-am: distclean-am maintainer-clean-generic 887 888 mostlyclean: mostlyclean-recursive 889 890 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 891 892 pdf: pdf-recursive 893 894 pdf-am: 895 896 ps: ps-recursive 897 898 ps-am: 899 900 uninstall-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 933 t: 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