source: trunk/synergy/lib/client/Makefile.in@ 3232

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

synergy v1.3.1 sources (zip).

File size: 9.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
109EXTRA_DIST = \
110 client.dsp \
111 $(NULL)
112
113
114MAINTAINERCLEANFILES = \
115 Makefile.in \
116 $(NULL)
117
118
119noinst_LIBRARIES = libclient.a
120libclient_a_SOURCES = \
121 CClient.cpp \
122 CServerProxy.cpp \
123 CClient.h \
124 CServerProxy.h \
125 $(NULL)
126
127INCLUDES = \
128 -I$(top_srcdir)/lib/common \
129 -I$(top_srcdir)/lib/arch \
130 -I$(top_srcdir)/lib/base \
131 -I$(top_srcdir)/lib/mt \
132 -I$(top_srcdir)/lib/io \
133 -I$(top_srcdir)/lib/net \
134 -I$(top_srcdir)/lib/synergy \
135 -I$(top_srcdir)/lib/platform \
136 $(NULL)
137
138subdir = lib/client
139mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
140CONFIG_HEADER = $(top_builddir)/config.h
141CONFIG_CLEAN_FILES =
142LIBRARIES = $(noinst_LIBRARIES)
143
144libclient_a_AR = $(AR) cru
145libclient_a_LIBADD =
146am__objects_1 =
147am_libclient_a_OBJECTS = CClient.$(OBJEXT) CServerProxy.$(OBJEXT) \
148 $(am__objects_1)
149libclient_a_OBJECTS = $(am_libclient_a_OBJECTS)
150
151DEFS = @DEFS@
152DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
153CPPFLAGS = @CPPFLAGS@
154LDFLAGS = @LDFLAGS@
155LIBS = @LIBS@
156depcomp = $(SHELL) $(top_srcdir)/config/depcomp
157am__depfiles_maybe = depfiles
158@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/CClient.Po \
159@AMDEP_TRUE@ ./$(DEPDIR)/CServerProxy.Po
160CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
161 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
162CXXLD = $(CXX)
163CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
164 -o $@
165CXXFLAGS = @CXXFLAGS@
166CFLAGS = @CFLAGS@
167COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
168 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
169CCLD = $(CC)
170LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
171DIST_SOURCES = $(libclient_a_SOURCES)
172DIST_COMMON = Makefile.am Makefile.in
173SOURCES = $(libclient_a_SOURCES)
174
175all: all-am
176
177.SUFFIXES:
178.SUFFIXES: .cpp .o .obj
179$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
180 cd $(top_srcdir) && \
181 $(AUTOMAKE) --gnu lib/client/Makefile
182Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
183 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
184
185AR = ar
186
187clean-noinstLIBRARIES:
188 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
189libclient.a: $(libclient_a_OBJECTS) $(libclient_a_DEPENDENCIES)
190 -rm -f libclient.a
191 $(libclient_a_AR) libclient.a $(libclient_a_OBJECTS) $(libclient_a_LIBADD)
192 $(RANLIB) libclient.a
193
194mostlyclean-compile:
195 -rm -f *.$(OBJEXT) core *.core
196
197distclean-compile:
198 -rm -f *.tab.c
199
200@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CClient.Po@am__quote@
201@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CServerProxy.Po@am__quote@
202
203distclean-depend:
204 -rm -rf ./$(DEPDIR)
205
206.cpp.o:
207@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
208@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
209@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
210 $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
211
212.cpp.obj:
213@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
214@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
215@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
216 $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
217CXXDEPMODE = @CXXDEPMODE@
218uninstall-info-am:
219
220ETAGS = etags
221ETAGSFLAGS =
222
223tags: TAGS
224
225ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
226 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
227 unique=`for i in $$list; do \
228 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
229 done | \
230 $(AWK) ' { files[$$0] = 1; } \
231 END { for (i in files) print i; }'`; \
232 mkid -fID $$unique
233
234TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
235 $(TAGS_FILES) $(LISP)
236 tags=; \
237 here=`pwd`; \
238 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
239 unique=`for i in $$list; do \
240 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
241 done | \
242 $(AWK) ' { files[$$0] = 1; } \
243 END { for (i in files) print i; }'`; \
244 test -z "$(ETAGS_ARGS)$$tags$$unique" \
245 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
246 $$tags $$unique
247
248GTAGS:
249 here=`$(am__cd) $(top_builddir) && pwd` \
250 && cd $(top_srcdir) \
251 && gtags -i $(GTAGS_ARGS) $$here
252
253distclean-tags:
254 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
255DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
256
257top_distdir = ../..
258distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
259
260distdir: $(DISTFILES)
261 @list='$(DISTFILES)'; for file in $$list; do \
262 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
263 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
264 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
265 dir="/$$dir"; \
266 $(mkinstalldirs) "$(distdir)$$dir"; \
267 else \
268 dir=''; \
269 fi; \
270 if test -d $$d/$$file; then \
271 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
272 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
273 fi; \
274 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
275 else \
276 test -f $(distdir)/$$file \
277 || cp -p $$d/$$file $(distdir)/$$file \
278 || exit 1; \
279 fi; \
280 done
281check-am: all-am
282check: check-am
283all-am: Makefile $(LIBRARIES)
284
285installdirs:
286
287install: install-am
288install-exec: install-exec-am
289install-data: install-data-am
290uninstall: uninstall-am
291
292install-am: all-am
293 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
294
295installcheck: installcheck-am
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-am
313
314clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
315
316distclean: distclean-am
317
318distclean-am: clean-am distclean-compile distclean-depend \
319 distclean-generic distclean-tags
320
321dvi: dvi-am
322
323dvi-am:
324
325info: info-am
326
327info-am:
328
329install-data-am:
330
331install-exec-am:
332
333install-info: install-info-am
334
335install-man:
336
337installcheck-am:
338
339maintainer-clean: maintainer-clean-am
340
341maintainer-clean-am: distclean-am maintainer-clean-generic
342
343mostlyclean: mostlyclean-am
344
345mostlyclean-am: mostlyclean-compile mostlyclean-generic
346
347uninstall-am: uninstall-info-am
348
349.PHONY: GTAGS all all-am check check-am clean clean-generic \
350 clean-noinstLIBRARIES distclean distclean-compile \
351 distclean-depend distclean-generic distclean-tags distdir dvi \
352 dvi-am info info-am install install-am install-data \
353 install-data-am install-exec install-exec-am install-info \
354 install-info-am install-man install-strip installcheck \
355 installcheck-am installdirs maintainer-clean \
356 maintainer-clean-generic mostlyclean mostlyclean-compile \
357 mostlyclean-generic tags uninstall uninstall-am \
358 uninstall-info-am
359
360# Tell versions [3.59,3.63) of GNU make to not export all variables.
361# Otherwise a system limit (for SysV at least) may be exceeded.
362.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.