source: trunk/synergy/lib/Makefile.in@ 3453

Last change on this file since 3453 was 2749, checked in by bird, 19 years ago

synergy v1.3.1 sources (zip).

File size: 10.5 KB
Line 
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.
28SHELL = @SHELL@
29
30srcdir = @srcdir@
31top_srcdir = @top_srcdir@
32VPATH = @srcdir@
33prefix = @prefix@
34exec_prefix = @exec_prefix@
35
36bindir = @bindir@
37sbindir = @sbindir@
38libexecdir = @libexecdir@
39datadir = @datadir@
40sysconfdir = @sysconfdir@
41sharedstatedir = @sharedstatedir@
42localstatedir = @localstatedir@
43libdir = @libdir@
44infodir = @infodir@
45mandir = @mandir@
46includedir = @includedir@
47oldincludedir = /usr/include
48pkgdatadir = $(datadir)/@PACKAGE@
49pkglibdir = $(libdir)/@PACKAGE@
50pkgincludedir = $(includedir)/@PACKAGE@
51top_builddir = ..
52
53ACLOCAL = @ACLOCAL@
54AUTOCONF = @AUTOCONF@
55AUTOMAKE = @AUTOMAKE@
56AUTOHEADER = @AUTOHEADER@
57
58am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
59INSTALL = @INSTALL@
60INSTALL_PROGRAM = @INSTALL_PROGRAM@
61INSTALL_DATA = @INSTALL_DATA@
62install_sh_DATA = $(install_sh) -c -m 644
63install_sh_PROGRAM = $(install_sh) -c
64install_sh_SCRIPT = $(install_sh) -c
65INSTALL_SCRIPT = @INSTALL_SCRIPT@
66INSTALL_HEADER = $(INSTALL_DATA)
67transform = @program_transform_name@
68NORMAL_INSTALL = :
69PRE_INSTALL = :
70POST_INSTALL = :
71NORMAL_UNINSTALL = :
72PRE_UNINSTALL = :
73POST_UNINSTALL = :
74host_alias = @host_alias@
75host_triplet = @host@
76
77EXEEXT = @EXEEXT@
78OBJEXT = @OBJEXT@
79PATH_SEPARATOR = @PATH_SEPARATOR@
80AMTAR = @AMTAR@
81AWK = @AWK@
82CC = @CC@
83CXX = @CXX@
84DEPDIR = @DEPDIR@
85HAVE_DOT = @HAVE_DOT@
86INET_ATON_LIBS = @INET_ATON_LIBS@
87INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
88NANOSLEEP_LIBS = @NANOSLEEP_LIBS@
89OBJC = @OBJC@
90OBJCFLAGS = @OBJCFLAGS@
91PACKAGE = @PACKAGE@
92PTHREAD_CC = @PTHREAD_CC@
93PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
94PTHREAD_LIBS = @PTHREAD_LIBS@
95RANLIB = @RANLIB@
96STRIP = @STRIP@
97VERSION = @VERSION@
98X_CFLAGS = @X_CFLAGS@
99X_EXTRA_LIBS = @X_EXTRA_LIBS@
100X_LIBS = @X_LIBS@
101X_PRE_LIBS = @X_PRE_LIBS@
102acx_pthread_config = @acx_pthread_config@
103am__include = @am__include@
104am__quote = @am__quote@
105install_sh = @install_sh@
106
107NULL =
108
109SUBDIRS = \
110 common \
111 arch \
112 base \
113 mt \
114 io \
115 net \
116 synergy \
117 platform \
118 client \
119 server \
120 $(NULL)
121
122
123EXTRA_DIST = \
124 $(NULL)
125
126
127MAINTAINERCLEANFILES = \
128 Makefile.in \
129 $(NULL)
130
131subdir = lib
132mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
133CONFIG_HEADER = $(top_builddir)/config.h
134CONFIG_CLEAN_FILES =
135DIST_SOURCES =
136
137RECURSIVE_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
141DIST_COMMON = Makefile.am Makefile.in
142DIST_SUBDIRS = $(SUBDIRS)
143all: 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
149Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
150 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
151uninstall-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
178mostlyclean-recursive clean-recursive distclean-recursive \
179maintainer-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"
203tags-recursive:
204 list='$(SUBDIRS)'; for subdir in $$list; do \
205 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
206 done
207
208ETAGS = etags
209ETAGSFLAGS =
210
211tags: TAGS
212
213ID: $(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
222TAGS: 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
241GTAGS:
242 here=`$(am__cd) $(top_builddir) && pwd` \
243 && cd $(top_srcdir) \
244 && gtags -i $(GTAGS_ARGS) $$here
245
246distclean-tags:
247 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
248DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
249
250top_distdir = ..
251distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
252
253distdir: $(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
287check-am: all-am
288check: check-recursive
289all-am: Makefile
290installdirs: installdirs-recursive
291installdirs-am:
292
293install: install-recursive
294install-exec: install-exec-recursive
295install-data: install-data-recursive
296uninstall: uninstall-recursive
297
298install-am: all-am
299 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
300
301installcheck: installcheck-recursive
302install-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
307mostlyclean-generic:
308
309clean-generic:
310
311distclean-generic:
312 -rm -f Makefile $(CONFIG_CLEAN_FILES)
313
314maintainer-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)
318clean: clean-recursive
319
320clean-am: clean-generic mostlyclean-am
321
322distclean: distclean-recursive
323
324distclean-am: clean-am distclean-generic distclean-tags
325
326dvi: dvi-recursive
327
328dvi-am:
329
330info: info-recursive
331
332info-am:
333
334install-data-am:
335
336install-exec-am:
337
338install-info: install-info-recursive
339
340install-man:
341
342installcheck-am:
343
344maintainer-clean: maintainer-clean-recursive
345
346maintainer-clean-am: distclean-am maintainer-clean-generic
347
348mostlyclean: mostlyclean-recursive
349
350mostlyclean-am: mostlyclean-generic
351
352uninstall-am: uninstall-info-am
353
354uninstall-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:
Note: See TracBrowser for help on using the repository browser.