source: trunk/synergy/Makefile.in@ 3669

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

synergy v1.3.1 sources (zip).

File size: 15.9 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 lib \
111 cmd \
112 doc \
113 dist \
114 $(NULL)
115
116
117EXTRA_DIST = \
118 all.dsp \
119 synergy.dsw \
120 synergy.xcode/project.pbxproj \
121 examples/synergy.conf \
122 $(NULL)
123
124
125MAINTAINERCLEANFILES = \
126 Makefile.in \
127 aclocal.m4 \
128 config.h \
129 config.h.in \
130 config.log \
131 config.status \
132 configure \
133 stamp-h.in \
134 stamp-h1 \
135 $(NULL)
136
137
138PKG_FILES = \
139 ChangeLog \
140 README \
141 cmd/synergyc/synergyc \
142 cmd/synergys/synergys \
143 examples/synergy.conf \
144 $(NULL)
145
146PKG_DOC_FILES = \
147 doc/PORTING \
148 doc/*.html \
149 doc/*.css \
150 $(NULL)
151
152PKG_PROG_FILES = \
153 synergyc \
154 synergys \
155 $(NULL)
156
157
158# build RPMs
159RPMTOPDIR = /var/tmp/@PACKAGE@-@VERSION@
160
161# build binary package. owner/group of packaged files will be
162# owner/group of user running make.
163PKGTOPDIR = /var/tmp/@PACKAGE@-@VERSION@
164subdir = .
165ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
166mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
167CONFIG_HEADER = config.h
168CONFIG_CLEAN_FILES =
169DIST_SOURCES =
170
171RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
172 uninstall-info-recursive all-recursive install-data-recursive \
173 install-exec-recursive installdirs-recursive install-recursive \
174 uninstall-recursive check-recursive installcheck-recursive
175DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
176 Makefile.in NEWS acinclude.m4 aclocal.m4 config.h.in \
177 config/config.guess config/config.sub config/depcomp \
178 config/install-sh config/missing config/mkinstalldirs configure \
179 configure.in
180DIST_SUBDIRS = $(SUBDIRS)
181all: config.h
182 $(MAKE) $(AM_MAKEFLAGS) all-recursive
183
184.SUFFIXES:
185
186am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
187 configure.lineno
188$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
189 cd $(top_srcdir) && \
190 $(AUTOMAKE) --gnu Makefile
191Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
192 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
193
194$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
195 $(SHELL) ./config.status --recheck
196$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
197 cd $(srcdir) && $(AUTOCONF)
198
199$(ACLOCAL_M4): configure.in acinclude.m4
200 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
201
202config.h: stamp-h1
203 @if test ! -f $@; then \
204 rm -f stamp-h1; \
205 $(MAKE) stamp-h1; \
206 else :; fi
207
208stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
209 @rm -f stamp-h1
210 cd $(top_builddir) && $(SHELL) ./config.status config.h
211
212$(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
213 cd $(top_srcdir) && $(AUTOHEADER)
214 touch $(srcdir)/config.h.in
215
216distclean-hdr:
217 -rm -f config.h stamp-h1
218uninstall-info-am:
219
220# This directory's subdirectories are mostly independent; you can cd
221# into them and run `make' without going through this Makefile.
222# To change the values of `make' variables: instead of editing Makefiles,
223# (1) if the variable is set in `config.status', edit `config.status'
224# (which will cause the Makefiles to be regenerated when you run `make');
225# (2) otherwise, pass the desired values on the `make' command line.
226$(RECURSIVE_TARGETS):
227 @set fnord $$MAKEFLAGS; amf=$$2; \
228 dot_seen=no; \
229 target=`echo $@ | sed s/-recursive//`; \
230 list='$(SUBDIRS)'; for subdir in $$list; do \
231 echo "Making $$target in $$subdir"; \
232 if test "$$subdir" = "."; then \
233 dot_seen=yes; \
234 local_target="$$target-am"; \
235 else \
236 local_target="$$target"; \
237 fi; \
238 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
239 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
240 done; \
241 if test "$$dot_seen" = "no"; then \
242 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
243 fi; test -z "$$fail"
244
245mostlyclean-recursive clean-recursive distclean-recursive \
246maintainer-clean-recursive:
247 @set fnord $$MAKEFLAGS; amf=$$2; \
248 dot_seen=no; \
249 case "$@" in \
250 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
251 *) list='$(SUBDIRS)' ;; \
252 esac; \
253 rev=''; for subdir in $$list; do \
254 if test "$$subdir" = "."; then :; else \
255 rev="$$subdir $$rev"; \
256 fi; \
257 done; \
258 rev="$$rev ."; \
259 target=`echo $@ | sed s/-recursive//`; \
260 for subdir in $$rev; do \
261 echo "Making $$target in $$subdir"; \
262 if test "$$subdir" = "."; then \
263 local_target="$$target-am"; \
264 else \
265 local_target="$$target"; \
266 fi; \
267 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
268 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
269 done && test -z "$$fail"
270tags-recursive:
271 list='$(SUBDIRS)'; for subdir in $$list; do \
272 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
273 done
274
275ETAGS = etags
276ETAGSFLAGS =
277
278tags: TAGS
279
280ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
281 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
282 unique=`for i in $$list; do \
283 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
284 done | \
285 $(AWK) ' { files[$$0] = 1; } \
286 END { for (i in files) print i; }'`; \
287 mkid -fID $$unique
288
289TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
290 $(TAGS_FILES) $(LISP)
291 tags=; \
292 here=`pwd`; \
293 list='$(SUBDIRS)'; for subdir in $$list; do \
294 if test "$$subdir" = .; then :; else \
295 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
296 fi; \
297 done; \
298 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
299 unique=`for i in $$list; do \
300 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
301 done | \
302 $(AWK) ' { files[$$0] = 1; } \
303 END { for (i in files) print i; }'`; \
304 test -z "$(ETAGS_ARGS)$$tags$$unique" \
305 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
306 $$tags $$unique
307
308GTAGS:
309 here=`$(am__cd) $(top_builddir) && pwd` \
310 && cd $(top_srcdir) \
311 && gtags -i $(GTAGS_ARGS) $$here
312
313distclean-tags:
314 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
315DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
316
317top_distdir = .
318distdir = $(PACKAGE)-$(VERSION)
319
320am__remove_distdir = \
321 { test ! -d $(distdir) \
322 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
323 && rm -fr $(distdir); }; }
324
325GZIP_ENV = --best
326distcleancheck_listfiles = find . -type f -print
327
328distdir: $(DISTFILES)
329 $(am__remove_distdir)
330 mkdir $(distdir)
331 $(mkinstalldirs) $(distdir)/config $(distdir)/dist/rpm $(distdir)/doc $(distdir)/examples $(distdir)/synergy.xcode
332 @list='$(DISTFILES)'; for file in $$list; do \
333 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
334 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
335 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
336 dir="/$$dir"; \
337 $(mkinstalldirs) "$(distdir)$$dir"; \
338 else \
339 dir=''; \
340 fi; \
341 if test -d $$d/$$file; then \
342 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
343 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
344 fi; \
345 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
346 else \
347 test -f $(distdir)/$$file \
348 || cp -p $$d/$$file $(distdir)/$$file \
349 || exit 1; \
350 fi; \
351 done
352 list='$(SUBDIRS)'; for subdir in $$list; do \
353 if test "$$subdir" = .; then :; else \
354 test -d $(distdir)/$$subdir \
355 || mkdir $(distdir)/$$subdir \
356 || exit 1; \
357 (cd $$subdir && \
358 $(MAKE) $(AM_MAKEFLAGS) \
359 top_distdir="$(top_distdir)" \
360 distdir=../$(distdir)/$$subdir \
361 distdir) \
362 || exit 1; \
363 fi; \
364 done
365 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
366 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
367 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
368 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
369 || chmod -R a+r $(distdir)
370dist-gzip: distdir
371 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
372 $(am__remove_distdir)
373
374dist dist-all: distdir
375 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
376 $(am__remove_distdir)
377
378# This target untars the dist file and tries a VPATH configuration. Then
379# it guarantees that the distribution is self-contained by making another
380# tarfile.
381distcheck: dist
382 $(am__remove_distdir)
383 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
384 chmod -R a-w $(distdir); chmod a+w $(distdir)
385 mkdir $(distdir)/=build
386 mkdir $(distdir)/=inst
387 chmod a-w $(distdir)
388 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
389 && cd $(distdir)/=build \
390 && ../configure --srcdir=.. --prefix=$$dc_install_base \
391 $(DISTCHECK_CONFIGURE_FLAGS) \
392 && $(MAKE) $(AM_MAKEFLAGS) \
393 && $(MAKE) $(AM_MAKEFLAGS) dvi \
394 && $(MAKE) $(AM_MAKEFLAGS) check \
395 && $(MAKE) $(AM_MAKEFLAGS) install \
396 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
397 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
398 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
399 || { echo "ERROR: files left after uninstall:" ; \
400 find $$dc_install_base -type f -print ; \
401 exit 1; } >&2 ) \
402 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
403 && rm -f $(distdir).tar.gz \
404 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
405 $(am__remove_distdir)
406 @echo "$(distdir).tar.gz is ready for distribution" | \
407 sed 'h;s/./=/g;p;x;p;x'
408distcleancheck: distclean
409 if test '$(srcdir)' = . ; then \
410 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
411 exit 1 ; \
412 fi
413 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
414 || { echo "ERROR: files left after distclean:" ; \
415 $(distcleancheck_listfiles) ; \
416 exit 1; } >&2
417check-am: all-am
418check: check-recursive
419all-am: Makefile config.h
420installdirs: installdirs-recursive
421installdirs-am:
422
423install: install-recursive
424install-exec: install-exec-recursive
425install-data: install-data-recursive
426uninstall: uninstall-recursive
427
428install-am: all-am
429 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
430
431installcheck: installcheck-recursive
432install-strip:
433 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
434 INSTALL_STRIP_FLAG=-s \
435 `test -z '$(STRIP)' || \
436 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
437mostlyclean-generic:
438
439clean-generic:
440
441distclean-generic:
442 -rm -f Makefile $(CONFIG_CLEAN_FILES)
443
444maintainer-clean-generic:
445 @echo "This command is intended for maintainers to use"
446 @echo "it deletes files that may require special tools to rebuild."
447 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
448clean: clean-recursive
449
450clean-am: clean-generic mostlyclean-am
451
452distclean: distclean-recursive
453 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
454distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
455
456dvi: dvi-recursive
457
458dvi-am:
459
460info: info-recursive
461
462info-am:
463
464install-data-am:
465
466install-exec-am:
467
468install-info: install-info-recursive
469
470install-man:
471
472installcheck-am:
473
474maintainer-clean: maintainer-clean-recursive
475 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
476 -rm -rf autom4te.cache
477maintainer-clean-am: distclean-am maintainer-clean-generic
478
479mostlyclean: mostlyclean-recursive
480
481mostlyclean-am: mostlyclean-generic
482
483uninstall-am: uninstall-info-am
484
485uninstall-info: uninstall-info-recursive
486
487.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
488 clean-generic clean-recursive dist dist-all dist-gzip distcheck \
489 distclean distclean-generic distclean-hdr distclean-recursive \
490 distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
491 info info-am info-recursive install install-am install-data \
492 install-data-am install-data-recursive install-exec \
493 install-exec-am install-exec-recursive install-info \
494 install-info-am install-info-recursive install-man \
495 install-recursive install-strip installcheck installcheck-am \
496 installdirs installdirs-am installdirs-recursive \
497 maintainer-clean maintainer-clean-generic \
498 maintainer-clean-recursive mostlyclean mostlyclean-generic \
499 mostlyclean-recursive tags tags-recursive uninstall \
500 uninstall-am uninstall-info-am uninstall-info-recursive \
501 uninstall-recursive
502
503
504# build doxygen documentation
505doxygen:
506 doxygen doc/doxygen.cfg
507dist-rpm: dist
508 rm -rf $(RPMTOPDIR)
509 mkdir $(RPMTOPDIR)
510 (cd $(RPMTOPDIR); mkdir BUILD SOURCES SPECS SRPMS RPMS)
511 cp @PACKAGE@-@VERSION@.tar.gz $(RPMTOPDIR)/SOURCES
512 rpm --define '_topdir $(RPMTOPDIR)' -ba dist/rpm/synergy.spec && \
513 mv -f $(RPMTOPDIR)/SRPMS/*.rpm . && \
514 mv -f $(RPMTOPDIR)/RPMS/*/*.rpm . && \
515 rm -rf $(RPMTOPDIR)
516
517# build zip
518# FIXME -- have automake generate this rule for us
519dist-zip: distdir
520 zip -r $(distdir).zip $(distdir)
521 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
522dist-pkg: all
523 rm -rf $(PKGTOPDIR)
524 mkdir $(PKGTOPDIR)
525 mkdir $(PKGTOPDIR)/@PACKAGE@-@VERSION@
526 mkdir $(PKGTOPDIR)/@PACKAGE@-@VERSION@/doc
527 cp $(PKG_FILES) $(PKGTOPDIR)/@PACKAGE@-@VERSION@
528 cp $(PKG_DOC_FILES) $(PKGTOPDIR)/@PACKAGE@-@VERSION@/doc
529 (cd $(PKGTOPDIR)/@PACKAGE@-@VERSION@; \
530 chmod 644 *; \
531 chmod 755 doc $(PKG_PROG_FILES); \
532 strip $(PKG_PROG_FILES) )
533 type=`uname -s -m | tr '[A-Z] ' '[a-z].'`; \
534 (cd $(PKGTOPDIR); tar cf - @PACKAGE@-@VERSION@ | \
535 gzip - ) > @PACKAGE@-@VERSION@-1.$${type}.tar.gz && \
536 rm -rf $(PKGTOPDIR)
537# Tell versions [3.59,3.63) of GNU make to not export all variables.
538# Otherwise a system limit (for SysV at least) may be exceeded.
539.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.