1 | # Makefile.in generated by automake 1.6.3 from Makefile.am.
|
---|
2 | # @configure_input@
|
---|
3 |
|
---|
4 | # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
---|
5 | # 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 |
|
---|
17 | # synergy -- mouse and keyboard sharing utility
|
---|
18 | # Copyright (C) 2002 Chris Schoeneman
|
---|
19 | #
|
---|
20 | # This package is free software; you can redistribute it and/or
|
---|
21 | # modify it under the terms of the GNU General Public License
|
---|
22 | # found in the file COPYING that should have accompanied this file.
|
---|
23 | #
|
---|
24 | # This package is distributed in the hope that it will be useful,
|
---|
25 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
26 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
27 | # GNU General Public License for more details.
|
---|
28 | SHELL = @SHELL@
|
---|
29 |
|
---|
30 | srcdir = @srcdir@
|
---|
31 | top_srcdir = @top_srcdir@
|
---|
32 | VPATH = @srcdir@
|
---|
33 | prefix = @prefix@
|
---|
34 | exec_prefix = @exec_prefix@
|
---|
35 |
|
---|
36 | bindir = @bindir@
|
---|
37 | sbindir = @sbindir@
|
---|
38 | libexecdir = @libexecdir@
|
---|
39 | datadir = @datadir@
|
---|
40 | sysconfdir = @sysconfdir@
|
---|
41 | sharedstatedir = @sharedstatedir@
|
---|
42 | localstatedir = @localstatedir@
|
---|
43 | libdir = @libdir@
|
---|
44 | infodir = @infodir@
|
---|
45 | mandir = @mandir@
|
---|
46 | includedir = @includedir@
|
---|
47 | oldincludedir = /usr/include
|
---|
48 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
49 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
50 | pkgincludedir = $(includedir)/@PACKAGE@
|
---|
51 | top_builddir = ..
|
---|
52 |
|
---|
53 | ACLOCAL = @ACLOCAL@
|
---|
54 | AUTOCONF = @AUTOCONF@
|
---|
55 | AUTOMAKE = @AUTOMAKE@
|
---|
56 | AUTOHEADER = @AUTOHEADER@
|
---|
57 |
|
---|
58 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
---|
59 | INSTALL = @INSTALL@
|
---|
60 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
61 | INSTALL_DATA = @INSTALL_DATA@
|
---|
62 | install_sh_DATA = $(install_sh) -c -m 644
|
---|
63 | install_sh_PROGRAM = $(install_sh) -c
|
---|
64 | install_sh_SCRIPT = $(install_sh) -c
|
---|
65 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
66 | INSTALL_HEADER = $(INSTALL_DATA)
|
---|
67 | transform = @program_transform_name@
|
---|
68 | NORMAL_INSTALL = :
|
---|
69 | PRE_INSTALL = :
|
---|
70 | POST_INSTALL = :
|
---|
71 | NORMAL_UNINSTALL = :
|
---|
72 | PRE_UNINSTALL = :
|
---|
73 | POST_UNINSTALL = :
|
---|
74 | host_alias = @host_alias@
|
---|
75 | host_triplet = @host@
|
---|
76 |
|
---|
77 | EXEEXT = @EXEEXT@
|
---|
78 | OBJEXT = @OBJEXT@
|
---|
79 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
80 | AMTAR = @AMTAR@
|
---|
81 | AWK = @AWK@
|
---|
82 | CC = @CC@
|
---|
83 | CXX = @CXX@
|
---|
84 | DEPDIR = @DEPDIR@
|
---|
85 | HAVE_DOT = @HAVE_DOT@
|
---|
86 | INET_ATON_LIBS = @INET_ATON_LIBS@
|
---|
87 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
88 | NANOSLEEP_LIBS = @NANOSLEEP_LIBS@
|
---|
89 | OBJC = @OBJC@
|
---|
90 | OBJCFLAGS = @OBJCFLAGS@
|
---|
91 | PACKAGE = @PACKAGE@
|
---|
92 | PTHREAD_CC = @PTHREAD_CC@
|
---|
93 | PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
---|
94 | PTHREAD_LIBS = @PTHREAD_LIBS@
|
---|
95 | RANLIB = @RANLIB@
|
---|
96 | STRIP = @STRIP@
|
---|
97 | VERSION = @VERSION@
|
---|
98 | X_CFLAGS = @X_CFLAGS@
|
---|
99 | X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
---|
100 | X_LIBS = @X_LIBS@
|
---|
101 | X_PRE_LIBS = @X_PRE_LIBS@
|
---|
102 | acx_pthread_config = @acx_pthread_config@
|
---|
103 | am__include = @am__include@
|
---|
104 | am__quote = @am__quote@
|
---|
105 | install_sh = @install_sh@
|
---|
106 |
|
---|
107 | NULL =
|
---|
108 |
|
---|
109 | SUBDIRS = \
|
---|
110 | common \
|
---|
111 | arch \
|
---|
112 | base \
|
---|
113 | mt \
|
---|
114 | io \
|
---|
115 | net \
|
---|
116 | synergy \
|
---|
117 | platform \
|
---|
118 | client \
|
---|
119 | server \
|
---|
120 | $(NULL)
|
---|
121 |
|
---|
122 |
|
---|
123 | EXTRA_DIST = \
|
---|
124 | $(NULL)
|
---|
125 |
|
---|
126 |
|
---|
127 | MAINTAINERCLEANFILES = \
|
---|
128 | Makefile.in \
|
---|
129 | $(NULL)
|
---|
130 |
|
---|
131 | subdir = lib
|
---|
132 | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
---|
133 | CONFIG_HEADER = $(top_builddir)/config.h
|
---|
134 | CONFIG_CLEAN_FILES =
|
---|
135 | DIST_SOURCES =
|
---|
136 |
|
---|
137 | RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
---|
138 | uninstall-info-recursive all-recursive install-data-recursive \
|
---|
139 | install-exec-recursive installdirs-recursive install-recursive \
|
---|
140 | uninstall-recursive check-recursive installcheck-recursive
|
---|
141 | DIST_COMMON = Makefile.am Makefile.in
|
---|
142 | DIST_SUBDIRS = $(SUBDIRS)
|
---|
143 | all: all-recursive
|
---|
144 |
|
---|
145 | .SUFFIXES:
|
---|
146 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
---|
147 | cd $(top_srcdir) && \
|
---|
148 | $(AUTOMAKE) --gnu lib/Makefile
|
---|
149 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
150 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
---|
151 | uninstall-info-am:
|
---|
152 |
|
---|
153 | # This directory's subdirectories are mostly independent; you can cd
|
---|
154 | # into them and run `make' without going through this Makefile.
|
---|
155 | # To change the values of `make' variables: instead of editing Makefiles,
|
---|
156 | # (1) if the variable is set in `config.status', edit `config.status'
|
---|
157 | # (which will cause the Makefiles to be regenerated when you run `make');
|
---|
158 | # (2) otherwise, pass the desired values on the `make' command line.
|
---|
159 | $(RECURSIVE_TARGETS):
|
---|
160 | @set fnord $$MAKEFLAGS; amf=$$2; \
|
---|
161 | dot_seen=no; \
|
---|
162 | target=`echo $@ | sed s/-recursive//`; \
|
---|
163 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
164 | echo "Making $$target in $$subdir"; \
|
---|
165 | if test "$$subdir" = "."; then \
|
---|
166 | dot_seen=yes; \
|
---|
167 | local_target="$$target-am"; \
|
---|
168 | else \
|
---|
169 | local_target="$$target"; \
|
---|
170 | fi; \
|
---|
171 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
---|
172 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
---|
173 | done; \
|
---|
174 | if test "$$dot_seen" = "no"; then \
|
---|
175 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
---|
176 | fi; test -z "$$fail"
|
---|
177 |
|
---|
178 | mostlyclean-recursive clean-recursive distclean-recursive \
|
---|
179 | maintainer-clean-recursive:
|
---|
180 | @set fnord $$MAKEFLAGS; amf=$$2; \
|
---|
181 | dot_seen=no; \
|
---|
182 | case "$@" in \
|
---|
183 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
---|
184 | *) list='$(SUBDIRS)' ;; \
|
---|
185 | esac; \
|
---|
186 | rev=''; for subdir in $$list; do \
|
---|
187 | if test "$$subdir" = "."; then :; else \
|
---|
188 | rev="$$subdir $$rev"; \
|
---|
189 | fi; \
|
---|
190 | done; \
|
---|
191 | rev="$$rev ."; \
|
---|
192 | target=`echo $@ | sed s/-recursive//`; \
|
---|
193 | for subdir in $$rev; do \
|
---|
194 | echo "Making $$target in $$subdir"; \
|
---|
195 | if test "$$subdir" = "."; then \
|
---|
196 | local_target="$$target-am"; \
|
---|
197 | else \
|
---|
198 | local_target="$$target"; \
|
---|
199 | fi; \
|
---|
200 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
---|
201 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
---|
202 | done && test -z "$$fail"
|
---|
203 | tags-recursive:
|
---|
204 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
205 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
---|
206 | done
|
---|
207 |
|
---|
208 | ETAGS = etags
|
---|
209 | ETAGSFLAGS =
|
---|
210 |
|
---|
211 | tags: TAGS
|
---|
212 |
|
---|
213 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
---|
214 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
---|
215 | unique=`for i in $$list; do \
|
---|
216 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
217 | done | \
|
---|
218 | $(AWK) ' { files[$$0] = 1; } \
|
---|
219 | END { for (i in files) print i; }'`; \
|
---|
220 | mkid -fID $$unique
|
---|
221 |
|
---|
222 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
---|
223 | $(TAGS_FILES) $(LISP)
|
---|
224 | tags=; \
|
---|
225 | here=`pwd`; \
|
---|
226 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
227 | if test "$$subdir" = .; then :; else \
|
---|
228 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
|
---|
229 | fi; \
|
---|
230 | done; \
|
---|
231 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
---|
232 | unique=`for i in $$list; do \
|
---|
233 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
234 | done | \
|
---|
235 | $(AWK) ' { files[$$0] = 1; } \
|
---|
236 | END { for (i in files) print i; }'`; \
|
---|
237 | test -z "$(ETAGS_ARGS)$$tags$$unique" \
|
---|
238 | || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
239 | $$tags $$unique
|
---|
240 |
|
---|
241 | GTAGS:
|
---|
242 | here=`$(am__cd) $(top_builddir) && pwd` \
|
---|
243 | && cd $(top_srcdir) \
|
---|
244 | && gtags -i $(GTAGS_ARGS) $$here
|
---|
245 |
|
---|
246 | distclean-tags:
|
---|
247 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
|
---|
248 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
249 |
|
---|
250 | top_distdir = ..
|
---|
251 | distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
---|
252 |
|
---|
253 | distdir: $(DISTFILES)
|
---|
254 | @list='$(DISTFILES)'; for file in $$list; do \
|
---|
255 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
---|
256 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
257 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
---|
258 | dir="/$$dir"; \
|
---|
259 | $(mkinstalldirs) "$(distdir)$$dir"; \
|
---|
260 | else \
|
---|
261 | dir=''; \
|
---|
262 | fi; \
|
---|
263 | if test -d $$d/$$file; then \
|
---|
264 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
---|
265 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
---|
266 | fi; \
|
---|
267 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
---|
268 | else \
|
---|
269 | test -f $(distdir)/$$file \
|
---|
270 | || cp -p $$d/$$file $(distdir)/$$file \
|
---|
271 | || exit 1; \
|
---|
272 | fi; \
|
---|
273 | done
|
---|
274 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
275 | if test "$$subdir" = .; then :; else \
|
---|
276 | test -d $(distdir)/$$subdir \
|
---|
277 | || mkdir $(distdir)/$$subdir \
|
---|
278 | || exit 1; \
|
---|
279 | (cd $$subdir && \
|
---|
280 | $(MAKE) $(AM_MAKEFLAGS) \
|
---|
281 | top_distdir="$(top_distdir)" \
|
---|
282 | distdir=../$(distdir)/$$subdir \
|
---|
283 | distdir) \
|
---|
284 | || exit 1; \
|
---|
285 | fi; \
|
---|
286 | done
|
---|
287 | check-am: all-am
|
---|
288 | check: check-recursive
|
---|
289 | all-am: Makefile
|
---|
290 | installdirs: installdirs-recursive
|
---|
291 | installdirs-am:
|
---|
292 |
|
---|
293 | install: install-recursive
|
---|
294 | install-exec: install-exec-recursive
|
---|
295 | install-data: install-data-recursive
|
---|
296 | uninstall: uninstall-recursive
|
---|
297 |
|
---|
298 | install-am: all-am
|
---|
299 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
300 |
|
---|
301 | installcheck: installcheck-recursive
|
---|
302 | install-strip:
|
---|
303 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
304 | INSTALL_STRIP_FLAG=-s \
|
---|
305 | `test -z '$(STRIP)' || \
|
---|
306 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
---|
307 | mostlyclean-generic:
|
---|
308 |
|
---|
309 | clean-generic:
|
---|
310 |
|
---|
311 | distclean-generic:
|
---|
312 | -rm -f Makefile $(CONFIG_CLEAN_FILES)
|
---|
313 |
|
---|
314 | maintainer-clean-generic:
|
---|
315 | @echo "This command is intended for maintainers to use"
|
---|
316 | @echo "it deletes files that may require special tools to rebuild."
|
---|
317 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
---|
318 | clean: clean-recursive
|
---|
319 |
|
---|
320 | clean-am: clean-generic mostlyclean-am
|
---|
321 |
|
---|
322 | distclean: distclean-recursive
|
---|
323 |
|
---|
324 | distclean-am: clean-am distclean-generic distclean-tags
|
---|
325 |
|
---|
326 | dvi: dvi-recursive
|
---|
327 |
|
---|
328 | dvi-am:
|
---|
329 |
|
---|
330 | info: info-recursive
|
---|
331 |
|
---|
332 | info-am:
|
---|
333 |
|
---|
334 | install-data-am:
|
---|
335 |
|
---|
336 | install-exec-am:
|
---|
337 |
|
---|
338 | install-info: install-info-recursive
|
---|
339 |
|
---|
340 | install-man:
|
---|
341 |
|
---|
342 | installcheck-am:
|
---|
343 |
|
---|
344 | maintainer-clean: maintainer-clean-recursive
|
---|
345 |
|
---|
346 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
347 |
|
---|
348 | mostlyclean: mostlyclean-recursive
|
---|
349 |
|
---|
350 | mostlyclean-am: mostlyclean-generic
|
---|
351 |
|
---|
352 | uninstall-am: uninstall-info-am
|
---|
353 |
|
---|
354 | uninstall-info: uninstall-info-recursive
|
---|
355 |
|
---|
356 | .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
|
---|
357 | clean-generic clean-recursive distclean distclean-generic \
|
---|
358 | distclean-recursive distclean-tags distdir dvi dvi-am \
|
---|
359 | dvi-recursive info info-am info-recursive install install-am \
|
---|
360 | install-data install-data-am install-data-recursive \
|
---|
361 | install-exec install-exec-am install-exec-recursive \
|
---|
362 | install-info install-info-am install-info-recursive install-man \
|
---|
363 | install-recursive install-strip installcheck installcheck-am \
|
---|
364 | installdirs installdirs-am installdirs-recursive \
|
---|
365 | maintainer-clean maintainer-clean-generic \
|
---|
366 | maintainer-clean-recursive mostlyclean mostlyclean-generic \
|
---|
367 | mostlyclean-recursive tags tags-recursive uninstall \
|
---|
368 | uninstall-am uninstall-info-am uninstall-info-recursive \
|
---|
369 | uninstall-recursive
|
---|
370 |
|
---|
371 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
372 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
373 | .NOEXPORT:
|
---|