source: trunk/synergy/cmd/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: 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 launcher \
111 synergyc \
112 synergys \
113 $(NULL)
114
115
116EXTRA_DIST = \
117 exec.dsp \
118 $(NULL)
119
120
121MAINTAINERCLEANFILES = \
122 Makefile.in \
123 $(NULL)
124
125subdir = cmd
126mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
127CONFIG_HEADER = $(top_builddir)/config.h
128CONFIG_CLEAN_FILES =
129DIST_SOURCES =
130
131RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
132 uninstall-info-recursive all-recursive install-data-recursive \
133 install-exec-recursive installdirs-recursive install-recursive \
134 uninstall-recursive check-recursive installcheck-recursive
135DIST_COMMON = Makefile.am Makefile.in
136DIST_SUBDIRS = $(SUBDIRS)
137all: all-recursive
138
139.SUFFIXES:
140$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
141 cd $(top_srcdir) && \
142 $(AUTOMAKE) --gnu cmd/Makefile
143Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
144 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
145uninstall-info-am:
146
147# This directory's subdirectories are mostly independent; you can cd
148# into them and run `make' without going through this Makefile.
149# To change the values of `make' variables: instead of editing Makefiles,
150# (1) if the variable is set in `config.status', edit `config.status'
151# (which will cause the Makefiles to be regenerated when you run `make');
152# (2) otherwise, pass the desired values on the `make' command line.
153$(RECURSIVE_TARGETS):
154 @set fnord $$MAKEFLAGS; amf=$$2; \
155 dot_seen=no; \
156 target=`echo $@ | sed s/-recursive//`; \
157 list='$(SUBDIRS)'; for subdir in $$list; do \
158 echo "Making $$target in $$subdir"; \
159 if test "$$subdir" = "."; then \
160 dot_seen=yes; \
161 local_target="$$target-am"; \
162 else \
163 local_target="$$target"; \
164 fi; \
165 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
166 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
167 done; \
168 if test "$$dot_seen" = "no"; then \
169 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
170 fi; test -z "$$fail"
171
172mostlyclean-recursive clean-recursive distclean-recursive \
173maintainer-clean-recursive:
174 @set fnord $$MAKEFLAGS; amf=$$2; \
175 dot_seen=no; \
176 case "$@" in \
177 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
178 *) list='$(SUBDIRS)' ;; \
179 esac; \
180 rev=''; for subdir in $$list; do \
181 if test "$$subdir" = "."; then :; else \
182 rev="$$subdir $$rev"; \
183 fi; \
184 done; \
185 rev="$$rev ."; \
186 target=`echo $@ | sed s/-recursive//`; \
187 for subdir in $$rev; do \
188 echo "Making $$target in $$subdir"; \
189 if test "$$subdir" = "."; then \
190 local_target="$$target-am"; \
191 else \
192 local_target="$$target"; \
193 fi; \
194 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
195 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
196 done && test -z "$$fail"
197tags-recursive:
198 list='$(SUBDIRS)'; for subdir in $$list; do \
199 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
200 done
201
202ETAGS = etags
203ETAGSFLAGS =
204
205tags: TAGS
206
207ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
208 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
209 unique=`for i in $$list; do \
210 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
211 done | \
212 $(AWK) ' { files[$$0] = 1; } \
213 END { for (i in files) print i; }'`; \
214 mkid -fID $$unique
215
216TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
217 $(TAGS_FILES) $(LISP)
218 tags=; \
219 here=`pwd`; \
220 list='$(SUBDIRS)'; for subdir in $$list; do \
221 if test "$$subdir" = .; then :; else \
222 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
223 fi; \
224 done; \
225 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
226 unique=`for i in $$list; do \
227 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
228 done | \
229 $(AWK) ' { files[$$0] = 1; } \
230 END { for (i in files) print i; }'`; \
231 test -z "$(ETAGS_ARGS)$$tags$$unique" \
232 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
233 $$tags $$unique
234
235GTAGS:
236 here=`$(am__cd) $(top_builddir) && pwd` \
237 && cd $(top_srcdir) \
238 && gtags -i $(GTAGS_ARGS) $$here
239
240distclean-tags:
241 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
242DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
243
244top_distdir = ..
245distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
246
247distdir: $(DISTFILES)
248 @list='$(DISTFILES)'; for file in $$list; do \
249 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
250 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
251 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
252 dir="/$$dir"; \
253 $(mkinstalldirs) "$(distdir)$$dir"; \
254 else \
255 dir=''; \
256 fi; \
257 if test -d $$d/$$file; then \
258 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
259 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
260 fi; \
261 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
262 else \
263 test -f $(distdir)/$$file \
264 || cp -p $$d/$$file $(distdir)/$$file \
265 || exit 1; \
266 fi; \
267 done
268 list='$(SUBDIRS)'; for subdir in $$list; do \
269 if test "$$subdir" = .; then :; else \
270 test -d $(distdir)/$$subdir \
271 || mkdir $(distdir)/$$subdir \
272 || exit 1; \
273 (cd $$subdir && \
274 $(MAKE) $(AM_MAKEFLAGS) \
275 top_distdir="$(top_distdir)" \
276 distdir=../$(distdir)/$$subdir \
277 distdir) \
278 || exit 1; \
279 fi; \
280 done
281check-am: all-am
282check: check-recursive
283all-am: Makefile
284installdirs: installdirs-recursive
285installdirs-am:
286
287install: install-recursive
288install-exec: install-exec-recursive
289install-data: install-data-recursive
290uninstall: uninstall-recursive
291
292install-am: all-am
293 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
294
295installcheck: installcheck-recursive
296install-strip:
297 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
298 INSTALL_STRIP_FLAG=-s \
299 `test -z '$(STRIP)' || \
300 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
301mostlyclean-generic:
302
303clean-generic:
304
305distclean-generic:
306 -rm -f Makefile $(CONFIG_CLEAN_FILES)
307
308maintainer-clean-generic:
309 @echo "This command is intended for maintainers to use"
310 @echo "it deletes files that may require special tools to rebuild."
311 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
312clean: clean-recursive
313
314clean-am: clean-generic mostlyclean-am
315
316distclean: distclean-recursive
317
318distclean-am: clean-am distclean-generic distclean-tags
319
320dvi: dvi-recursive
321
322dvi-am:
323
324info: info-recursive
325
326info-am:
327
328install-data-am:
329
330install-exec-am:
331
332install-info: install-info-recursive
333
334install-man:
335
336installcheck-am:
337
338maintainer-clean: maintainer-clean-recursive
339
340maintainer-clean-am: distclean-am maintainer-clean-generic
341
342mostlyclean: mostlyclean-recursive
343
344mostlyclean-am: mostlyclean-generic
345
346uninstall-am: uninstall-info-am
347
348uninstall-info: uninstall-info-recursive
349
350.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
351 clean-generic clean-recursive distclean distclean-generic \
352 distclean-recursive distclean-tags distdir dvi dvi-am \
353 dvi-recursive info info-am info-recursive install install-am \
354 install-data install-data-am install-data-recursive \
355 install-exec install-exec-am install-exec-recursive \
356 install-info install-info-am install-info-recursive install-man \
357 install-recursive install-strip installcheck installcheck-am \
358 installdirs installdirs-am installdirs-recursive \
359 maintainer-clean maintainer-clean-generic \
360 maintainer-clean-recursive mostlyclean mostlyclean-generic \
361 mostlyclean-recursive tags tags-recursive uninstall \
362 uninstall-am uninstall-info-am uninstall-info-recursive \
363 uninstall-recursive
364
365# Tell versions [3.59,3.63) of GNU make to not export all variables.
366# Otherwise a system limit (for SysV at least) may be exceeded.
367.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.