1# Makefile.in generated by automake 1.11.6 from Makefile.am. 2# libvncserver/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 20am__make_dryrun = \ 21 { \ 22 am__dry=no; \ 23 case $$MAKEFLAGS in \ 24 *\\[\ \ ]*) \ 25 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 26 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 27 *) \ 28 for am__flg in $$MAKEFLAGS; do \ 29 case $$am__flg in \ 30 *=*|--*) ;; \ 31 *n*) am__dry=yes; break;; \ 32 esac; \ 33 done;; \ 34 esac; \ 35 test $$am__dry = yes; \ 36 } 37pkgdatadir = $(datadir)/LibVNCServer 38pkgincludedir = $(includedir)/LibVNCServer 39pkglibdir = $(libdir)/LibVNCServer 40pkglibexecdir = $(libexecdir)/LibVNCServer 41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 42install_sh_DATA = $(install_sh) -c -m 644 43install_sh_PROGRAM = $(install_sh) -c 44install_sh_SCRIPT = $(install_sh) -c 45INSTALL_HEADER = $(INSTALL_DATA) 46transform = $(program_transform_name) 47NORMAL_INSTALL = : 48PRE_INSTALL = : 49POST_INSTALL = : 50NORMAL_UNINSTALL = : 51PRE_UNINSTALL = : 52POST_UNINSTALL = : 53build_triplet = x86_64-unknown-linux-gnu 54host_triplet = x86_64-unknown-linux-gnu 55subdir = libvncserver 56DIST_COMMON = $(am__noinst_HEADERS_DIST) $(include_HEADERS) \ 57 $(srcdir)/Makefile.am $(srcdir)/Makefile.in 58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 59am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 60 $(top_srcdir)/configure.ac 61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 62 $(ACLOCAL_M4) 63mkinstalldirs = $(install_sh) -d 64CONFIG_HEADER = $(top_builddir)/rfbconfig.h 65CONFIG_CLEAN_FILES = 66CONFIG_CLEAN_VPATH_FILES = 67am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 68am__vpath_adj = case $$p in \ 69 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 70 *) f=$$p;; \ 71 esac; 72am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 73am__install_max = 40 74am__nobase_strip_setup = \ 75 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 76am__nobase_strip = \ 77 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 78am__nobase_list = $(am__nobase_strip_setup); \ 79 for p in $$list; do echo "$$p $$p"; done | \ 80 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 81 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 82 if (++n[$$2] == $(am__install_max)) \ 83 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 84 END { for (dir in files) print dir, files[dir] }' 85am__base_list = \ 86 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 87 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 88am__uninstall_files_from_dir = { \ 89 test -z "$$files" \ 90 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 91 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 92 $(am__cd) "$$dir" && rm -f $$files; }; \ 93 } 94am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" 95LTLIBRARIES = $(lib_LTLIBRARIES) 96am__DEPENDENCIES_1 = 97libvncserver_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 98am__libvncserver_la_SOURCES_DIST = main.c rfbserver.c rfbregion.c \ 99 auth.c sockets.c websockets.c rfbssl_none.c \ 100 rfbcrypto_included.c ../common/md5.c ../common/sha1.c \ 101 rfbssl_openssl.c rfbcrypto_openssl.c rfbssl_gnutls.c \ 102 rfbcrypto_gnutls.c stats.c corre.c hextile.c rre.c translate.c \ 103 cutpaste.c httpd.c cursor.c font.c draw.c selbox.c \ 104 ../common/d3des.c ../common/vncauth.c cargs.c \ 105 ../common/minilzo.c ultra.c scale.c zlib.c zrle.c \ 106 zrleoutstream.c zrlepalettehelper.c ../common/zywrletemplate.c \ 107 tight.c ../common/turbojpeg.c \ 108 tightvnc-filetransfer/rfbtightserver.c \ 109 tightvnc-filetransfer/handlefiletransferrequest.c \ 110 tightvnc-filetransfer/filetransfermsg.c \ 111 tightvnc-filetransfer/filelistinfo.c 112am__objects_1 = rfbssl_none.lo \ 113 rfbcrypto_included.lo \ 114 md5.lo \ 115 sha1.lo 116#am__objects_1 = rfbssl_openssl.lo \ 117# rfbcrypto_openssl.lo 118#am__objects_1 = \ 119# rfbssl_gnutls.lo \ 120# rfbcrypto_gnutls.lo 121am__objects_2 = websockets.lo $(am__objects_1) 122am__objects_3 = zlib.lo zrle.lo zrleoutstream.lo \ 123 zrlepalettehelper.lo zywrletemplate.lo 124am__objects_4 = tight.lo \ 125 turbojpeg.lo 126am__objects_5 = rfbtightserver.lo \ 127 handlefiletransferrequest.lo \ 128 filetransfermsg.lo \ 129 filelistinfo.lo 130am__objects_6 = main.lo rfbserver.lo rfbregion.lo auth.lo sockets.lo \ 131 $(am__objects_2) stats.lo corre.lo hextile.lo rre.lo \ 132 translate.lo cutpaste.lo httpd.lo cursor.lo font.lo draw.lo \ 133 selbox.lo d3des.lo vncauth.lo cargs.lo minilzo.lo ultra.lo \ 134 scale.lo $(am__objects_3) $(am__objects_4) $(am__objects_5) 135am_libvncserver_la_OBJECTS = $(am__objects_6) 136libvncserver_la_OBJECTS = $(am_libvncserver_la_OBJECTS) 137AM_V_lt = $(am__v_lt_$(V)) 138am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 139am__v_lt_0 = --silent 140DEFAULT_INCLUDES = -I. -I$(top_builddir) 141depcomp = $(SHELL) $(top_srcdir)/depcomp 142am__depfiles_maybe = depfiles 143am__mv = mv -f 144COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 145 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 146LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 147 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 148 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 149 $(AM_CFLAGS) $(CFLAGS) 150AM_V_CC = $(am__v_CC_$(V)) 151am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 152am__v_CC_0 = @echo " CC " $@; 153AM_V_at = $(am__v_at_$(V)) 154am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 155am__v_at_0 = @ 156CCLD = $(CC) 157LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 158 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 159 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 160AM_V_CCLD = $(am__v_CCLD_$(V)) 161am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 162am__v_CCLD_0 = @echo " CCLD " $@; 163AM_V_GEN = $(am__v_GEN_$(V)) 164am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 165am__v_GEN_0 = @echo " GEN " $@; 166SOURCES = $(libvncserver_la_SOURCES) 167DIST_SOURCES = $(am__libvncserver_la_SOURCES_DIST) 168am__can_run_installinfo = \ 169 case $$AM_UPDATE_INFO_DIR in \ 170 n|no|NO) false;; \ 171 *) (install-info --version) >/dev/null 2>&1;; \ 172 esac 173am__noinst_HEADERS_DIST = ../common/d3des.h ../rfb/default8x16.h \ 174 zrleoutstream.h zrlepalettehelper.h zrletypes.h private.h \ 175 scale.h rfbssl.h rfbcrypto.h ../common/minilzo.h \ 176 ../common/lzoconf.h ../common/lzodefs.h ../common/md5.h \ 177 ../common/sha1.h tightvnc-filetransfer/filelistinfo.h \ 178 tightvnc-filetransfer/filetransfermsg.h \ 179 tightvnc-filetransfer/handlefiletransferrequest.h \ 180 tightvnc-filetransfer/rfbtightproto.h 181HEADERS = $(include_HEADERS) $(noinst_HEADERS) 182ETAGS = etags 183CTAGS = ctags 184DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 185ACLOCAL = ${SHELL} /data/src/android-master/external/libvncserver/missing --run aclocal-1.11 186AMTAR = $${TAR-tar} 187AM_DEFAULT_VERBOSITY = 0 188AR = /usr/bin/ar 189AS = as 190AUTOCONF = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoconf 191AUTOHEADER = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoheader 192AUTOMAKE = ${SHELL} /data/src/android-master/external/libvncserver/missing --run automake-1.11 193AVAHI_CFLAGS = 194AVAHI_LIBS = 195AWK = mawk 196CC = gcc 197CCDEPMODE = depmode=gcc3 198CFLAGS = -g -O2 -Wall 199CPP = gcc -E 200CPPFLAGS = 201CRYPT_LIBS = -lcrypt 202CXX = g++ 203CXXCPP = g++ -E 204CXXDEPMODE = depmode=gcc3 205CXXFLAGS = -g -O2 206CYGPATH_W = echo 207DEFS = -DHAVE_CONFIG_H 208DEPDIR = .deps 209DLLTOOL = dlltool 210ECHO = echo 211ECHO_C = 212ECHO_N = -n 213ECHO_T = 214EGREP = /bin/grep -E 215EXEEXT = 216F77 = 217FFLAGS = 218GNUTLS_CFLAGS = 219GNUTLS_LIBS = 220GREP = /bin/grep 221GTK_CFLAGS = 222GTK_LIBS = 223INSTALL = /usr/bin/install -c 224INSTALL_DATA = ${INSTALL} -m 644 225INSTALL_PROGRAM = ${INSTALL} 226INSTALL_SCRIPT = ${INSTALL} 227INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 228JPEG_LDFLAGS = 229LDFLAGS = 230LIBGCRYPT_CFLAGS = 231LIBGCRYPT_CONFIG = no 232LIBGCRYPT_LIBS = 233LIBOBJS = 234LIBS = -lnsl -lpthread -lz -lpng -ljpeg -lresolv 235LIBTOOL = $(SHELL) $(top_builddir)/libtool 236LN_S = ln -s 237LTLIBOBJS = 238MAKEINFO = ${SHELL} /data/src/android-master/external/libvncserver/missing --run makeinfo 239MKDIR_P = /bin/mkdir -p 240OBJDUMP = objdump 241OBJEXT = o 242PACKAGE = LibVNCServer 243PACKAGE_BUGREPORT = http://sourceforge.net/projects/libvncserver 244PACKAGE_NAME = LibVNCServer 245PACKAGE_STRING = LibVNCServer 0.9.9 246PACKAGE_TARNAME = libvncserver 247PACKAGE_URL = 248PACKAGE_VERSION = 0.9.9 249PATH_SEPARATOR = : 250PKG_CONFIG = /usr/bin/pkg-config 251PKG_CONFIG_LIBDIR = 252PKG_CONFIG_PATH = 253RANLIB = ranlib 254RPMSOURCEDIR = NOT-FOUND 255SDL_CFLAGS = 256SDL_LIBS = 257SET_MAKE = 258SHELL = /bin/bash 259SSL_LIBS = 260STRIP = strip 261SYSTEM_LIBVNCSERVER_CFLAGS = 262SYSTEM_LIBVNCSERVER_LIBS = 263VERSION = 0.9.9 264WSOCKLIB = 265XMKMF = 266X_CFLAGS = 267X_EXTRA_LIBS = 268X_LIBS = 269X_PRE_LIBS = -lSM -lICE 270abs_builddir = /data/src/android-master/external/libvncserver/libvncserver 271abs_srcdir = /data/src/android-master/external/libvncserver/libvncserver 272abs_top_builddir = /data/src/android-master/external/libvncserver 273abs_top_srcdir = /data/src/android-master/external/libvncserver 274ac_ct_CC = gcc 275ac_ct_CXX = g++ 276ac_ct_F77 = 277am__include = include 278am__leading_dot = . 279am__quote = 280am__tar = $${TAR-tar} chof - "$$tardir" 281am__untar = $${TAR-tar} xf - 282bindir = ${exec_prefix}/bin 283build = x86_64-unknown-linux-gnu 284build_alias = 285build_cpu = x86_64 286build_os = linux-gnu 287build_vendor = unknown 288builddir = . 289datadir = ${datarootdir} 290datarootdir = ${prefix}/share 291docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 292dvidir = ${docdir} 293exec_prefix = ${prefix} 294host = x86_64-unknown-linux-gnu 295host_alias = 296host_cpu = x86_64 297host_os = linux-gnu 298host_vendor = unknown 299htmldir = ${docdir} 300includedir = $(prefix)/include/rfb 301infodir = ${datarootdir}/info 302install_sh = ${SHELL} /data/src/android-master/external/libvncserver/install-sh 303libdir = ${exec_prefix}/lib 304libexecdir = ${exec_prefix}/libexec 305localedir = ${datarootdir}/locale 306localstatedir = ${prefix}/var 307mandir = ${datarootdir}/man 308mkdir_p = /bin/mkdir -p 309oldincludedir = /usr/include 310pdfdir = ${docdir} 311prefix = /usr/local 312program_transform_name = s,x,x, 313psdir = ${docdir} 314sbindir = ${exec_prefix}/sbin 315sharedstatedir = ${prefix}/com 316srcdir = . 317sysconfdir = ${prefix}/etc 318target_alias = 319top_build_prefix = ../ 320top_builddir = .. 321top_srcdir = .. 322with_ffmpeg = 323INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/common 324TIGHTVNCFILETRANSFERHDRS = tightvnc-filetransfer/filelistinfo.h \ 325 tightvnc-filetransfer/filetransfermsg.h \ 326 tightvnc-filetransfer/handlefiletransferrequest.h \ 327 tightvnc-filetransfer/rfbtightproto.h 328 329TIGHTVNCFILETRANSFERSRCS = tightvnc-filetransfer/rfbtightserver.c \ 330 tightvnc-filetransfer/handlefiletransferrequest.c \ 331 tightvnc-filetransfer/filetransfermsg.c \ 332 tightvnc-filetransfer/filelistinfo.c 333 334WEBSOCKETSSSLSRCS = rfbssl_none.c rfbcrypto_included.c ../common/md5.c ../common/sha1.c 335#WEBSOCKETSSSLSRCS = rfbssl_openssl.c rfbcrypto_openssl.c 336#WEBSOCKETSSSLSRCS = rfbssl_gnutls.c rfbcrypto_gnutls.c 337#WEBSOCKETSSSLLIBS = -lcrypt 338#WEBSOCKETSSSLLIBS = 339WEBSOCKETSSRCS = websockets.c $(WEBSOCKETSSSLSRCS) 340#include_HEADERS=rfb.h rfbconfig.h rfbint.h rfbproto.h keysym.h rfbregion.h 341include_HEADERS = ../rfb/rfb.h ../rfb/rfbconfig.h ../rfb/rfbint.h \ 342 ../rfb/rfbproto.h ../rfb/keysym.h ../rfb/rfbregion.h ../rfb/rfbclient.h 343 344noinst_HEADERS = ../common/d3des.h ../rfb/default8x16.h zrleoutstream.h \ 345 zrlepalettehelper.h zrletypes.h private.h scale.h rfbssl.h rfbcrypto.h \ 346 ../common/minilzo.h ../common/lzoconf.h ../common/lzodefs.h ../common/md5.h ../common/sha1.h \ 347 $(TIGHTVNCFILETRANSFERHDRS) 348 349EXTRA_DIST = tableinit24.c tableinittctemplate.c tabletranstemplate.c \ 350 tableinitcmtemplate.c tabletrans24template.c \ 351 zrleencodetemplate.c 352 353ZLIBSRCS = zlib.c zrle.c zrleoutstream.c zrlepalettehelper.c ../common/zywrletemplate.c 354TIGHTSRCS = tight.c ../common/turbojpeg.c 355LIB_SRCS = main.c rfbserver.c rfbregion.c auth.c sockets.c $(WEBSOCKETSSRCS) \ 356 stats.c corre.c hextile.c rre.c translate.c cutpaste.c \ 357 httpd.c cursor.c font.c \ 358 draw.c selbox.c ../common/d3des.c ../common/vncauth.c cargs.c ../common/minilzo.c ultra.c scale.c \ 359 $(ZLIBSRCS) $(TIGHTSRCS) $(TIGHTVNCFILETRANSFERSRCS) 360 361libvncserver_la_SOURCES = $(LIB_SRCS) 362libvncserver_la_LIBADD = $(WEBSOCKETSSSLLIBS) 363lib_LTLIBRARIES = libvncserver.la 364all: all-am 365 366.SUFFIXES: 367.SUFFIXES: .c .lo .o .obj 368$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 369 @for dep in $?; do \ 370 case '$(am__configure_deps)' in \ 371 *$$dep*) \ 372 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 373 && { if test -f $@; then exit 0; else break; fi; }; \ 374 exit 1;; \ 375 esac; \ 376 done; \ 377 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libvncserver/Makefile'; \ 378 $(am__cd) $(top_srcdir) && \ 379 $(AUTOMAKE) --gnu libvncserver/Makefile 380.PRECIOUS: Makefile 381Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 382 @case '$?' in \ 383 *config.status*) \ 384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 385 *) \ 386 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 387 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 388 esac; 389 390$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 392 393$(top_srcdir)/configure: $(am__configure_deps) 394 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 395$(ACLOCAL_M4): $(am__aclocal_m4_deps) 396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 397$(am__aclocal_m4_deps): 398install-libLTLIBRARIES: $(lib_LTLIBRARIES) 399 @$(NORMAL_INSTALL) 400 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 401 list2=; for p in $$list; do \ 402 if test -f $$p; then \ 403 list2="$$list2 $$p"; \ 404 else :; fi; \ 405 done; \ 406 test -z "$$list2" || { \ 407 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 408 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 409 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 410 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 411 } 412 413uninstall-libLTLIBRARIES: 414 @$(NORMAL_UNINSTALL) 415 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 416 for p in $$list; do \ 417 $(am__strip_dir) \ 418 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 419 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 420 done 421 422clean-libLTLIBRARIES: 423 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 424 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 425 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 426 test "$$dir" != "$$p" || dir=.; \ 427 echo "rm -f \"$${dir}/so_locations\""; \ 428 rm -f "$${dir}/so_locations"; \ 429 done 430libvncserver.la: $(libvncserver_la_OBJECTS) $(libvncserver_la_DEPENDENCIES) $(EXTRA_libvncserver_la_DEPENDENCIES) 431 $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libvncserver_la_OBJECTS) $(libvncserver_la_LIBADD) $(LIBS) 432 433mostlyclean-compile: 434 -rm -f *.$(OBJEXT) 435 436distclean-compile: 437 -rm -f *.tab.c 438 439include ./$(DEPDIR)/auth.Plo 440include ./$(DEPDIR)/cargs.Plo 441include ./$(DEPDIR)/corre.Plo 442include ./$(DEPDIR)/cursor.Plo 443include ./$(DEPDIR)/cutpaste.Plo 444include ./$(DEPDIR)/d3des.Plo 445include ./$(DEPDIR)/draw.Plo 446include ./$(DEPDIR)/filelistinfo.Plo 447include ./$(DEPDIR)/filetransfermsg.Plo 448include ./$(DEPDIR)/font.Plo 449include ./$(DEPDIR)/handlefiletransferrequest.Plo 450include ./$(DEPDIR)/hextile.Plo 451include ./$(DEPDIR)/httpd.Plo 452include ./$(DEPDIR)/main.Plo 453include ./$(DEPDIR)/md5.Plo 454include ./$(DEPDIR)/minilzo.Plo 455include ./$(DEPDIR)/rfbcrypto_gnutls.Plo 456include ./$(DEPDIR)/rfbcrypto_included.Plo 457include ./$(DEPDIR)/rfbcrypto_openssl.Plo 458include ./$(DEPDIR)/rfbregion.Plo 459include ./$(DEPDIR)/rfbserver.Plo 460include ./$(DEPDIR)/rfbssl_gnutls.Plo 461include ./$(DEPDIR)/rfbssl_none.Plo 462include ./$(DEPDIR)/rfbssl_openssl.Plo 463include ./$(DEPDIR)/rfbtightserver.Plo 464include ./$(DEPDIR)/rre.Plo 465include ./$(DEPDIR)/scale.Plo 466include ./$(DEPDIR)/selbox.Plo 467include ./$(DEPDIR)/sha1.Plo 468include ./$(DEPDIR)/sockets.Plo 469include ./$(DEPDIR)/stats.Plo 470include ./$(DEPDIR)/tight.Plo 471include ./$(DEPDIR)/translate.Plo 472include ./$(DEPDIR)/turbojpeg.Plo 473include ./$(DEPDIR)/ultra.Plo 474include ./$(DEPDIR)/vncauth.Plo 475include ./$(DEPDIR)/websockets.Plo 476include ./$(DEPDIR)/zlib.Plo 477include ./$(DEPDIR)/zrle.Plo 478include ./$(DEPDIR)/zrleoutstream.Plo 479include ./$(DEPDIR)/zrlepalettehelper.Plo 480include ./$(DEPDIR)/zywrletemplate.Plo 481 482.c.o: 483 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 484 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 485# $(AM_V_CC)source='$<' object='$@' libtool=no \ 486# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 487# $(AM_V_CC_no)$(COMPILE) -c $< 488 489.c.obj: 490 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 491 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 492# $(AM_V_CC)source='$<' object='$@' libtool=no \ 493# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 494# $(AM_V_CC_no)$(COMPILE) -c `$(CYGPATH_W) '$<'` 495 496.c.lo: 497 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 498 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 499# $(AM_V_CC)source='$<' object='$@' libtool=yes \ 500# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 501# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< 502 503md5.lo: ../common/md5.c 504 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT md5.lo -MD -MP -MF $(DEPDIR)/md5.Tpo -c -o md5.lo `test -f '../common/md5.c' || echo '$(srcdir)/'`../common/md5.c 505 $(AM_V_at)$(am__mv) $(DEPDIR)/md5.Tpo $(DEPDIR)/md5.Plo 506# $(AM_V_CC)source='../common/md5.c' object='md5.lo' libtool=yes \ 507# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 508# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o md5.lo `test -f '../common/md5.c' || echo '$(srcdir)/'`../common/md5.c 509 510sha1.lo: ../common/sha1.c 511 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha1.lo -MD -MP -MF $(DEPDIR)/sha1.Tpo -c -o sha1.lo `test -f '../common/sha1.c' || echo '$(srcdir)/'`../common/sha1.c 512 $(AM_V_at)$(am__mv) $(DEPDIR)/sha1.Tpo $(DEPDIR)/sha1.Plo 513# $(AM_V_CC)source='../common/sha1.c' object='sha1.lo' libtool=yes \ 514# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 515# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha1.lo `test -f '../common/sha1.c' || echo '$(srcdir)/'`../common/sha1.c 516 517d3des.lo: ../common/d3des.c 518 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT d3des.lo -MD -MP -MF $(DEPDIR)/d3des.Tpo -c -o d3des.lo `test -f '../common/d3des.c' || echo '$(srcdir)/'`../common/d3des.c 519 $(AM_V_at)$(am__mv) $(DEPDIR)/d3des.Tpo $(DEPDIR)/d3des.Plo 520# $(AM_V_CC)source='../common/d3des.c' object='d3des.lo' libtool=yes \ 521# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 522# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o d3des.lo `test -f '../common/d3des.c' || echo '$(srcdir)/'`../common/d3des.c 523 524vncauth.lo: ../common/vncauth.c 525 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vncauth.lo -MD -MP -MF $(DEPDIR)/vncauth.Tpo -c -o vncauth.lo `test -f '../common/vncauth.c' || echo '$(srcdir)/'`../common/vncauth.c 526 $(AM_V_at)$(am__mv) $(DEPDIR)/vncauth.Tpo $(DEPDIR)/vncauth.Plo 527# $(AM_V_CC)source='../common/vncauth.c' object='vncauth.lo' libtool=yes \ 528# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 529# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o vncauth.lo `test -f '../common/vncauth.c' || echo '$(srcdir)/'`../common/vncauth.c 530 531minilzo.lo: ../common/minilzo.c 532 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT minilzo.lo -MD -MP -MF $(DEPDIR)/minilzo.Tpo -c -o minilzo.lo `test -f '../common/minilzo.c' || echo '$(srcdir)/'`../common/minilzo.c 533 $(AM_V_at)$(am__mv) $(DEPDIR)/minilzo.Tpo $(DEPDIR)/minilzo.Plo 534# $(AM_V_CC)source='../common/minilzo.c' object='minilzo.lo' libtool=yes \ 535# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 536# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o minilzo.lo `test -f '../common/minilzo.c' || echo '$(srcdir)/'`../common/minilzo.c 537 538zywrletemplate.lo: ../common/zywrletemplate.c 539 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zywrletemplate.lo -MD -MP -MF $(DEPDIR)/zywrletemplate.Tpo -c -o zywrletemplate.lo `test -f '../common/zywrletemplate.c' || echo '$(srcdir)/'`../common/zywrletemplate.c 540 $(AM_V_at)$(am__mv) $(DEPDIR)/zywrletemplate.Tpo $(DEPDIR)/zywrletemplate.Plo 541# $(AM_V_CC)source='../common/zywrletemplate.c' object='zywrletemplate.lo' libtool=yes \ 542# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 543# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zywrletemplate.lo `test -f '../common/zywrletemplate.c' || echo '$(srcdir)/'`../common/zywrletemplate.c 544 545turbojpeg.lo: ../common/turbojpeg.c 546 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT turbojpeg.lo -MD -MP -MF $(DEPDIR)/turbojpeg.Tpo -c -o turbojpeg.lo `test -f '../common/turbojpeg.c' || echo '$(srcdir)/'`../common/turbojpeg.c 547 $(AM_V_at)$(am__mv) $(DEPDIR)/turbojpeg.Tpo $(DEPDIR)/turbojpeg.Plo 548# $(AM_V_CC)source='../common/turbojpeg.c' object='turbojpeg.lo' libtool=yes \ 549# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 550# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o turbojpeg.lo `test -f '../common/turbojpeg.c' || echo '$(srcdir)/'`../common/turbojpeg.c 551 552rfbtightserver.lo: tightvnc-filetransfer/rfbtightserver.c 553 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rfbtightserver.lo -MD -MP -MF $(DEPDIR)/rfbtightserver.Tpo -c -o rfbtightserver.lo `test -f 'tightvnc-filetransfer/rfbtightserver.c' || echo '$(srcdir)/'`tightvnc-filetransfer/rfbtightserver.c 554 $(AM_V_at)$(am__mv) $(DEPDIR)/rfbtightserver.Tpo $(DEPDIR)/rfbtightserver.Plo 555# $(AM_V_CC)source='tightvnc-filetransfer/rfbtightserver.c' object='rfbtightserver.lo' libtool=yes \ 556# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 557# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rfbtightserver.lo `test -f 'tightvnc-filetransfer/rfbtightserver.c' || echo '$(srcdir)/'`tightvnc-filetransfer/rfbtightserver.c 558 559handlefiletransferrequest.lo: tightvnc-filetransfer/handlefiletransferrequest.c 560 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT handlefiletransferrequest.lo -MD -MP -MF $(DEPDIR)/handlefiletransferrequest.Tpo -c -o handlefiletransferrequest.lo `test -f 'tightvnc-filetransfer/handlefiletransferrequest.c' || echo '$(srcdir)/'`tightvnc-filetransfer/handlefiletransferrequest.c 561 $(AM_V_at)$(am__mv) $(DEPDIR)/handlefiletransferrequest.Tpo $(DEPDIR)/handlefiletransferrequest.Plo 562# $(AM_V_CC)source='tightvnc-filetransfer/handlefiletransferrequest.c' object='handlefiletransferrequest.lo' libtool=yes \ 563# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 564# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o handlefiletransferrequest.lo `test -f 'tightvnc-filetransfer/handlefiletransferrequest.c' || echo '$(srcdir)/'`tightvnc-filetransfer/handlefiletransferrequest.c 565 566filetransfermsg.lo: tightvnc-filetransfer/filetransfermsg.c 567 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT filetransfermsg.lo -MD -MP -MF $(DEPDIR)/filetransfermsg.Tpo -c -o filetransfermsg.lo `test -f 'tightvnc-filetransfer/filetransfermsg.c' || echo '$(srcdir)/'`tightvnc-filetransfer/filetransfermsg.c 568 $(AM_V_at)$(am__mv) $(DEPDIR)/filetransfermsg.Tpo $(DEPDIR)/filetransfermsg.Plo 569# $(AM_V_CC)source='tightvnc-filetransfer/filetransfermsg.c' object='filetransfermsg.lo' libtool=yes \ 570# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 571# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o filetransfermsg.lo `test -f 'tightvnc-filetransfer/filetransfermsg.c' || echo '$(srcdir)/'`tightvnc-filetransfer/filetransfermsg.c 572 573filelistinfo.lo: tightvnc-filetransfer/filelistinfo.c 574 $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT filelistinfo.lo -MD -MP -MF $(DEPDIR)/filelistinfo.Tpo -c -o filelistinfo.lo `test -f 'tightvnc-filetransfer/filelistinfo.c' || echo '$(srcdir)/'`tightvnc-filetransfer/filelistinfo.c 575 $(AM_V_at)$(am__mv) $(DEPDIR)/filelistinfo.Tpo $(DEPDIR)/filelistinfo.Plo 576# $(AM_V_CC)source='tightvnc-filetransfer/filelistinfo.c' object='filelistinfo.lo' libtool=yes \ 577# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 578# $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o filelistinfo.lo `test -f 'tightvnc-filetransfer/filelistinfo.c' || echo '$(srcdir)/'`tightvnc-filetransfer/filelistinfo.c 579 580mostlyclean-libtool: 581 -rm -f *.lo 582 583clean-libtool: 584 -rm -rf .libs _libs 585install-includeHEADERS: $(include_HEADERS) 586 @$(NORMAL_INSTALL) 587 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 588 if test -n "$$list"; then \ 589 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 590 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 591 fi; \ 592 for p in $$list; do \ 593 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 594 echo "$$d$$p"; \ 595 done | $(am__base_list) | \ 596 while read files; do \ 597 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 598 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 599 done 600 601uninstall-includeHEADERS: 602 @$(NORMAL_UNINSTALL) 603 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 604 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 605 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 606 607ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 608 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 609 unique=`for i in $$list; do \ 610 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 611 done | \ 612 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 613 END { if (nonempty) { for (i in files) print i; }; }'`; \ 614 mkid -fID $$unique 615tags: TAGS 616 617TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 618 $(TAGS_FILES) $(LISP) 619 set x; \ 620 here=`pwd`; \ 621 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 622 unique=`for i in $$list; do \ 623 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 624 done | \ 625 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 626 END { if (nonempty) { for (i in files) print i; }; }'`; \ 627 shift; \ 628 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 629 test -n "$$unique" || unique=$$empty_fix; \ 630 if test $$# -gt 0; then \ 631 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 632 "$$@" $$unique; \ 633 else \ 634 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 635 $$unique; \ 636 fi; \ 637 fi 638ctags: CTAGS 639CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 640 $(TAGS_FILES) $(LISP) 641 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 642 unique=`for i in $$list; do \ 643 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 644 done | \ 645 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 646 END { if (nonempty) { for (i in files) print i; }; }'`; \ 647 test -z "$(CTAGS_ARGS)$$unique" \ 648 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 649 $$unique 650 651GTAGS: 652 here=`$(am__cd) $(top_builddir) && pwd` \ 653 && $(am__cd) $(top_srcdir) \ 654 && gtags -i $(GTAGS_ARGS) "$$here" 655 656distclean-tags: 657 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 658 659distdir: $(DISTFILES) 660 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 661 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 662 list='$(DISTFILES)'; \ 663 dist_files=`for file in $$list; do echo $$file; done | \ 664 sed -e "s|^$$srcdirstrip/||;t" \ 665 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 666 case $$dist_files in \ 667 */*) $(MKDIR_P) `echo "$$dist_files" | \ 668 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 669 sort -u` ;; \ 670 esac; \ 671 for file in $$dist_files; do \ 672 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 673 if test -d $$d/$$file; then \ 674 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 675 if test -d "$(distdir)/$$file"; then \ 676 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 677 fi; \ 678 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 679 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 680 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 681 fi; \ 682 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 683 else \ 684 test -f "$(distdir)/$$file" \ 685 || cp -p $$d/$$file "$(distdir)/$$file" \ 686 || exit 1; \ 687 fi; \ 688 done 689check-am: all-am 690check: check-am 691all-am: Makefile $(LTLIBRARIES) $(HEADERS) 692installdirs: 693 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ 694 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 695 done 696install: install-am 697install-exec: install-exec-am 698install-data: install-data-am 699uninstall: uninstall-am 700 701install-am: all-am 702 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 703 704installcheck: installcheck-am 705install-strip: 706 if test -z '$(STRIP)'; then \ 707 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 708 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 709 install; \ 710 else \ 711 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 712 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 713 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 714 fi 715mostlyclean-generic: 716 717clean-generic: 718 719distclean-generic: 720 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 721 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 722 723maintainer-clean-generic: 724 @echo "This command is intended for maintainers to use" 725 @echo "it deletes files that may require special tools to rebuild." 726clean: clean-am 727 728clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 729 mostlyclean-am 730 731distclean: distclean-am 732 -rm -rf ./$(DEPDIR) 733 -rm -f Makefile 734distclean-am: clean-am distclean-compile distclean-generic \ 735 distclean-tags 736 737dvi: dvi-am 738 739dvi-am: 740 741html: html-am 742 743html-am: 744 745info: info-am 746 747info-am: 748 749install-data-am: install-includeHEADERS 750 751install-dvi: install-dvi-am 752 753install-dvi-am: 754 755install-exec-am: install-libLTLIBRARIES 756 757install-html: install-html-am 758 759install-html-am: 760 761install-info: install-info-am 762 763install-info-am: 764 765install-man: 766 767install-pdf: install-pdf-am 768 769install-pdf-am: 770 771install-ps: install-ps-am 772 773install-ps-am: 774 775installcheck-am: 776 777maintainer-clean: maintainer-clean-am 778 -rm -rf ./$(DEPDIR) 779 -rm -f Makefile 780maintainer-clean-am: distclean-am maintainer-clean-generic 781 782mostlyclean: mostlyclean-am 783 784mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 785 mostlyclean-libtool 786 787pdf: pdf-am 788 789pdf-am: 790 791ps: ps-am 792 793ps-am: 794 795uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES 796 797.MAKE: install-am install-strip 798 799.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 800 clean-libLTLIBRARIES clean-libtool ctags distclean \ 801 distclean-compile distclean-generic distclean-libtool \ 802 distclean-tags distdir dvi dvi-am html html-am info info-am \ 803 install install-am install-data install-data-am install-dvi \ 804 install-dvi-am install-exec install-exec-am install-html \ 805 install-html-am install-includeHEADERS install-info \ 806 install-info-am install-libLTLIBRARIES install-man install-pdf \ 807 install-pdf-am install-ps install-ps-am install-strip \ 808 installcheck installcheck-am installdirs maintainer-clean \ 809 maintainer-clean-generic mostlyclean mostlyclean-compile \ 810 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 811 tags uninstall uninstall-am uninstall-includeHEADERS \ 812 uninstall-libLTLIBRARIES 813 814 815#$(PACKAGE)-$(VERSION).tar.gz: dist 816 817# Rule to build RPM distribution package 818#rpm: $(PACKAGE)-$(VERSION).tar.gz libvncserver.spec 819# cp $(PACKAGE)-$(VERSION).tar.gz NOT-FOUND 820# rpmbuild -ba libvncserver.spec 821 822# Tell versions [3.59,3.63) of GNU make to not export all variables. 823# Otherwise a system limit (for SysV at least) may be exceeded. 824.NOEXPORT: 825