1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# examples/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
55noinst_PROGRAMS = example$(EXEEXT) pnmshow$(EXEEXT) \
56	regiontest$(EXEEXT) pnmshow24$(EXEEXT) fontsel$(EXEEXT) \
57	vncev$(EXEEXT) storepasswd$(EXEEXT) colourmaptest$(EXEEXT) \
58	simple$(EXEEXT) simple15$(EXEEXT) $(am__EXEEXT_1) \
59	$(am__EXEEXT_2) backchannel$(EXEEXT) $(am__EXEEXT_3) \
60	camera$(EXEEXT) rotate$(EXEEXT) zippy$(EXEEXT)
61subdir = examples
62DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
63	$(srcdir)/Makefile.in
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)
69mkinstalldirs = $(install_sh) -d
70CONFIG_HEADER = $(top_builddir)/rfbconfig.h
71CONFIG_CLEAN_FILES =
72CONFIG_CLEAN_VPATH_FILES =
73#am__EXEEXT_1 = mac$(EXEEXT)
74am__EXEEXT_2 = filetransfer$(EXEEXT)
75am__EXEEXT_3 = blooptest$(EXEEXT)
76PROGRAMS = $(noinst_PROGRAMS)
77backchannel_SOURCES = backchannel.c
78backchannel_OBJECTS = backchannel.$(OBJEXT)
79backchannel_LDADD = $(LDADD)
80backchannel_DEPENDENCIES = ../libvncserver/libvncserver.la
81AM_V_lt = $(am__v_lt_$(V))
82am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
83am__v_lt_0 = --silent
84blooptest_SOURCES = blooptest.c
85blooptest_OBJECTS = blooptest.$(OBJEXT)
86blooptest_LDADD = $(LDADD)
87blooptest_DEPENDENCIES = ../libvncserver/libvncserver.la
88camera_SOURCES = camera.c
89camera_OBJECTS = camera.$(OBJEXT)
90camera_LDADD = $(LDADD)
91camera_DEPENDENCIES = ../libvncserver/libvncserver.la
92colourmaptest_SOURCES = colourmaptest.c
93colourmaptest_OBJECTS = colourmaptest.$(OBJEXT)
94colourmaptest_LDADD = $(LDADD)
95colourmaptest_DEPENDENCIES = ../libvncserver/libvncserver.la
96example_SOURCES = example.c
97example_OBJECTS = example.$(OBJEXT)
98example_LDADD = $(LDADD)
99example_DEPENDENCIES = ../libvncserver/libvncserver.la
100filetransfer_SOURCES = filetransfer.c
101filetransfer_OBJECTS = filetransfer.$(OBJEXT)
102filetransfer_LDADD = $(LDADD)
103filetransfer_DEPENDENCIES = ../libvncserver/libvncserver.la
104fontsel_SOURCES = fontsel.c
105fontsel_OBJECTS = fontsel.$(OBJEXT)
106fontsel_LDADD = $(LDADD)
107fontsel_DEPENDENCIES = ../libvncserver/libvncserver.la
108mac_SOURCES = mac.c
109mac_OBJECTS = mac.$(OBJEXT)
110mac_LDADD = $(LDADD)
111mac_DEPENDENCIES = ../libvncserver/libvncserver.la
112mac_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
113	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
114	$(mac_LDFLAGS) $(LDFLAGS) -o $@
115pnmshow_SOURCES = pnmshow.c
116pnmshow_OBJECTS = pnmshow.$(OBJEXT)
117pnmshow_LDADD = $(LDADD)
118pnmshow_DEPENDENCIES = ../libvncserver/libvncserver.la
119pnmshow24_SOURCES = pnmshow24.c
120pnmshow24_OBJECTS = pnmshow24.$(OBJEXT)
121pnmshow24_LDADD = $(LDADD)
122pnmshow24_DEPENDENCIES = ../libvncserver/libvncserver.la
123regiontest_SOURCES = regiontest.c
124regiontest_OBJECTS = regiontest.$(OBJEXT)
125regiontest_LDADD = $(LDADD)
126regiontest_DEPENDENCIES = ../libvncserver/libvncserver.la
127rotate_SOURCES = rotate.c
128rotate_OBJECTS = rotate.$(OBJEXT)
129rotate_LDADD = $(LDADD)
130rotate_DEPENDENCIES = ../libvncserver/libvncserver.la
131simple_SOURCES = simple.c
132simple_OBJECTS = simple.$(OBJEXT)
133simple_LDADD = $(LDADD)
134simple_DEPENDENCIES = ../libvncserver/libvncserver.la
135simple15_SOURCES = simple15.c
136simple15_OBJECTS = simple15.$(OBJEXT)
137simple15_LDADD = $(LDADD)
138simple15_DEPENDENCIES = ../libvncserver/libvncserver.la
139storepasswd_SOURCES = storepasswd.c
140storepasswd_OBJECTS = storepasswd.$(OBJEXT)
141storepasswd_LDADD = $(LDADD)
142storepasswd_DEPENDENCIES = ../libvncserver/libvncserver.la
143vncev_SOURCES = vncev.c
144vncev_OBJECTS = vncev.$(OBJEXT)
145vncev_LDADD = $(LDADD)
146vncev_DEPENDENCIES = ../libvncserver/libvncserver.la
147zippy_SOURCES = zippy.c
148zippy_OBJECTS = zippy.$(OBJEXT)
149zippy_LDADD = $(LDADD)
150zippy_DEPENDENCIES = ../libvncserver/libvncserver.la
151DEFAULT_INCLUDES = -I. -I$(top_builddir)
152depcomp = $(SHELL) $(top_srcdir)/depcomp
153am__depfiles_maybe = depfiles
154am__mv = mv -f
155COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
156	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
158	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
159	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
160	$(AM_CFLAGS) $(CFLAGS)
161AM_V_CC = $(am__v_CC_$(V))
162am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
163am__v_CC_0 = @echo "  CC    " $@;
164AM_V_at = $(am__v_at_$(V))
165am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
166am__v_at_0 = @
167CCLD = $(CC)
168LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
170	$(AM_LDFLAGS) $(LDFLAGS) -o $@
171AM_V_CCLD = $(am__v_CCLD_$(V))
172am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
173am__v_CCLD_0 = @echo "  CCLD  " $@;
174AM_V_GEN = $(am__v_GEN_$(V))
175am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
176am__v_GEN_0 = @echo "  GEN   " $@;
177SOURCES = backchannel.c blooptest.c camera.c colourmaptest.c example.c \
178	filetransfer.c fontsel.c mac.c pnmshow.c pnmshow24.c \
179	regiontest.c rotate.c simple.c simple15.c storepasswd.c \
180	vncev.c zippy.c
181DIST_SOURCES = backchannel.c blooptest.c camera.c colourmaptest.c \
182	example.c filetransfer.c fontsel.c mac.c pnmshow.c pnmshow24.c \
183	regiontest.c rotate.c simple.c simple15.c storepasswd.c \
184	vncev.c zippy.c
185RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
186	html-recursive info-recursive install-data-recursive \
187	install-dvi-recursive install-exec-recursive \
188	install-html-recursive install-info-recursive \
189	install-pdf-recursive install-ps-recursive install-recursive \
190	installcheck-recursive installdirs-recursive pdf-recursive \
191	ps-recursive uninstall-recursive
192am__can_run_installinfo = \
193  case $$AM_UPDATE_INFO_DIR in \
194    n|no|NO) false;; \
195    *) (install-info --version) >/dev/null 2>&1;; \
196  esac
197HEADERS = $(noinst_HEADERS)
198RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
199  distclean-recursive maintainer-clean-recursive
200AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
201	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
202	distdir
203ETAGS = etags
204CTAGS = ctags
205DIST_SUBDIRS = android
206DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
207am__relativize = \
208  dir0=`pwd`; \
209  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
210  sed_rest='s,^[^/]*/*,,'; \
211  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
212  sed_butlast='s,/*[^/]*$$,,'; \
213  while test -n "$$dir1"; do \
214    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
215    if test "$$first" != "."; then \
216      if test "$$first" = ".."; then \
217        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
218        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
219      else \
220        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
221        if test "$$first2" = "$$first"; then \
222          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
223        else \
224          dir2="../$$dir2"; \
225        fi; \
226        dir0="$$dir0"/"$$first"; \
227      fi; \
228    fi; \
229    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
230  done; \
231  reldir="$$dir2"
232ACLOCAL = ${SHELL} /data/src/android-master/external/libvncserver/missing --run aclocal-1.11
233AMTAR = $${TAR-tar}
234AM_DEFAULT_VERBOSITY = 0
235AR = /usr/bin/ar
236AS = as
237AUTOCONF = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoconf
238AUTOHEADER = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoheader
239AUTOMAKE = ${SHELL} /data/src/android-master/external/libvncserver/missing --run automake-1.11
240AVAHI_CFLAGS = 
241AVAHI_LIBS = 
242AWK = mawk
243CC = gcc
244CCDEPMODE = depmode=gcc3
245CFLAGS = -g -O2 -Wall  
246CPP = gcc -E
247CPPFLAGS = 
248CRYPT_LIBS = -lcrypt
249CXX = g++
250CXXCPP = g++ -E
251CXXDEPMODE = depmode=gcc3
252CXXFLAGS = -g -O2
253CYGPATH_W = echo
254DEFS = -DHAVE_CONFIG_H
255DEPDIR = .deps
256DLLTOOL = dlltool
257ECHO = echo
258ECHO_C = 
259ECHO_N = -n
260ECHO_T = 
261EGREP = /bin/grep -E
262EXEEXT = 
263F77 = 
264FFLAGS = 
265GNUTLS_CFLAGS = 
266GNUTLS_LIBS = 
267GREP = /bin/grep
268GTK_CFLAGS = 
269GTK_LIBS = 
270INSTALL = /usr/bin/install -c
271INSTALL_DATA = ${INSTALL} -m 644
272INSTALL_PROGRAM = ${INSTALL}
273INSTALL_SCRIPT = ${INSTALL}
274INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
275JPEG_LDFLAGS = 
276LDFLAGS = 
277LIBGCRYPT_CFLAGS = 
278LIBGCRYPT_CONFIG = no
279LIBGCRYPT_LIBS = 
280LIBOBJS = 
281LIBS = -lnsl -lpthread -lz -lpng -ljpeg -lresolv   
282LIBTOOL = $(SHELL) $(top_builddir)/libtool
283LN_S = ln -s
284LTLIBOBJS = 
285MAKEINFO = ${SHELL} /data/src/android-master/external/libvncserver/missing --run makeinfo
286MKDIR_P = /bin/mkdir -p
287OBJDUMP = objdump
288OBJEXT = o
289PACKAGE = LibVNCServer
290PACKAGE_BUGREPORT = http://sourceforge.net/projects/libvncserver
291PACKAGE_NAME = LibVNCServer
292PACKAGE_STRING = LibVNCServer 0.9.9
293PACKAGE_TARNAME = libvncserver
294PACKAGE_URL = 
295PACKAGE_VERSION = 0.9.9
296PATH_SEPARATOR = :
297PKG_CONFIG = /usr/bin/pkg-config
298PKG_CONFIG_LIBDIR = 
299PKG_CONFIG_PATH = 
300RANLIB = ranlib
301RPMSOURCEDIR = NOT-FOUND
302SDL_CFLAGS = 
303SDL_LIBS = 
304SET_MAKE = 
305SHELL = /bin/bash
306SSL_LIBS = 
307STRIP = strip
308SYSTEM_LIBVNCSERVER_CFLAGS = 
309SYSTEM_LIBVNCSERVER_LIBS = 
310VERSION = 0.9.9
311WSOCKLIB = 
312XMKMF = 
313X_CFLAGS = 
314X_EXTRA_LIBS = 
315X_LIBS = 
316X_PRE_LIBS =  -lSM -lICE
317abs_builddir = /data/src/android-master/external/libvncserver/examples
318abs_srcdir = /data/src/android-master/external/libvncserver/examples
319abs_top_builddir = /data/src/android-master/external/libvncserver
320abs_top_srcdir = /data/src/android-master/external/libvncserver
321ac_ct_CC = gcc
322ac_ct_CXX = g++
323ac_ct_F77 = 
324am__include = include
325am__leading_dot = .
326am__quote = 
327am__tar = $${TAR-tar} chof - "$$tardir"
328am__untar = $${TAR-tar} xf -
329bindir = ${exec_prefix}/bin
330build = x86_64-unknown-linux-gnu
331build_alias = 
332build_cpu = x86_64
333build_os = linux-gnu
334build_vendor = unknown
335builddir = .
336datadir = ${datarootdir}
337datarootdir = ${prefix}/share
338docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
339dvidir = ${docdir}
340exec_prefix = ${prefix}
341host = x86_64-unknown-linux-gnu
342host_alias = 
343host_cpu = x86_64
344host_os = linux-gnu
345host_vendor = unknown
346htmldir = ${docdir}
347includedir = ${prefix}/include
348infodir = ${datarootdir}/info
349install_sh = ${SHELL} /data/src/android-master/external/libvncserver/install-sh
350libdir = ${exec_prefix}/lib
351libexecdir = ${exec_prefix}/libexec
352localedir = ${datarootdir}/locale
353localstatedir = ${prefix}/var
354mandir = ${datarootdir}/man
355mkdir_p = /bin/mkdir -p
356oldincludedir = /usr/include
357pdfdir = ${docdir}
358prefix = /usr/local
359program_transform_name = s,x,x,
360psdir = ${docdir}
361sbindir = ${exec_prefix}/sbin
362sharedstatedir = ${prefix}/com
363srcdir = .
364sysconfdir = ${prefix}/etc
365target_alias = 
366top_build_prefix = ../
367top_builddir = ..
368top_srcdir = ..
369with_ffmpeg = 
370INCLUDES = -I$(top_srcdir)
371LDADD = ../libvncserver/libvncserver.la 
372#MAC = mac
373#mac_LDFLAGS = -framework ApplicationServices -framework Carbon -framework IOKit
374#SUBDIRS = android
375FILETRANSFER = filetransfer
376BLOOPTEST = blooptest
377noinst_HEADERS = radon.h rotatetemplate.c
378all: all-recursive
379
380.SUFFIXES:
381.SUFFIXES: .c .lo .o .obj
382$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
383	@for dep in $?; do \
384	  case '$(am__configure_deps)' in \
385	    *$$dep*) \
386	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
387	        && { if test -f $@; then exit 0; else break; fi; }; \
388	      exit 1;; \
389	  esac; \
390	done; \
391	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
392	$(am__cd) $(top_srcdir) && \
393	  $(AUTOMAKE) --gnu examples/Makefile
394.PRECIOUS: Makefile
395Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
396	@case '$?' in \
397	  *config.status*) \
398	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
399	  *) \
400	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
401	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
402	esac;
403
404$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
405	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406
407$(top_srcdir)/configure:  $(am__configure_deps)
408	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
410	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
411$(am__aclocal_m4_deps):
412
413clean-noinstPROGRAMS:
414	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
415	echo " rm -f" $$list; \
416	rm -f $$list || exit $$?; \
417	test -n "$(EXEEXT)" || exit 0; \
418	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
419	echo " rm -f" $$list; \
420	rm -f $$list
421backchannel$(EXEEXT): $(backchannel_OBJECTS) $(backchannel_DEPENDENCIES) $(EXTRA_backchannel_DEPENDENCIES) 
422	@rm -f backchannel$(EXEEXT)
423	$(AM_V_CCLD)$(LINK) $(backchannel_OBJECTS) $(backchannel_LDADD) $(LIBS)
424blooptest$(EXEEXT): $(blooptest_OBJECTS) $(blooptest_DEPENDENCIES) $(EXTRA_blooptest_DEPENDENCIES) 
425	@rm -f blooptest$(EXEEXT)
426	$(AM_V_CCLD)$(LINK) $(blooptest_OBJECTS) $(blooptest_LDADD) $(LIBS)
427camera$(EXEEXT): $(camera_OBJECTS) $(camera_DEPENDENCIES) $(EXTRA_camera_DEPENDENCIES) 
428	@rm -f camera$(EXEEXT)
429	$(AM_V_CCLD)$(LINK) $(camera_OBJECTS) $(camera_LDADD) $(LIBS)
430colourmaptest$(EXEEXT): $(colourmaptest_OBJECTS) $(colourmaptest_DEPENDENCIES) $(EXTRA_colourmaptest_DEPENDENCIES) 
431	@rm -f colourmaptest$(EXEEXT)
432	$(AM_V_CCLD)$(LINK) $(colourmaptest_OBJECTS) $(colourmaptest_LDADD) $(LIBS)
433example$(EXEEXT): $(example_OBJECTS) $(example_DEPENDENCIES) $(EXTRA_example_DEPENDENCIES) 
434	@rm -f example$(EXEEXT)
435	$(AM_V_CCLD)$(LINK) $(example_OBJECTS) $(example_LDADD) $(LIBS)
436filetransfer$(EXEEXT): $(filetransfer_OBJECTS) $(filetransfer_DEPENDENCIES) $(EXTRA_filetransfer_DEPENDENCIES) 
437	@rm -f filetransfer$(EXEEXT)
438	$(AM_V_CCLD)$(LINK) $(filetransfer_OBJECTS) $(filetransfer_LDADD) $(LIBS)
439fontsel$(EXEEXT): $(fontsel_OBJECTS) $(fontsel_DEPENDENCIES) $(EXTRA_fontsel_DEPENDENCIES) 
440	@rm -f fontsel$(EXEEXT)
441	$(AM_V_CCLD)$(LINK) $(fontsel_OBJECTS) $(fontsel_LDADD) $(LIBS)
442mac$(EXEEXT): $(mac_OBJECTS) $(mac_DEPENDENCIES) $(EXTRA_mac_DEPENDENCIES) 
443	@rm -f mac$(EXEEXT)
444	$(AM_V_CCLD)$(mac_LINK) $(mac_OBJECTS) $(mac_LDADD) $(LIBS)
445pnmshow$(EXEEXT): $(pnmshow_OBJECTS) $(pnmshow_DEPENDENCIES) $(EXTRA_pnmshow_DEPENDENCIES) 
446	@rm -f pnmshow$(EXEEXT)
447	$(AM_V_CCLD)$(LINK) $(pnmshow_OBJECTS) $(pnmshow_LDADD) $(LIBS)
448pnmshow24$(EXEEXT): $(pnmshow24_OBJECTS) $(pnmshow24_DEPENDENCIES) $(EXTRA_pnmshow24_DEPENDENCIES) 
449	@rm -f pnmshow24$(EXEEXT)
450	$(AM_V_CCLD)$(LINK) $(pnmshow24_OBJECTS) $(pnmshow24_LDADD) $(LIBS)
451regiontest$(EXEEXT): $(regiontest_OBJECTS) $(regiontest_DEPENDENCIES) $(EXTRA_regiontest_DEPENDENCIES) 
452	@rm -f regiontest$(EXEEXT)
453	$(AM_V_CCLD)$(LINK) $(regiontest_OBJECTS) $(regiontest_LDADD) $(LIBS)
454rotate$(EXEEXT): $(rotate_OBJECTS) $(rotate_DEPENDENCIES) $(EXTRA_rotate_DEPENDENCIES) 
455	@rm -f rotate$(EXEEXT)
456	$(AM_V_CCLD)$(LINK) $(rotate_OBJECTS) $(rotate_LDADD) $(LIBS)
457simple$(EXEEXT): $(simple_OBJECTS) $(simple_DEPENDENCIES) $(EXTRA_simple_DEPENDENCIES) 
458	@rm -f simple$(EXEEXT)
459	$(AM_V_CCLD)$(LINK) $(simple_OBJECTS) $(simple_LDADD) $(LIBS)
460simple15$(EXEEXT): $(simple15_OBJECTS) $(simple15_DEPENDENCIES) $(EXTRA_simple15_DEPENDENCIES) 
461	@rm -f simple15$(EXEEXT)
462	$(AM_V_CCLD)$(LINK) $(simple15_OBJECTS) $(simple15_LDADD) $(LIBS)
463storepasswd$(EXEEXT): $(storepasswd_OBJECTS) $(storepasswd_DEPENDENCIES) $(EXTRA_storepasswd_DEPENDENCIES) 
464	@rm -f storepasswd$(EXEEXT)
465	$(AM_V_CCLD)$(LINK) $(storepasswd_OBJECTS) $(storepasswd_LDADD) $(LIBS)
466vncev$(EXEEXT): $(vncev_OBJECTS) $(vncev_DEPENDENCIES) $(EXTRA_vncev_DEPENDENCIES) 
467	@rm -f vncev$(EXEEXT)
468	$(AM_V_CCLD)$(LINK) $(vncev_OBJECTS) $(vncev_LDADD) $(LIBS)
469zippy$(EXEEXT): $(zippy_OBJECTS) $(zippy_DEPENDENCIES) $(EXTRA_zippy_DEPENDENCIES) 
470	@rm -f zippy$(EXEEXT)
471	$(AM_V_CCLD)$(LINK) $(zippy_OBJECTS) $(zippy_LDADD) $(LIBS)
472
473mostlyclean-compile:
474	-rm -f *.$(OBJEXT)
475
476distclean-compile:
477	-rm -f *.tab.c
478
479include ./$(DEPDIR)/backchannel.Po
480include ./$(DEPDIR)/blooptest.Po
481include ./$(DEPDIR)/camera.Po
482include ./$(DEPDIR)/colourmaptest.Po
483include ./$(DEPDIR)/example.Po
484include ./$(DEPDIR)/filetransfer.Po
485include ./$(DEPDIR)/fontsel.Po
486include ./$(DEPDIR)/mac.Po
487include ./$(DEPDIR)/pnmshow.Po
488include ./$(DEPDIR)/pnmshow24.Po
489include ./$(DEPDIR)/regiontest.Po
490include ./$(DEPDIR)/rotate.Po
491include ./$(DEPDIR)/simple.Po
492include ./$(DEPDIR)/simple15.Po
493include ./$(DEPDIR)/storepasswd.Po
494include ./$(DEPDIR)/vncev.Po
495include ./$(DEPDIR)/zippy.Po
496
497.c.o:
498	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
499	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
500#	$(AM_V_CC)source='$<' object='$@' libtool=no \
501#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
502#	$(AM_V_CC_no)$(COMPILE) -c $<
503
504.c.obj:
505	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
506	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
507#	$(AM_V_CC)source='$<' object='$@' libtool=no \
508#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
509#	$(AM_V_CC_no)$(COMPILE) -c `$(CYGPATH_W) '$<'`
510
511.c.lo:
512	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
513	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
514#	$(AM_V_CC)source='$<' object='$@' libtool=yes \
515#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
516#	$(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
517
518mostlyclean-libtool:
519	-rm -f *.lo
520
521clean-libtool:
522	-rm -rf .libs _libs
523
524# This directory's subdirectories are mostly independent; you can cd
525# into them and run `make' without going through this Makefile.
526# To change the values of `make' variables: instead of editing Makefiles,
527# (1) if the variable is set in `config.status', edit `config.status'
528#     (which will cause the Makefiles to be regenerated when you run `make');
529# (2) otherwise, pass the desired values on the `make' command line.
530$(RECURSIVE_TARGETS):
531	@fail= failcom='exit 1'; \
532	for f in x $$MAKEFLAGS; do \
533	  case $$f in \
534	    *=* | --[!k]*);; \
535	    *k*) failcom='fail=yes';; \
536	  esac; \
537	done; \
538	dot_seen=no; \
539	target=`echo $@ | sed s/-recursive//`; \
540	list='$(SUBDIRS)'; for subdir in $$list; do \
541	  echo "Making $$target in $$subdir"; \
542	  if test "$$subdir" = "."; then \
543	    dot_seen=yes; \
544	    local_target="$$target-am"; \
545	  else \
546	    local_target="$$target"; \
547	  fi; \
548	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
549	  || eval $$failcom; \
550	done; \
551	if test "$$dot_seen" = "no"; then \
552	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
553	fi; test -z "$$fail"
554
555$(RECURSIVE_CLEAN_TARGETS):
556	@fail= failcom='exit 1'; \
557	for f in x $$MAKEFLAGS; do \
558	  case $$f in \
559	    *=* | --[!k]*);; \
560	    *k*) failcom='fail=yes';; \
561	  esac; \
562	done; \
563	dot_seen=no; \
564	case "$@" in \
565	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
566	  *) list='$(SUBDIRS)' ;; \
567	esac; \
568	rev=''; for subdir in $$list; do \
569	  if test "$$subdir" = "."; then :; else \
570	    rev="$$subdir $$rev"; \
571	  fi; \
572	done; \
573	rev="$$rev ."; \
574	target=`echo $@ | sed s/-recursive//`; \
575	for subdir in $$rev; do \
576	  echo "Making $$target in $$subdir"; \
577	  if test "$$subdir" = "."; then \
578	    local_target="$$target-am"; \
579	  else \
580	    local_target="$$target"; \
581	  fi; \
582	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
583	  || eval $$failcom; \
584	done && test -z "$$fail"
585tags-recursive:
586	list='$(SUBDIRS)'; for subdir in $$list; do \
587	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
588	done
589ctags-recursive:
590	list='$(SUBDIRS)'; for subdir in $$list; do \
591	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
592	done
593
594ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
595	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
596	unique=`for i in $$list; do \
597	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
598	  done | \
599	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
600	      END { if (nonempty) { for (i in files) print i; }; }'`; \
601	mkid -fID $$unique
602tags: TAGS
603
604TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
605		$(TAGS_FILES) $(LISP)
606	set x; \
607	here=`pwd`; \
608	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
609	  include_option=--etags-include; \
610	  empty_fix=.; \
611	else \
612	  include_option=--include; \
613	  empty_fix=; \
614	fi; \
615	list='$(SUBDIRS)'; for subdir in $$list; do \
616	  if test "$$subdir" = .; then :; else \
617	    test ! -f $$subdir/TAGS || \
618	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
619	  fi; \
620	done; \
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: ctags-recursive $(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
689	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
690	  if test "$$subdir" = .; then :; else \
691	    $(am__make_dryrun) \
692	      || test -d "$(distdir)/$$subdir" \
693	      || $(MKDIR_P) "$(distdir)/$$subdir" \
694	      || exit 1; \
695	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
696	    $(am__relativize); \
697	    new_distdir=$$reldir; \
698	    dir1=$$subdir; dir2="$(top_distdir)"; \
699	    $(am__relativize); \
700	    new_top_distdir=$$reldir; \
701	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
702	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
703	    ($(am__cd) $$subdir && \
704	      $(MAKE) $(AM_MAKEFLAGS) \
705	        top_distdir="$$new_top_distdir" \
706	        distdir="$$new_distdir" \
707		am__remove_distdir=: \
708		am__skip_length_check=: \
709		am__skip_mode_fix=: \
710	        distdir) \
711	      || exit 1; \
712	  fi; \
713	done
714check-am: all-am
715check: check-recursive
716all-am: Makefile $(PROGRAMS) $(HEADERS)
717installdirs: installdirs-recursive
718installdirs-am:
719install: install-recursive
720install-exec: install-exec-recursive
721install-data: install-data-recursive
722uninstall: uninstall-recursive
723
724install-am: all-am
725	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
726
727installcheck: installcheck-recursive
728install-strip:
729	if test -z '$(STRIP)'; then \
730	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
731	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
732	      install; \
733	else \
734	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
735	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
736	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
737	fi
738mostlyclean-generic:
739
740clean-generic:
741
742distclean-generic:
743	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
744	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
745
746maintainer-clean-generic:
747	@echo "This command is intended for maintainers to use"
748	@echo "it deletes files that may require special tools to rebuild."
749clean: clean-recursive
750
751clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
752	mostlyclean-am
753
754distclean: distclean-recursive
755	-rm -rf ./$(DEPDIR)
756	-rm -f Makefile
757distclean-am: clean-am distclean-compile distclean-generic \
758	distclean-tags
759
760dvi: dvi-recursive
761
762dvi-am:
763
764html: html-recursive
765
766html-am:
767
768info: info-recursive
769
770info-am:
771
772install-data-am:
773
774install-dvi: install-dvi-recursive
775
776install-dvi-am:
777
778install-exec-am:
779
780install-html: install-html-recursive
781
782install-html-am:
783
784install-info: install-info-recursive
785
786install-info-am:
787
788install-man:
789
790install-pdf: install-pdf-recursive
791
792install-pdf-am:
793
794install-ps: install-ps-recursive
795
796install-ps-am:
797
798installcheck-am:
799
800maintainer-clean: maintainer-clean-recursive
801	-rm -rf ./$(DEPDIR)
802	-rm -f Makefile
803maintainer-clean-am: distclean-am maintainer-clean-generic
804
805mostlyclean: mostlyclean-recursive
806
807mostlyclean-am: mostlyclean-compile mostlyclean-generic \
808	mostlyclean-libtool
809
810pdf: pdf-recursive
811
812pdf-am:
813
814ps: ps-recursive
815
816ps-am:
817
818uninstall-am:
819
820.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
821	install-am install-strip tags-recursive
822
823.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
824	all all-am check check-am clean clean-generic clean-libtool \
825	clean-noinstPROGRAMS ctags ctags-recursive distclean \
826	distclean-compile distclean-generic distclean-libtool \
827	distclean-tags distdir dvi dvi-am html html-am info info-am \
828	install install-am install-data install-data-am install-dvi \
829	install-dvi-am install-exec install-exec-am install-html \
830	install-html-am install-info install-info-am install-man \
831	install-pdf install-pdf-am install-ps install-ps-am \
832	install-strip installcheck installcheck-am installdirs \
833	installdirs-am maintainer-clean maintainer-clean-generic \
834	mostlyclean mostlyclean-compile mostlyclean-generic \
835	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
836	uninstall uninstall-am
837
838
839# Tell versions [3.59,3.63) of GNU make to not export all variables.
840# Otherwise a system limit (for SysV at least) may be exceeded.
841.NOEXPORT:
842