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

« back to all changes in this revision

Viewing changes to lib/misc/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
 
@HAVE_ICU_TRUE@am__append_1 = ../codeset.c
53
 
subdir = lib/misc/shared
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
57
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
58
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
59
 
        $(top_srcdir)/configure.ac
60
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61
 
        $(ACLOCAL_M4)
62
 
mkinstalldirs = $(install_sh) -d
63
 
CONFIG_CLEAN_FILES =
64
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
65
 
libMisc_la_LIBADD =
66
 
am__libMisc_la_SOURCES_DIST = ../atomic.c ../base64.c ../codesetOld.c \
67
 
        ../dbllnklst.c ../dynarray.c ../dynbuf.c ../escape.c \
68
 
        ../hashTable.c ../hostinfo_misc.c ../hostname.c ../idLinux.c \
69
 
        ../iovector.c ../machineID.c ../miscSolaris.c ../posixDlopen.c \
70
 
        ../posixPosix.c ../random.c ../timeutil.c ../util_misc.c \
71
 
        ../vmstdio.c ../codeset.c
72
 
@HAVE_ICU_TRUE@am__objects_1 = codeset.lo
73
 
am_libMisc_la_OBJECTS = atomic.lo base64.lo codesetOld.lo dbllnklst.lo \
74
 
        dynarray.lo dynbuf.lo escape.lo hashTable.lo hostinfo_misc.lo \
75
 
        hostname.lo idLinux.lo iovector.lo machineID.lo miscSolaris.lo \
76
 
        posixDlopen.lo posixPosix.lo random.lo timeutil.lo \
77
 
        util_misc.lo vmstdio.lo $(am__objects_1)
78
 
libMisc_la_OBJECTS = $(am_libMisc_la_OBJECTS)
79
 
DEFAULT_INCLUDES = -I.@am__isrc@
80
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
81
 
am__depfiles_maybe = depfiles
82
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
86
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87
 
CCLD = $(CC)
88
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
90
 
        $(LDFLAGS) -o $@
91
 
SOURCES = $(libMisc_la_SOURCES)
92
 
DIST_SOURCES = $(am__libMisc_la_SOURCES_DIST)
93
 
ETAGS = etags
94
 
CTAGS = ctags
95
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96
 
ACLOCAL = @ACLOCAL@
97
 
AMTAR = @AMTAR@
98
 
AR = @AR@
99
 
AUTOCONF = @AUTOCONF@
100
 
AUTOHEADER = @AUTOHEADER@
101
 
AUTOMAKE = @AUTOMAKE@
102
 
AWK = @AWK@
103
 
CC = @CC@
104
 
CCDEPMODE = @CCDEPMODE@
105
 
CFLAGS = @CFLAGS@
106
 
COMMON_XLIBS = @COMMON_XLIBS@
107
 
CPP = @CPP@
108
 
CPPFLAGS = @CPPFLAGS@
109
 
CXX = @CXX@
110
 
CXXCPP = @CXXCPP@
111
 
CXXDEPMODE = @CXXDEPMODE@
112
 
CXXFLAGS = @CXXFLAGS@
113
 
CYGPATH_W = @CYGPATH_W@
114
 
DEFS = @DEFS@
115
 
DEPDIR = @DEPDIR@
116
 
DNET_CONFIG = @DNET_CONFIG@
117
 
DNET_CPPFLAGS = @DNET_CPPFLAGS@
118
 
DNET_LIBS = @DNET_LIBS@
119
 
DSYMUTIL = @DSYMUTIL@
120
 
DUMPBIN = @DUMPBIN@
121
 
ECHO_C = @ECHO_C@
122
 
ECHO_N = @ECHO_N@
123
 
ECHO_T = @ECHO_T@
124
 
EGREP = @EGREP@
125
 
EXEEXT = @EXEEXT@
126
 
FGREP = @FGREP@
127
 
GREP = @GREP@
128
 
GTK_CPPFLAGS = @GTK_CPPFLAGS@
129
 
GTK_LIBS = @GTK_LIBS@
130
 
GUESTD_LDADD = @GUESTD_LDADD@
131
 
HAVE_CXX = @HAVE_CXX@
132
 
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
133
 
ICU_CONFIG = @ICU_CONFIG@
134
 
ICU_CPPFLAGS = @ICU_CPPFLAGS@
135
 
ICU_LIBS = @ICU_LIBS@
136
 
INSTALL = @INSTALL@
137
 
INSTALL_DATA = @INSTALL_DATA@
138
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
139
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
140
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141
 
KERNEL_RELEASE = @KERNEL_RELEASE@
142
 
LD = @LD@
143
 
LDFLAGS = @LDFLAGS@
144
 
LIBOBJS = @LIBOBJS@
145
 
LIBPNG_CONFIG = @LIBPNG_CONFIG@
146
 
LIBPNG_CPPFLAGS = @LIBPNG_CPPFLAGS@
147
 
LIBPNG_LIBS = @LIBPNG_LIBS@
148
 
LIBS = @LIBS@
149
 
LIBTOOL = @LIBTOOL@
150
 
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
151
 
LIB_FILE_CPPFLAGS = @LIB_FILE_CPPFLAGS@
152
 
LIB_HGFS_SERVER_CPPFLAGS = @LIB_HGFS_SERVER_CPPFLAGS@
153
 
LIB_IMPERSONATE_CPPFLAGS = @LIB_IMPERSONATE_CPPFLAGS@
154
 
LIB_MISC_CPPFLAGS = @LIB_MISC_CPPFLAGS@
155
 
LIB_PROC_MGR_CPPFLAGS = @LIB_PROC_MGR_CPPFLAGS@
156
 
LIB_STRING_CPPFLAGS = @LIB_STRING_CPPFLAGS@
157
 
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
158
 
LN_S = @LN_S@
159
 
LTLIBOBJS = @LTLIBOBJS@
160
 
MAKEINFO = @MAKEINFO@
161
 
MKDIR_P = @MKDIR_P@
162
 
MODULES = @MODULES@
163
 
MODULES_DIR = @MODULES_DIR@
164
 
MODULES_OS = @MODULES_OS@
165
 
NM = @NM@
166
 
NMEDIT = @NMEDIT@
167
 
OBJEXT = @OBJEXT@
168
 
PACKAGE = @PACKAGE@
169
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170
 
PACKAGE_NAME = @PACKAGE_NAME@
171
 
PACKAGE_STRING = @PACKAGE_STRING@
172
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
173
 
PACKAGE_VERSION = @PACKAGE_VERSION@
174
 
PAM_PREFIX = @PAM_PREFIX@
175
 
PATH_SEPARATOR = @PATH_SEPARATOR@
176
 
PROCPS_LIBS = @PROCPS_LIBS@
177
 
RANLIB = @RANLIB@
178
 
RPCGEN = @RPCGEN@
179
 
SED = @SED@
180
 
SET_MAKE = @SET_MAKE@
181
 
SHELL = @SHELL@
182
 
STRIP = @STRIP@
183
 
TARGET_OS = @TARGET_OS@
184
 
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
185
 
URIPARSER_LIBS = @URIPARSER_LIBS@
186
 
VERSION = @VERSION@
187
 
VMWARE_USER_CPPFLAGS = @VMWARE_USER_CPPFLAGS@
188
 
VMWARE_USER_LDADD = @VMWARE_USER_LDADD@
189
 
XMKMF = @XMKMF@
190
 
X_CFLAGS = @X_CFLAGS@
191
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
192
 
X_LIBS = @X_LIBS@
193
 
X_PRE_LIBS = @X_PRE_LIBS@
194
 
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
195
 
ZLIB_LIBS = @ZLIB_LIBS@
196
 
abs_builddir = @abs_builddir@
197
 
abs_srcdir = @abs_srcdir@
198
 
abs_top_builddir = @abs_top_builddir@
199
 
abs_top_srcdir = @abs_top_srcdir@
200
 
ac_ct_CC = @ac_ct_CC@
201
 
ac_ct_CXX = @ac_ct_CXX@
202
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
203
 
am__include = @am__include@
204
 
am__leading_dot = @am__leading_dot@
205
 
am__quote = @am__quote@
206
 
am__tar = @am__tar@
207
 
am__untar = @am__untar@
208
 
bindir = @bindir@
209
 
build = @build@
210
 
build_alias = @build_alias@
211
 
build_cpu = @build_cpu@
212
 
build_os = @build_os@
213
 
build_vendor = @build_vendor@
214
 
builddir = @builddir@
215
 
datadir = @datadir@
216
 
datarootdir = @datarootdir@
217
 
docdir = @docdir@
218
 
dvidir = @dvidir@
219
 
exec_prefix = @exec_prefix@
220
 
host = @host@
221
 
host_alias = @host_alias@
222
 
host_cpu = @host_cpu@
223
 
host_os = @host_os@
224
 
host_vendor = @host_vendor@
225
 
htmldir = @htmldir@
226
 
includedir = @includedir@
227
 
infodir = @infodir@
228
 
install_sh = @install_sh@
229
 
libdir = @libdir@
230
 
libexecdir = @libexecdir@
231
 
localedir = @localedir@
232
 
localstatedir = @localstatedir@
233
 
lt_ECHO = @lt_ECHO@
234
 
mandir = @mandir@
235
 
mkdir_p = @mkdir_p@
236
 
oldincludedir = @oldincludedir@
237
 
pdfdir = @pdfdir@
238
 
prefix = @prefix@
239
 
program_transform_name = @program_transform_name@
240
 
psdir = @psdir@
241
 
sbindir = @sbindir@
242
 
sharedstatedir = @sharedstatedir@
243
 
srcdir = @srcdir@
244
 
sysconfdir = @sysconfdir@
245
 
target_alias = @target_alias@
246
 
top_builddir = @top_builddir@
247
 
top_srcdir = @top_srcdir@
248
 
noinst_LTLIBRARIES = libMisc.la
249
 
libMisc_la_SOURCES = ../atomic.c ../base64.c ../codesetOld.c \
250
 
        ../dbllnklst.c ../dynarray.c ../dynbuf.c ../escape.c \
251
 
        ../hashTable.c ../hostinfo_misc.c ../hostname.c ../idLinux.c \
252
 
        ../iovector.c ../machineID.c ../miscSolaris.c ../posixDlopen.c \
253
 
        ../posixPosix.c ../random.c ../timeutil.c ../util_misc.c \
254
 
        ../vmstdio.c $(am__append_1)
255
 
AM_CFLAGS = @LIB_MISC_CPPFLAGS@
256
 
all: all-am
257
 
 
258
 
.SUFFIXES:
259
 
.SUFFIXES: .c .lo .o .obj
260
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
261
 
        @for dep in $?; do \
262
 
          case '$(am__configure_deps)' in \
263
 
            *$$dep*) \
264
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
265
 
                && exit 0; \
266
 
              exit 1;; \
267
 
          esac; \
268
 
        done; \
269
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/misc/shared/Makefile'; \
270
 
        cd $(top_srcdir) && \
271
 
          $(AUTOMAKE) --gnu  lib/misc/shared/Makefile
272
 
.PRECIOUS: Makefile
273
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274
 
        @case '$?' in \
275
 
          *config.status*) \
276
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
277
 
          *) \
278
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
279
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
280
 
        esac;
281
 
 
282
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
283
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
 
 
285
 
$(top_srcdir)/configure:  $(am__configure_deps)
286
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
288
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
 
 
290
 
clean-noinstLTLIBRARIES:
291
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
292
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
293
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
294
 
          test "$$dir" != "$$p" || dir=.; \
295
 
          echo "rm -f \"$${dir}/so_locations\""; \
296
 
          rm -f "$${dir}/so_locations"; \
297
 
        done
298
 
libMisc.la: $(libMisc_la_OBJECTS) $(libMisc_la_DEPENDENCIES) 
299
 
        $(LINK)  $(libMisc_la_OBJECTS) $(libMisc_la_LIBADD) $(LIBS)
300
 
 
301
 
mostlyclean-compile:
302
 
        -rm -f *.$(OBJEXT)
303
 
 
304
 
distclean-compile:
305
 
        -rm -f *.tab.c
306
 
 
307
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic.Plo@am__quote@
308
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@
309
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codeset.Plo@am__quote@
310
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codesetOld.Plo@am__quote@
311
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbllnklst.Plo@am__quote@
312
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynarray.Plo@am__quote@
313
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynbuf.Plo@am__quote@
314
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escape.Plo@am__quote@
315
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashTable.Plo@am__quote@
316
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostinfo_misc.Plo@am__quote@
317
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostname.Plo@am__quote@
318
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idLinux.Plo@am__quote@
319
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iovector.Plo@am__quote@
320
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/machineID.Plo@am__quote@
321
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miscSolaris.Plo@am__quote@
322
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posixDlopen.Plo@am__quote@
323
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posixPosix.Plo@am__quote@
324
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Plo@am__quote@
325
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeutil.Plo@am__quote@
326
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util_misc.Plo@am__quote@
327
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmstdio.Plo@am__quote@
328
 
 
329
 
.c.o:
330
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
331
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
332
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
333
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
335
 
 
336
 
.c.obj:
337
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
338
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
339
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
342
 
 
343
 
.c.lo:
344
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
345
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
346
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
347
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
349
 
 
350
 
atomic.lo: ../atomic.c
351
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atomic.lo -MD -MP -MF $(DEPDIR)/atomic.Tpo -c -o atomic.lo `test -f '../atomic.c' || echo '$(srcdir)/'`../atomic.c
352
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/atomic.Tpo $(DEPDIR)/atomic.Plo
353
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../atomic.c' object='atomic.lo' libtool=yes @AMDEPBACKSLASH@
354
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atomic.lo `test -f '../atomic.c' || echo '$(srcdir)/'`../atomic.c
356
 
 
357
 
base64.lo: ../base64.c
358
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT base64.lo -MD -MP -MF $(DEPDIR)/base64.Tpo -c -o base64.lo `test -f '../base64.c' || echo '$(srcdir)/'`../base64.c
359
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/base64.Tpo $(DEPDIR)/base64.Plo
360
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../base64.c' object='base64.lo' libtool=yes @AMDEPBACKSLASH@
361
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o base64.lo `test -f '../base64.c' || echo '$(srcdir)/'`../base64.c
363
 
 
364
 
codesetOld.lo: ../codesetOld.c
365
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT codesetOld.lo -MD -MP -MF $(DEPDIR)/codesetOld.Tpo -c -o codesetOld.lo `test -f '../codesetOld.c' || echo '$(srcdir)/'`../codesetOld.c
366
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/codesetOld.Tpo $(DEPDIR)/codesetOld.Plo
367
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../codesetOld.c' object='codesetOld.lo' libtool=yes @AMDEPBACKSLASH@
368
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o codesetOld.lo `test -f '../codesetOld.c' || echo '$(srcdir)/'`../codesetOld.c
370
 
 
371
 
dbllnklst.lo: ../dbllnklst.c
372
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbllnklst.lo -MD -MP -MF $(DEPDIR)/dbllnklst.Tpo -c -o dbllnklst.lo `test -f '../dbllnklst.c' || echo '$(srcdir)/'`../dbllnklst.c
373
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dbllnklst.Tpo $(DEPDIR)/dbllnklst.Plo
374
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../dbllnklst.c' object='dbllnklst.lo' libtool=yes @AMDEPBACKSLASH@
375
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbllnklst.lo `test -f '../dbllnklst.c' || echo '$(srcdir)/'`../dbllnklst.c
377
 
 
378
 
dynarray.lo: ../dynarray.c
379
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dynarray.lo -MD -MP -MF $(DEPDIR)/dynarray.Tpo -c -o dynarray.lo `test -f '../dynarray.c' || echo '$(srcdir)/'`../dynarray.c
380
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dynarray.Tpo $(DEPDIR)/dynarray.Plo
381
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../dynarray.c' object='dynarray.lo' libtool=yes @AMDEPBACKSLASH@
382
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dynarray.lo `test -f '../dynarray.c' || echo '$(srcdir)/'`../dynarray.c
384
 
 
385
 
dynbuf.lo: ../dynbuf.c
386
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dynbuf.lo -MD -MP -MF $(DEPDIR)/dynbuf.Tpo -c -o dynbuf.lo `test -f '../dynbuf.c' || echo '$(srcdir)/'`../dynbuf.c
387
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dynbuf.Tpo $(DEPDIR)/dynbuf.Plo
388
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../dynbuf.c' object='dynbuf.lo' libtool=yes @AMDEPBACKSLASH@
389
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
390
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dynbuf.lo `test -f '../dynbuf.c' || echo '$(srcdir)/'`../dynbuf.c
391
 
 
392
 
escape.lo: ../escape.c
393
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT escape.lo -MD -MP -MF $(DEPDIR)/escape.Tpo -c -o escape.lo `test -f '../escape.c' || echo '$(srcdir)/'`../escape.c
394
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/escape.Tpo $(DEPDIR)/escape.Plo
395
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../escape.c' object='escape.lo' libtool=yes @AMDEPBACKSLASH@
396
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o escape.lo `test -f '../escape.c' || echo '$(srcdir)/'`../escape.c
398
 
 
399
 
hashTable.lo: ../hashTable.c
400
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hashTable.lo -MD -MP -MF $(DEPDIR)/hashTable.Tpo -c -o hashTable.lo `test -f '../hashTable.c' || echo '$(srcdir)/'`../hashTable.c
401
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hashTable.Tpo $(DEPDIR)/hashTable.Plo
402
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../hashTable.c' object='hashTable.lo' libtool=yes @AMDEPBACKSLASH@
403
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hashTable.lo `test -f '../hashTable.c' || echo '$(srcdir)/'`../hashTable.c
405
 
 
406
 
hostinfo_misc.lo: ../hostinfo_misc.c
407
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hostinfo_misc.lo -MD -MP -MF $(DEPDIR)/hostinfo_misc.Tpo -c -o hostinfo_misc.lo `test -f '../hostinfo_misc.c' || echo '$(srcdir)/'`../hostinfo_misc.c
408
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hostinfo_misc.Tpo $(DEPDIR)/hostinfo_misc.Plo
409
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../hostinfo_misc.c' object='hostinfo_misc.lo' libtool=yes @AMDEPBACKSLASH@
410
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hostinfo_misc.lo `test -f '../hostinfo_misc.c' || echo '$(srcdir)/'`../hostinfo_misc.c
412
 
 
413
 
hostname.lo: ../hostname.c
414
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hostname.lo -MD -MP -MF $(DEPDIR)/hostname.Tpo -c -o hostname.lo `test -f '../hostname.c' || echo '$(srcdir)/'`../hostname.c
415
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/hostname.Tpo $(DEPDIR)/hostname.Plo
416
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../hostname.c' object='hostname.lo' libtool=yes @AMDEPBACKSLASH@
417
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hostname.lo `test -f '../hostname.c' || echo '$(srcdir)/'`../hostname.c
419
 
 
420
 
idLinux.lo: ../idLinux.c
421
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT idLinux.lo -MD -MP -MF $(DEPDIR)/idLinux.Tpo -c -o idLinux.lo `test -f '../idLinux.c' || echo '$(srcdir)/'`../idLinux.c
422
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/idLinux.Tpo $(DEPDIR)/idLinux.Plo
423
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../idLinux.c' object='idLinux.lo' libtool=yes @AMDEPBACKSLASH@
424
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o idLinux.lo `test -f '../idLinux.c' || echo '$(srcdir)/'`../idLinux.c
426
 
 
427
 
iovector.lo: ../iovector.c
428
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT iovector.lo -MD -MP -MF $(DEPDIR)/iovector.Tpo -c -o iovector.lo `test -f '../iovector.c' || echo '$(srcdir)/'`../iovector.c
429
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/iovector.Tpo $(DEPDIR)/iovector.Plo
430
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../iovector.c' object='iovector.lo' libtool=yes @AMDEPBACKSLASH@
431
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o iovector.lo `test -f '../iovector.c' || echo '$(srcdir)/'`../iovector.c
433
 
 
434
 
machineID.lo: ../machineID.c
435
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT machineID.lo -MD -MP -MF $(DEPDIR)/machineID.Tpo -c -o machineID.lo `test -f '../machineID.c' || echo '$(srcdir)/'`../machineID.c
436
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/machineID.Tpo $(DEPDIR)/machineID.Plo
437
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../machineID.c' object='machineID.lo' libtool=yes @AMDEPBACKSLASH@
438
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o machineID.lo `test -f '../machineID.c' || echo '$(srcdir)/'`../machineID.c
440
 
 
441
 
miscSolaris.lo: ../miscSolaris.c
442
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT miscSolaris.lo -MD -MP -MF $(DEPDIR)/miscSolaris.Tpo -c -o miscSolaris.lo `test -f '../miscSolaris.c' || echo '$(srcdir)/'`../miscSolaris.c
443
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/miscSolaris.Tpo $(DEPDIR)/miscSolaris.Plo
444
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../miscSolaris.c' object='miscSolaris.lo' libtool=yes @AMDEPBACKSLASH@
445
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o miscSolaris.lo `test -f '../miscSolaris.c' || echo '$(srcdir)/'`../miscSolaris.c
447
 
 
448
 
posixDlopen.lo: ../posixDlopen.c
449
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT posixDlopen.lo -MD -MP -MF $(DEPDIR)/posixDlopen.Tpo -c -o posixDlopen.lo `test -f '../posixDlopen.c' || echo '$(srcdir)/'`../posixDlopen.c
450
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/posixDlopen.Tpo $(DEPDIR)/posixDlopen.Plo
451
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../posixDlopen.c' object='posixDlopen.lo' libtool=yes @AMDEPBACKSLASH@
452
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o posixDlopen.lo `test -f '../posixDlopen.c' || echo '$(srcdir)/'`../posixDlopen.c
454
 
 
455
 
posixPosix.lo: ../posixPosix.c
456
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT posixPosix.lo -MD -MP -MF $(DEPDIR)/posixPosix.Tpo -c -o posixPosix.lo `test -f '../posixPosix.c' || echo '$(srcdir)/'`../posixPosix.c
457
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/posixPosix.Tpo $(DEPDIR)/posixPosix.Plo
458
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../posixPosix.c' object='posixPosix.lo' libtool=yes @AMDEPBACKSLASH@
459
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
460
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o posixPosix.lo `test -f '../posixPosix.c' || echo '$(srcdir)/'`../posixPosix.c
461
 
 
462
 
random.lo: ../random.c
463
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT random.lo -MD -MP -MF $(DEPDIR)/random.Tpo -c -o random.lo `test -f '../random.c' || echo '$(srcdir)/'`../random.c
464
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/random.Tpo $(DEPDIR)/random.Plo
465
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../random.c' object='random.lo' libtool=yes @AMDEPBACKSLASH@
466
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
467
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o random.lo `test -f '../random.c' || echo '$(srcdir)/'`../random.c
468
 
 
469
 
timeutil.lo: ../timeutil.c
470
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timeutil.lo -MD -MP -MF $(DEPDIR)/timeutil.Tpo -c -o timeutil.lo `test -f '../timeutil.c' || echo '$(srcdir)/'`../timeutil.c
471
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/timeutil.Tpo $(DEPDIR)/timeutil.Plo
472
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../timeutil.c' object='timeutil.lo' libtool=yes @AMDEPBACKSLASH@
473
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
474
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o timeutil.lo `test -f '../timeutil.c' || echo '$(srcdir)/'`../timeutil.c
475
 
 
476
 
util_misc.lo: ../util_misc.c
477
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT util_misc.lo -MD -MP -MF $(DEPDIR)/util_misc.Tpo -c -o util_misc.lo `test -f '../util_misc.c' || echo '$(srcdir)/'`../util_misc.c
478
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/util_misc.Tpo $(DEPDIR)/util_misc.Plo
479
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../util_misc.c' object='util_misc.lo' libtool=yes @AMDEPBACKSLASH@
480
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
481
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o util_misc.lo `test -f '../util_misc.c' || echo '$(srcdir)/'`../util_misc.c
482
 
 
483
 
vmstdio.lo: ../vmstdio.c
484
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vmstdio.lo -MD -MP -MF $(DEPDIR)/vmstdio.Tpo -c -o vmstdio.lo `test -f '../vmstdio.c' || echo '$(srcdir)/'`../vmstdio.c
485
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/vmstdio.Tpo $(DEPDIR)/vmstdio.Plo
486
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../vmstdio.c' object='vmstdio.lo' libtool=yes @AMDEPBACKSLASH@
487
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
488
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o vmstdio.lo `test -f '../vmstdio.c' || echo '$(srcdir)/'`../vmstdio.c
489
 
 
490
 
codeset.lo: ../codeset.c
491
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT codeset.lo -MD -MP -MF $(DEPDIR)/codeset.Tpo -c -o codeset.lo `test -f '../codeset.c' || echo '$(srcdir)/'`../codeset.c
492
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/codeset.Tpo $(DEPDIR)/codeset.Plo
493
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../codeset.c' object='codeset.lo' libtool=yes @AMDEPBACKSLASH@
494
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
495
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o codeset.lo `test -f '../codeset.c' || echo '$(srcdir)/'`../codeset.c
496
 
 
497
 
mostlyclean-libtool:
498
 
        -rm -f *.lo
499
 
 
500
 
clean-libtool:
501
 
        -rm -rf .libs _libs
502
 
 
503
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
504
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
505
 
        unique=`for i in $$list; do \
506
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507
 
          done | \
508
 
          $(AWK) '    { files[$$0] = 1; } \
509
 
               END { for (i in files) print i; }'`; \
510
 
        mkid -fID $$unique
511
 
tags: TAGS
512
 
 
513
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
514
 
                $(TAGS_FILES) $(LISP)
515
 
        tags=; \
516
 
        here=`pwd`; \
517
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
518
 
        unique=`for i in $$list; do \
519
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
520
 
          done | \
521
 
          $(AWK) '    { files[$$0] = 1; } \
522
 
               END { for (i in files) print i; }'`; \
523
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
524
 
          test -n "$$unique" || unique=$$empty_fix; \
525
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
526
 
            $$tags $$unique; \
527
 
        fi
528
 
ctags: CTAGS
529
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
530
 
                $(TAGS_FILES) $(LISP)
531
 
        tags=; \
532
 
        here=`pwd`; \
533
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
534
 
        unique=`for i in $$list; do \
535
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
536
 
          done | \
537
 
          $(AWK) '    { files[$$0] = 1; } \
538
 
               END { for (i in files) print i; }'`; \
539
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
540
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
541
 
             $$tags $$unique
542
 
 
543
 
GTAGS:
544
 
        here=`$(am__cd) $(top_builddir) && pwd` \
545
 
          && cd $(top_srcdir) \
546
 
          && gtags -i $(GTAGS_ARGS) $$here
547
 
 
548
 
distclean-tags:
549
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
550
 
 
551
 
distdir: $(DISTFILES)
552
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
553
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554
 
        list='$(DISTFILES)'; \
555
 
          dist_files=`for file in $$list; do echo $$file; done | \
556
 
          sed -e "s|^$$srcdirstrip/||;t" \
557
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
558
 
        case $$dist_files in \
559
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
560
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
561
 
                           sort -u` ;; \
562
 
        esac; \
563
 
        for file in $$dist_files; do \
564
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
565
 
          if test -d $$d/$$file; then \
566
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
567
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
568
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
569
 
            fi; \
570
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
571
 
          else \
572
 
            test -f $(distdir)/$$file \
573
 
            || cp -p $$d/$$file $(distdir)/$$file \
574
 
            || exit 1; \
575
 
          fi; \
576
 
        done
577
 
check-am: all-am
578
 
check: check-am
579
 
all-am: Makefile $(LTLIBRARIES)
580
 
installdirs:
581
 
install: install-am
582
 
install-exec: install-exec-am
583
 
install-data: install-data-am
584
 
uninstall: uninstall-am
585
 
 
586
 
install-am: all-am
587
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
588
 
 
589
 
installcheck: installcheck-am
590
 
install-strip:
591
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
593
 
          `test -z '$(STRIP)' || \
594
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
595
 
mostlyclean-generic:
596
 
 
597
 
clean-generic:
598
 
 
599
 
distclean-generic:
600
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
601
 
 
602
 
maintainer-clean-generic:
603
 
        @echo "This command is intended for maintainers to use"
604
 
        @echo "it deletes files that may require special tools to rebuild."
605
 
clean: clean-am
606
 
 
607
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
608
 
        mostlyclean-am
609
 
 
610
 
distclean: distclean-am
611
 
        -rm -rf ./$(DEPDIR)
612
 
        -rm -f Makefile
613
 
distclean-am: clean-am distclean-compile distclean-generic \
614
 
        distclean-tags
615
 
 
616
 
dvi: dvi-am
617
 
 
618
 
dvi-am:
619
 
 
620
 
html: html-am
621
 
 
622
 
info: info-am
623
 
 
624
 
info-am:
625
 
 
626
 
install-data-am:
627
 
 
628
 
install-dvi: install-dvi-am
629
 
 
630
 
install-exec-am:
631
 
 
632
 
install-html: install-html-am
633
 
 
634
 
install-info: install-info-am
635
 
 
636
 
install-man:
637
 
 
638
 
install-pdf: install-pdf-am
639
 
 
640
 
install-ps: install-ps-am
641
 
 
642
 
installcheck-am:
643
 
 
644
 
maintainer-clean: maintainer-clean-am
645
 
        -rm -rf ./$(DEPDIR)
646
 
        -rm -f Makefile
647
 
maintainer-clean-am: distclean-am maintainer-clean-generic
648
 
 
649
 
mostlyclean: mostlyclean-am
650
 
 
651
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
652
 
        mostlyclean-libtool
653
 
 
654
 
pdf: pdf-am
655
 
 
656
 
pdf-am:
657
 
 
658
 
ps: ps-am
659
 
 
660
 
ps-am:
661
 
 
662
 
uninstall-am:
663
 
 
664
 
.MAKE: install-am install-strip
665
 
 
666
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
667
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
668
 
        distclean-compile distclean-generic distclean-libtool \
669
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
670
 
        install install-am install-data install-data-am install-dvi \
671
 
        install-dvi-am install-exec install-exec-am install-html \
672
 
        install-html-am install-info install-info-am install-man \
673
 
        install-pdf install-pdf-am install-ps install-ps-am \
674
 
        install-strip installcheck installcheck-am installdirs \
675
 
        maintainer-clean maintainer-clean-generic mostlyclean \
676
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
677
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
678
 
 
679
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
680
 
# Otherwise a system limit (for SysV at least) may be exceeded.
681
 
.NOEXPORT: