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

« back to all changes in this revision

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