blob: 0f1fed058fac8c336b8f64a5808d3afca90a1eb7 [file] [log] [blame]
San Mehata430b2b2014-09-23 08:30:51 -07001# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# libvncclient/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 = libvncclient
56DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
57 $(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)"
95LTLIBRARIES = $(lib_LTLIBRARIES)
96am__DEPENDENCIES_1 =
97libvncclient_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
98am__libvncclient_la_SOURCES_DIST = cursor.c listen.c rfbproto.c \
99 sockets.c vncviewer.c ../common/minilzo.c tls_none.c \
100 tls_openssl.c tls_gnutls.c
101am__objects_1 = tls_none.lo
102#am__objects_1 = tls_openssl.lo
103#am__objects_1 = tls_gnutls.lo
104am_libvncclient_la_OBJECTS = cursor.lo listen.lo rfbproto.lo \
105 sockets.lo vncviewer.lo minilzo.lo $(am__objects_1)
106libvncclient_la_OBJECTS = $(am_libvncclient_la_OBJECTS)
107AM_V_lt = $(am__v_lt_$(V))
108am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
109am__v_lt_0 = --silent
110DEFAULT_INCLUDES = -I. -I$(top_builddir)
111depcomp = $(SHELL) $(top_srcdir)/depcomp
112am__depfiles_maybe = depfiles
113am__mv = mv -f
114COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
115 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
116LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
117 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
118 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
119 $(AM_CFLAGS) $(CFLAGS)
120AM_V_CC = $(am__v_CC_$(V))
121am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
122am__v_CC_0 = @echo " CC " $@;
123AM_V_at = $(am__v_at_$(V))
124am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
125am__v_at_0 = @
126CCLD = $(CC)
127LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
128 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
129 $(AM_LDFLAGS) $(LDFLAGS) -o $@
130AM_V_CCLD = $(am__v_CCLD_$(V))
131am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
132am__v_CCLD_0 = @echo " CCLD " $@;
133AM_V_GEN = $(am__v_GEN_$(V))
134am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
135am__v_GEN_0 = @echo " GEN " $@;
136SOURCES = $(libvncclient_la_SOURCES)
137DIST_SOURCES = $(am__libvncclient_la_SOURCES_DIST)
138am__can_run_installinfo = \
139 case $$AM_UPDATE_INFO_DIR in \
140 n|no|NO) false;; \
141 *) (install-info --version) >/dev/null 2>&1;; \
142 esac
143HEADERS = $(noinst_HEADERS)
144ETAGS = etags
145CTAGS = ctags
146DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
147ACLOCAL = ${SHELL} /data/src/android-master/external/libvncserver/missing --run aclocal-1.11
148AMTAR = $${TAR-tar}
149AM_DEFAULT_VERBOSITY = 0
150AR = /usr/bin/ar
151AS = as
152AUTOCONF = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoconf
153AUTOHEADER = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoheader
154AUTOMAKE = ${SHELL} /data/src/android-master/external/libvncserver/missing --run automake-1.11
155AVAHI_CFLAGS =
156AVAHI_LIBS =
157AWK = mawk
158CC = gcc
159CCDEPMODE = depmode=gcc3
160CFLAGS = -g -O2 -Wall
161CPP = gcc -E
162CPPFLAGS =
163CRYPT_LIBS = -lcrypt
164CXX = g++
165CXXCPP = g++ -E
166CXXDEPMODE = depmode=gcc3
167CXXFLAGS = -g -O2
168CYGPATH_W = echo
169DEFS = -DHAVE_CONFIG_H
170DEPDIR = .deps
171DLLTOOL = dlltool
172ECHO = echo
173ECHO_C =
174ECHO_N = -n
175ECHO_T =
176EGREP = /bin/grep -E
177EXEEXT =
178F77 =
179FFLAGS =
180GNUTLS_CFLAGS =
181GNUTLS_LIBS =
182GREP = /bin/grep
183GTK_CFLAGS =
184GTK_LIBS =
185INSTALL = /usr/bin/install -c
186INSTALL_DATA = ${INSTALL} -m 644
187INSTALL_PROGRAM = ${INSTALL}
188INSTALL_SCRIPT = ${INSTALL}
189INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
190JPEG_LDFLAGS =
191LDFLAGS =
192LIBGCRYPT_CFLAGS =
193LIBGCRYPT_CONFIG = no
194LIBGCRYPT_LIBS =
195LIBOBJS =
196LIBS = -lnsl -lpthread -lz -lpng -ljpeg -lresolv
197LIBTOOL = $(SHELL) $(top_builddir)/libtool
198LN_S = ln -s
199LTLIBOBJS =
200MAKEINFO = ${SHELL} /data/src/android-master/external/libvncserver/missing --run makeinfo
201MKDIR_P = /bin/mkdir -p
202OBJDUMP = objdump
203OBJEXT = o
204PACKAGE = LibVNCServer
205PACKAGE_BUGREPORT = http://sourceforge.net/projects/libvncserver
206PACKAGE_NAME = LibVNCServer
207PACKAGE_STRING = LibVNCServer 0.9.9
208PACKAGE_TARNAME = libvncserver
209PACKAGE_URL =
210PACKAGE_VERSION = 0.9.9
211PATH_SEPARATOR = :
212PKG_CONFIG = /usr/bin/pkg-config
213PKG_CONFIG_LIBDIR =
214PKG_CONFIG_PATH =
215RANLIB = ranlib
216RPMSOURCEDIR = NOT-FOUND
217SDL_CFLAGS =
218SDL_LIBS =
219SET_MAKE =
220SHELL = /bin/bash
221SSL_LIBS =
222STRIP = strip
223SYSTEM_LIBVNCSERVER_CFLAGS =
224SYSTEM_LIBVNCSERVER_LIBS =
225VERSION = 0.9.9
226WSOCKLIB =
227XMKMF =
228X_CFLAGS =
229X_EXTRA_LIBS =
230X_LIBS =
231X_PRE_LIBS = -lSM -lICE
232abs_builddir = /data/src/android-master/external/libvncserver/libvncclient
233abs_srcdir = /data/src/android-master/external/libvncserver/libvncclient
234abs_top_builddir = /data/src/android-master/external/libvncserver
235abs_top_srcdir = /data/src/android-master/external/libvncserver
236ac_ct_CC = gcc
237ac_ct_CXX = g++
238ac_ct_F77 =
239am__include = include
240am__leading_dot = .
241am__quote =
242am__tar = $${TAR-tar} chof - "$$tardir"
243am__untar = $${TAR-tar} xf -
244bindir = ${exec_prefix}/bin
245build = x86_64-unknown-linux-gnu
246build_alias =
247build_cpu = x86_64
248build_os = linux-gnu
249build_vendor = unknown
250builddir = .
251datadir = ${datarootdir}
252datarootdir = ${prefix}/share
253docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
254dvidir = ${docdir}
255exec_prefix = ${prefix}
256host = x86_64-unknown-linux-gnu
257host_alias =
258host_cpu = x86_64
259host_os = linux-gnu
260host_vendor = unknown
261htmldir = ${docdir}
262includedir = ${prefix}/include
263infodir = ${datarootdir}/info
264install_sh = ${SHELL} /data/src/android-master/external/libvncserver/install-sh
265libdir = ${exec_prefix}/lib
266libexecdir = ${exec_prefix}/libexec
267localedir = ${datarootdir}/locale
268localstatedir = ${prefix}/var
269mandir = ${datarootdir}/man
270mkdir_p = /bin/mkdir -p
271oldincludedir = /usr/include
272pdfdir = ${docdir}
273prefix = /usr/local
274program_transform_name = s,x,x,
275psdir = ${docdir}
276sbindir = ${exec_prefix}/sbin
277sharedstatedir = ${prefix}/com
278srcdir = .
279sysconfdir = ${prefix}/etc
280target_alias =
281top_build_prefix = ../
282top_builddir = ..
283top_srcdir = ..
284with_ffmpeg =
285INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/common
286TLSSRCS = tls_none.c
287#TLSSRCS = tls_openssl.c
288#TLSSRCS = tls_gnutls.c
289#TLSLIBS = -lcrypt
290#TLSLIBS =
291libvncclient_la_SOURCES = cursor.c listen.c rfbproto.c sockets.c vncviewer.c ../common/minilzo.c $(TLSSRCS)
292libvncclient_la_LIBADD = $(TLSLIBS)
293noinst_HEADERS = ../common/lzodefs.h ../common/lzoconf.h ../common/minilzo.h tls.h
294EXTRA_DIST = corre.c hextile.c rre.c tight.c zlib.c zrle.c ultra.c tls_gnutls.c tls_openssl.c tls_none.c
295lib_LTLIBRARIES = libvncclient.la
296all: all-am
297
298.SUFFIXES:
299.SUFFIXES: .c .lo .o .obj
300$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
301 @for dep in $?; do \
302 case '$(am__configure_deps)' in \
303 *$$dep*) \
304 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
305 && { if test -f $@; then exit 0; else break; fi; }; \
306 exit 1;; \
307 esac; \
308 done; \
309 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libvncclient/Makefile'; \
310 $(am__cd) $(top_srcdir) && \
311 $(AUTOMAKE) --gnu libvncclient/Makefile
312.PRECIOUS: Makefile
313Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
314 @case '$?' in \
315 *config.status*) \
316 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
317 *) \
318 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
319 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
320 esac;
321
322$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
323 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324
325$(top_srcdir)/configure: $(am__configure_deps)
326 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327$(ACLOCAL_M4): $(am__aclocal_m4_deps)
328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329$(am__aclocal_m4_deps):
330install-libLTLIBRARIES: $(lib_LTLIBRARIES)
331 @$(NORMAL_INSTALL)
332 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
333 list2=; for p in $$list; do \
334 if test -f $$p; then \
335 list2="$$list2 $$p"; \
336 else :; fi; \
337 done; \
338 test -z "$$list2" || { \
339 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
340 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
341 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
342 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
343 }
344
345uninstall-libLTLIBRARIES:
346 @$(NORMAL_UNINSTALL)
347 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
348 for p in $$list; do \
349 $(am__strip_dir) \
350 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
351 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
352 done
353
354clean-libLTLIBRARIES:
355 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
356 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
357 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
358 test "$$dir" != "$$p" || dir=.; \
359 echo "rm -f \"$${dir}/so_locations\""; \
360 rm -f "$${dir}/so_locations"; \
361 done
362libvncclient.la: $(libvncclient_la_OBJECTS) $(libvncclient_la_DEPENDENCIES) $(EXTRA_libvncclient_la_DEPENDENCIES)
363 $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libvncclient_la_OBJECTS) $(libvncclient_la_LIBADD) $(LIBS)
364
365mostlyclean-compile:
366 -rm -f *.$(OBJEXT)
367
368distclean-compile:
369 -rm -f *.tab.c
370
371include ./$(DEPDIR)/cursor.Plo
372include ./$(DEPDIR)/listen.Plo
373include ./$(DEPDIR)/minilzo.Plo
374include ./$(DEPDIR)/rfbproto.Plo
375include ./$(DEPDIR)/sockets.Plo
376include ./$(DEPDIR)/tls_gnutls.Plo
377include ./$(DEPDIR)/tls_none.Plo
378include ./$(DEPDIR)/tls_openssl.Plo
379include ./$(DEPDIR)/vncviewer.Plo
380
381.c.o:
382 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
383 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
384# $(AM_V_CC)source='$<' object='$@' libtool=no \
385# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
386# $(AM_V_CC_no)$(COMPILE) -c $<
387
388.c.obj:
389 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
390 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
391# $(AM_V_CC)source='$<' object='$@' libtool=no \
392# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
393# $(AM_V_CC_no)$(COMPILE) -c `$(CYGPATH_W) '$<'`
394
395.c.lo:
396 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
397 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
398# $(AM_V_CC)source='$<' object='$@' libtool=yes \
399# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
400# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
401
402minilzo.lo: ../common/minilzo.c
403 $(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
404 $(AM_V_at)$(am__mv) $(DEPDIR)/minilzo.Tpo $(DEPDIR)/minilzo.Plo
405# $(AM_V_CC)source='../common/minilzo.c' object='minilzo.lo' libtool=yes \
406# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
407# $(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
408
409mostlyclean-libtool:
410 -rm -f *.lo
411
412clean-libtool:
413 -rm -rf .libs _libs
414
415ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
416 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
417 unique=`for i in $$list; do \
418 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419 done | \
420 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421 END { if (nonempty) { for (i in files) print i; }; }'`; \
422 mkid -fID $$unique
423tags: TAGS
424
425TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
426 $(TAGS_FILES) $(LISP)
427 set x; \
428 here=`pwd`; \
429 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
430 unique=`for i in $$list; do \
431 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432 done | \
433 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434 END { if (nonempty) { for (i in files) print i; }; }'`; \
435 shift; \
436 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
437 test -n "$$unique" || unique=$$empty_fix; \
438 if test $$# -gt 0; then \
439 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440 "$$@" $$unique; \
441 else \
442 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443 $$unique; \
444 fi; \
445 fi
446ctags: CTAGS
447CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
448 $(TAGS_FILES) $(LISP)
449 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
450 unique=`for i in $$list; do \
451 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452 done | \
453 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454 END { if (nonempty) { for (i in files) print i; }; }'`; \
455 test -z "$(CTAGS_ARGS)$$unique" \
456 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
457 $$unique
458
459GTAGS:
460 here=`$(am__cd) $(top_builddir) && pwd` \
461 && $(am__cd) $(top_srcdir) \
462 && gtags -i $(GTAGS_ARGS) "$$here"
463
464distclean-tags:
465 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
466
467distdir: $(DISTFILES)
468 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470 list='$(DISTFILES)'; \
471 dist_files=`for file in $$list; do echo $$file; done | \
472 sed -e "s|^$$srcdirstrip/||;t" \
473 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
474 case $$dist_files in \
475 */*) $(MKDIR_P) `echo "$$dist_files" | \
476 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
477 sort -u` ;; \
478 esac; \
479 for file in $$dist_files; do \
480 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
481 if test -d $$d/$$file; then \
482 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
483 if test -d "$(distdir)/$$file"; then \
484 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485 fi; \
486 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
488 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489 fi; \
490 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
491 else \
492 test -f "$(distdir)/$$file" \
493 || cp -p $$d/$$file "$(distdir)/$$file" \
494 || exit 1; \
495 fi; \
496 done
497check-am: all-am
498check: check-am
499all-am: Makefile $(LTLIBRARIES) $(HEADERS)
500installdirs:
501 for dir in "$(DESTDIR)$(libdir)"; do \
502 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
503 done
504install: install-am
505install-exec: install-exec-am
506install-data: install-data-am
507uninstall: uninstall-am
508
509install-am: all-am
510 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
511
512installcheck: installcheck-am
513install-strip:
514 if test -z '$(STRIP)'; then \
515 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517 install; \
518 else \
519 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
520 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
521 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
522 fi
523mostlyclean-generic:
524
525clean-generic:
526
527distclean-generic:
528 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
529 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
530
531maintainer-clean-generic:
532 @echo "This command is intended for maintainers to use"
533 @echo "it deletes files that may require special tools to rebuild."
534clean: clean-am
535
536clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
537 mostlyclean-am
538
539distclean: distclean-am
540 -rm -rf ./$(DEPDIR)
541 -rm -f Makefile
542distclean-am: clean-am distclean-compile distclean-generic \
543 distclean-tags
544
545dvi: dvi-am
546
547dvi-am:
548
549html: html-am
550
551html-am:
552
553info: info-am
554
555info-am:
556
557install-data-am:
558
559install-dvi: install-dvi-am
560
561install-dvi-am:
562
563install-exec-am: install-libLTLIBRARIES
564
565install-html: install-html-am
566
567install-html-am:
568
569install-info: install-info-am
570
571install-info-am:
572
573install-man:
574
575install-pdf: install-pdf-am
576
577install-pdf-am:
578
579install-ps: install-ps-am
580
581install-ps-am:
582
583installcheck-am:
584
585maintainer-clean: maintainer-clean-am
586 -rm -rf ./$(DEPDIR)
587 -rm -f Makefile
588maintainer-clean-am: distclean-am maintainer-clean-generic
589
590mostlyclean: mostlyclean-am
591
592mostlyclean-am: mostlyclean-compile mostlyclean-generic \
593 mostlyclean-libtool
594
595pdf: pdf-am
596
597pdf-am:
598
599ps: ps-am
600
601ps-am:
602
603uninstall-am: uninstall-libLTLIBRARIES
604
605.MAKE: install-am install-strip
606
607.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
608 clean-libLTLIBRARIES clean-libtool ctags distclean \
609 distclean-compile distclean-generic distclean-libtool \
610 distclean-tags distdir dvi dvi-am html html-am info info-am \
611 install install-am install-data install-data-am install-dvi \
612 install-dvi-am install-exec install-exec-am install-html \
613 install-html-am install-info install-info-am \
614 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
615 install-ps install-ps-am install-strip installcheck \
616 installcheck-am installdirs maintainer-clean \
617 maintainer-clean-generic mostlyclean mostlyclean-compile \
618 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
619 tags uninstall uninstall-am uninstall-libLTLIBRARIES
620
621
622rfbproto.o: rfbproto.c corre.c hextile.c rre.c tight.c zlib.c zrle.c ultra.c
623
624$(libvncclient_la_OBJECTS): ../rfb/rfbclient.h
625
626# Tell versions [3.59,3.63) of GNU make to not export all variables.
627# Otherwise a system limit (for SysV at least) may be exceeded.
628.NOEXPORT: