~ubuntu-branches/ubuntu/natty/synergy/natty

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Lutz
  • Date: 2003-10-31 19:36:30 UTC
  • Revision ID: james.westby@ubuntu.com-20031031193630-knbv79x5az7qh49y
Tags: upstream-1.0.14
ImportĀ upstreamĀ versionĀ 1.0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
2
 
 
3
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Free Software Foundation, Inc.
 
5
# This Makefile.in is free software; the Free Software Foundation
 
6
# gives unlimited permission to copy and/or distribute it,
 
7
# with or without modifications, as long as this notice is preserved.
 
8
 
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
12
# PARTICULAR PURPOSE.
 
13
 
 
14
@SET_MAKE@
 
15
 
 
16
# synergy -- mouse and keyboard sharing utility
 
17
# Copyright (C) 2002 Chris Schoeneman
 
18
 
19
# This package is free software; you can redistribute it and/or
 
20
# modify it under the terms of the GNU General Public License
 
21
# found in the file COPYING that should have accompanied this file.
 
22
 
23
# This package is distributed in the hope that it will be useful,
 
24
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
25
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
26
# GNU General Public License for more details.
 
27
 
 
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
INSTALL = @INSTALL@
 
59
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
60
INSTALL_DATA = @INSTALL_DATA@
 
61
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
62
INSTALL_HEADER = $(INSTALL_DATA)
 
63
transform = @program_transform_name@
 
64
NORMAL_INSTALL = :
 
65
PRE_INSTALL = :
 
66
POST_INSTALL = :
 
67
NORMAL_UNINSTALL = :
 
68
PRE_UNINSTALL = :
 
69
POST_UNINSTALL = :
 
70
host_alias = @host_alias@
 
71
host_triplet = @host@
 
72
AMTAR = @AMTAR@
 
73
AWK = @AWK@
 
74
CXX = @CXX@
 
75
DEPDIR = @DEPDIR@
 
76
EXEEXT = @EXEEXT@
 
77
HAVE_DOT = @HAVE_DOT@
 
78
INET_ATON_LIBS = @INET_ATON_LIBS@
 
79
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
80
NANOSLEEP_LIBS = @NANOSLEEP_LIBS@
 
81
OBJEXT = @OBJEXT@
 
82
PACKAGE = @PACKAGE@
 
83
PTHREAD_CC = @PTHREAD_CC@
 
84
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
85
PTHREAD_LIBS = @PTHREAD_LIBS@
 
86
RANLIB = @RANLIB@
 
87
VERSION = @VERSION@
 
88
X_CFLAGS = @X_CFLAGS@
 
89
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
90
X_LIBS = @X_LIBS@
 
91
X_PRE_LIBS = @X_PRE_LIBS@
 
92
am__include = @am__include@
 
93
am__quote = @am__quote@
 
94
install_sh = @install_sh@
 
95
 
 
96
NULL = 
 
97
DEPTH = ..
 
98
VDEPTH = ./$(VPATH)/$(DEPTH)
 
99
 
 
100
SUBDIRS = \
 
101
        common                                  \
 
102
        arch                                    \
 
103
        base                                    \
 
104
        mt                                              \
 
105
        io                                              \
 
106
        http                                    \
 
107
        net                                             \
 
108
        synergy                                 \
 
109
        platform                                \
 
110
        client                                  \
 
111
        server                                  \
 
112
        $(NULL)
 
113
 
 
114
 
 
115
EXTRA_DIST = \
 
116
        $(NULL)
 
117
 
 
118
 
 
119
MAINTAINERCLEANFILES = \
 
120
        Makefile.in                             \
 
121
        $(NULL)
 
122
 
 
123
subdir = lib
 
124
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
125
CONFIG_HEADER = $(top_builddir)/config.h
 
126
CONFIG_CLEAN_FILES =
 
127
DIST_SOURCES =
 
128
 
 
129
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
 
130
        uninstall-info-recursive all-recursive install-data-recursive \
 
131
        install-exec-recursive installdirs-recursive install-recursive \
 
132
        uninstall-recursive check-recursive installcheck-recursive
 
133
DIST_COMMON = Makefile.am Makefile.in
 
134
DIST_SUBDIRS = $(SUBDIRS)
 
135
all: all-recursive
 
136
 
 
137
.SUFFIXES:
 
138
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
139
        cd $(top_srcdir) && \
 
140
          $(AUTOMAKE) --gnu  lib/Makefile
 
141
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
142
        cd $(top_builddir) && \
 
143
          CONFIG_HEADERS= CONFIG_LINKS= \
 
144
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
145
uninstall-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
 
 
172
mostlyclean-recursive clean-recursive distclean-recursive \
 
173
maintainer-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"
 
197
tags-recursive:
 
198
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
199
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
200
        done
 
201
 
 
202
tags: TAGS
 
203
 
 
204
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
205
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
206
        unique=`for i in $$list; do \
 
207
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
208
          done | \
 
209
          $(AWK) '    { files[$$0] = 1; } \
 
210
               END { for (i in files) print i; }'`; \
 
211
        mkid -fID $$unique $(LISP)
 
212
 
 
213
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
214
                $(TAGS_FILES) $(LISP)
 
215
        tags=; \
 
216
        here=`pwd`; \
 
217
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
218
          if test "$$subdir" = .; then :; else \
 
219
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
220
          fi; \
 
221
        done; \
 
222
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
223
        unique=`for i in $$list; do \
 
224
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
225
          done | \
 
226
          $(AWK) '    { files[$$0] = 1; } \
 
227
               END { for (i in files) print i; }'`; \
 
228
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
229
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
230
 
 
231
GTAGS:
 
232
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
233
          && cd $(top_srcdir) \
 
234
          && gtags -i $(GTAGS_ARGS) $$here
 
235
 
 
236
distclean-tags:
 
237
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
238
 
 
239
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
240
 
 
241
top_distdir = ..
 
242
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
243
 
 
244
distdir: $(DISTFILES)
 
245
        @for file in $(DISTFILES); do \
 
246
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
247
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
248
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
249
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
250
          fi; \
 
251
          if test -d $$d/$$file; then \
 
252
            cp -pR $$d/$$file $(distdir) \
 
253
            || exit 1; \
 
254
          else \
 
255
            test -f $(distdir)/$$file \
 
256
            || cp -p $$d/$$file $(distdir)/$$file \
 
257
            || exit 1; \
 
258
          fi; \
 
259
        done
 
260
        for subdir in $(SUBDIRS); do \
 
261
          if test "$$subdir" = .; then :; else \
 
262
            test -d $(distdir)/$$subdir \
 
263
            || mkdir $(distdir)/$$subdir \
 
264
            || exit 1; \
 
265
            (cd $$subdir && \
 
266
              $(MAKE) $(AM_MAKEFLAGS) \
 
267
                top_distdir="$(top_distdir)" \
 
268
                distdir=../$(distdir)/$$subdir \
 
269
                distdir) \
 
270
              || exit 1; \
 
271
          fi; \
 
272
        done
 
273
check-am: all-am
 
274
check: check-recursive
 
275
all-am: Makefile
 
276
installdirs: installdirs-recursive
 
277
installdirs-am:
 
278
 
 
279
install: install-recursive
 
280
install-exec: install-exec-recursive
 
281
install-data: install-data-recursive
 
282
uninstall: uninstall-recursive
 
283
 
 
284
install-am: all-am
 
285
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
286
 
 
287
installcheck: installcheck-recursive
 
288
install-strip:
 
289
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
290
          `test -z '$(STRIP)' || \
 
291
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
292
mostlyclean-generic:
 
293
 
 
294
clean-generic:
 
295
 
 
296
distclean-generic:
 
297
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
298
 
 
299
maintainer-clean-generic:
 
300
        @echo "This command is intended for maintainers to use"
 
301
        @echo "it deletes files that may require special tools to rebuild."
 
302
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
303
clean: clean-recursive
 
304
 
 
305
clean-am: clean-generic mostlyclean-am
 
306
 
 
307
distclean: distclean-recursive
 
308
 
 
309
distclean-am: clean-am distclean-generic distclean-tags
 
310
 
 
311
dvi: dvi-recursive
 
312
 
 
313
dvi-am:
 
314
 
 
315
info: info-recursive
 
316
 
 
317
info-am:
 
318
 
 
319
install-data-am:
 
320
 
 
321
install-exec-am:
 
322
 
 
323
install-info: install-info-recursive
 
324
 
 
325
install-man:
 
326
 
 
327
installcheck-am:
 
328
 
 
329
maintainer-clean: maintainer-clean-recursive
 
330
 
 
331
maintainer-clean-am: distclean-am maintainer-clean-generic
 
332
 
 
333
mostlyclean: mostlyclean-recursive
 
334
 
 
335
mostlyclean-am: mostlyclean-generic
 
336
 
 
337
uninstall-am: uninstall-info-am
 
338
 
 
339
uninstall-info: uninstall-info-recursive
 
340
 
 
341
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
 
342
        clean-generic clean-recursive distclean distclean-generic \
 
343
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
344
        dvi-recursive info info-am info-recursive install install-am \
 
345
        install-data install-data-am install-data-recursive \
 
346
        install-exec install-exec-am install-exec-recursive \
 
347
        install-info install-info-am install-info-recursive install-man \
 
348
        install-recursive install-strip installcheck installcheck-am \
 
349
        installdirs installdirs-am installdirs-recursive \
 
350
        maintainer-clean maintainer-clean-generic \
 
351
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
352
        mostlyclean-recursive tags tags-recursive uninstall \
 
353
        uninstall-am uninstall-info-am uninstall-info-recursive \
 
354
        uninstall-recursive
 
355
 
 
356
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
357
# Otherwise a system limit (for SysV at least) may be exceeded.
 
358
.NOEXPORT: