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 20 am__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 } 37 pkgdatadir = $(datadir)/LibVNCServer 38 pkgincludedir = $(includedir)/LibVNCServer 39 pkglibdir = $(libdir)/LibVNCServer 40 pkglibexecdir = $(libexecdir)/LibVNCServer 41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 42 install_sh_DATA = $(install_sh) -c -m 644 43 install_sh_PROGRAM = $(install_sh) -c 44 install_sh_SCRIPT = $(install_sh) -c 45 INSTALL_HEADER = $(INSTALL_DATA) 46 transform = $(program_transform_name) 47 NORMAL_INSTALL = : 48 PRE_INSTALL = : 49 POST_INSTALL = : 50 NORMAL_UNINSTALL = : 51 PRE_UNINSTALL = : 52 POST_UNINSTALL = : 53 build_triplet = x86_64-unknown-linux-gnu 54 host_triplet = x86_64-unknown-linux-gnu 55 noinst_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) 61 subdir = examples 62 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 63 $(srcdir)/Makefile.in 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 mkinstalldirs = $(install_sh) -d 70 CONFIG_HEADER = $(top_builddir)/rfbconfig.h 71 CONFIG_CLEAN_FILES = 72 CONFIG_CLEAN_VPATH_FILES = 73 #am__EXEEXT_1 = mac$(EXEEXT) 74 am__EXEEXT_2 = filetransfer$(EXEEXT) 75 am__EXEEXT_3 = blooptest$(EXEEXT) 76 PROGRAMS = $(noinst_PROGRAMS) 77 backchannel_SOURCES = backchannel.c 78 backchannel_OBJECTS = backchannel.$(OBJEXT) 79 backchannel_LDADD = $(LDADD) 80 backchannel_DEPENDENCIES = ../libvncserver/libvncserver.la 81 AM_V_lt = $(am__v_lt_$(V)) 82 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 83 am__v_lt_0 = --silent 84 blooptest_SOURCES = blooptest.c 85 blooptest_OBJECTS = blooptest.$(OBJEXT) 86 blooptest_LDADD = $(LDADD) 87 blooptest_DEPENDENCIES = ../libvncserver/libvncserver.la 88 camera_SOURCES = camera.c 89 camera_OBJECTS = camera.$(OBJEXT) 90 camera_LDADD = $(LDADD) 91 camera_DEPENDENCIES = ../libvncserver/libvncserver.la 92 colourmaptest_SOURCES = colourmaptest.c 93 colourmaptest_OBJECTS = colourmaptest.$(OBJEXT) 94 colourmaptest_LDADD = $(LDADD) 95 colourmaptest_DEPENDENCIES = ../libvncserver/libvncserver.la 96 example_SOURCES = example.c 97 example_OBJECTS = example.$(OBJEXT) 98 example_LDADD = $(LDADD) 99 example_DEPENDENCIES = ../libvncserver/libvncserver.la 100 filetransfer_SOURCES = filetransfer.c 101 filetransfer_OBJECTS = filetransfer.$(OBJEXT) 102 filetransfer_LDADD = $(LDADD) 103 filetransfer_DEPENDENCIES = ../libvncserver/libvncserver.la 104 fontsel_SOURCES = fontsel.c 105 fontsel_OBJECTS = fontsel.$(OBJEXT) 106 fontsel_LDADD = $(LDADD) 107 fontsel_DEPENDENCIES = ../libvncserver/libvncserver.la 108 mac_SOURCES = mac.c 109 mac_OBJECTS = mac.$(OBJEXT) 110 mac_LDADD = $(LDADD) 111 mac_DEPENDENCIES = ../libvncserver/libvncserver.la 112 mac_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 113 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 114 $(mac_LDFLAGS) $(LDFLAGS) -o $@ 115 pnmshow_SOURCES = pnmshow.c 116 pnmshow_OBJECTS = pnmshow.$(OBJEXT) 117 pnmshow_LDADD = $(LDADD) 118 pnmshow_DEPENDENCIES = ../libvncserver/libvncserver.la 119 pnmshow24_SOURCES = pnmshow24.c 120 pnmshow24_OBJECTS = pnmshow24.$(OBJEXT) 121 pnmshow24_LDADD = $(LDADD) 122 pnmshow24_DEPENDENCIES = ../libvncserver/libvncserver.la 123 regiontest_SOURCES = regiontest.c 124 regiontest_OBJECTS = regiontest.$(OBJEXT) 125 regiontest_LDADD = $(LDADD) 126 regiontest_DEPENDENCIES = ../libvncserver/libvncserver.la 127 rotate_SOURCES = rotate.c 128 rotate_OBJECTS = rotate.$(OBJEXT) 129 rotate_LDADD = $(LDADD) 130 rotate_DEPENDENCIES = ../libvncserver/libvncserver.la 131 simple_SOURCES = simple.c 132 simple_OBJECTS = simple.$(OBJEXT) 133 simple_LDADD = $(LDADD) 134 simple_DEPENDENCIES = ../libvncserver/libvncserver.la 135 simple15_SOURCES = simple15.c 136 simple15_OBJECTS = simple15.$(OBJEXT) 137 simple15_LDADD = $(LDADD) 138 simple15_DEPENDENCIES = ../libvncserver/libvncserver.la 139 storepasswd_SOURCES = storepasswd.c 140 storepasswd_OBJECTS = storepasswd.$(OBJEXT) 141 storepasswd_LDADD = $(LDADD) 142 storepasswd_DEPENDENCIES = ../libvncserver/libvncserver.la 143 vncev_SOURCES = vncev.c 144 vncev_OBJECTS = vncev.$(OBJEXT) 145 vncev_LDADD = $(LDADD) 146 vncev_DEPENDENCIES = ../libvncserver/libvncserver.la 147 zippy_SOURCES = zippy.c 148 zippy_OBJECTS = zippy.$(OBJEXT) 149 zippy_LDADD = $(LDADD) 150 zippy_DEPENDENCIES = ../libvncserver/libvncserver.la 151 DEFAULT_INCLUDES = -I. -I$(top_builddir) 152 depcomp = $(SHELL) $(top_srcdir)/depcomp 153 am__depfiles_maybe = depfiles 154 am__mv = mv -f 155 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 156 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 157 LTCOMPILE = $(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) 161 AM_V_CC = $(am__v_CC_$(V)) 162 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 163 am__v_CC_0 = @echo " CC " $@; 164 AM_V_at = $(am__v_at_$(V)) 165 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 166 am__v_at_0 = @ 167 CCLD = $(CC) 168 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 169 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 170 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 171 AM_V_CCLD = $(am__v_CCLD_$(V)) 172 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 173 am__v_CCLD_0 = @echo " CCLD " $@; 174 AM_V_GEN = $(am__v_GEN_$(V)) 175 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 176 am__v_GEN_0 = @echo " GEN " $@; 177 SOURCES = 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 181 DIST_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 185 RECURSIVE_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 192 am__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 197 HEADERS = $(noinst_HEADERS) 198 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 199 distclean-recursive maintainer-clean-recursive 200 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 201 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 202 distdir 203 ETAGS = etags 204 CTAGS = ctags 205 DIST_SUBDIRS = android 206 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 207 am__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" 232 ACLOCAL = ${SHELL} /data/src/android-master/external/libvncserver/missing --run aclocal-1.11 233 AMTAR = $${TAR-tar} 234 AM_DEFAULT_VERBOSITY = 0 235 AR = /usr/bin/ar 236 AS = as 237 AUTOCONF = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoconf 238 AUTOHEADER = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoheader 239 AUTOMAKE = ${SHELL} /data/src/android-master/external/libvncserver/missing --run automake-1.11 240 AVAHI_CFLAGS = 241 AVAHI_LIBS = 242 AWK = mawk 243 CC = gcc 244 CCDEPMODE = depmode=gcc3 245 CFLAGS = -g -O2 -Wall 246 CPP = gcc -E 247 CPPFLAGS = 248 CRYPT_LIBS = -lcrypt 249 CXX = g++ 250 CXXCPP = g++ -E 251 CXXDEPMODE = depmode=gcc3 252 CXXFLAGS = -g -O2 253 CYGPATH_W = echo 254 DEFS = -DHAVE_CONFIG_H 255 DEPDIR = .deps 256 DLLTOOL = dlltool 257 ECHO = echo 258 ECHO_C = 259 ECHO_N = -n 260 ECHO_T = 261 EGREP = /bin/grep -E 262 EXEEXT = 263 F77 = 264 FFLAGS = 265 GNUTLS_CFLAGS = 266 GNUTLS_LIBS = 267 GREP = /bin/grep 268 GTK_CFLAGS = 269 GTK_LIBS = 270 INSTALL = /usr/bin/install -c 271 INSTALL_DATA = ${INSTALL} -m 644 272 INSTALL_PROGRAM = ${INSTALL} 273 INSTALL_SCRIPT = ${INSTALL} 274 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 275 JPEG_LDFLAGS = 276 LDFLAGS = 277 LIBGCRYPT_CFLAGS = 278 LIBGCRYPT_CONFIG = no 279 LIBGCRYPT_LIBS = 280 LIBOBJS = 281 LIBS = -lnsl -lpthread -lz -lpng -ljpeg -lresolv 282 LIBTOOL = $(SHELL) $(top_builddir)/libtool 283 LN_S = ln -s 284 LTLIBOBJS = 285 MAKEINFO = ${SHELL} /data/src/android-master/external/libvncserver/missing --run makeinfo 286 MKDIR_P = /bin/mkdir -p 287 OBJDUMP = objdump 288 OBJEXT = o 289 PACKAGE = LibVNCServer 290 PACKAGE_BUGREPORT = http://sourceforge.net/projects/libvncserver 291 PACKAGE_NAME = LibVNCServer 292 PACKAGE_STRING = LibVNCServer 0.9.9 293 PACKAGE_TARNAME = libvncserver 294 PACKAGE_URL = 295 PACKAGE_VERSION = 0.9.9 296 PATH_SEPARATOR = : 297 PKG_CONFIG = /usr/bin/pkg-config 298 PKG_CONFIG_LIBDIR = 299 PKG_CONFIG_PATH = 300 RANLIB = ranlib 301 RPMSOURCEDIR = NOT-FOUND 302 SDL_CFLAGS = 303 SDL_LIBS = 304 SET_MAKE = 305 SHELL = /bin/bash 306 SSL_LIBS = 307 STRIP = strip 308 SYSTEM_LIBVNCSERVER_CFLAGS = 309 SYSTEM_LIBVNCSERVER_LIBS = 310 VERSION = 0.9.9 311 WSOCKLIB = 312 XMKMF = 313 X_CFLAGS = 314 X_EXTRA_LIBS = 315 X_LIBS = 316 X_PRE_LIBS = -lSM -lICE 317 abs_builddir = /data/src/android-master/external/libvncserver/examples 318 abs_srcdir = /data/src/android-master/external/libvncserver/examples 319 abs_top_builddir = /data/src/android-master/external/libvncserver 320 abs_top_srcdir = /data/src/android-master/external/libvncserver 321 ac_ct_CC = gcc 322 ac_ct_CXX = g++ 323 ac_ct_F77 = 324 am__include = include 325 am__leading_dot = . 326 am__quote = 327 am__tar = $${TAR-tar} chof - "$$tardir" 328 am__untar = $${TAR-tar} xf - 329 bindir = ${exec_prefix}/bin 330 build = x86_64-unknown-linux-gnu 331 build_alias = 332 build_cpu = x86_64 333 build_os = linux-gnu 334 build_vendor = unknown 335 builddir = . 336 datadir = ${datarootdir} 337 datarootdir = ${prefix}/share 338 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 339 dvidir = ${docdir} 340 exec_prefix = ${prefix} 341 host = x86_64-unknown-linux-gnu 342 host_alias = 343 host_cpu = x86_64 344 host_os = linux-gnu 345 host_vendor = unknown 346 htmldir = ${docdir} 347 includedir = ${prefix}/include 348 infodir = ${datarootdir}/info 349 install_sh = ${SHELL} /data/src/android-master/external/libvncserver/install-sh 350 libdir = ${exec_prefix}/lib 351 libexecdir = ${exec_prefix}/libexec 352 localedir = ${datarootdir}/locale 353 localstatedir = ${prefix}/var 354 mandir = ${datarootdir}/man 355 mkdir_p = /bin/mkdir -p 356 oldincludedir = /usr/include 357 pdfdir = ${docdir} 358 prefix = /usr/local 359 program_transform_name = s,x,x, 360 psdir = ${docdir} 361 sbindir = ${exec_prefix}/sbin 362 sharedstatedir = ${prefix}/com 363 srcdir = . 364 sysconfdir = ${prefix}/etc 365 target_alias = 366 top_build_prefix = ../ 367 top_builddir = .. 368 top_srcdir = .. 369 with_ffmpeg = 370 INCLUDES = -I$(top_srcdir) 371 LDADD = ../libvncserver/libvncserver.la 372 #MAC = mac 373 #mac_LDFLAGS = -framework ApplicationServices -framework Carbon -framework IOKit 374 #SUBDIRS = android 375 FILETRANSFER = filetransfer 376 BLOOPTEST = blooptest 377 noinst_HEADERS = radon.h rotatetemplate.c 378 all: 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 395 Makefile: $(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 413 clean-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 421 backchannel$(EXEEXT): $(backchannel_OBJECTS) $(backchannel_DEPENDENCIES) $(EXTRA_backchannel_DEPENDENCIES) 422 @rm -f backchannel$(EXEEXT) 423 $(AM_V_CCLD)$(LINK) $(backchannel_OBJECTS) $(backchannel_LDADD) $(LIBS) 424 blooptest$(EXEEXT): $(blooptest_OBJECTS) $(blooptest_DEPENDENCIES) $(EXTRA_blooptest_DEPENDENCIES) 425 @rm -f blooptest$(EXEEXT) 426 $(AM_V_CCLD)$(LINK) $(blooptest_OBJECTS) $(blooptest_LDADD) $(LIBS) 427 camera$(EXEEXT): $(camera_OBJECTS) $(camera_DEPENDENCIES) $(EXTRA_camera_DEPENDENCIES) 428 @rm -f camera$(EXEEXT) 429 $(AM_V_CCLD)$(LINK) $(camera_OBJECTS) $(camera_LDADD) $(LIBS) 430 colourmaptest$(EXEEXT): $(colourmaptest_OBJECTS) $(colourmaptest_DEPENDENCIES) $(EXTRA_colourmaptest_DEPENDENCIES) 431 @rm -f colourmaptest$(EXEEXT) 432 $(AM_V_CCLD)$(LINK) $(colourmaptest_OBJECTS) $(colourmaptest_LDADD) $(LIBS) 433 example$(EXEEXT): $(example_OBJECTS) $(example_DEPENDENCIES) $(EXTRA_example_DEPENDENCIES) 434 @rm -f example$(EXEEXT) 435 $(AM_V_CCLD)$(LINK) $(example_OBJECTS) $(example_LDADD) $(LIBS) 436 filetransfer$(EXEEXT): $(filetransfer_OBJECTS) $(filetransfer_DEPENDENCIES) $(EXTRA_filetransfer_DEPENDENCIES) 437 @rm -f filetransfer$(EXEEXT) 438 $(AM_V_CCLD)$(LINK) $(filetransfer_OBJECTS) $(filetransfer_LDADD) $(LIBS) 439 fontsel$(EXEEXT): $(fontsel_OBJECTS) $(fontsel_DEPENDENCIES) $(EXTRA_fontsel_DEPENDENCIES) 440 @rm -f fontsel$(EXEEXT) 441 $(AM_V_CCLD)$(LINK) $(fontsel_OBJECTS) $(fontsel_LDADD) $(LIBS) 442 mac$(EXEEXT): $(mac_OBJECTS) $(mac_DEPENDENCIES) $(EXTRA_mac_DEPENDENCIES) 443 @rm -f mac$(EXEEXT) 444 $(AM_V_CCLD)$(mac_LINK) $(mac_OBJECTS) $(mac_LDADD) $(LIBS) 445 pnmshow$(EXEEXT): $(pnmshow_OBJECTS) $(pnmshow_DEPENDENCIES) $(EXTRA_pnmshow_DEPENDENCIES) 446 @rm -f pnmshow$(EXEEXT) 447 $(AM_V_CCLD)$(LINK) $(pnmshow_OBJECTS) $(pnmshow_LDADD) $(LIBS) 448 pnmshow24$(EXEEXT): $(pnmshow24_OBJECTS) $(pnmshow24_DEPENDENCIES) $(EXTRA_pnmshow24_DEPENDENCIES) 449 @rm -f pnmshow24$(EXEEXT) 450 $(AM_V_CCLD)$(LINK) $(pnmshow24_OBJECTS) $(pnmshow24_LDADD) $(LIBS) 451 regiontest$(EXEEXT): $(regiontest_OBJECTS) $(regiontest_DEPENDENCIES) $(EXTRA_regiontest_DEPENDENCIES) 452 @rm -f regiontest$(EXEEXT) 453 $(AM_V_CCLD)$(LINK) $(regiontest_OBJECTS) $(regiontest_LDADD) $(LIBS) 454 rotate$(EXEEXT): $(rotate_OBJECTS) $(rotate_DEPENDENCIES) $(EXTRA_rotate_DEPENDENCIES) 455 @rm -f rotate$(EXEEXT) 456 $(AM_V_CCLD)$(LINK) $(rotate_OBJECTS) $(rotate_LDADD) $(LIBS) 457 simple$(EXEEXT): $(simple_OBJECTS) $(simple_DEPENDENCIES) $(EXTRA_simple_DEPENDENCIES) 458 @rm -f simple$(EXEEXT) 459 $(AM_V_CCLD)$(LINK) $(simple_OBJECTS) $(simple_LDADD) $(LIBS) 460 simple15$(EXEEXT): $(simple15_OBJECTS) $(simple15_DEPENDENCIES) $(EXTRA_simple15_DEPENDENCIES) 461 @rm -f simple15$(EXEEXT) 462 $(AM_V_CCLD)$(LINK) $(simple15_OBJECTS) $(simple15_LDADD) $(LIBS) 463 storepasswd$(EXEEXT): $(storepasswd_OBJECTS) $(storepasswd_DEPENDENCIES) $(EXTRA_storepasswd_DEPENDENCIES) 464 @rm -f storepasswd$(EXEEXT) 465 $(AM_V_CCLD)$(LINK) $(storepasswd_OBJECTS) $(storepasswd_LDADD) $(LIBS) 466 vncev$(EXEEXT): $(vncev_OBJECTS) $(vncev_DEPENDENCIES) $(EXTRA_vncev_DEPENDENCIES) 467 @rm -f vncev$(EXEEXT) 468 $(AM_V_CCLD)$(LINK) $(vncev_OBJECTS) $(vncev_LDADD) $(LIBS) 469 zippy$(EXEEXT): $(zippy_OBJECTS) $(zippy_DEPENDENCIES) $(EXTRA_zippy_DEPENDENCIES) 470 @rm -f zippy$(EXEEXT) 471 $(AM_V_CCLD)$(LINK) $(zippy_OBJECTS) $(zippy_LDADD) $(LIBS) 472 473 mostlyclean-compile: 474 -rm -f *.$(OBJEXT) 475 476 distclean-compile: 477 -rm -f *.tab.c 478 479 include ./$(DEPDIR)/backchannel.Po 480 include ./$(DEPDIR)/blooptest.Po 481 include ./$(DEPDIR)/camera.Po 482 include ./$(DEPDIR)/colourmaptest.Po 483 include ./$(DEPDIR)/example.Po 484 include ./$(DEPDIR)/filetransfer.Po 485 include ./$(DEPDIR)/fontsel.Po 486 include ./$(DEPDIR)/mac.Po 487 include ./$(DEPDIR)/pnmshow.Po 488 include ./$(DEPDIR)/pnmshow24.Po 489 include ./$(DEPDIR)/regiontest.Po 490 include ./$(DEPDIR)/rotate.Po 491 include ./$(DEPDIR)/simple.Po 492 include ./$(DEPDIR)/simple15.Po 493 include ./$(DEPDIR)/storepasswd.Po 494 include ./$(DEPDIR)/vncev.Po 495 include ./$(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 518 mostlyclean-libtool: 519 -rm -f *.lo 520 521 clean-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" 585 tags-recursive: 586 list='$(SUBDIRS)'; for subdir in $$list; do \ 587 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 588 done 589 ctags-recursive: 590 list='$(SUBDIRS)'; for subdir in $$list; do \ 591 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 592 done 593 594 ID: $(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 602 tags: TAGS 603 604 TAGS: 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 638 ctags: CTAGS 639 CTAGS: 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 651 GTAGS: 652 here=`$(am__cd) $(top_builddir) && pwd` \ 653 && $(am__cd) $(top_srcdir) \ 654 && gtags -i $(GTAGS_ARGS) "$$here" 655 656 distclean-tags: 657 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 658 659 distdir: $(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 714 check-am: all-am 715 check: check-recursive 716 all-am: Makefile $(PROGRAMS) $(HEADERS) 717 installdirs: installdirs-recursive 718 installdirs-am: 719 install: install-recursive 720 install-exec: install-exec-recursive 721 install-data: install-data-recursive 722 uninstall: uninstall-recursive 723 724 install-am: all-am 725 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 726 727 installcheck: installcheck-recursive 728 install-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 738 mostlyclean-generic: 739 740 clean-generic: 741 742 distclean-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 746 maintainer-clean-generic: 747 @echo "This command is intended for maintainers to use" 748 @echo "it deletes files that may require special tools to rebuild." 749 clean: clean-recursive 750 751 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 752 mostlyclean-am 753 754 distclean: distclean-recursive 755 -rm -rf ./$(DEPDIR) 756 -rm -f Makefile 757 distclean-am: clean-am distclean-compile distclean-generic \ 758 distclean-tags 759 760 dvi: dvi-recursive 761 762 dvi-am: 763 764 html: html-recursive 765 766 html-am: 767 768 info: info-recursive 769 770 info-am: 771 772 install-data-am: 773 774 install-dvi: install-dvi-recursive 775 776 install-dvi-am: 777 778 install-exec-am: 779 780 install-html: install-html-recursive 781 782 install-html-am: 783 784 install-info: install-info-recursive 785 786 install-info-am: 787 788 install-man: 789 790 install-pdf: install-pdf-recursive 791 792 install-pdf-am: 793 794 install-ps: install-ps-recursive 795 796 install-ps-am: 797 798 installcheck-am: 799 800 maintainer-clean: maintainer-clean-recursive 801 -rm -rf ./$(DEPDIR) 802 -rm -f Makefile 803 maintainer-clean-am: distclean-am maintainer-clean-generic 804 805 mostlyclean: mostlyclean-recursive 806 807 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 808 mostlyclean-libtool 809 810 pdf: pdf-recursive 811 812 pdf-am: 813 814 ps: ps-recursive 815 816 ps-am: 817 818 uninstall-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