~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to lib/string/shared/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-03-20 10:19:00 UTC
  • mfrom: (1.1.4 upstream) (2.4.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090320101900-1o604camiubq2de8
Tags: 2009.03.18-154848-2
Correcting patch system depends (Closes: #520493).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  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
 
################################################################################
18
 
### Copyright 2007 VMware, Inc.  All rights reserved.
19
 
###
20
 
### This program is free software; you can redistribute it and/or modify
21
 
### it under the terms of version 2 of the GNU General Public License as
22
 
### published by the Free Software Foundation.
23
 
###
24
 
### This program 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.
28
 
###
29
 
### You should have received a copy of the GNU General Public License
30
 
### along with this program; if not, write to the Free Software
31
 
### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
32
 
################################################################################
33
 
 
34
 
VPATH = @srcdir@
35
 
pkgdatadir = $(datadir)/@PACKAGE@
36
 
pkglibdir = $(libdir)/@PACKAGE@
37
 
pkgincludedir = $(includedir)/@PACKAGE@
38
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39
 
install_sh_DATA = $(install_sh) -c -m 644
40
 
install_sh_PROGRAM = $(install_sh) -c
41
 
install_sh_SCRIPT = $(install_sh) -c
42
 
INSTALL_HEADER = $(INSTALL_DATA)
43
 
transform = $(program_transform_name)
44
 
NORMAL_INSTALL = :
45
 
PRE_INSTALL = :
46
 
POST_INSTALL = :
47
 
NORMAL_UNINSTALL = :
48
 
PRE_UNINSTALL = :
49
 
POST_UNINSTALL = :
50
 
build_triplet = @build@
51
 
host_triplet = @host@
52
 
subdir = lib/string/shared
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
56
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
57
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
58
 
        $(top_srcdir)/configure.ac
59
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60
 
        $(ACLOCAL_M4)
61
 
mkinstalldirs = $(install_sh) -d
62
 
CONFIG_CLEAN_FILES =
63
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
64
 
libString_la_LIBADD =
65
 
am_libString_la_OBJECTS = bsd_output_shared.lo bsd_vsnprintf.lo \
66
 
        bsd_vsnwprintf.lo convertutf.lo str.lo
67
 
libString_la_OBJECTS = $(am_libString_la_OBJECTS)
68
 
DEFAULT_INCLUDES = -I.@am__isrc@
69
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
70
 
am__depfiles_maybe = depfiles
71
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
75
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
 
CCLD = $(CC)
77
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
79
 
        $(LDFLAGS) -o $@
80
 
SOURCES = $(libString_la_SOURCES)
81
 
DIST_SOURCES = $(libString_la_SOURCES)
82
 
ETAGS = etags
83
 
CTAGS = ctags
84
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85
 
ACLOCAL = @ACLOCAL@
86
 
AMTAR = @AMTAR@
87
 
AR = @AR@
88
 
AUTOCONF = @AUTOCONF@
89
 
AUTOHEADER = @AUTOHEADER@
90
 
AUTOMAKE = @AUTOMAKE@
91
 
AWK = @AWK@
92
 
CC = @CC@
93
 
CCDEPMODE = @CCDEPMODE@
94
 
CFLAGS = @CFLAGS@
95
 
COMMON_XLIBS = @COMMON_XLIBS@
96
 
CPP = @CPP@
97
 
CPPFLAGS = @CPPFLAGS@
98
 
CXX = @CXX@
99
 
CXXCPP = @CXXCPP@
100
 
CXXDEPMODE = @CXXDEPMODE@
101
 
CXXFLAGS = @CXXFLAGS@
102
 
CYGPATH_W = @CYGPATH_W@
103
 
DEFS = @DEFS@
104
 
DEPDIR = @DEPDIR@
105
 
DNET_CONFIG = @DNET_CONFIG@
106
 
DNET_CPPFLAGS = @DNET_CPPFLAGS@
107
 
DNET_LIBS = @DNET_LIBS@
108
 
DSYMUTIL = @DSYMUTIL@
109
 
DUMPBIN = @DUMPBIN@
110
 
ECHO_C = @ECHO_C@
111
 
ECHO_N = @ECHO_N@
112
 
ECHO_T = @ECHO_T@
113
 
EGREP = @EGREP@
114
 
EXEEXT = @EXEEXT@
115
 
FGREP = @FGREP@
116
 
GREP = @GREP@
117
 
GTK_CPPFLAGS = @GTK_CPPFLAGS@
118
 
GTK_LIBS = @GTK_LIBS@
119
 
GUESTD_LDADD = @GUESTD_LDADD@
120
 
HAVE_CXX = @HAVE_CXX@
121
 
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
122
 
ICU_CONFIG = @ICU_CONFIG@
123
 
ICU_CPPFLAGS = @ICU_CPPFLAGS@
124
 
ICU_LIBS = @ICU_LIBS@
125
 
INSTALL = @INSTALL@
126
 
INSTALL_DATA = @INSTALL_DATA@
127
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
128
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
129
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
130
 
KERNEL_RELEASE = @KERNEL_RELEASE@
131
 
LD = @LD@
132
 
LDFLAGS = @LDFLAGS@
133
 
LIBOBJS = @LIBOBJS@
134
 
LIBPNG_CONFIG = @LIBPNG_CONFIG@
135
 
LIBPNG_CPPFLAGS = @LIBPNG_CPPFLAGS@
136
 
LIBPNG_LIBS = @LIBPNG_LIBS@
137
 
LIBS = @LIBS@
138
 
LIBTOOL = @LIBTOOL@
139
 
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
140
 
LIB_FILE_CPPFLAGS = @LIB_FILE_CPPFLAGS@
141
 
LIB_HGFS_SERVER_CPPFLAGS = @LIB_HGFS_SERVER_CPPFLAGS@
142
 
LIB_IMPERSONATE_CPPFLAGS = @LIB_IMPERSONATE_CPPFLAGS@
143
 
LIB_MISC_CPPFLAGS = @LIB_MISC_CPPFLAGS@
144
 
LIB_PROC_MGR_CPPFLAGS = @LIB_PROC_MGR_CPPFLAGS@
145
 
LIB_STRING_CPPFLAGS = @LIB_STRING_CPPFLAGS@
146
 
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
147
 
LN_S = @LN_S@
148
 
LTLIBOBJS = @LTLIBOBJS@
149
 
MAKEINFO = @MAKEINFO@
150
 
MKDIR_P = @MKDIR_P@
151
 
MODULES = @MODULES@
152
 
MODULES_DIR = @MODULES_DIR@
153
 
MODULES_OS = @MODULES_OS@
154
 
NM = @NM@
155
 
NMEDIT = @NMEDIT@
156
 
OBJEXT = @OBJEXT@
157
 
PACKAGE = @PACKAGE@
158
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159
 
PACKAGE_NAME = @PACKAGE_NAME@
160
 
PACKAGE_STRING = @PACKAGE_STRING@
161
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
162
 
PACKAGE_VERSION = @PACKAGE_VERSION@
163
 
PAM_PREFIX = @PAM_PREFIX@
164
 
PATH_SEPARATOR = @PATH_SEPARATOR@
165
 
PROCPS_LIBS = @PROCPS_LIBS@
166
 
RANLIB = @RANLIB@
167
 
RPCGEN = @RPCGEN@
168
 
SED = @SED@
169
 
SET_MAKE = @SET_MAKE@
170
 
SHELL = @SHELL@
171
 
STRIP = @STRIP@
172
 
TARGET_OS = @TARGET_OS@
173
 
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
174
 
URIPARSER_LIBS = @URIPARSER_LIBS@
175
 
VERSION = @VERSION@
176
 
VMWARE_USER_CPPFLAGS = @VMWARE_USER_CPPFLAGS@
177
 
VMWARE_USER_LDADD = @VMWARE_USER_LDADD@
178
 
XMKMF = @XMKMF@
179
 
X_CFLAGS = @X_CFLAGS@
180
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
181
 
X_LIBS = @X_LIBS@
182
 
X_PRE_LIBS = @X_PRE_LIBS@
183
 
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
184
 
ZLIB_LIBS = @ZLIB_LIBS@
185
 
abs_builddir = @abs_builddir@
186
 
abs_srcdir = @abs_srcdir@
187
 
abs_top_builddir = @abs_top_builddir@
188
 
abs_top_srcdir = @abs_top_srcdir@
189
 
ac_ct_CC = @ac_ct_CC@
190
 
ac_ct_CXX = @ac_ct_CXX@
191
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
192
 
am__include = @am__include@
193
 
am__leading_dot = @am__leading_dot@
194
 
am__quote = @am__quote@
195
 
am__tar = @am__tar@
196
 
am__untar = @am__untar@
197
 
bindir = @bindir@
198
 
build = @build@
199
 
build_alias = @build_alias@
200
 
build_cpu = @build_cpu@
201
 
build_os = @build_os@
202
 
build_vendor = @build_vendor@
203
 
builddir = @builddir@
204
 
datadir = @datadir@
205
 
datarootdir = @datarootdir@
206
 
docdir = @docdir@
207
 
dvidir = @dvidir@
208
 
exec_prefix = @exec_prefix@
209
 
host = @host@
210
 
host_alias = @host_alias@
211
 
host_cpu = @host_cpu@
212
 
host_os = @host_os@
213
 
host_vendor = @host_vendor@
214
 
htmldir = @htmldir@
215
 
includedir = @includedir@
216
 
infodir = @infodir@
217
 
install_sh = @install_sh@
218
 
libdir = @libdir@
219
 
libexecdir = @libexecdir@
220
 
localedir = @localedir@
221
 
localstatedir = @localstatedir@
222
 
lt_ECHO = @lt_ECHO@
223
 
mandir = @mandir@
224
 
mkdir_p = @mkdir_p@
225
 
oldincludedir = @oldincludedir@
226
 
pdfdir = @pdfdir@
227
 
prefix = @prefix@
228
 
program_transform_name = @program_transform_name@
229
 
psdir = @psdir@
230
 
sbindir = @sbindir@
231
 
sharedstatedir = @sharedstatedir@
232
 
srcdir = @srcdir@
233
 
sysconfdir = @sysconfdir@
234
 
target_alias = @target_alias@
235
 
top_builddir = @top_builddir@
236
 
top_srcdir = @top_srcdir@
237
 
noinst_LTLIBRARIES = libString.la
238
 
libString_la_SOURCES = ../bsd_output_shared.c ../bsd_vsnprintf.c \
239
 
        ../bsd_vsnwprintf.c ../convertutf.c ../str.c
240
 
AM_CFLAGS = @LIB_STRING_CPPFLAGS@
241
 
all: all-am
242
 
 
243
 
.SUFFIXES:
244
 
.SUFFIXES: .c .lo .o .obj
245
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
246
 
        @for dep in $?; do \
247
 
          case '$(am__configure_deps)' in \
248
 
            *$$dep*) \
249
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
250
 
                && exit 0; \
251
 
              exit 1;; \
252
 
          esac; \
253
 
        done; \
254
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/string/shared/Makefile'; \
255
 
        cd $(top_srcdir) && \
256
 
          $(AUTOMAKE) --gnu  lib/string/shared/Makefile
257
 
.PRECIOUS: Makefile
258
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
259
 
        @case '$?' in \
260
 
          *config.status*) \
261
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
262
 
          *) \
263
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
264
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
265
 
        esac;
266
 
 
267
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
268
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
 
 
270
 
$(top_srcdir)/configure:  $(am__configure_deps)
271
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
273
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274
 
 
275
 
clean-noinstLTLIBRARIES:
276
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
277
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
278
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
279
 
          test "$$dir" != "$$p" || dir=.; \
280
 
          echo "rm -f \"$${dir}/so_locations\""; \
281
 
          rm -f "$${dir}/so_locations"; \
282
 
        done
283
 
libString.la: $(libString_la_OBJECTS) $(libString_la_DEPENDENCIES) 
284
 
        $(LINK)  $(libString_la_OBJECTS) $(libString_la_LIBADD) $(LIBS)
285
 
 
286
 
mostlyclean-compile:
287
 
        -rm -f *.$(OBJEXT)
288
 
 
289
 
distclean-compile:
290
 
        -rm -f *.tab.c
291
 
 
292
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsd_output_shared.Plo@am__quote@
293
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsd_vsnprintf.Plo@am__quote@
294
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsd_vsnwprintf.Plo@am__quote@
295
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convertutf.Plo@am__quote@
296
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Plo@am__quote@
297
 
 
298
 
.c.o:
299
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
300
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
301
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
302
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
304
 
 
305
 
.c.obj:
306
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
307
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
308
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
309
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
311
 
 
312
 
.c.lo:
313
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
314
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
315
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
316
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
318
 
 
319
 
bsd_output_shared.lo: ../bsd_output_shared.c
320
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bsd_output_shared.lo -MD -MP -MF $(DEPDIR)/bsd_output_shared.Tpo -c -o bsd_output_shared.lo `test -f '../bsd_output_shared.c' || echo '$(srcdir)/'`../bsd_output_shared.c
321
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/bsd_output_shared.Tpo $(DEPDIR)/bsd_output_shared.Plo
322
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../bsd_output_shared.c' object='bsd_output_shared.lo' libtool=yes @AMDEPBACKSLASH@
323
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bsd_output_shared.lo `test -f '../bsd_output_shared.c' || echo '$(srcdir)/'`../bsd_output_shared.c
325
 
 
326
 
bsd_vsnprintf.lo: ../bsd_vsnprintf.c
327
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bsd_vsnprintf.lo -MD -MP -MF $(DEPDIR)/bsd_vsnprintf.Tpo -c -o bsd_vsnprintf.lo `test -f '../bsd_vsnprintf.c' || echo '$(srcdir)/'`../bsd_vsnprintf.c
328
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/bsd_vsnprintf.Tpo $(DEPDIR)/bsd_vsnprintf.Plo
329
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../bsd_vsnprintf.c' object='bsd_vsnprintf.lo' libtool=yes @AMDEPBACKSLASH@
330
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bsd_vsnprintf.lo `test -f '../bsd_vsnprintf.c' || echo '$(srcdir)/'`../bsd_vsnprintf.c
332
 
 
333
 
bsd_vsnwprintf.lo: ../bsd_vsnwprintf.c
334
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bsd_vsnwprintf.lo -MD -MP -MF $(DEPDIR)/bsd_vsnwprintf.Tpo -c -o bsd_vsnwprintf.lo `test -f '../bsd_vsnwprintf.c' || echo '$(srcdir)/'`../bsd_vsnwprintf.c
335
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/bsd_vsnwprintf.Tpo $(DEPDIR)/bsd_vsnwprintf.Plo
336
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../bsd_vsnwprintf.c' object='bsd_vsnwprintf.lo' libtool=yes @AMDEPBACKSLASH@
337
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bsd_vsnwprintf.lo `test -f '../bsd_vsnwprintf.c' || echo '$(srcdir)/'`../bsd_vsnwprintf.c
339
 
 
340
 
convertutf.lo: ../convertutf.c
341
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT convertutf.lo -MD -MP -MF $(DEPDIR)/convertutf.Tpo -c -o convertutf.lo `test -f '../convertutf.c' || echo '$(srcdir)/'`../convertutf.c
342
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/convertutf.Tpo $(DEPDIR)/convertutf.Plo
343
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../convertutf.c' object='convertutf.lo' libtool=yes @AMDEPBACKSLASH@
344
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o convertutf.lo `test -f '../convertutf.c' || echo '$(srcdir)/'`../convertutf.c
346
 
 
347
 
str.lo: ../str.c
348
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT str.lo -MD -MP -MF $(DEPDIR)/str.Tpo -c -o str.lo `test -f '../str.c' || echo '$(srcdir)/'`../str.c
349
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/str.Tpo $(DEPDIR)/str.Plo
350
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../str.c' object='str.lo' libtool=yes @AMDEPBACKSLASH@
351
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o str.lo `test -f '../str.c' || echo '$(srcdir)/'`../str.c
353
 
 
354
 
mostlyclean-libtool:
355
 
        -rm -f *.lo
356
 
 
357
 
clean-libtool:
358
 
        -rm -rf .libs _libs
359
 
 
360
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362
 
        unique=`for i in $$list; do \
363
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364
 
          done | \
365
 
          $(AWK) '    { files[$$0] = 1; } \
366
 
               END { for (i in files) print i; }'`; \
367
 
        mkid -fID $$unique
368
 
tags: TAGS
369
 
 
370
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
371
 
                $(TAGS_FILES) $(LISP)
372
 
        tags=; \
373
 
        here=`pwd`; \
374
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
375
 
        unique=`for i in $$list; do \
376
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377
 
          done | \
378
 
          $(AWK) '    { files[$$0] = 1; } \
379
 
               END { for (i in files) print i; }'`; \
380
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
381
 
          test -n "$$unique" || unique=$$empty_fix; \
382
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
383
 
            $$tags $$unique; \
384
 
        fi
385
 
ctags: CTAGS
386
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
387
 
                $(TAGS_FILES) $(LISP)
388
 
        tags=; \
389
 
        here=`pwd`; \
390
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
391
 
        unique=`for i in $$list; do \
392
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393
 
          done | \
394
 
          $(AWK) '    { files[$$0] = 1; } \
395
 
               END { for (i in files) print i; }'`; \
396
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
397
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398
 
             $$tags $$unique
399
 
 
400
 
GTAGS:
401
 
        here=`$(am__cd) $(top_builddir) && pwd` \
402
 
          && cd $(top_srcdir) \
403
 
          && gtags -i $(GTAGS_ARGS) $$here
404
 
 
405
 
distclean-tags:
406
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407
 
 
408
 
distdir: $(DISTFILES)
409
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
410
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
411
 
        list='$(DISTFILES)'; \
412
 
          dist_files=`for file in $$list; do echo $$file; done | \
413
 
          sed -e "s|^$$srcdirstrip/||;t" \
414
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
415
 
        case $$dist_files in \
416
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
417
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
418
 
                           sort -u` ;; \
419
 
        esac; \
420
 
        for file in $$dist_files; do \
421
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
422
 
          if test -d $$d/$$file; then \
423
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
424
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
425
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
426
 
            fi; \
427
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
428
 
          else \
429
 
            test -f $(distdir)/$$file \
430
 
            || cp -p $$d/$$file $(distdir)/$$file \
431
 
            || exit 1; \
432
 
          fi; \
433
 
        done
434
 
check-am: all-am
435
 
check: check-am
436
 
all-am: Makefile $(LTLIBRARIES)
437
 
installdirs:
438
 
install: install-am
439
 
install-exec: install-exec-am
440
 
install-data: install-data-am
441
 
uninstall: uninstall-am
442
 
 
443
 
install-am: all-am
444
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445
 
 
446
 
installcheck: installcheck-am
447
 
install-strip:
448
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450
 
          `test -z '$(STRIP)' || \
451
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
452
 
mostlyclean-generic:
453
 
 
454
 
clean-generic:
455
 
 
456
 
distclean-generic:
457
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
458
 
 
459
 
maintainer-clean-generic:
460
 
        @echo "This command is intended for maintainers to use"
461
 
        @echo "it deletes files that may require special tools to rebuild."
462
 
clean: clean-am
463
 
 
464
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
465
 
        mostlyclean-am
466
 
 
467
 
distclean: distclean-am
468
 
        -rm -rf ./$(DEPDIR)
469
 
        -rm -f Makefile
470
 
distclean-am: clean-am distclean-compile distclean-generic \
471
 
        distclean-tags
472
 
 
473
 
dvi: dvi-am
474
 
 
475
 
dvi-am:
476
 
 
477
 
html: html-am
478
 
 
479
 
info: info-am
480
 
 
481
 
info-am:
482
 
 
483
 
install-data-am:
484
 
 
485
 
install-dvi: install-dvi-am
486
 
 
487
 
install-exec-am:
488
 
 
489
 
install-html: install-html-am
490
 
 
491
 
install-info: install-info-am
492
 
 
493
 
install-man:
494
 
 
495
 
install-pdf: install-pdf-am
496
 
 
497
 
install-ps: install-ps-am
498
 
 
499
 
installcheck-am:
500
 
 
501
 
maintainer-clean: maintainer-clean-am
502
 
        -rm -rf ./$(DEPDIR)
503
 
        -rm -f Makefile
504
 
maintainer-clean-am: distclean-am maintainer-clean-generic
505
 
 
506
 
mostlyclean: mostlyclean-am
507
 
 
508
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
509
 
        mostlyclean-libtool
510
 
 
511
 
pdf: pdf-am
512
 
 
513
 
pdf-am:
514
 
 
515
 
ps: ps-am
516
 
 
517
 
ps-am:
518
 
 
519
 
uninstall-am:
520
 
 
521
 
.MAKE: install-am install-strip
522
 
 
523
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
524
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
525
 
        distclean-compile distclean-generic distclean-libtool \
526
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
527
 
        install install-am install-data install-data-am install-dvi \
528
 
        install-dvi-am install-exec install-exec-am install-html \
529
 
        install-html-am install-info install-info-am install-man \
530
 
        install-pdf install-pdf-am install-ps install-ps-am \
531
 
        install-strip installcheck installcheck-am installdirs \
532
 
        maintainer-clean maintainer-clean-generic mostlyclean \
533
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
534
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
535
 
 
536
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
537
 
# Otherwise a system limit (for SysV at least) may be exceeded.
538
 
.NOEXPORT: