blob: 9ac26d2fda837d133cff06b41bb69ce0c660b55e [file] [log] [blame]
Adam Tkacfc4cd712009-03-11 11:14:37 +00001# Makefile.in generated by automake 1.10.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35@INCLUDED_JPEG_TRUE@am__append_1 = -I$(top_srcdir)/jpeg
36@INCLUDED_JPEG_TRUE@am__append_2 = $(top_srcdir)/jpeg/libjpeg.la
37subdir = rfb
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43mkinstalldirs = $(install_sh) -d
44CONFIG_HEADER = $(top_builddir)/common-config.h
45CONFIG_CLEAN_FILES =
46LTLIBRARIES = $(noinst_LTLIBRARIES)
47librfb_la_DEPENDENCIES = $(am__append_2)
48am__objects_1 =
49am_librfb_la_OBJECTS = $(am__objects_1) librfb_la-Blacklist.lo \
50 librfb_la-CConnection.lo librfb_la-CFTMsgReader.lo \
51 librfb_la-CFTMsgWriter.lo librfb_la-CMsgHandler.lo \
52 librfb_la-CMsgReader.lo librfb_la-CMsgReaderV3.lo \
53 librfb_la-CMsgWriter.lo librfb_la-CMsgWriterV3.lo \
54 librfb_la-CSecurityVncAuth.lo librfb_la-CapsContainer.lo \
55 librfb_la-CapsList.lo librfb_la-ComparingUpdateTracker.lo \
56 librfb_la-Configuration.lo librfb_la-ConnParams.lo \
57 librfb_la-Cursor.lo librfb_la-Decoder.lo librfb_la-d3des.lo \
58 librfb_la-Encoder.lo librfb_la-FileInfo.lo \
59 librfb_la-FileManager.lo librfb_la-FileReader.lo \
60 librfb_la-FileWriter.lo librfb_la-HTTPServer.lo \
61 librfb_la-HextileDecoder.lo librfb_la-HextileEncoder.lo \
62 librfb_la-KeyRemapper.lo librfb_la-LogWriter.lo \
63 librfb_la-Logger.lo librfb_la-Logger_file.lo \
64 librfb_la-Logger_stdio.lo librfb_la-Password.lo \
65 librfb_la-PixelBuffer.lo librfb_la-PixelFormat.lo \
66 librfb_la-RREEncoder.lo librfb_la-RREDecoder.lo \
67 librfb_la-RawDecoder.lo librfb_la-RawEncoder.lo \
68 librfb_la-Region.lo librfb_la-SConnection.lo \
69 librfb_la-SFTMsgReader.lo librfb_la-SFTMsgWriter.lo \
70 librfb_la-SFileTransfer.lo librfb_la-SFileTransferManager.lo \
71 librfb_la-SMsgHandler.lo librfb_la-SMsgReader.lo \
72 librfb_la-SMsgReaderV3.lo librfb_la-SMsgWriter.lo \
73 librfb_la-SMsgWriterV3.lo librfb_la-ServerCore.lo \
74 librfb_la-SSecurityFactoryStandard.lo \
75 librfb_la-SSecurityVncAuth.lo librfb_la-ScaledPixelBuffer.lo \
76 librfb_la-ScaleFilters.lo librfb_la-Timer.lo \
77 librfb_la-TightDecoder.lo librfb_la-TightEncoder.lo \
78 librfb_la-TightPalette.lo librfb_la-TransImageGetter.lo \
79 librfb_la-TransferQueue.lo librfb_la-UpdateTracker.lo \
80 librfb_la-VNCSConnectionST.lo librfb_la-VNCServerST.lo \
81 librfb_la-ZRLEEncoder.lo librfb_la-ZRLEDecoder.lo \
82 librfb_la-encodings.lo librfb_la-secTypes.lo librfb_la-util.lo
83librfb_la_OBJECTS = $(am_librfb_la_OBJECTS)
84DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
85depcomp = $(SHELL) $(top_srcdir)/depcomp
86am__depfiles_maybe = depfiles
87COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92CCLD = $(CC)
93LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
95 $(LDFLAGS) -o $@
96CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
98LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
100 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
101CXXLD = $(CXX)
102CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
103 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
104 $(LDFLAGS) -o $@
105SOURCES = $(librfb_la_SOURCES)
106DIST_SOURCES = $(librfb_la_SOURCES)
107ETAGS = etags
108CTAGS = ctags
109DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110ACLOCAL = @ACLOCAL@
111AMTAR = @AMTAR@
112AR = @AR@
113AUTOCONF = @AUTOCONF@
114AUTOHEADER = @AUTOHEADER@
115AUTOMAKE = @AUTOMAKE@
116AWK = @AWK@
117CC = @CC@
118CCDEPMODE = @CCDEPMODE@
119CFLAGS = @CFLAGS@
120CPP = @CPP@
121CPPFLAGS = @CPPFLAGS@
122CXX = @CXX@
123CXXCPP = @CXXCPP@
124CXXDEPMODE = @CXXDEPMODE@
125CXXFLAGS = @CXXFLAGS@
126CYGPATH_W = @CYGPATH_W@
127DEFS = @DEFS@
128DEPDIR = @DEPDIR@
129DSYMUTIL = @DSYMUTIL@
130DUMPBIN = @DUMPBIN@
131ECHO_C = @ECHO_C@
132ECHO_N = @ECHO_N@
133ECHO_T = @ECHO_T@
134EGREP = @EGREP@
135EXEEXT = @EXEEXT@
136FGREP = @FGREP@
137GREP = @GREP@
138INSTALL = @INSTALL@
139INSTALL_DATA = @INSTALL_DATA@
140INSTALL_PROGRAM = @INSTALL_PROGRAM@
141INSTALL_SCRIPT = @INSTALL_SCRIPT@
142INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
143LD = @LD@
144LDFLAGS = @LDFLAGS@
145LIBOBJS = @LIBOBJS@
146LIBS = @LIBS@
147LIBTOOL = @LIBTOOL@
148LIPO = @LIPO@
149LN_S = @LN_S@
150LTLIBOBJS = @LTLIBOBJS@
151MAKEINFO = @MAKEINFO@
152MKDIR_P = @MKDIR_P@
153NM = @NM@
154NMEDIT = @NMEDIT@
155OBJDUMP = @OBJDUMP@
156OBJEXT = @OBJEXT@
157OTOOL = @OTOOL@
158OTOOL64 = @OTOOL64@
159PACKAGE = @PACKAGE@
160PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161PACKAGE_NAME = @PACKAGE_NAME@
162PACKAGE_STRING = @PACKAGE_STRING@
163PACKAGE_TARNAME = @PACKAGE_TARNAME@
164PACKAGE_VERSION = @PACKAGE_VERSION@
165PATH_SEPARATOR = @PATH_SEPARATOR@
166RANLIB = @RANLIB@
167SED = @SED@
168SET_MAKE = @SET_MAKE@
169SHELL = @SHELL@
170STRIP = @STRIP@
171VERSION = @VERSION@
172abs_builddir = @abs_builddir@
173abs_srcdir = @abs_srcdir@
174abs_top_builddir = @abs_top_builddir@
175abs_top_srcdir = @abs_top_srcdir@
176ac_ct_CC = @ac_ct_CC@
177ac_ct_CXX = @ac_ct_CXX@
178ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
179am__include = @am__include@
180am__leading_dot = @am__leading_dot@
181am__quote = @am__quote@
182am__tar = @am__tar@
183am__untar = @am__untar@
184bindir = @bindir@
185build = @build@
186build_alias = @build_alias@
187build_cpu = @build_cpu@
188build_os = @build_os@
189build_vendor = @build_vendor@
190builddir = @builddir@
191datadir = @datadir@
192datarootdir = @datarootdir@
193docdir = @docdir@
194dvidir = @dvidir@
195exec_prefix = @exec_prefix@
196host = @host@
197host_alias = @host_alias@
198host_cpu = @host_cpu@
199host_os = @host_os@
200host_vendor = @host_vendor@
201htmldir = @htmldir@
202includedir = @includedir@
203infodir = @infodir@
204install_sh = @install_sh@
205libdir = @libdir@
206libexecdir = @libexecdir@
207localedir = @localedir@
208localstatedir = @localstatedir@
209lt_ECHO = @lt_ECHO@
210mandir = @mandir@
211mkdir_p = @mkdir_p@
212oldincludedir = @oldincludedir@
213pdfdir = @pdfdir@
214prefix = @prefix@
215program_transform_name = @program_transform_name@
216psdir = @psdir@
217sbindir = @sbindir@
218sharedstatedir = @sharedstatedir@
219srcdir = @srcdir@
220subdirs = @subdirs@
221sysconfdir = @sysconfdir@
222target_alias = @target_alias@
223top_build_prefix = @top_build_prefix@
224top_builddir = @top_builddir@
225top_srcdir = @top_srcdir@
226noinst_LTLIBRARIES = librfb.la
227HDRS = Blacklist.h CapsContainer.h CapsList.h CConnection.h CFTMsgReader.h \
228 CFTMsgWriter.h CMsgHandler.h CMsgReader.h CMsgReaderV3.h CMsgWriter.h \
229 CMsgWriterV3.h ColourCube.h ColourMap.h ComparingUpdateTracker.h \
230 Configuration.h ConnParams.h CSecurity.h CSecurityNone.h \
231 CSecurityVncAuth.h Cursor.h Decoder.h DirManager.h d3des.h Encoder.h \
232 encodings.h Exception.h FileInfo.h FileManager.h FileReader.h \
233 FileWriter.h fttypes.h hextileConstants.h hextileDecode.h \
234 HextileDecoder.h hextileEncodeBetter.h hextileEncode.h \
235 HextileEncoder.h Hostname.h HTTPServer.h ImageGetter.h InputHandler.h \
236 KeyRemapper.h keysymdef.h \
237 ListConnInfo.h Logger_file.h Logger.h Logger_stdio.h LogWriter.h \
238 msgTypes.h Password.h PixelBuffer.h PixelFormat.h PixelFormat.inl Pixel.h \
239 RawDecoder.h RawEncoder.h Rect.h Region.h rreDecode.h RREDecoder.h \
240 rreEncode.h RREEncoder.h ScaledPixelBuffer.h ScaleFilters.h \
241 SConnection.h SDesktop.h secTypes.h ServerCore.h SFileTransfer.h \
242 SFileTransferManager.h SFTMsgReader.h SFTMsgWriter.h SMsgHandler.h \
243 SMsgReader.h SMsgReaderV3.h SMsgWriter.h SMsgWriterV3.h \
244 SSecurityFactoryStandard.h SSecurity.h SSecurityNone.h \
245 SSecurityVncAuth.h Threading.h tightDecode.h TightDecoder.h \
246 tightEncode.h TightEncoder.h TightPalette.h Timer.h TransferQueue.h \
247 TransImageGetter.h transInitTempl.h transTempl.h TrueColourMap.h \
248 UpdateTracker.h UserPasswdGetter.h util.h VNCSConnectionST.h \
249 VNCServer.h VNCServerST.h zrleDecode.h ZRLEDecoder.h zrleEncode.h \
250 ZRLEEncoder.h
251
252librfb_la_SOURCES = $(HDRS) Blacklist.cxx CConnection.cxx CFTMsgReader.cxx CFTMsgWriter.cxx CMsgHandler.cxx \
253 CMsgReader.cxx CMsgReaderV3.cxx CMsgWriter.cxx CMsgWriterV3.cxx \
254 CSecurityVncAuth.cxx CapsContainer.cxx CapsList.cxx \
255 ComparingUpdateTracker.cxx Configuration.cxx ConnParams.cxx \
256 Cursor.cxx Decoder.cxx d3des.c Encoder.cxx FileInfo.cxx \
257 FileManager.cxx FileReader.cxx FileWriter.cxx \
258 HTTPServer.cxx HextileDecoder.cxx HextileEncoder.cxx \
259 KeyRemapper.cxx LogWriter.cxx Logger.cxx Logger_file.cxx \
260 Logger_stdio.cxx Password.cxx PixelBuffer.cxx PixelFormat.cxx \
261 RREEncoder.cxx RREDecoder.cxx RawDecoder.cxx RawEncoder.cxx \
262 Region.cxx SConnection.cxx SFTMsgReader.cxx SFTMsgWriter.cxx \
263 SFileTransfer.cxx SFileTransferManager.cxx SMsgHandler.cxx \
264 SMsgReader.cxx SMsgReaderV3.cxx SMsgWriter.cxx SMsgWriterV3.cxx \
265 ServerCore.cxx SSecurityFactoryStandard.cxx SSecurityVncAuth.cxx \
266 ScaledPixelBuffer.cxx ScaleFilters.cxx Timer.cxx TightDecoder.cxx \
267 TightEncoder.cxx TightPalette.cxx TransImageGetter.cxx \
268 TransferQueue.cxx UpdateTracker.cxx VNCSConnectionST.cxx \
269 VNCServerST.cxx ZRLEEncoder.cxx ZRLEDecoder.cxx encodings.cxx \
270 secTypes.cxx util.cxx
271
272librfb_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/../win \
273 $(am__append_1)
274librfb_la_LIBADD = $(am__append_2)
275all: all-am
276
277.SUFFIXES:
278.SUFFIXES: .c .cxx .lo .o .obj
279$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
280 @for dep in $?; do \
281 case '$(am__configure_deps)' in \
282 *$$dep*) \
283 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
284 && { if test -f $@; then exit 0; else break; fi; }; \
285 exit 1;; \
286 esac; \
287 done; \
288 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign rfb/Makefile'; \
289 cd $(top_srcdir) && \
290 $(AUTOMAKE) --foreign rfb/Makefile
291.PRECIOUS: Makefile
292Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293 @case '$?' in \
294 *config.status*) \
295 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
296 *) \
297 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
298 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
299 esac;
300
301$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
304$(top_srcdir)/configure: $(am__configure_deps)
305 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306$(ACLOCAL_M4): $(am__aclocal_m4_deps)
307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308
309clean-noinstLTLIBRARIES:
310 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
311 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
312 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
313 test "$$dir" != "$$p" || dir=.; \
314 echo "rm -f \"$${dir}/so_locations\""; \
315 rm -f "$${dir}/so_locations"; \
316 done
317librfb.la: $(librfb_la_OBJECTS) $(librfb_la_DEPENDENCIES)
318 $(CXXLINK) $(librfb_la_OBJECTS) $(librfb_la_LIBADD) $(LIBS)
319
320mostlyclean-compile:
321 -rm -f *.$(OBJEXT)
322
323distclean-compile:
324 -rm -f *.tab.c
325
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-Blacklist.Plo@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-CConnection.Plo@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-CFTMsgReader.Plo@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-CFTMsgWriter.Plo@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-CMsgHandler.Plo@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-CMsgReader.Plo@am__quote@
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-CMsgReaderV3.Plo@am__quote@
333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-CMsgWriter.Plo@am__quote@
334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-CMsgWriterV3.Plo@am__quote@
335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-CSecurityVncAuth.Plo@am__quote@
336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-CapsContainer.Plo@am__quote@
337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-CapsList.Plo@am__quote@
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-ComparingUpdateTracker.Plo@am__quote@
339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-Configuration.Plo@am__quote@
340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-ConnParams.Plo@am__quote@
341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-Cursor.Plo@am__quote@
342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-Decoder.Plo@am__quote@
343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-Encoder.Plo@am__quote@
344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-FileInfo.Plo@am__quote@
345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-FileManager.Plo@am__quote@
346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-FileReader.Plo@am__quote@
347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-FileWriter.Plo@am__quote@
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-HTTPServer.Plo@am__quote@
349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-HextileDecoder.Plo@am__quote@
350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-HextileEncoder.Plo@am__quote@
351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-KeyRemapper.Plo@am__quote@
352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-LogWriter.Plo@am__quote@
353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-Logger.Plo@am__quote@
354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-Logger_file.Plo@am__quote@
355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-Logger_stdio.Plo@am__quote@
356@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-Password.Plo@am__quote@
357@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-PixelBuffer.Plo@am__quote@
358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-PixelFormat.Plo@am__quote@
359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-RREDecoder.Plo@am__quote@
360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-RREEncoder.Plo@am__quote@
361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-RawDecoder.Plo@am__quote@
362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-RawEncoder.Plo@am__quote@
363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-Region.Plo@am__quote@
364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-SConnection.Plo@am__quote@
365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-SFTMsgReader.Plo@am__quote@
366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-SFTMsgWriter.Plo@am__quote@
367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-SFileTransfer.Plo@am__quote@
368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-SFileTransferManager.Plo@am__quote@
369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-SMsgHandler.Plo@am__quote@
370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-SMsgReader.Plo@am__quote@
371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-SMsgReaderV3.Plo@am__quote@
372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-SMsgWriter.Plo@am__quote@
373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-SMsgWriterV3.Plo@am__quote@
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-SSecurityFactoryStandard.Plo@am__quote@
375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-SSecurityVncAuth.Plo@am__quote@
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-ScaleFilters.Plo@am__quote@
377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-ScaledPixelBuffer.Plo@am__quote@
378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-ServerCore.Plo@am__quote@
379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-TightDecoder.Plo@am__quote@
380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-TightEncoder.Plo@am__quote@
381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-TightPalette.Plo@am__quote@
382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-Timer.Plo@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-TransImageGetter.Plo@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-TransferQueue.Plo@am__quote@
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-UpdateTracker.Plo@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-VNCSConnectionST.Plo@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-VNCServerST.Plo@am__quote@
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-ZRLEDecoder.Plo@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-ZRLEEncoder.Plo@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-d3des.Plo@am__quote@
391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-encodings.Plo@am__quote@
392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-secTypes.Plo@am__quote@
393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librfb_la-util.Plo@am__quote@
394
395.c.o:
396@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
397@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
398@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
399@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400@am__fastdepCC_FALSE@ $(COMPILE) -c $<
401
402.c.obj:
403@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
404@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
405@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
408
409.c.lo:
410@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
411@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
412@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
413@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
415
416librfb_la-d3des.lo: d3des.c
417@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT librfb_la-d3des.lo -MD -MP -MF $(DEPDIR)/librfb_la-d3des.Tpo -c -o librfb_la-d3des.lo `test -f 'd3des.c' || echo '$(srcdir)/'`d3des.c
418@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/librfb_la-d3des.Tpo $(DEPDIR)/librfb_la-d3des.Plo
419@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='d3des.c' object='librfb_la-d3des.lo' libtool=yes @AMDEPBACKSLASH@
420@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o librfb_la-d3des.lo `test -f 'd3des.c' || echo '$(srcdir)/'`d3des.c
422
423.cxx.o:
424@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
425@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
426@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
427@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
429
430.cxx.obj:
431@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
432@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
433@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
434@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
436
437.cxx.lo:
438@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
439@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
440@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
441@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
443
444librfb_la-Blacklist.lo: Blacklist.cxx
445@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-Blacklist.lo -MD -MP -MF $(DEPDIR)/librfb_la-Blacklist.Tpo -c -o librfb_la-Blacklist.lo `test -f 'Blacklist.cxx' || echo '$(srcdir)/'`Blacklist.cxx
446@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-Blacklist.Tpo $(DEPDIR)/librfb_la-Blacklist.Plo
447@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Blacklist.cxx' object='librfb_la-Blacklist.lo' libtool=yes @AMDEPBACKSLASH@
448@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-Blacklist.lo `test -f 'Blacklist.cxx' || echo '$(srcdir)/'`Blacklist.cxx
450
451librfb_la-CConnection.lo: CConnection.cxx
452@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-CConnection.lo -MD -MP -MF $(DEPDIR)/librfb_la-CConnection.Tpo -c -o librfb_la-CConnection.lo `test -f 'CConnection.cxx' || echo '$(srcdir)/'`CConnection.cxx
453@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-CConnection.Tpo $(DEPDIR)/librfb_la-CConnection.Plo
454@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='CConnection.cxx' object='librfb_la-CConnection.lo' libtool=yes @AMDEPBACKSLASH@
455@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-CConnection.lo `test -f 'CConnection.cxx' || echo '$(srcdir)/'`CConnection.cxx
457
458librfb_la-CFTMsgReader.lo: CFTMsgReader.cxx
459@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-CFTMsgReader.lo -MD -MP -MF $(DEPDIR)/librfb_la-CFTMsgReader.Tpo -c -o librfb_la-CFTMsgReader.lo `test -f 'CFTMsgReader.cxx' || echo '$(srcdir)/'`CFTMsgReader.cxx
460@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-CFTMsgReader.Tpo $(DEPDIR)/librfb_la-CFTMsgReader.Plo
461@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='CFTMsgReader.cxx' object='librfb_la-CFTMsgReader.lo' libtool=yes @AMDEPBACKSLASH@
462@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-CFTMsgReader.lo `test -f 'CFTMsgReader.cxx' || echo '$(srcdir)/'`CFTMsgReader.cxx
464
465librfb_la-CFTMsgWriter.lo: CFTMsgWriter.cxx
466@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-CFTMsgWriter.lo -MD -MP -MF $(DEPDIR)/librfb_la-CFTMsgWriter.Tpo -c -o librfb_la-CFTMsgWriter.lo `test -f 'CFTMsgWriter.cxx' || echo '$(srcdir)/'`CFTMsgWriter.cxx
467@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-CFTMsgWriter.Tpo $(DEPDIR)/librfb_la-CFTMsgWriter.Plo
468@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='CFTMsgWriter.cxx' object='librfb_la-CFTMsgWriter.lo' libtool=yes @AMDEPBACKSLASH@
469@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-CFTMsgWriter.lo `test -f 'CFTMsgWriter.cxx' || echo '$(srcdir)/'`CFTMsgWriter.cxx
471
472librfb_la-CMsgHandler.lo: CMsgHandler.cxx
473@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-CMsgHandler.lo -MD -MP -MF $(DEPDIR)/librfb_la-CMsgHandler.Tpo -c -o librfb_la-CMsgHandler.lo `test -f 'CMsgHandler.cxx' || echo '$(srcdir)/'`CMsgHandler.cxx
474@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-CMsgHandler.Tpo $(DEPDIR)/librfb_la-CMsgHandler.Plo
475@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='CMsgHandler.cxx' object='librfb_la-CMsgHandler.lo' libtool=yes @AMDEPBACKSLASH@
476@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-CMsgHandler.lo `test -f 'CMsgHandler.cxx' || echo '$(srcdir)/'`CMsgHandler.cxx
478
479librfb_la-CMsgReader.lo: CMsgReader.cxx
480@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-CMsgReader.lo -MD -MP -MF $(DEPDIR)/librfb_la-CMsgReader.Tpo -c -o librfb_la-CMsgReader.lo `test -f 'CMsgReader.cxx' || echo '$(srcdir)/'`CMsgReader.cxx
481@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-CMsgReader.Tpo $(DEPDIR)/librfb_la-CMsgReader.Plo
482@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='CMsgReader.cxx' object='librfb_la-CMsgReader.lo' libtool=yes @AMDEPBACKSLASH@
483@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-CMsgReader.lo `test -f 'CMsgReader.cxx' || echo '$(srcdir)/'`CMsgReader.cxx
485
486librfb_la-CMsgReaderV3.lo: CMsgReaderV3.cxx
487@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-CMsgReaderV3.lo -MD -MP -MF $(DEPDIR)/librfb_la-CMsgReaderV3.Tpo -c -o librfb_la-CMsgReaderV3.lo `test -f 'CMsgReaderV3.cxx' || echo '$(srcdir)/'`CMsgReaderV3.cxx
488@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-CMsgReaderV3.Tpo $(DEPDIR)/librfb_la-CMsgReaderV3.Plo
489@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='CMsgReaderV3.cxx' object='librfb_la-CMsgReaderV3.lo' libtool=yes @AMDEPBACKSLASH@
490@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-CMsgReaderV3.lo `test -f 'CMsgReaderV3.cxx' || echo '$(srcdir)/'`CMsgReaderV3.cxx
492
493librfb_la-CMsgWriter.lo: CMsgWriter.cxx
494@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-CMsgWriter.lo -MD -MP -MF $(DEPDIR)/librfb_la-CMsgWriter.Tpo -c -o librfb_la-CMsgWriter.lo `test -f 'CMsgWriter.cxx' || echo '$(srcdir)/'`CMsgWriter.cxx
495@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-CMsgWriter.Tpo $(DEPDIR)/librfb_la-CMsgWriter.Plo
496@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='CMsgWriter.cxx' object='librfb_la-CMsgWriter.lo' libtool=yes @AMDEPBACKSLASH@
497@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-CMsgWriter.lo `test -f 'CMsgWriter.cxx' || echo '$(srcdir)/'`CMsgWriter.cxx
499
500librfb_la-CMsgWriterV3.lo: CMsgWriterV3.cxx
501@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-CMsgWriterV3.lo -MD -MP -MF $(DEPDIR)/librfb_la-CMsgWriterV3.Tpo -c -o librfb_la-CMsgWriterV3.lo `test -f 'CMsgWriterV3.cxx' || echo '$(srcdir)/'`CMsgWriterV3.cxx
502@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-CMsgWriterV3.Tpo $(DEPDIR)/librfb_la-CMsgWriterV3.Plo
503@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='CMsgWriterV3.cxx' object='librfb_la-CMsgWriterV3.lo' libtool=yes @AMDEPBACKSLASH@
504@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-CMsgWriterV3.lo `test -f 'CMsgWriterV3.cxx' || echo '$(srcdir)/'`CMsgWriterV3.cxx
506
507librfb_la-CSecurityVncAuth.lo: CSecurityVncAuth.cxx
508@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-CSecurityVncAuth.lo -MD -MP -MF $(DEPDIR)/librfb_la-CSecurityVncAuth.Tpo -c -o librfb_la-CSecurityVncAuth.lo `test -f 'CSecurityVncAuth.cxx' || echo '$(srcdir)/'`CSecurityVncAuth.cxx
509@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-CSecurityVncAuth.Tpo $(DEPDIR)/librfb_la-CSecurityVncAuth.Plo
510@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='CSecurityVncAuth.cxx' object='librfb_la-CSecurityVncAuth.lo' libtool=yes @AMDEPBACKSLASH@
511@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-CSecurityVncAuth.lo `test -f 'CSecurityVncAuth.cxx' || echo '$(srcdir)/'`CSecurityVncAuth.cxx
513
514librfb_la-CapsContainer.lo: CapsContainer.cxx
515@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-CapsContainer.lo -MD -MP -MF $(DEPDIR)/librfb_la-CapsContainer.Tpo -c -o librfb_la-CapsContainer.lo `test -f 'CapsContainer.cxx' || echo '$(srcdir)/'`CapsContainer.cxx
516@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-CapsContainer.Tpo $(DEPDIR)/librfb_la-CapsContainer.Plo
517@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='CapsContainer.cxx' object='librfb_la-CapsContainer.lo' libtool=yes @AMDEPBACKSLASH@
518@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-CapsContainer.lo `test -f 'CapsContainer.cxx' || echo '$(srcdir)/'`CapsContainer.cxx
520
521librfb_la-CapsList.lo: CapsList.cxx
522@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-CapsList.lo -MD -MP -MF $(DEPDIR)/librfb_la-CapsList.Tpo -c -o librfb_la-CapsList.lo `test -f 'CapsList.cxx' || echo '$(srcdir)/'`CapsList.cxx
523@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-CapsList.Tpo $(DEPDIR)/librfb_la-CapsList.Plo
524@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='CapsList.cxx' object='librfb_la-CapsList.lo' libtool=yes @AMDEPBACKSLASH@
525@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
526@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-CapsList.lo `test -f 'CapsList.cxx' || echo '$(srcdir)/'`CapsList.cxx
527
528librfb_la-ComparingUpdateTracker.lo: ComparingUpdateTracker.cxx
529@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-ComparingUpdateTracker.lo -MD -MP -MF $(DEPDIR)/librfb_la-ComparingUpdateTracker.Tpo -c -o librfb_la-ComparingUpdateTracker.lo `test -f 'ComparingUpdateTracker.cxx' || echo '$(srcdir)/'`ComparingUpdateTracker.cxx
530@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-ComparingUpdateTracker.Tpo $(DEPDIR)/librfb_la-ComparingUpdateTracker.Plo
531@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ComparingUpdateTracker.cxx' object='librfb_la-ComparingUpdateTracker.lo' libtool=yes @AMDEPBACKSLASH@
532@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-ComparingUpdateTracker.lo `test -f 'ComparingUpdateTracker.cxx' || echo '$(srcdir)/'`ComparingUpdateTracker.cxx
534
535librfb_la-Configuration.lo: Configuration.cxx
536@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-Configuration.lo -MD -MP -MF $(DEPDIR)/librfb_la-Configuration.Tpo -c -o librfb_la-Configuration.lo `test -f 'Configuration.cxx' || echo '$(srcdir)/'`Configuration.cxx
537@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-Configuration.Tpo $(DEPDIR)/librfb_la-Configuration.Plo
538@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Configuration.cxx' object='librfb_la-Configuration.lo' libtool=yes @AMDEPBACKSLASH@
539@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-Configuration.lo `test -f 'Configuration.cxx' || echo '$(srcdir)/'`Configuration.cxx
541
542librfb_la-ConnParams.lo: ConnParams.cxx
543@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-ConnParams.lo -MD -MP -MF $(DEPDIR)/librfb_la-ConnParams.Tpo -c -o librfb_la-ConnParams.lo `test -f 'ConnParams.cxx' || echo '$(srcdir)/'`ConnParams.cxx
544@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-ConnParams.Tpo $(DEPDIR)/librfb_la-ConnParams.Plo
545@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ConnParams.cxx' object='librfb_la-ConnParams.lo' libtool=yes @AMDEPBACKSLASH@
546@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-ConnParams.lo `test -f 'ConnParams.cxx' || echo '$(srcdir)/'`ConnParams.cxx
548
549librfb_la-Cursor.lo: Cursor.cxx
550@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-Cursor.lo -MD -MP -MF $(DEPDIR)/librfb_la-Cursor.Tpo -c -o librfb_la-Cursor.lo `test -f 'Cursor.cxx' || echo '$(srcdir)/'`Cursor.cxx
551@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-Cursor.Tpo $(DEPDIR)/librfb_la-Cursor.Plo
552@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Cursor.cxx' object='librfb_la-Cursor.lo' libtool=yes @AMDEPBACKSLASH@
553@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-Cursor.lo `test -f 'Cursor.cxx' || echo '$(srcdir)/'`Cursor.cxx
555
556librfb_la-Decoder.lo: Decoder.cxx
557@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-Decoder.lo -MD -MP -MF $(DEPDIR)/librfb_la-Decoder.Tpo -c -o librfb_la-Decoder.lo `test -f 'Decoder.cxx' || echo '$(srcdir)/'`Decoder.cxx
558@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-Decoder.Tpo $(DEPDIR)/librfb_la-Decoder.Plo
559@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Decoder.cxx' object='librfb_la-Decoder.lo' libtool=yes @AMDEPBACKSLASH@
560@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-Decoder.lo `test -f 'Decoder.cxx' || echo '$(srcdir)/'`Decoder.cxx
562
563librfb_la-Encoder.lo: Encoder.cxx
564@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-Encoder.lo -MD -MP -MF $(DEPDIR)/librfb_la-Encoder.Tpo -c -o librfb_la-Encoder.lo `test -f 'Encoder.cxx' || echo '$(srcdir)/'`Encoder.cxx
565@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-Encoder.Tpo $(DEPDIR)/librfb_la-Encoder.Plo
566@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Encoder.cxx' object='librfb_la-Encoder.lo' libtool=yes @AMDEPBACKSLASH@
567@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-Encoder.lo `test -f 'Encoder.cxx' || echo '$(srcdir)/'`Encoder.cxx
569
570librfb_la-FileInfo.lo: FileInfo.cxx
571@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-FileInfo.lo -MD -MP -MF $(DEPDIR)/librfb_la-FileInfo.Tpo -c -o librfb_la-FileInfo.lo `test -f 'FileInfo.cxx' || echo '$(srcdir)/'`FileInfo.cxx
572@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-FileInfo.Tpo $(DEPDIR)/librfb_la-FileInfo.Plo
573@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='FileInfo.cxx' object='librfb_la-FileInfo.lo' libtool=yes @AMDEPBACKSLASH@
574@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-FileInfo.lo `test -f 'FileInfo.cxx' || echo '$(srcdir)/'`FileInfo.cxx
576
577librfb_la-FileManager.lo: FileManager.cxx
578@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-FileManager.lo -MD -MP -MF $(DEPDIR)/librfb_la-FileManager.Tpo -c -o librfb_la-FileManager.lo `test -f 'FileManager.cxx' || echo '$(srcdir)/'`FileManager.cxx
579@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-FileManager.Tpo $(DEPDIR)/librfb_la-FileManager.Plo
580@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='FileManager.cxx' object='librfb_la-FileManager.lo' libtool=yes @AMDEPBACKSLASH@
581@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-FileManager.lo `test -f 'FileManager.cxx' || echo '$(srcdir)/'`FileManager.cxx
583
584librfb_la-FileReader.lo: FileReader.cxx
585@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-FileReader.lo -MD -MP -MF $(DEPDIR)/librfb_la-FileReader.Tpo -c -o librfb_la-FileReader.lo `test -f 'FileReader.cxx' || echo '$(srcdir)/'`FileReader.cxx
586@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-FileReader.Tpo $(DEPDIR)/librfb_la-FileReader.Plo
587@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='FileReader.cxx' object='librfb_la-FileReader.lo' libtool=yes @AMDEPBACKSLASH@
588@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-FileReader.lo `test -f 'FileReader.cxx' || echo '$(srcdir)/'`FileReader.cxx
590
591librfb_la-FileWriter.lo: FileWriter.cxx
592@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-FileWriter.lo -MD -MP -MF $(DEPDIR)/librfb_la-FileWriter.Tpo -c -o librfb_la-FileWriter.lo `test -f 'FileWriter.cxx' || echo '$(srcdir)/'`FileWriter.cxx
593@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-FileWriter.Tpo $(DEPDIR)/librfb_la-FileWriter.Plo
594@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='FileWriter.cxx' object='librfb_la-FileWriter.lo' libtool=yes @AMDEPBACKSLASH@
595@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-FileWriter.lo `test -f 'FileWriter.cxx' || echo '$(srcdir)/'`FileWriter.cxx
597
598librfb_la-HTTPServer.lo: HTTPServer.cxx
599@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-HTTPServer.lo -MD -MP -MF $(DEPDIR)/librfb_la-HTTPServer.Tpo -c -o librfb_la-HTTPServer.lo `test -f 'HTTPServer.cxx' || echo '$(srcdir)/'`HTTPServer.cxx
600@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-HTTPServer.Tpo $(DEPDIR)/librfb_la-HTTPServer.Plo
601@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='HTTPServer.cxx' object='librfb_la-HTTPServer.lo' libtool=yes @AMDEPBACKSLASH@
602@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-HTTPServer.lo `test -f 'HTTPServer.cxx' || echo '$(srcdir)/'`HTTPServer.cxx
604
605librfb_la-HextileDecoder.lo: HextileDecoder.cxx
606@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-HextileDecoder.lo -MD -MP -MF $(DEPDIR)/librfb_la-HextileDecoder.Tpo -c -o librfb_la-HextileDecoder.lo `test -f 'HextileDecoder.cxx' || echo '$(srcdir)/'`HextileDecoder.cxx
607@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-HextileDecoder.Tpo $(DEPDIR)/librfb_la-HextileDecoder.Plo
608@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='HextileDecoder.cxx' object='librfb_la-HextileDecoder.lo' libtool=yes @AMDEPBACKSLASH@
609@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
610@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-HextileDecoder.lo `test -f 'HextileDecoder.cxx' || echo '$(srcdir)/'`HextileDecoder.cxx
611
612librfb_la-HextileEncoder.lo: HextileEncoder.cxx
613@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-HextileEncoder.lo -MD -MP -MF $(DEPDIR)/librfb_la-HextileEncoder.Tpo -c -o librfb_la-HextileEncoder.lo `test -f 'HextileEncoder.cxx' || echo '$(srcdir)/'`HextileEncoder.cxx
614@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-HextileEncoder.Tpo $(DEPDIR)/librfb_la-HextileEncoder.Plo
615@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='HextileEncoder.cxx' object='librfb_la-HextileEncoder.lo' libtool=yes @AMDEPBACKSLASH@
616@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-HextileEncoder.lo `test -f 'HextileEncoder.cxx' || echo '$(srcdir)/'`HextileEncoder.cxx
618
619librfb_la-KeyRemapper.lo: KeyRemapper.cxx
620@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-KeyRemapper.lo -MD -MP -MF $(DEPDIR)/librfb_la-KeyRemapper.Tpo -c -o librfb_la-KeyRemapper.lo `test -f 'KeyRemapper.cxx' || echo '$(srcdir)/'`KeyRemapper.cxx
621@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-KeyRemapper.Tpo $(DEPDIR)/librfb_la-KeyRemapper.Plo
622@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='KeyRemapper.cxx' object='librfb_la-KeyRemapper.lo' libtool=yes @AMDEPBACKSLASH@
623@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
624@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-KeyRemapper.lo `test -f 'KeyRemapper.cxx' || echo '$(srcdir)/'`KeyRemapper.cxx
625
626librfb_la-LogWriter.lo: LogWriter.cxx
627@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-LogWriter.lo -MD -MP -MF $(DEPDIR)/librfb_la-LogWriter.Tpo -c -o librfb_la-LogWriter.lo `test -f 'LogWriter.cxx' || echo '$(srcdir)/'`LogWriter.cxx
628@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-LogWriter.Tpo $(DEPDIR)/librfb_la-LogWriter.Plo
629@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='LogWriter.cxx' object='librfb_la-LogWriter.lo' libtool=yes @AMDEPBACKSLASH@
630@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
631@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-LogWriter.lo `test -f 'LogWriter.cxx' || echo '$(srcdir)/'`LogWriter.cxx
632
633librfb_la-Logger.lo: Logger.cxx
634@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-Logger.lo -MD -MP -MF $(DEPDIR)/librfb_la-Logger.Tpo -c -o librfb_la-Logger.lo `test -f 'Logger.cxx' || echo '$(srcdir)/'`Logger.cxx
635@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-Logger.Tpo $(DEPDIR)/librfb_la-Logger.Plo
636@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Logger.cxx' object='librfb_la-Logger.lo' libtool=yes @AMDEPBACKSLASH@
637@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
638@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-Logger.lo `test -f 'Logger.cxx' || echo '$(srcdir)/'`Logger.cxx
639
640librfb_la-Logger_file.lo: Logger_file.cxx
641@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-Logger_file.lo -MD -MP -MF $(DEPDIR)/librfb_la-Logger_file.Tpo -c -o librfb_la-Logger_file.lo `test -f 'Logger_file.cxx' || echo '$(srcdir)/'`Logger_file.cxx
642@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-Logger_file.Tpo $(DEPDIR)/librfb_la-Logger_file.Plo
643@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Logger_file.cxx' object='librfb_la-Logger_file.lo' libtool=yes @AMDEPBACKSLASH@
644@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
645@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-Logger_file.lo `test -f 'Logger_file.cxx' || echo '$(srcdir)/'`Logger_file.cxx
646
647librfb_la-Logger_stdio.lo: Logger_stdio.cxx
648@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-Logger_stdio.lo -MD -MP -MF $(DEPDIR)/librfb_la-Logger_stdio.Tpo -c -o librfb_la-Logger_stdio.lo `test -f 'Logger_stdio.cxx' || echo '$(srcdir)/'`Logger_stdio.cxx
649@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-Logger_stdio.Tpo $(DEPDIR)/librfb_la-Logger_stdio.Plo
650@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Logger_stdio.cxx' object='librfb_la-Logger_stdio.lo' libtool=yes @AMDEPBACKSLASH@
651@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
652@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-Logger_stdio.lo `test -f 'Logger_stdio.cxx' || echo '$(srcdir)/'`Logger_stdio.cxx
653
654librfb_la-Password.lo: Password.cxx
655@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-Password.lo -MD -MP -MF $(DEPDIR)/librfb_la-Password.Tpo -c -o librfb_la-Password.lo `test -f 'Password.cxx' || echo '$(srcdir)/'`Password.cxx
656@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-Password.Tpo $(DEPDIR)/librfb_la-Password.Plo
657@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Password.cxx' object='librfb_la-Password.lo' libtool=yes @AMDEPBACKSLASH@
658@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
659@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-Password.lo `test -f 'Password.cxx' || echo '$(srcdir)/'`Password.cxx
660
661librfb_la-PixelBuffer.lo: PixelBuffer.cxx
662@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-PixelBuffer.lo -MD -MP -MF $(DEPDIR)/librfb_la-PixelBuffer.Tpo -c -o librfb_la-PixelBuffer.lo `test -f 'PixelBuffer.cxx' || echo '$(srcdir)/'`PixelBuffer.cxx
663@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-PixelBuffer.Tpo $(DEPDIR)/librfb_la-PixelBuffer.Plo
664@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='PixelBuffer.cxx' object='librfb_la-PixelBuffer.lo' libtool=yes @AMDEPBACKSLASH@
665@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
666@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-PixelBuffer.lo `test -f 'PixelBuffer.cxx' || echo '$(srcdir)/'`PixelBuffer.cxx
667
668librfb_la-PixelFormat.lo: PixelFormat.cxx
669@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-PixelFormat.lo -MD -MP -MF $(DEPDIR)/librfb_la-PixelFormat.Tpo -c -o librfb_la-PixelFormat.lo `test -f 'PixelFormat.cxx' || echo '$(srcdir)/'`PixelFormat.cxx
670@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-PixelFormat.Tpo $(DEPDIR)/librfb_la-PixelFormat.Plo
671@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='PixelFormat.cxx' object='librfb_la-PixelFormat.lo' libtool=yes @AMDEPBACKSLASH@
672@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
673@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-PixelFormat.lo `test -f 'PixelFormat.cxx' || echo '$(srcdir)/'`PixelFormat.cxx
674
675librfb_la-RREEncoder.lo: RREEncoder.cxx
676@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-RREEncoder.lo -MD -MP -MF $(DEPDIR)/librfb_la-RREEncoder.Tpo -c -o librfb_la-RREEncoder.lo `test -f 'RREEncoder.cxx' || echo '$(srcdir)/'`RREEncoder.cxx
677@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-RREEncoder.Tpo $(DEPDIR)/librfb_la-RREEncoder.Plo
678@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='RREEncoder.cxx' object='librfb_la-RREEncoder.lo' libtool=yes @AMDEPBACKSLASH@
679@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
680@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-RREEncoder.lo `test -f 'RREEncoder.cxx' || echo '$(srcdir)/'`RREEncoder.cxx
681
682librfb_la-RREDecoder.lo: RREDecoder.cxx
683@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-RREDecoder.lo -MD -MP -MF $(DEPDIR)/librfb_la-RREDecoder.Tpo -c -o librfb_la-RREDecoder.lo `test -f 'RREDecoder.cxx' || echo '$(srcdir)/'`RREDecoder.cxx
684@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-RREDecoder.Tpo $(DEPDIR)/librfb_la-RREDecoder.Plo
685@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='RREDecoder.cxx' object='librfb_la-RREDecoder.lo' libtool=yes @AMDEPBACKSLASH@
686@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
687@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-RREDecoder.lo `test -f 'RREDecoder.cxx' || echo '$(srcdir)/'`RREDecoder.cxx
688
689librfb_la-RawDecoder.lo: RawDecoder.cxx
690@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-RawDecoder.lo -MD -MP -MF $(DEPDIR)/librfb_la-RawDecoder.Tpo -c -o librfb_la-RawDecoder.lo `test -f 'RawDecoder.cxx' || echo '$(srcdir)/'`RawDecoder.cxx
691@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-RawDecoder.Tpo $(DEPDIR)/librfb_la-RawDecoder.Plo
692@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='RawDecoder.cxx' object='librfb_la-RawDecoder.lo' libtool=yes @AMDEPBACKSLASH@
693@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
694@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-RawDecoder.lo `test -f 'RawDecoder.cxx' || echo '$(srcdir)/'`RawDecoder.cxx
695
696librfb_la-RawEncoder.lo: RawEncoder.cxx
697@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-RawEncoder.lo -MD -MP -MF $(DEPDIR)/librfb_la-RawEncoder.Tpo -c -o librfb_la-RawEncoder.lo `test -f 'RawEncoder.cxx' || echo '$(srcdir)/'`RawEncoder.cxx
698@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-RawEncoder.Tpo $(DEPDIR)/librfb_la-RawEncoder.Plo
699@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='RawEncoder.cxx' object='librfb_la-RawEncoder.lo' libtool=yes @AMDEPBACKSLASH@
700@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
701@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-RawEncoder.lo `test -f 'RawEncoder.cxx' || echo '$(srcdir)/'`RawEncoder.cxx
702
703librfb_la-Region.lo: Region.cxx
704@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-Region.lo -MD -MP -MF $(DEPDIR)/librfb_la-Region.Tpo -c -o librfb_la-Region.lo `test -f 'Region.cxx' || echo '$(srcdir)/'`Region.cxx
705@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-Region.Tpo $(DEPDIR)/librfb_la-Region.Plo
706@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Region.cxx' object='librfb_la-Region.lo' libtool=yes @AMDEPBACKSLASH@
707@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
708@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-Region.lo `test -f 'Region.cxx' || echo '$(srcdir)/'`Region.cxx
709
710librfb_la-SConnection.lo: SConnection.cxx
711@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-SConnection.lo -MD -MP -MF $(DEPDIR)/librfb_la-SConnection.Tpo -c -o librfb_la-SConnection.lo `test -f 'SConnection.cxx' || echo '$(srcdir)/'`SConnection.cxx
712@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-SConnection.Tpo $(DEPDIR)/librfb_la-SConnection.Plo
713@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SConnection.cxx' object='librfb_la-SConnection.lo' libtool=yes @AMDEPBACKSLASH@
714@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
715@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-SConnection.lo `test -f 'SConnection.cxx' || echo '$(srcdir)/'`SConnection.cxx
716
717librfb_la-SFTMsgReader.lo: SFTMsgReader.cxx
718@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-SFTMsgReader.lo -MD -MP -MF $(DEPDIR)/librfb_la-SFTMsgReader.Tpo -c -o librfb_la-SFTMsgReader.lo `test -f 'SFTMsgReader.cxx' || echo '$(srcdir)/'`SFTMsgReader.cxx
719@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-SFTMsgReader.Tpo $(DEPDIR)/librfb_la-SFTMsgReader.Plo
720@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SFTMsgReader.cxx' object='librfb_la-SFTMsgReader.lo' libtool=yes @AMDEPBACKSLASH@
721@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
722@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-SFTMsgReader.lo `test -f 'SFTMsgReader.cxx' || echo '$(srcdir)/'`SFTMsgReader.cxx
723
724librfb_la-SFTMsgWriter.lo: SFTMsgWriter.cxx
725@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-SFTMsgWriter.lo -MD -MP -MF $(DEPDIR)/librfb_la-SFTMsgWriter.Tpo -c -o librfb_la-SFTMsgWriter.lo `test -f 'SFTMsgWriter.cxx' || echo '$(srcdir)/'`SFTMsgWriter.cxx
726@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-SFTMsgWriter.Tpo $(DEPDIR)/librfb_la-SFTMsgWriter.Plo
727@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SFTMsgWriter.cxx' object='librfb_la-SFTMsgWriter.lo' libtool=yes @AMDEPBACKSLASH@
728@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
729@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-SFTMsgWriter.lo `test -f 'SFTMsgWriter.cxx' || echo '$(srcdir)/'`SFTMsgWriter.cxx
730
731librfb_la-SFileTransfer.lo: SFileTransfer.cxx
732@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-SFileTransfer.lo -MD -MP -MF $(DEPDIR)/librfb_la-SFileTransfer.Tpo -c -o librfb_la-SFileTransfer.lo `test -f 'SFileTransfer.cxx' || echo '$(srcdir)/'`SFileTransfer.cxx
733@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-SFileTransfer.Tpo $(DEPDIR)/librfb_la-SFileTransfer.Plo
734@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SFileTransfer.cxx' object='librfb_la-SFileTransfer.lo' libtool=yes @AMDEPBACKSLASH@
735@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
736@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-SFileTransfer.lo `test -f 'SFileTransfer.cxx' || echo '$(srcdir)/'`SFileTransfer.cxx
737
738librfb_la-SFileTransferManager.lo: SFileTransferManager.cxx
739@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-SFileTransferManager.lo -MD -MP -MF $(DEPDIR)/librfb_la-SFileTransferManager.Tpo -c -o librfb_la-SFileTransferManager.lo `test -f 'SFileTransferManager.cxx' || echo '$(srcdir)/'`SFileTransferManager.cxx
740@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-SFileTransferManager.Tpo $(DEPDIR)/librfb_la-SFileTransferManager.Plo
741@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SFileTransferManager.cxx' object='librfb_la-SFileTransferManager.lo' libtool=yes @AMDEPBACKSLASH@
742@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
743@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-SFileTransferManager.lo `test -f 'SFileTransferManager.cxx' || echo '$(srcdir)/'`SFileTransferManager.cxx
744
745librfb_la-SMsgHandler.lo: SMsgHandler.cxx
746@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-SMsgHandler.lo -MD -MP -MF $(DEPDIR)/librfb_la-SMsgHandler.Tpo -c -o librfb_la-SMsgHandler.lo `test -f 'SMsgHandler.cxx' || echo '$(srcdir)/'`SMsgHandler.cxx
747@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-SMsgHandler.Tpo $(DEPDIR)/librfb_la-SMsgHandler.Plo
748@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SMsgHandler.cxx' object='librfb_la-SMsgHandler.lo' libtool=yes @AMDEPBACKSLASH@
749@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
750@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-SMsgHandler.lo `test -f 'SMsgHandler.cxx' || echo '$(srcdir)/'`SMsgHandler.cxx
751
752librfb_la-SMsgReader.lo: SMsgReader.cxx
753@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-SMsgReader.lo -MD -MP -MF $(DEPDIR)/librfb_la-SMsgReader.Tpo -c -o librfb_la-SMsgReader.lo `test -f 'SMsgReader.cxx' || echo '$(srcdir)/'`SMsgReader.cxx
754@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-SMsgReader.Tpo $(DEPDIR)/librfb_la-SMsgReader.Plo
755@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SMsgReader.cxx' object='librfb_la-SMsgReader.lo' libtool=yes @AMDEPBACKSLASH@
756@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
757@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-SMsgReader.lo `test -f 'SMsgReader.cxx' || echo '$(srcdir)/'`SMsgReader.cxx
758
759librfb_la-SMsgReaderV3.lo: SMsgReaderV3.cxx
760@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-SMsgReaderV3.lo -MD -MP -MF $(DEPDIR)/librfb_la-SMsgReaderV3.Tpo -c -o librfb_la-SMsgReaderV3.lo `test -f 'SMsgReaderV3.cxx' || echo '$(srcdir)/'`SMsgReaderV3.cxx
761@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-SMsgReaderV3.Tpo $(DEPDIR)/librfb_la-SMsgReaderV3.Plo
762@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SMsgReaderV3.cxx' object='librfb_la-SMsgReaderV3.lo' libtool=yes @AMDEPBACKSLASH@
763@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
764@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-SMsgReaderV3.lo `test -f 'SMsgReaderV3.cxx' || echo '$(srcdir)/'`SMsgReaderV3.cxx
765
766librfb_la-SMsgWriter.lo: SMsgWriter.cxx
767@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-SMsgWriter.lo -MD -MP -MF $(DEPDIR)/librfb_la-SMsgWriter.Tpo -c -o librfb_la-SMsgWriter.lo `test -f 'SMsgWriter.cxx' || echo '$(srcdir)/'`SMsgWriter.cxx
768@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-SMsgWriter.Tpo $(DEPDIR)/librfb_la-SMsgWriter.Plo
769@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SMsgWriter.cxx' object='librfb_la-SMsgWriter.lo' libtool=yes @AMDEPBACKSLASH@
770@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
771@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-SMsgWriter.lo `test -f 'SMsgWriter.cxx' || echo '$(srcdir)/'`SMsgWriter.cxx
772
773librfb_la-SMsgWriterV3.lo: SMsgWriterV3.cxx
774@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-SMsgWriterV3.lo -MD -MP -MF $(DEPDIR)/librfb_la-SMsgWriterV3.Tpo -c -o librfb_la-SMsgWriterV3.lo `test -f 'SMsgWriterV3.cxx' || echo '$(srcdir)/'`SMsgWriterV3.cxx
775@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-SMsgWriterV3.Tpo $(DEPDIR)/librfb_la-SMsgWriterV3.Plo
776@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SMsgWriterV3.cxx' object='librfb_la-SMsgWriterV3.lo' libtool=yes @AMDEPBACKSLASH@
777@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
778@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-SMsgWriterV3.lo `test -f 'SMsgWriterV3.cxx' || echo '$(srcdir)/'`SMsgWriterV3.cxx
779
780librfb_la-ServerCore.lo: ServerCore.cxx
781@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-ServerCore.lo -MD -MP -MF $(DEPDIR)/librfb_la-ServerCore.Tpo -c -o librfb_la-ServerCore.lo `test -f 'ServerCore.cxx' || echo '$(srcdir)/'`ServerCore.cxx
782@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-ServerCore.Tpo $(DEPDIR)/librfb_la-ServerCore.Plo
783@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ServerCore.cxx' object='librfb_la-ServerCore.lo' libtool=yes @AMDEPBACKSLASH@
784@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
785@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-ServerCore.lo `test -f 'ServerCore.cxx' || echo '$(srcdir)/'`ServerCore.cxx
786
787librfb_la-SSecurityFactoryStandard.lo: SSecurityFactoryStandard.cxx
788@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-SSecurityFactoryStandard.lo -MD -MP -MF $(DEPDIR)/librfb_la-SSecurityFactoryStandard.Tpo -c -o librfb_la-SSecurityFactoryStandard.lo `test -f 'SSecurityFactoryStandard.cxx' || echo '$(srcdir)/'`SSecurityFactoryStandard.cxx
789@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-SSecurityFactoryStandard.Tpo $(DEPDIR)/librfb_la-SSecurityFactoryStandard.Plo
790@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SSecurityFactoryStandard.cxx' object='librfb_la-SSecurityFactoryStandard.lo' libtool=yes @AMDEPBACKSLASH@
791@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
792@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-SSecurityFactoryStandard.lo `test -f 'SSecurityFactoryStandard.cxx' || echo '$(srcdir)/'`SSecurityFactoryStandard.cxx
793
794librfb_la-SSecurityVncAuth.lo: SSecurityVncAuth.cxx
795@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-SSecurityVncAuth.lo -MD -MP -MF $(DEPDIR)/librfb_la-SSecurityVncAuth.Tpo -c -o librfb_la-SSecurityVncAuth.lo `test -f 'SSecurityVncAuth.cxx' || echo '$(srcdir)/'`SSecurityVncAuth.cxx
796@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-SSecurityVncAuth.Tpo $(DEPDIR)/librfb_la-SSecurityVncAuth.Plo
797@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SSecurityVncAuth.cxx' object='librfb_la-SSecurityVncAuth.lo' libtool=yes @AMDEPBACKSLASH@
798@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
799@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-SSecurityVncAuth.lo `test -f 'SSecurityVncAuth.cxx' || echo '$(srcdir)/'`SSecurityVncAuth.cxx
800
801librfb_la-ScaledPixelBuffer.lo: ScaledPixelBuffer.cxx
802@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-ScaledPixelBuffer.lo -MD -MP -MF $(DEPDIR)/librfb_la-ScaledPixelBuffer.Tpo -c -o librfb_la-ScaledPixelBuffer.lo `test -f 'ScaledPixelBuffer.cxx' || echo '$(srcdir)/'`ScaledPixelBuffer.cxx
803@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-ScaledPixelBuffer.Tpo $(DEPDIR)/librfb_la-ScaledPixelBuffer.Plo
804@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ScaledPixelBuffer.cxx' object='librfb_la-ScaledPixelBuffer.lo' libtool=yes @AMDEPBACKSLASH@
805@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
806@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-ScaledPixelBuffer.lo `test -f 'ScaledPixelBuffer.cxx' || echo '$(srcdir)/'`ScaledPixelBuffer.cxx
807
808librfb_la-ScaleFilters.lo: ScaleFilters.cxx
809@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-ScaleFilters.lo -MD -MP -MF $(DEPDIR)/librfb_la-ScaleFilters.Tpo -c -o librfb_la-ScaleFilters.lo `test -f 'ScaleFilters.cxx' || echo '$(srcdir)/'`ScaleFilters.cxx
810@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-ScaleFilters.Tpo $(DEPDIR)/librfb_la-ScaleFilters.Plo
811@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ScaleFilters.cxx' object='librfb_la-ScaleFilters.lo' libtool=yes @AMDEPBACKSLASH@
812@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
813@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-ScaleFilters.lo `test -f 'ScaleFilters.cxx' || echo '$(srcdir)/'`ScaleFilters.cxx
814
815librfb_la-Timer.lo: Timer.cxx
816@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-Timer.lo -MD -MP -MF $(DEPDIR)/librfb_la-Timer.Tpo -c -o librfb_la-Timer.lo `test -f 'Timer.cxx' || echo '$(srcdir)/'`Timer.cxx
817@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-Timer.Tpo $(DEPDIR)/librfb_la-Timer.Plo
818@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Timer.cxx' object='librfb_la-Timer.lo' libtool=yes @AMDEPBACKSLASH@
819@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
820@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-Timer.lo `test -f 'Timer.cxx' || echo '$(srcdir)/'`Timer.cxx
821
822librfb_la-TightDecoder.lo: TightDecoder.cxx
823@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-TightDecoder.lo -MD -MP -MF $(DEPDIR)/librfb_la-TightDecoder.Tpo -c -o librfb_la-TightDecoder.lo `test -f 'TightDecoder.cxx' || echo '$(srcdir)/'`TightDecoder.cxx
824@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-TightDecoder.Tpo $(DEPDIR)/librfb_la-TightDecoder.Plo
825@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='TightDecoder.cxx' object='librfb_la-TightDecoder.lo' libtool=yes @AMDEPBACKSLASH@
826@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
827@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-TightDecoder.lo `test -f 'TightDecoder.cxx' || echo '$(srcdir)/'`TightDecoder.cxx
828
829librfb_la-TightEncoder.lo: TightEncoder.cxx
830@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-TightEncoder.lo -MD -MP -MF $(DEPDIR)/librfb_la-TightEncoder.Tpo -c -o librfb_la-TightEncoder.lo `test -f 'TightEncoder.cxx' || echo '$(srcdir)/'`TightEncoder.cxx
831@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-TightEncoder.Tpo $(DEPDIR)/librfb_la-TightEncoder.Plo
832@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='TightEncoder.cxx' object='librfb_la-TightEncoder.lo' libtool=yes @AMDEPBACKSLASH@
833@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
834@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-TightEncoder.lo `test -f 'TightEncoder.cxx' || echo '$(srcdir)/'`TightEncoder.cxx
835
836librfb_la-TightPalette.lo: TightPalette.cxx
837@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-TightPalette.lo -MD -MP -MF $(DEPDIR)/librfb_la-TightPalette.Tpo -c -o librfb_la-TightPalette.lo `test -f 'TightPalette.cxx' || echo '$(srcdir)/'`TightPalette.cxx
838@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-TightPalette.Tpo $(DEPDIR)/librfb_la-TightPalette.Plo
839@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='TightPalette.cxx' object='librfb_la-TightPalette.lo' libtool=yes @AMDEPBACKSLASH@
840@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
841@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-TightPalette.lo `test -f 'TightPalette.cxx' || echo '$(srcdir)/'`TightPalette.cxx
842
843librfb_la-TransImageGetter.lo: TransImageGetter.cxx
844@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-TransImageGetter.lo -MD -MP -MF $(DEPDIR)/librfb_la-TransImageGetter.Tpo -c -o librfb_la-TransImageGetter.lo `test -f 'TransImageGetter.cxx' || echo '$(srcdir)/'`TransImageGetter.cxx
845@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-TransImageGetter.Tpo $(DEPDIR)/librfb_la-TransImageGetter.Plo
846@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='TransImageGetter.cxx' object='librfb_la-TransImageGetter.lo' libtool=yes @AMDEPBACKSLASH@
847@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
848@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-TransImageGetter.lo `test -f 'TransImageGetter.cxx' || echo '$(srcdir)/'`TransImageGetter.cxx
849
850librfb_la-TransferQueue.lo: TransferQueue.cxx
851@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-TransferQueue.lo -MD -MP -MF $(DEPDIR)/librfb_la-TransferQueue.Tpo -c -o librfb_la-TransferQueue.lo `test -f 'TransferQueue.cxx' || echo '$(srcdir)/'`TransferQueue.cxx
852@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-TransferQueue.Tpo $(DEPDIR)/librfb_la-TransferQueue.Plo
853@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='TransferQueue.cxx' object='librfb_la-TransferQueue.lo' libtool=yes @AMDEPBACKSLASH@
854@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
855@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-TransferQueue.lo `test -f 'TransferQueue.cxx' || echo '$(srcdir)/'`TransferQueue.cxx
856
857librfb_la-UpdateTracker.lo: UpdateTracker.cxx
858@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-UpdateTracker.lo -MD -MP -MF $(DEPDIR)/librfb_la-UpdateTracker.Tpo -c -o librfb_la-UpdateTracker.lo `test -f 'UpdateTracker.cxx' || echo '$(srcdir)/'`UpdateTracker.cxx
859@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-UpdateTracker.Tpo $(DEPDIR)/librfb_la-UpdateTracker.Plo
860@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='UpdateTracker.cxx' object='librfb_la-UpdateTracker.lo' libtool=yes @AMDEPBACKSLASH@
861@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
862@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-UpdateTracker.lo `test -f 'UpdateTracker.cxx' || echo '$(srcdir)/'`UpdateTracker.cxx
863
864librfb_la-VNCSConnectionST.lo: VNCSConnectionST.cxx
865@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-VNCSConnectionST.lo -MD -MP -MF $(DEPDIR)/librfb_la-VNCSConnectionST.Tpo -c -o librfb_la-VNCSConnectionST.lo `test -f 'VNCSConnectionST.cxx' || echo '$(srcdir)/'`VNCSConnectionST.cxx
866@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-VNCSConnectionST.Tpo $(DEPDIR)/librfb_la-VNCSConnectionST.Plo
867@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='VNCSConnectionST.cxx' object='librfb_la-VNCSConnectionST.lo' libtool=yes @AMDEPBACKSLASH@
868@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
869@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-VNCSConnectionST.lo `test -f 'VNCSConnectionST.cxx' || echo '$(srcdir)/'`VNCSConnectionST.cxx
870
871librfb_la-VNCServerST.lo: VNCServerST.cxx
872@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-VNCServerST.lo -MD -MP -MF $(DEPDIR)/librfb_la-VNCServerST.Tpo -c -o librfb_la-VNCServerST.lo `test -f 'VNCServerST.cxx' || echo '$(srcdir)/'`VNCServerST.cxx
873@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-VNCServerST.Tpo $(DEPDIR)/librfb_la-VNCServerST.Plo
874@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='VNCServerST.cxx' object='librfb_la-VNCServerST.lo' libtool=yes @AMDEPBACKSLASH@
875@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
876@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-VNCServerST.lo `test -f 'VNCServerST.cxx' || echo '$(srcdir)/'`VNCServerST.cxx
877
878librfb_la-ZRLEEncoder.lo: ZRLEEncoder.cxx
879@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-ZRLEEncoder.lo -MD -MP -MF $(DEPDIR)/librfb_la-ZRLEEncoder.Tpo -c -o librfb_la-ZRLEEncoder.lo `test -f 'ZRLEEncoder.cxx' || echo '$(srcdir)/'`ZRLEEncoder.cxx
880@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-ZRLEEncoder.Tpo $(DEPDIR)/librfb_la-ZRLEEncoder.Plo
881@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ZRLEEncoder.cxx' object='librfb_la-ZRLEEncoder.lo' libtool=yes @AMDEPBACKSLASH@
882@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
883@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-ZRLEEncoder.lo `test -f 'ZRLEEncoder.cxx' || echo '$(srcdir)/'`ZRLEEncoder.cxx
884
885librfb_la-ZRLEDecoder.lo: ZRLEDecoder.cxx
886@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-ZRLEDecoder.lo -MD -MP -MF $(DEPDIR)/librfb_la-ZRLEDecoder.Tpo -c -o librfb_la-ZRLEDecoder.lo `test -f 'ZRLEDecoder.cxx' || echo '$(srcdir)/'`ZRLEDecoder.cxx
887@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-ZRLEDecoder.Tpo $(DEPDIR)/librfb_la-ZRLEDecoder.Plo
888@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ZRLEDecoder.cxx' object='librfb_la-ZRLEDecoder.lo' libtool=yes @AMDEPBACKSLASH@
889@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
890@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-ZRLEDecoder.lo `test -f 'ZRLEDecoder.cxx' || echo '$(srcdir)/'`ZRLEDecoder.cxx
891
892librfb_la-encodings.lo: encodings.cxx
893@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-encodings.lo -MD -MP -MF $(DEPDIR)/librfb_la-encodings.Tpo -c -o librfb_la-encodings.lo `test -f 'encodings.cxx' || echo '$(srcdir)/'`encodings.cxx
894@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-encodings.Tpo $(DEPDIR)/librfb_la-encodings.Plo
895@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='encodings.cxx' object='librfb_la-encodings.lo' libtool=yes @AMDEPBACKSLASH@
896@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
897@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-encodings.lo `test -f 'encodings.cxx' || echo '$(srcdir)/'`encodings.cxx
898
899librfb_la-secTypes.lo: secTypes.cxx
900@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-secTypes.lo -MD -MP -MF $(DEPDIR)/librfb_la-secTypes.Tpo -c -o librfb_la-secTypes.lo `test -f 'secTypes.cxx' || echo '$(srcdir)/'`secTypes.cxx
901@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-secTypes.Tpo $(DEPDIR)/librfb_la-secTypes.Plo
902@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='secTypes.cxx' object='librfb_la-secTypes.lo' libtool=yes @AMDEPBACKSLASH@
903@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
904@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-secTypes.lo `test -f 'secTypes.cxx' || echo '$(srcdir)/'`secTypes.cxx
905
906librfb_la-util.lo: util.cxx
907@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librfb_la-util.lo -MD -MP -MF $(DEPDIR)/librfb_la-util.Tpo -c -o librfb_la-util.lo `test -f 'util.cxx' || echo '$(srcdir)/'`util.cxx
908@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/librfb_la-util.Tpo $(DEPDIR)/librfb_la-util.Plo
909@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='util.cxx' object='librfb_la-util.lo' libtool=yes @AMDEPBACKSLASH@
910@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
911@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librfb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librfb_la-util.lo `test -f 'util.cxx' || echo '$(srcdir)/'`util.cxx
912
913mostlyclean-libtool:
914 -rm -f *.lo
915
916clean-libtool:
917 -rm -rf .libs _libs
918
919ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
920 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
921 unique=`for i in $$list; do \
922 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
923 done | \
924 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
925 END { if (nonempty) { for (i in files) print i; }; }'`; \
926 mkid -fID $$unique
927tags: TAGS
928
929TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
930 $(TAGS_FILES) $(LISP)
931 tags=; \
932 here=`pwd`; \
933 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
934 unique=`for i in $$list; do \
935 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
936 done | \
937 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
938 END { if (nonempty) { for (i in files) print i; }; }'`; \
939 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
940 test -n "$$unique" || unique=$$empty_fix; \
941 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
942 $$tags $$unique; \
943 fi
944ctags: CTAGS
945CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
946 $(TAGS_FILES) $(LISP)
947 tags=; \
948 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
949 unique=`for i in $$list; do \
950 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
951 done | \
952 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
953 END { if (nonempty) { for (i in files) print i; }; }'`; \
954 test -z "$(CTAGS_ARGS)$$tags$$unique" \
955 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
956 $$tags $$unique
957
958GTAGS:
959 here=`$(am__cd) $(top_builddir) && pwd` \
960 && cd $(top_srcdir) \
961 && gtags -i $(GTAGS_ARGS) $$here
962
963distclean-tags:
964 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
965
966distdir: $(DISTFILES)
967 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
968 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
969 list='$(DISTFILES)'; \
970 dist_files=`for file in $$list; do echo $$file; done | \
971 sed -e "s|^$$srcdirstrip/||;t" \
972 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
973 case $$dist_files in \
974 */*) $(MKDIR_P) `echo "$$dist_files" | \
975 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
976 sort -u` ;; \
977 esac; \
978 for file in $$dist_files; do \
979 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
980 if test -d $$d/$$file; then \
981 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
982 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
983 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
984 fi; \
985 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
986 else \
987 test -f $(distdir)/$$file \
988 || cp -p $$d/$$file $(distdir)/$$file \
989 || exit 1; \
990 fi; \
991 done
992check-am: all-am
993check: check-am
994all-am: Makefile $(LTLIBRARIES)
995installdirs:
996install: install-am
997install-exec: install-exec-am
998install-data: install-data-am
999uninstall: uninstall-am
1000
1001install-am: all-am
1002 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1003
1004installcheck: installcheck-am
1005install-strip:
1006 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1007 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1008 `test -z '$(STRIP)' || \
1009 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1010mostlyclean-generic:
1011
1012clean-generic:
1013
1014distclean-generic:
1015 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1016
1017maintainer-clean-generic:
1018 @echo "This command is intended for maintainers to use"
1019 @echo "it deletes files that may require special tools to rebuild."
1020clean: clean-am
1021
1022clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
1023 mostlyclean-am
1024
1025distclean: distclean-am
1026 -rm -rf ./$(DEPDIR)
1027 -rm -f Makefile
1028distclean-am: clean-am distclean-compile distclean-generic \
1029 distclean-tags
1030
1031dvi: dvi-am
1032
1033dvi-am:
1034
1035html: html-am
1036
1037info: info-am
1038
1039info-am:
1040
1041install-data-am:
1042
1043install-dvi: install-dvi-am
1044
1045install-exec-am:
1046
1047install-html: install-html-am
1048
1049install-info: install-info-am
1050
1051install-man:
1052
1053install-pdf: install-pdf-am
1054
1055install-ps: install-ps-am
1056
1057installcheck-am:
1058
1059maintainer-clean: maintainer-clean-am
1060 -rm -rf ./$(DEPDIR)
1061 -rm -f Makefile
1062maintainer-clean-am: distclean-am maintainer-clean-generic
1063
1064mostlyclean: mostlyclean-am
1065
1066mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1067 mostlyclean-libtool
1068
1069pdf: pdf-am
1070
1071pdf-am:
1072
1073ps: ps-am
1074
1075ps-am:
1076
1077uninstall-am:
1078
1079.MAKE: install-am install-strip
1080
1081.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1082 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
1083 distclean-compile distclean-generic distclean-libtool \
1084 distclean-tags distdir dvi dvi-am html html-am info info-am \
1085 install install-am install-data install-data-am install-dvi \
1086 install-dvi-am install-exec install-exec-am install-html \
1087 install-html-am install-info install-info-am install-man \
1088 install-pdf install-pdf-am install-ps install-ps-am \
1089 install-strip installcheck installcheck-am installdirs \
1090 maintainer-clean maintainer-clean-generic mostlyclean \
1091 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1092 pdf pdf-am ps ps-am tags uninstall uninstall-am
1093
1094# Tell versions [3.59,3.63) of GNU make to not export all variables.
1095# Otherwise a system limit (for SysV at least) may be exceeded.
1096.NOEXPORT: