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

« back to all changes in this revision

Viewing changes to lib/http/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
EXTRA_DIST = \
 
101
        http.dsp                                \
 
102
        $(NULL)
 
103
 
 
104
 
 
105
MAINTAINERCLEANFILES = \
 
106
        Makefile.in                             \
 
107
        $(NULL)
 
108
 
 
109
 
 
110
noinst_LIBRARIES = libhttp.a
 
111
libhttp_a_SOURCES = \
 
112
        CHTTPProtocol.cpp               \
 
113
        XHTTP.cpp                               \
 
114
        CHTTPProtocol.h                 \
 
115
        XHTTP.h                                 \
 
116
        $(NULL)
 
117
 
 
118
INCLUDES = \
 
119
        -I$(VDEPTH)/lib/common  \
 
120
        -I$(VDEPTH)/lib/arch    \
 
121
        -I$(VDEPTH)/lib/base    \
 
122
        -I$(VDEPTH)/lib/mt              \
 
123
        -I$(VDEPTH)/lib/io              \
 
124
        $(NULL)
 
125
 
 
126
subdir = lib/http
 
127
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
128
CONFIG_HEADER = $(top_builddir)/config.h
 
129
CONFIG_CLEAN_FILES =
 
130
LIBRARIES = $(noinst_LIBRARIES)
 
131
 
 
132
libhttp_a_AR = $(AR) cru
 
133
libhttp_a_LIBADD =
 
134
am_libhttp_a_OBJECTS = CHTTPProtocol.$(OBJEXT) XHTTP.$(OBJEXT)
 
135
libhttp_a_OBJECTS = $(am_libhttp_a_OBJECTS)
 
136
 
 
137
DEFS = @DEFS@
 
138
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
139
CPPFLAGS = @CPPFLAGS@
 
140
LDFLAGS = @LDFLAGS@
 
141
LIBS = @LIBS@
 
142
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
143
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/CHTTPProtocol.Po $(DEPDIR)/XHTTP.Po
 
144
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
145
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
146
CXXLD = $(CXX)
 
147
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
148
        -o $@
 
149
CXXFLAGS = @CXXFLAGS@
 
150
CFLAGS = @CFLAGS@
 
151
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
152
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
153
CCLD = $(CC)
 
154
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
155
DIST_SOURCES = $(libhttp_a_SOURCES)
 
156
DIST_COMMON = Makefile.am Makefile.in
 
157
SOURCES = $(libhttp_a_SOURCES)
 
158
 
 
159
all: all-am
 
160
 
 
161
.SUFFIXES:
 
162
.SUFFIXES: .cpp .o .obj
 
163
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
164
        cd $(top_srcdir) && \
 
165
          $(AUTOMAKE) --gnu  lib/http/Makefile
 
166
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
167
        cd $(top_builddir) && \
 
168
          CONFIG_HEADERS= CONFIG_LINKS= \
 
169
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
170
 
 
171
AR = ar
 
172
 
 
173
clean-noinstLIBRARIES:
 
174
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
175
libhttp.a: $(libhttp_a_OBJECTS) $(libhttp_a_DEPENDENCIES) 
 
176
        -rm -f libhttp.a
 
177
        $(libhttp_a_AR) libhttp.a $(libhttp_a_OBJECTS) $(libhttp_a_LIBADD)
 
178
        $(RANLIB) libhttp.a
 
179
 
 
180
mostlyclean-compile:
 
181
        -rm -f *.$(OBJEXT) core *.core
 
182
 
 
183
distclean-compile:
 
184
        -rm -f *.tab.c
 
185
 
 
186
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/CHTTPProtocol.Po@am__quote@
 
187
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/XHTTP.Po@am__quote@
 
188
 
 
189
distclean-depend:
 
190
        -rm -rf $(DEPDIR)
 
191
 
 
192
.cpp.o:
 
193
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
194
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
195
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
196
        $(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 
197
 
 
198
.cpp.obj:
 
199
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
200
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
201
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
202
        $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
 
203
CXXDEPMODE = @CXXDEPMODE@
 
204
uninstall-info-am:
 
205
 
 
206
tags: TAGS
 
207
 
 
208
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
209
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
210
        unique=`for i in $$list; do \
 
211
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
212
          done | \
 
213
          $(AWK) '    { files[$$0] = 1; } \
 
214
               END { for (i in files) print i; }'`; \
 
215
        mkid -fID $$unique $(LISP)
 
216
 
 
217
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
218
                $(TAGS_FILES) $(LISP)
 
219
        tags=; \
 
220
        here=`pwd`; \
 
221
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
222
        unique=`for i in $$list; do \
 
223
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
224
          done | \
 
225
          $(AWK) '    { files[$$0] = 1; } \
 
226
               END { for (i in files) print i; }'`; \
 
227
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
228
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
229
 
 
230
GTAGS:
 
231
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
232
          && cd $(top_srcdir) \
 
233
          && gtags -i $(GTAGS_ARGS) $$here
 
234
 
 
235
distclean-tags:
 
236
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
237
 
 
238
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
239
 
 
240
top_distdir = ../..
 
241
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
242
 
 
243
distdir: $(DISTFILES)
 
244
        @for file in $(DISTFILES); do \
 
245
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
246
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
247
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
248
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
249
          fi; \
 
250
          if test -d $$d/$$file; then \
 
251
            cp -pR $$d/$$file $(distdir) \
 
252
            || exit 1; \
 
253
          else \
 
254
            test -f $(distdir)/$$file \
 
255
            || cp -p $$d/$$file $(distdir)/$$file \
 
256
            || exit 1; \
 
257
          fi; \
 
258
        done
 
259
check-am: all-am
 
260
check: check-am
 
261
all-am: Makefile $(LIBRARIES)
 
262
 
 
263
installdirs:
 
264
 
 
265
install: install-am
 
266
install-exec: install-exec-am
 
267
install-data: install-data-am
 
268
uninstall: uninstall-am
 
269
 
 
270
install-am: all-am
 
271
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
272
 
 
273
installcheck: installcheck-am
 
274
install-strip:
 
275
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
276
          `test -z '$(STRIP)' || \
 
277
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
278
mostlyclean-generic:
 
279
 
 
280
clean-generic:
 
281
 
 
282
distclean-generic:
 
283
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
284
 
 
285
maintainer-clean-generic:
 
286
        @echo "This command is intended for maintainers to use"
 
287
        @echo "it deletes files that may require special tools to rebuild."
 
288
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
289
clean: clean-am
 
290
 
 
291
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 
292
 
 
293
distclean: distclean-am
 
294
 
 
295
distclean-am: clean-am distclean-compile distclean-depend \
 
296
        distclean-generic distclean-tags
 
297
 
 
298
dvi: dvi-am
 
299
 
 
300
dvi-am:
 
301
 
 
302
info: info-am
 
303
 
 
304
info-am:
 
305
 
 
306
install-data-am:
 
307
 
 
308
install-exec-am:
 
309
 
 
310
install-info: install-info-am
 
311
 
 
312
install-man:
 
313
 
 
314
installcheck-am:
 
315
 
 
316
maintainer-clean: maintainer-clean-am
 
317
 
 
318
maintainer-clean-am: distclean-am maintainer-clean-generic
 
319
 
 
320
mostlyclean: mostlyclean-am
 
321
 
 
322
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
323
 
 
324
uninstall-am: uninstall-info-am
 
325
 
 
326
.PHONY: GTAGS all all-am check check-am clean clean-generic \
 
327
        clean-noinstLIBRARIES distclean distclean-compile \
 
328
        distclean-depend distclean-generic distclean-tags distdir dvi \
 
329
        dvi-am info info-am install install-am install-data \
 
330
        install-data-am install-exec install-exec-am install-info \
 
331
        install-info-am install-man install-strip installcheck \
 
332
        installcheck-am installdirs maintainer-clean \
 
333
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
334
        mostlyclean-generic tags uninstall uninstall-am \
 
335
        uninstall-info-am
 
336
 
 
337
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
338
# Otherwise a system limit (for SysV at least) may be exceeded.
 
339
.NOEXPORT: