~ubuntu-branches/ubuntu/natty/gnupg2/natty-updates

« back to all changes in this revision

Viewing changes to .pc/debian-changes/common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2010-06-06 15:11:15 UTC
  • Revision ID: james.westby@ubuntu.com-20100606151115-lv5juu6m79gfg0my
Tags: 2.0.14-1ubuntu2
* Drop Ubuntu patch from series, refresh debian/patches/debian-changes after
  updating config.guess and config.sub with the Ubuntu version; fixes FTBFS
  in Ubuntu.
* Rename Vcs-* to XS-Debian-Vcs-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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
# Makefile for common gnupg modules
 
18
# Copyright (C) 2001, 2003, 2007 Free Software Foundation, Inc.
 
19
#
 
20
# This file is part of GnuPG.
 
21
#
 
22
# GnuPG is free software; you can redistribute it and/or modify
 
23
# it under the terms of the GNU General Public License as published by
 
24
# the Free Software Foundation; either version 3 of the License, or
 
25
# (at your option) any later version.
 
26
 
27
# GnuPG is distributed in the hope that it will be useful,
 
28
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
29
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
30
# GNU General Public License for more details.
 
31
 
32
# You should have received a copy of the GNU General Public License
 
33
# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
34
 
 
35
# cmacros.am - C macro definitions
 
36
#     Copyright (C) 2004 Free Software Foundation, Inc.
 
37
#
 
38
# This file is part of GnuPG.
 
39
#
 
40
# GnuPG is free software; you can redistribute it and/or modify
 
41
# it under the terms of the GNU General Public License as published by
 
42
# the Free Software Foundation; either version 3 of the License, or
 
43
# (at your option) any later version.
 
44
 
45
# GnuPG is distributed in the hope that it will be useful,
 
46
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
47
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
48
# GNU General Public License for more details.
 
49
 
50
# You should have received a copy of the GNU General Public License
 
51
# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
52
 
 
53
 
 
54
VPATH = @srcdir@
 
55
pkgdatadir = $(datadir)/@PACKAGE@
 
56
pkglibdir = $(libdir)/@PACKAGE@
 
57
pkgincludedir = $(includedir)/@PACKAGE@
 
58
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
59
install_sh_DATA = $(install_sh) -c -m 644
 
60
install_sh_PROGRAM = $(install_sh) -c
 
61
install_sh_SCRIPT = $(install_sh) -c
 
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
build_triplet = @build@
 
71
host_triplet = @host@
 
72
noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
 
73
TESTS = $(am__EXEEXT_1)
 
74
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
75
        $(top_srcdir)/am/cmacros.am ChangeLog
 
76
@HAVE_DOSISH_SYSTEM_FALSE@am__append_1 = -DGNUPG_BINDIR="\"$(bindir)\""            \
 
77
@HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LIBEXECDIR="\"$(libexecdir)\""    \
 
78
@HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LIBDIR="\"$(libdir)/@PACKAGE@\""  \
 
79
@HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_DATADIR="\"$(datadir)/@PACKAGE@\"" \
 
80
@HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_SYSCONFDIR="\"$(sysconfdir)/@PACKAGE@\""
 
81
 
 
82
 
 
83
# If a specific protect tool program has been defined, pass its name
 
84
# to cc.  Note that these macros should not be used directly but via
 
85
# the gnupg_module_name function.
 
86
@GNUPG_AGENT_PGM_TRUE@am__append_2 = -DGNUPG_DEFAULT_AGENT="\"@GNUPG_AGENT_PGM@\""
 
87
@GNUPG_PINENTRY_PGM_TRUE@am__append_3 = -DGNUPG_DEFAULT_PINENTRY="\"@GNUPG_PINENTRY_PGM@\""
 
88
@GNUPG_SCDAEMON_PGM_TRUE@am__append_4 = -DGNUPG_DEFAULT_SCDAEMON="\"@GNUPG_SCDAEMON_PGM@\""
 
89
@GNUPG_DIRMNGR_PGM_TRUE@am__append_5 = -DGNUPG_DEFAULT_DIRMNGR="\"@GNUPG_DIRMNGR_PGM@\""
 
90
@GNUPG_PROTECT_TOOL_PGM_TRUE@am__append_6 = -DGNUPG_DEFAULT_PROTECT_TOOL="\"@GNUPG_PROTECT_TOOL_PGM@\""
 
91
@USE_DNS_SRV_TRUE@am__append_7 = srv.c
 
92
@USE_DNS_SRV_TRUE@am__append_8 = srv.c
 
93
subdir = common
 
94
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
95
am__aclocal_m4_deps = $(top_srcdir)/gl/m4/absolute-header.m4 \
 
96
        $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/allocsa.m4 \
 
97
        $(top_srcdir)/gl/m4/eealloc.m4 \
 
98
        $(top_srcdir)/gl/m4/gnulib-comp.m4 \
 
99
        $(top_srcdir)/gl/m4/gnulib-tool.m4 \
 
100
        $(top_srcdir)/gl/m4/mkdtemp.m4 $(top_srcdir)/gl/m4/setenv.m4 \
 
101
        $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/strpbrk.m4 \
 
102
        $(top_srcdir)/gl/m4/unistd_h.m4 $(top_srcdir)/m4/autobuild.m4 \
 
103
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/estream.m4 \
 
104
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gnupg-pth.m4 \
 
105
        $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/iconv.m4 \
 
106
        $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/ksba.m4 \
 
107
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/ldap.m4 \
 
108
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
109
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libassuan.m4 \
 
110
        $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \
 
111
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/nls.m4 \
 
112
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
113
        $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/size_max.m4 \
 
114
        $(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
 
115
        $(top_srcdir)/m4/tar-ustar.m4 $(top_srcdir)/m4/xsize.m4 \
 
116
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
117
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
118
        $(ACLOCAL_M4)
 
119
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
 
120
CONFIG_HEADER = $(top_builddir)/config.h
 
121
CONFIG_CLEAN_FILES =
 
122
LIBRARIES = $(noinst_LIBRARIES)
 
123
ARFLAGS = cru
 
124
libcommon_a_AR = $(AR) $(ARFLAGS)
 
125
libcommon_a_LIBADD =
 
126
am__libcommon_a_SOURCES_DIST = common-defs.h util.h i18n.c i18n.h \
 
127
        status.c status.h openpgpdefs.h gc-opt-flags.h keyserver.h \
 
128
        sexp-parse.h tlv.c tlv.h init.c init.h sexputil.c sysutils.c \
 
129
        sysutils.h homedir.c gettime.c yesno.c b64enc.c b64dec.c \
 
130
        convert.c percent.c miscellaneous.c xasprintf.c xreadline.c \
 
131
        membuf.c membuf.h iobuf.c iobuf.h ttyio.c ttyio.h asshelp.c \
 
132
        asshelp.h exechelp.c exechelp.h signal.c estream.c estream.h \
 
133
        estream-printf.c estream-printf.h audit.c audit.h srv.h \
 
134
        dns-cert.c dns-cert.h pka.c pka.h http.c http.h localename.c \
 
135
        session-env.c session-env.h helpfile.c get-passphrase.c \
 
136
        get-passphrase.h srv.c
 
137
am__objects_1 = libcommon_a-i18n.$(OBJEXT) \
 
138
        libcommon_a-status.$(OBJEXT) libcommon_a-tlv.$(OBJEXT) \
 
139
        libcommon_a-init.$(OBJEXT) libcommon_a-sexputil.$(OBJEXT) \
 
140
        libcommon_a-sysutils.$(OBJEXT) libcommon_a-homedir.$(OBJEXT) \
 
141
        libcommon_a-gettime.$(OBJEXT) libcommon_a-yesno.$(OBJEXT) \
 
142
        libcommon_a-b64enc.$(OBJEXT) libcommon_a-b64dec.$(OBJEXT) \
 
143
        libcommon_a-convert.$(OBJEXT) libcommon_a-percent.$(OBJEXT) \
 
144
        libcommon_a-miscellaneous.$(OBJEXT) \
 
145
        libcommon_a-xasprintf.$(OBJEXT) \
 
146
        libcommon_a-xreadline.$(OBJEXT) libcommon_a-membuf.$(OBJEXT) \
 
147
        libcommon_a-iobuf.$(OBJEXT) libcommon_a-ttyio.$(OBJEXT) \
 
148
        libcommon_a-asshelp.$(OBJEXT) libcommon_a-exechelp.$(OBJEXT) \
 
149
        libcommon_a-signal.$(OBJEXT) libcommon_a-estream.$(OBJEXT) \
 
150
        libcommon_a-estream-printf.$(OBJEXT) \
 
151
        libcommon_a-audit.$(OBJEXT) libcommon_a-dns-cert.$(OBJEXT) \
 
152
        libcommon_a-pka.$(OBJEXT) libcommon_a-http.$(OBJEXT) \
 
153
        libcommon_a-localename.$(OBJEXT) \
 
154
        libcommon_a-session-env.$(OBJEXT) \
 
155
        libcommon_a-helpfile.$(OBJEXT)
 
156
am__objects_2 = libcommon_a-get-passphrase.$(OBJEXT)
 
157
@USE_DNS_SRV_TRUE@am__objects_3 = libcommon_a-srv.$(OBJEXT)
 
158
am_libcommon_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
 
159
        $(am__objects_3)
 
160
libcommon_a_OBJECTS = $(am_libcommon_a_OBJECTS)
 
161
libcommonpth_a_AR = $(AR) $(ARFLAGS)
 
162
libcommonpth_a_LIBADD =
 
163
am__libcommonpth_a_SOURCES_DIST = common-defs.h util.h i18n.c i18n.h \
 
164
        status.c status.h openpgpdefs.h gc-opt-flags.h keyserver.h \
 
165
        sexp-parse.h tlv.c tlv.h init.c init.h sexputil.c sysutils.c \
 
166
        sysutils.h homedir.c gettime.c yesno.c b64enc.c b64dec.c \
 
167
        convert.c percent.c miscellaneous.c xasprintf.c xreadline.c \
 
168
        membuf.c membuf.h iobuf.c iobuf.h ttyio.c ttyio.h asshelp.c \
 
169
        asshelp.h exechelp.c exechelp.h signal.c estream.c estream.h \
 
170
        estream-printf.c estream-printf.h audit.c audit.h srv.h \
 
171
        dns-cert.c dns-cert.h pka.c pka.h http.c http.h localename.c \
 
172
        session-env.c session-env.h helpfile.c srv.c
 
173
am__objects_4 = libcommonpth_a-i18n.$(OBJEXT) \
 
174
        libcommonpth_a-status.$(OBJEXT) libcommonpth_a-tlv.$(OBJEXT) \
 
175
        libcommonpth_a-init.$(OBJEXT) \
 
176
        libcommonpth_a-sexputil.$(OBJEXT) \
 
177
        libcommonpth_a-sysutils.$(OBJEXT) \
 
178
        libcommonpth_a-homedir.$(OBJEXT) \
 
179
        libcommonpth_a-gettime.$(OBJEXT) \
 
180
        libcommonpth_a-yesno.$(OBJEXT) libcommonpth_a-b64enc.$(OBJEXT) \
 
181
        libcommonpth_a-b64dec.$(OBJEXT) \
 
182
        libcommonpth_a-convert.$(OBJEXT) \
 
183
        libcommonpth_a-percent.$(OBJEXT) \
 
184
        libcommonpth_a-miscellaneous.$(OBJEXT) \
 
185
        libcommonpth_a-xasprintf.$(OBJEXT) \
 
186
        libcommonpth_a-xreadline.$(OBJEXT) \
 
187
        libcommonpth_a-membuf.$(OBJEXT) libcommonpth_a-iobuf.$(OBJEXT) \
 
188
        libcommonpth_a-ttyio.$(OBJEXT) \
 
189
        libcommonpth_a-asshelp.$(OBJEXT) \
 
190
        libcommonpth_a-exechelp.$(OBJEXT) \
 
191
        libcommonpth_a-signal.$(OBJEXT) \
 
192
        libcommonpth_a-estream.$(OBJEXT) \
 
193
        libcommonpth_a-estream-printf.$(OBJEXT) \
 
194
        libcommonpth_a-audit.$(OBJEXT) \
 
195
        libcommonpth_a-dns-cert.$(OBJEXT) libcommonpth_a-pka.$(OBJEXT) \
 
196
        libcommonpth_a-http.$(OBJEXT) \
 
197
        libcommonpth_a-localename.$(OBJEXT) \
 
198
        libcommonpth_a-session-env.$(OBJEXT) \
 
199
        libcommonpth_a-helpfile.$(OBJEXT)
 
200
@USE_DNS_SRV_TRUE@am__objects_5 = libcommonpth_a-srv.$(OBJEXT)
 
201
am_libcommonpth_a_OBJECTS = $(am__objects_4) $(am__objects_5)
 
202
libcommonpth_a_OBJECTS = $(am_libcommonpth_a_OBJECTS)
 
203
libgpgrl_a_AR = $(AR) $(ARFLAGS)
 
204
libgpgrl_a_LIBADD =
 
205
am_libgpgrl_a_OBJECTS = gpgrlhelp.$(OBJEXT)
 
206
libgpgrl_a_OBJECTS = $(am_libgpgrl_a_OBJECTS)
 
207
libsimple_pwquery_a_AR = $(AR) $(ARFLAGS)
 
208
libsimple_pwquery_a_LIBADD =
 
209
am_libsimple_pwquery_a_OBJECTS =  \
 
210
        libsimple_pwquery_a-simple-pwquery.$(OBJEXT) \
 
211
        libsimple_pwquery_a-asshelp.$(OBJEXT)
 
212
libsimple_pwquery_a_OBJECTS = $(am_libsimple_pwquery_a_OBJECTS)
 
213
am__EXEEXT_1 = t-convert$(EXEEXT) t-percent$(EXEEXT) \
 
214
        t-gettime$(EXEEXT) t-sysutils$(EXEEXT) t-sexputil$(EXEEXT) \
 
215
        t-exechelp$(EXEEXT) t-session-env$(EXEEXT)
 
216
am__EXEEXT_2 = t-helpfile$(EXEEXT) t-b64$(EXEEXT)
 
217
PROGRAMS = $(noinst_PROGRAMS)
 
218
t_b64_SOURCES = t-b64.c
 
219
t_b64_OBJECTS = t-b64.$(OBJEXT)
 
220
am__DEPENDENCIES_1 =
 
221
am__DEPENDENCIES_2 = libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a \
 
222
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
223
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
224
t_b64_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
225
t_convert_SOURCES = t-convert.c
 
226
t_convert_OBJECTS = t-convert.$(OBJEXT)
 
227
t_convert_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
228
t_exechelp_SOURCES = t-exechelp.c
 
229
t_exechelp_OBJECTS = t-exechelp.$(OBJEXT)
 
230
t_exechelp_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
231
t_gettime_SOURCES = t-gettime.c
 
232
t_gettime_OBJECTS = t-gettime.$(OBJEXT)
 
233
t_gettime_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
234
t_helpfile_SOURCES = t-helpfile.c
 
235
t_helpfile_OBJECTS = t-helpfile.$(OBJEXT)
 
236
t_helpfile_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
237
t_percent_SOURCES = t-percent.c
 
238
t_percent_OBJECTS = t-percent.$(OBJEXT)
 
239
t_percent_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
240
t_session_env_SOURCES = t-session-env.c
 
241
t_session_env_OBJECTS = t-session-env.$(OBJEXT)
 
242
t_session_env_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
243
t_sexputil_SOURCES = t-sexputil.c
 
244
t_sexputil_OBJECTS = t-sexputil.$(OBJEXT)
 
245
t_sexputil_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
246
t_sysutils_SOURCES = t-sysutils.c
 
247
t_sysutils_OBJECTS = t-sysutils.$(OBJEXT)
 
248
t_sysutils_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
249
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
250
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
 
251
am__depfiles_maybe = depfiles
 
252
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
253
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
254
CCLD = $(CC)
 
255
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
256
SOURCES = $(libcommon_a_SOURCES) $(libcommonpth_a_SOURCES) \
 
257
        $(libgpgrl_a_SOURCES) $(libsimple_pwquery_a_SOURCES) t-b64.c \
 
258
        t-convert.c t-exechelp.c t-gettime.c t-helpfile.c t-percent.c \
 
259
        t-session-env.c t-sexputil.c t-sysutils.c
 
260
DIST_SOURCES = $(am__libcommon_a_SOURCES_DIST) \
 
261
        $(am__libcommonpth_a_SOURCES_DIST) $(libgpgrl_a_SOURCES) \
 
262
        $(libsimple_pwquery_a_SOURCES) t-b64.c t-convert.c \
 
263
        t-exechelp.c t-gettime.c t-helpfile.c t-percent.c \
 
264
        t-session-env.c t-sexputil.c t-sysutils.c
 
265
ETAGS = etags
 
266
CTAGS = ctags
 
267
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
268
ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
 
269
ACLOCAL = @ACLOCAL@
 
270
ADNSLIBS = @ADNSLIBS@
 
271
ALLOCA = @ALLOCA@
 
272
ALLOCA_H = @ALLOCA_H@
 
273
AMTAR = @AMTAR@
 
274
AR = @AR@
 
275
AUTOCONF = @AUTOCONF@
 
276
AUTOHEADER = @AUTOHEADER@
 
277
AUTOMAKE = @AUTOMAKE@
 
278
AWK = @AWK@
 
279
BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
 
280
BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
 
281
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
 
282
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
 
283
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
 
284
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
285
CC = @CC@
 
286
CCDEPMODE = @CCDEPMODE@
 
287
CC_FOR_BUILD = @CC_FOR_BUILD@
 
288
CFLAGS = @CFLAGS@
 
289
CPP = @CPP@
 
290
CPPFLAGS = @CPPFLAGS@
 
291
CYGPATH_W = @CYGPATH_W@
 
292
DEFS = @DEFS@
 
293
DEPDIR = @DEPDIR@
 
294
DL_LIBS = @DL_LIBS@
 
295
DNSLIBS = @DNSLIBS@
 
296
ECHO_C = @ECHO_C@
 
297
ECHO_N = @ECHO_N@
 
298
ECHO_T = @ECHO_T@
 
299
EGREP = @EGREP@
 
300
EXEEXT = @EXEEXT@
 
301
FAQPROG = @FAQPROG@
 
302
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
303
GMSGFMT = @GMSGFMT@
 
304
GMSGFMT_015 = @GMSGFMT_015@
 
305
GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
 
306
GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
 
307
GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
 
308
GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
 
309
GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
 
310
GPGKEYS_CURL = @GPGKEYS_CURL@
 
311
GPGKEYS_FINGER = @GPGKEYS_FINGER@
 
312
GPGKEYS_HKP = @GPGKEYS_HKP@
 
313
GPGKEYS_KDNS = @GPGKEYS_KDNS@
 
314
GPGKEYS_LDAP = @GPGKEYS_LDAP@
 
315
GPGKEYS_MAILTO = @GPGKEYS_MAILTO@
 
316
GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
 
317
GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
 
318
GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
 
319
GREP = @GREP@
 
320
HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
 
321
HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
 
322
HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
 
323
HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
 
324
HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
 
325
HAVE_STDINT_H = @HAVE_STDINT_H@
 
326
HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
 
327
HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
 
328
HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
 
329
HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
 
330
HAVE_WCHAR_H = @HAVE_WCHAR_H@
 
331
INSTALL = @INSTALL@
 
332
INSTALL_DATA = @INSTALL_DATA@
 
333
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
334
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
335
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
336
INTLLIBS = @INTLLIBS@
 
337
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
338
KSBA_CFLAGS = @KSBA_CFLAGS@
 
339
KSBA_CONFIG = @KSBA_CONFIG@
 
340
KSBA_LIBS = @KSBA_LIBS@
 
341
LDAPLIBS = @LDAPLIBS@
 
342
LDAP_CPPFLAGS = @LDAP_CPPFLAGS@
 
343
LDFLAGS = @LDFLAGS@
 
344
LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
 
345
LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
 
346
LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
 
347
LIBASSUAN_PTH_CFLAGS = @LIBASSUAN_PTH_CFLAGS@
 
348
LIBASSUAN_PTH_LIBS = @LIBASSUAN_PTH_LIBS@
 
349
LIBCURL = @LIBCURL@
 
350
LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
 
351
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
 
352
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
 
353
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
 
354
LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
 
355
LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
 
356
LIBICONV = @LIBICONV@
 
357
LIBINTL = @LIBINTL@
 
358
LIBOBJS = @LIBOBJS@
 
359
LIBREADLINE = @LIBREADLINE@
 
360
LIBS = @LIBS@
 
361
LIBUSB_LIBS = @LIBUSB_LIBS@
 
362
LIBUTIL_LIBS = @LIBUTIL_LIBS@
 
363
LN_S = @LN_S@
 
364
LTLIBICONV = @LTLIBICONV@
 
365
LTLIBINTL = @LTLIBINTL@
 
366
LTLIBOBJS = @LTLIBOBJS@
 
367
MAINT = @MAINT@
 
368
MAKEINFO = @MAKEINFO@
 
369
MKDIR_P = @MKDIR_P@
 
370
MSGFMT = @MSGFMT@
 
371
MSGFMT_015 = @MSGFMT_015@
 
372
MSGMERGE = @MSGMERGE@
 
373
NETLIBS = @NETLIBS@
 
374
OBJEXT = @OBJEXT@
 
375
PACKAGE = @PACKAGE@
 
376
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
377
PACKAGE_GT = @PACKAGE_GT@
 
378
PACKAGE_NAME = @PACKAGE_NAME@
 
379
PACKAGE_STRING = @PACKAGE_STRING@
 
380
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
381
PACKAGE_URL = @PACKAGE_URL@
 
382
PACKAGE_VERSION = @PACKAGE_VERSION@
 
383
PATH_SEPARATOR = @PATH_SEPARATOR@
 
384
PERL = @PERL@
 
385
POSUB = @POSUB@
 
386
PTH_CFLAGS = @PTH_CFLAGS@
 
387
PTH_CONFIG = @PTH_CONFIG@
 
388
PTH_LIBS = @PTH_LIBS@
 
389
PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
 
390
RANLIB = @RANLIB@
 
391
SENDMAIL = @SENDMAIL@
 
392
SET_MAKE = @SET_MAKE@
 
393
SHELL = @SHELL@
 
394
SHRED = @SHRED@
 
395
SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
 
396
SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
 
397
STDINT_H = @STDINT_H@
 
398
STRIP = @STRIP@
 
399
SYS_SOCKET_H = @SYS_SOCKET_H@
 
400
TAR = @TAR@
 
401
UNISTD_H = @UNISTD_H@
 
402
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
403
USE_NLS = @USE_NLS@
 
404
VERSION = @VERSION@
 
405
W32SOCKLIBS = @W32SOCKLIBS@
 
406
WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
 
407
WINDRES = @WINDRES@
 
408
WINT_T_SUFFIX = @WINT_T_SUFFIX@
 
409
XGETTEXT = @XGETTEXT@
 
410
XGETTEXT_015 = @XGETTEXT_015@
 
411
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
412
ZLIBS = @ZLIBS@
 
413
_libcurl_config = @_libcurl_config@
 
414
abs_builddir = @abs_builddir@
 
415
abs_srcdir = @abs_srcdir@
 
416
abs_top_builddir = @abs_top_builddir@
 
417
abs_top_srcdir = @abs_top_srcdir@
 
418
ac_ct_CC = @ac_ct_CC@
 
419
am__include = @am__include@
 
420
am__leading_dot = @am__leading_dot@
 
421
am__quote = @am__quote@
 
422
am__tar = @am__tar@
 
423
am__untar = @am__untar@
 
424
bindir = @bindir@
 
425
build = @build@
 
426
build_alias = @build_alias@
 
427
build_cpu = @build_cpu@
 
428
build_os = @build_os@
 
429
build_vendor = @build_vendor@
 
430
builddir = @builddir@
 
431
datadir = @datadir@
 
432
datarootdir = @datarootdir@
 
433
docdir = @docdir@
 
434
dvidir = @dvidir@
 
435
exec_prefix = @exec_prefix@
 
436
host = @host@
 
437
host_alias = @host_alias@
 
438
host_cpu = @host_cpu@
 
439
host_os = @host_os@
 
440
host_vendor = @host_vendor@
 
441
htmldir = @htmldir@
 
442
includedir = @includedir@
 
443
infodir = @infodir@
 
444
install_sh = @install_sh@
 
445
libdir = @libdir@
 
446
libexecdir = @libexecdir@
 
447
localedir = $(datadir)/locale
 
448
localstatedir = @localstatedir@
 
449
mandir = @mandir@
 
450
mkdir_p = @mkdir_p@
 
451
oldincludedir = @oldincludedir@
 
452
pdfdir = @pdfdir@
 
453
prefix = @prefix@
 
454
program_transform_name = @program_transform_name@
 
455
psdir = @psdir@
 
456
sbindir = @sbindir@
 
457
sharedstatedir = @sharedstatedir@
 
458
srcdir = @srcdir@
 
459
sysconfdir = @sysconfdir@
 
460
target_alias = @target_alias@
 
461
top_build_prefix = @top_build_prefix@
 
462
top_builddir = @top_builddir@
 
463
top_srcdir = @top_srcdir@
 
464
EXTRA_DIST = mkstrtable.awk exaudit.awk exstatus.awk \
 
465
             audit-events.h status-codes.h
 
466
 
 
467
noinst_LIBRARIES = libcommon.a libcommonpth.a libsimple-pwquery.a libgpgrl.a
 
468
BUILT_SOURCES = audit-events.h status-codes.h
 
469
CLEANFILES = audit-events.h status-codes.h
 
470
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/intl \
 
471
        -DLOCALEDIR=\"$(localedir)\" $(am__append_1) $(am__append_2) \
 
472
        $(am__append_3) $(am__append_4) $(am__append_5) \
 
473
        $(am__append_6)
 
474
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS)
 
475
 
 
476
# Convenience macros
 
477
libcommon = ../common/libcommon.a
 
478
libcommonpth = ../common/libcommonpth.a
 
479
common_sources = \
 
480
        common-defs.h \
 
481
        util.h i18n.c i18n.h \
 
482
        status.c status.h\
 
483
        openpgpdefs.h \
 
484
        gc-opt-flags.h \
 
485
        keyserver.h \
 
486
        sexp-parse.h \
 
487
        tlv.c tlv.h \
 
488
        init.c init.h \
 
489
        sexputil.c \
 
490
        sysutils.c sysutils.h \
 
491
        homedir.c \
 
492
        gettime.c \
 
493
        yesno.c \
 
494
        b64enc.c b64dec.c \
 
495
        convert.c \
 
496
        percent.c \
 
497
        miscellaneous.c \
 
498
        xasprintf.c \
 
499
        xreadline.c \
 
500
        membuf.c membuf.h \
 
501
        iobuf.c iobuf.h \
 
502
        ttyio.c ttyio.h \
 
503
        asshelp.c asshelp.h \
 
504
        exechelp.c exechelp.h \
 
505
        signal.c \
 
506
        estream.c estream.h estream-printf.c estream-printf.h \
 
507
        audit.c audit.h \
 
508
        srv.h \
 
509
        dns-cert.c dns-cert.h \
 
510
        pka.c pka.h \
 
511
        http.c http.h \
 
512
        localename.c \
 
513
        session-env.c session-env.h \
 
514
        helpfile.c
 
515
 
 
516
 
 
517
# Sources only useful without PTH.
 
518
without_pth_sources = \
 
519
        get-passphrase.c get-passphrase.h
 
520
 
 
521
libcommon_a_SOURCES = $(common_sources) $(without_pth_sources) \
 
522
        $(am__append_7)
 
523
libcommon_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) -DWITHOUT_GNU_PTH=1
 
524
libcommonpth_a_SOURCES = $(common_sources) $(am__append_8)
 
525
libcommonpth_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_PTH_CFLAGS) $(PTH_CFLAGS)
 
526
libsimple_pwquery_a_SOURCES = \
 
527
        simple-pwquery.c simple-pwquery.h asshelp.c asshelp.h
 
528
 
 
529
libsimple_pwquery_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS)
 
530
libgpgrl_a_SOURCES = \
 
531
        gpgrlhelp.c
 
532
 
 
533
 
 
534
#
 
535
# Module tests
 
536
#
 
537
module_tests = t-convert t-percent t-gettime t-sysutils t-sexputil t-exechelp \
 
538
               t-session-env
 
539
 
 
540
module_maint_tests = t-helpfile t-b64
 
541
t_common_ldadd = libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a \
 
542
                 $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV)
 
543
 
 
544
t_convert_LDADD = $(t_common_ldadd)
 
545
t_percent_LDADD = $(t_common_ldadd)
 
546
t_gettime_LDADD = $(t_common_ldadd)
 
547
t_sysutils_LDADD = $(t_common_ldadd)
 
548
t_helpfile_LDADD = $(t_common_ldadd)
 
549
t_sexputil_LDADD = $(t_common_ldadd)
 
550
t_b64_LDADD = $(t_common_ldadd)
 
551
t_exechelp_LDADD = $(t_common_ldadd)
 
552
t_session_env_LDADD = $(t_common_ldadd)
 
553
all: $(BUILT_SOURCES)
 
554
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
555
 
 
556
.SUFFIXES:
 
557
.SUFFIXES: .c .o .obj
 
558
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/am/cmacros.am $(am__configure_deps)
 
559
        @for dep in $?; do \
 
560
          case '$(am__configure_deps)' in \
 
561
            *$$dep*) \
 
562
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
563
                && { if test -f $@; then exit 0; else break; fi; }; \
 
564
              exit 1;; \
 
565
          esac; \
 
566
        done; \
 
567
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  common/Makefile'; \
 
568
        cd $(top_srcdir) && \
 
569
          $(AUTOMAKE) --gnu  common/Makefile
 
570
.PRECIOUS: Makefile
 
571
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
572
        @case '$?' in \
 
573
          *config.status*) \
 
574
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
575
          *) \
 
576
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
577
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
578
        esac;
 
579
 
 
580
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
581
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
582
 
 
583
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
584
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
585
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
586
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
587
 
 
588
clean-noinstLIBRARIES:
 
589
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
590
libcommon.a: $(libcommon_a_OBJECTS) $(libcommon_a_DEPENDENCIES) 
 
591
        -rm -f libcommon.a
 
592
        $(libcommon_a_AR) libcommon.a $(libcommon_a_OBJECTS) $(libcommon_a_LIBADD)
 
593
        $(RANLIB) libcommon.a
 
594
libcommonpth.a: $(libcommonpth_a_OBJECTS) $(libcommonpth_a_DEPENDENCIES) 
 
595
        -rm -f libcommonpth.a
 
596
        $(libcommonpth_a_AR) libcommonpth.a $(libcommonpth_a_OBJECTS) $(libcommonpth_a_LIBADD)
 
597
        $(RANLIB) libcommonpth.a
 
598
libgpgrl.a: $(libgpgrl_a_OBJECTS) $(libgpgrl_a_DEPENDENCIES) 
 
599
        -rm -f libgpgrl.a
 
600
        $(libgpgrl_a_AR) libgpgrl.a $(libgpgrl_a_OBJECTS) $(libgpgrl_a_LIBADD)
 
601
        $(RANLIB) libgpgrl.a
 
602
libsimple-pwquery.a: $(libsimple_pwquery_a_OBJECTS) $(libsimple_pwquery_a_DEPENDENCIES) 
 
603
        -rm -f libsimple-pwquery.a
 
604
        $(libsimple_pwquery_a_AR) libsimple-pwquery.a $(libsimple_pwquery_a_OBJECTS) $(libsimple_pwquery_a_LIBADD)
 
605
        $(RANLIB) libsimple-pwquery.a
 
606
 
 
607
clean-noinstPROGRAMS:
 
608
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
 
609
t-b64$(EXEEXT): $(t_b64_OBJECTS) $(t_b64_DEPENDENCIES) 
 
610
        @rm -f t-b64$(EXEEXT)
 
611
        $(LINK) $(t_b64_OBJECTS) $(t_b64_LDADD) $(LIBS)
 
612
t-convert$(EXEEXT): $(t_convert_OBJECTS) $(t_convert_DEPENDENCIES) 
 
613
        @rm -f t-convert$(EXEEXT)
 
614
        $(LINK) $(t_convert_OBJECTS) $(t_convert_LDADD) $(LIBS)
 
615
t-exechelp$(EXEEXT): $(t_exechelp_OBJECTS) $(t_exechelp_DEPENDENCIES) 
 
616
        @rm -f t-exechelp$(EXEEXT)
 
617
        $(LINK) $(t_exechelp_OBJECTS) $(t_exechelp_LDADD) $(LIBS)
 
618
t-gettime$(EXEEXT): $(t_gettime_OBJECTS) $(t_gettime_DEPENDENCIES) 
 
619
        @rm -f t-gettime$(EXEEXT)
 
620
        $(LINK) $(t_gettime_OBJECTS) $(t_gettime_LDADD) $(LIBS)
 
621
t-helpfile$(EXEEXT): $(t_helpfile_OBJECTS) $(t_helpfile_DEPENDENCIES) 
 
622
        @rm -f t-helpfile$(EXEEXT)
 
623
        $(LINK) $(t_helpfile_OBJECTS) $(t_helpfile_LDADD) $(LIBS)
 
624
t-percent$(EXEEXT): $(t_percent_OBJECTS) $(t_percent_DEPENDENCIES) 
 
625
        @rm -f t-percent$(EXEEXT)
 
626
        $(LINK) $(t_percent_OBJECTS) $(t_percent_LDADD) $(LIBS)
 
627
t-session-env$(EXEEXT): $(t_session_env_OBJECTS) $(t_session_env_DEPENDENCIES) 
 
628
        @rm -f t-session-env$(EXEEXT)
 
629
        $(LINK) $(t_session_env_OBJECTS) $(t_session_env_LDADD) $(LIBS)
 
630
t-sexputil$(EXEEXT): $(t_sexputil_OBJECTS) $(t_sexputil_DEPENDENCIES) 
 
631
        @rm -f t-sexputil$(EXEEXT)
 
632
        $(LINK) $(t_sexputil_OBJECTS) $(t_sexputil_LDADD) $(LIBS)
 
633
t-sysutils$(EXEEXT): $(t_sysutils_OBJECTS) $(t_sysutils_DEPENDENCIES) 
 
634
        @rm -f t-sysutils$(EXEEXT)
 
635
        $(LINK) $(t_sysutils_OBJECTS) $(t_sysutils_LDADD) $(LIBS)
 
636
 
 
637
mostlyclean-compile:
 
638
        -rm -f *.$(OBJEXT)
 
639
 
 
640
distclean-compile:
 
641
        -rm -f *.tab.c
 
642
 
 
643
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpgrlhelp.Po@am__quote@
 
644
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-asshelp.Po@am__quote@
 
645
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-audit.Po@am__quote@
 
646
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-b64dec.Po@am__quote@
 
647
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-b64enc.Po@am__quote@
 
648
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-convert.Po@am__quote@
 
649
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-dns-cert.Po@am__quote@
 
650
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-estream-printf.Po@am__quote@
 
651
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-estream.Po@am__quote@
 
652
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-exechelp.Po@am__quote@
 
653
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-get-passphrase.Po@am__quote@
 
654
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-gettime.Po@am__quote@
 
655
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-helpfile.Po@am__quote@
 
656
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-homedir.Po@am__quote@
 
657
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-http.Po@am__quote@
 
658
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-i18n.Po@am__quote@
 
659
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-init.Po@am__quote@
 
660
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-iobuf.Po@am__quote@
 
661
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-localename.Po@am__quote@
 
662
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-membuf.Po@am__quote@
 
663
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-miscellaneous.Po@am__quote@
 
664
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-percent.Po@am__quote@
 
665
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-pka.Po@am__quote@
 
666
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-session-env.Po@am__quote@
 
667
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-sexputil.Po@am__quote@
 
668
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-signal.Po@am__quote@
 
669
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-srv.Po@am__quote@
 
670
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-status.Po@am__quote@
 
671
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-sysutils.Po@am__quote@
 
672
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-tlv.Po@am__quote@
 
673
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-ttyio.Po@am__quote@
 
674
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-xasprintf.Po@am__quote@
 
675
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-xreadline.Po@am__quote@
 
676
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-yesno.Po@am__quote@
 
677
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-asshelp.Po@am__quote@
 
678
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-audit.Po@am__quote@
 
679
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-b64dec.Po@am__quote@
 
680
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-b64enc.Po@am__quote@
 
681
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-convert.Po@am__quote@
 
682
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-dns-cert.Po@am__quote@
 
683
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-estream-printf.Po@am__quote@
 
684
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-estream.Po@am__quote@
 
685
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-exechelp.Po@am__quote@
 
686
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-gettime.Po@am__quote@
 
687
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-helpfile.Po@am__quote@
 
688
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-homedir.Po@am__quote@
 
689
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-http.Po@am__quote@
 
690
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-i18n.Po@am__quote@
 
691
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-init.Po@am__quote@
 
692
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-iobuf.Po@am__quote@
 
693
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-localename.Po@am__quote@
 
694
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-membuf.Po@am__quote@
 
695
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-miscellaneous.Po@am__quote@
 
696
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-percent.Po@am__quote@
 
697
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-pka.Po@am__quote@
 
698
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-session-env.Po@am__quote@
 
699
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-sexputil.Po@am__quote@
 
700
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-signal.Po@am__quote@
 
701
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-srv.Po@am__quote@
 
702
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-status.Po@am__quote@
 
703
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-sysutils.Po@am__quote@
 
704
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-tlv.Po@am__quote@
 
705
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-ttyio.Po@am__quote@
 
706
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-xasprintf.Po@am__quote@
 
707
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-xreadline.Po@am__quote@
 
708
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-yesno.Po@am__quote@
 
709
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsimple_pwquery_a-asshelp.Po@am__quote@
 
710
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsimple_pwquery_a-simple-pwquery.Po@am__quote@
 
711
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-b64.Po@am__quote@
 
712
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-convert.Po@am__quote@
 
713
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-exechelp.Po@am__quote@
 
714
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-gettime.Po@am__quote@
 
715
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-helpfile.Po@am__quote@
 
716
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-percent.Po@am__quote@
 
717
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-session-env.Po@am__quote@
 
718
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-sexputil.Po@am__quote@
 
719
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-sysutils.Po@am__quote@
 
720
 
 
721
.c.o:
 
722
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
723
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
724
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
725
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
726
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
727
 
 
728
.c.obj:
 
729
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
730
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
731
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
732
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
733
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
734
 
 
735
libcommon_a-i18n.o: i18n.c
 
736
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-i18n.o -MD -MP -MF $(DEPDIR)/libcommon_a-i18n.Tpo -c -o libcommon_a-i18n.o `test -f 'i18n.c' || echo '$(srcdir)/'`i18n.c
 
737
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-i18n.Tpo $(DEPDIR)/libcommon_a-i18n.Po
 
738
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='i18n.c' object='libcommon_a-i18n.o' libtool=no @AMDEPBACKSLASH@
 
739
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
740
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-i18n.o `test -f 'i18n.c' || echo '$(srcdir)/'`i18n.c
 
741
 
 
742
libcommon_a-i18n.obj: i18n.c
 
743
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-i18n.obj -MD -MP -MF $(DEPDIR)/libcommon_a-i18n.Tpo -c -o libcommon_a-i18n.obj `if test -f 'i18n.c'; then $(CYGPATH_W) 'i18n.c'; else $(CYGPATH_W) '$(srcdir)/i18n.c'; fi`
 
744
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-i18n.Tpo $(DEPDIR)/libcommon_a-i18n.Po
 
745
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='i18n.c' object='libcommon_a-i18n.obj' libtool=no @AMDEPBACKSLASH@
 
746
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
747
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-i18n.obj `if test -f 'i18n.c'; then $(CYGPATH_W) 'i18n.c'; else $(CYGPATH_W) '$(srcdir)/i18n.c'; fi`
 
748
 
 
749
libcommon_a-status.o: status.c
 
750
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-status.o -MD -MP -MF $(DEPDIR)/libcommon_a-status.Tpo -c -o libcommon_a-status.o `test -f 'status.c' || echo '$(srcdir)/'`status.c
 
751
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-status.Tpo $(DEPDIR)/libcommon_a-status.Po
 
752
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='status.c' object='libcommon_a-status.o' libtool=no @AMDEPBACKSLASH@
 
753
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
754
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-status.o `test -f 'status.c' || echo '$(srcdir)/'`status.c
 
755
 
 
756
libcommon_a-status.obj: status.c
 
757
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-status.obj -MD -MP -MF $(DEPDIR)/libcommon_a-status.Tpo -c -o libcommon_a-status.obj `if test -f 'status.c'; then $(CYGPATH_W) 'status.c'; else $(CYGPATH_W) '$(srcdir)/status.c'; fi`
 
758
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-status.Tpo $(DEPDIR)/libcommon_a-status.Po
 
759
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='status.c' object='libcommon_a-status.obj' libtool=no @AMDEPBACKSLASH@
 
760
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
761
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-status.obj `if test -f 'status.c'; then $(CYGPATH_W) 'status.c'; else $(CYGPATH_W) '$(srcdir)/status.c'; fi`
 
762
 
 
763
libcommon_a-tlv.o: tlv.c
 
764
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-tlv.o -MD -MP -MF $(DEPDIR)/libcommon_a-tlv.Tpo -c -o libcommon_a-tlv.o `test -f 'tlv.c' || echo '$(srcdir)/'`tlv.c
 
765
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-tlv.Tpo $(DEPDIR)/libcommon_a-tlv.Po
 
766
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tlv.c' object='libcommon_a-tlv.o' libtool=no @AMDEPBACKSLASH@
 
767
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
768
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-tlv.o `test -f 'tlv.c' || echo '$(srcdir)/'`tlv.c
 
769
 
 
770
libcommon_a-tlv.obj: tlv.c
 
771
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-tlv.obj -MD -MP -MF $(DEPDIR)/libcommon_a-tlv.Tpo -c -o libcommon_a-tlv.obj `if test -f 'tlv.c'; then $(CYGPATH_W) 'tlv.c'; else $(CYGPATH_W) '$(srcdir)/tlv.c'; fi`
 
772
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-tlv.Tpo $(DEPDIR)/libcommon_a-tlv.Po
 
773
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tlv.c' object='libcommon_a-tlv.obj' libtool=no @AMDEPBACKSLASH@
 
774
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
775
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-tlv.obj `if test -f 'tlv.c'; then $(CYGPATH_W) 'tlv.c'; else $(CYGPATH_W) '$(srcdir)/tlv.c'; fi`
 
776
 
 
777
libcommon_a-init.o: init.c
 
778
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-init.o -MD -MP -MF $(DEPDIR)/libcommon_a-init.Tpo -c -o libcommon_a-init.o `test -f 'init.c' || echo '$(srcdir)/'`init.c
 
779
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-init.Tpo $(DEPDIR)/libcommon_a-init.Po
 
780
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='init.c' object='libcommon_a-init.o' libtool=no @AMDEPBACKSLASH@
 
781
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
782
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-init.o `test -f 'init.c' || echo '$(srcdir)/'`init.c
 
783
 
 
784
libcommon_a-init.obj: init.c
 
785
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-init.obj -MD -MP -MF $(DEPDIR)/libcommon_a-init.Tpo -c -o libcommon_a-init.obj `if test -f 'init.c'; then $(CYGPATH_W) 'init.c'; else $(CYGPATH_W) '$(srcdir)/init.c'; fi`
 
786
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-init.Tpo $(DEPDIR)/libcommon_a-init.Po
 
787
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='init.c' object='libcommon_a-init.obj' libtool=no @AMDEPBACKSLASH@
 
788
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
789
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-init.obj `if test -f 'init.c'; then $(CYGPATH_W) 'init.c'; else $(CYGPATH_W) '$(srcdir)/init.c'; fi`
 
790
 
 
791
libcommon_a-sexputil.o: sexputil.c
 
792
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-sexputil.o -MD -MP -MF $(DEPDIR)/libcommon_a-sexputil.Tpo -c -o libcommon_a-sexputil.o `test -f 'sexputil.c' || echo '$(srcdir)/'`sexputil.c
 
793
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-sexputil.Tpo $(DEPDIR)/libcommon_a-sexputil.Po
 
794
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sexputil.c' object='libcommon_a-sexputil.o' libtool=no @AMDEPBACKSLASH@
 
795
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
796
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-sexputil.o `test -f 'sexputil.c' || echo '$(srcdir)/'`sexputil.c
 
797
 
 
798
libcommon_a-sexputil.obj: sexputil.c
 
799
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-sexputil.obj -MD -MP -MF $(DEPDIR)/libcommon_a-sexputil.Tpo -c -o libcommon_a-sexputil.obj `if test -f 'sexputil.c'; then $(CYGPATH_W) 'sexputil.c'; else $(CYGPATH_W) '$(srcdir)/sexputil.c'; fi`
 
800
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-sexputil.Tpo $(DEPDIR)/libcommon_a-sexputil.Po
 
801
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sexputil.c' object='libcommon_a-sexputil.obj' libtool=no @AMDEPBACKSLASH@
 
802
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
803
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-sexputil.obj `if test -f 'sexputil.c'; then $(CYGPATH_W) 'sexputil.c'; else $(CYGPATH_W) '$(srcdir)/sexputil.c'; fi`
 
804
 
 
805
libcommon_a-sysutils.o: sysutils.c
 
806
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-sysutils.o -MD -MP -MF $(DEPDIR)/libcommon_a-sysutils.Tpo -c -o libcommon_a-sysutils.o `test -f 'sysutils.c' || echo '$(srcdir)/'`sysutils.c
 
807
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-sysutils.Tpo $(DEPDIR)/libcommon_a-sysutils.Po
 
808
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sysutils.c' object='libcommon_a-sysutils.o' libtool=no @AMDEPBACKSLASH@
 
809
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
810
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-sysutils.o `test -f 'sysutils.c' || echo '$(srcdir)/'`sysutils.c
 
811
 
 
812
libcommon_a-sysutils.obj: sysutils.c
 
813
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-sysutils.obj -MD -MP -MF $(DEPDIR)/libcommon_a-sysutils.Tpo -c -o libcommon_a-sysutils.obj `if test -f 'sysutils.c'; then $(CYGPATH_W) 'sysutils.c'; else $(CYGPATH_W) '$(srcdir)/sysutils.c'; fi`
 
814
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-sysutils.Tpo $(DEPDIR)/libcommon_a-sysutils.Po
 
815
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sysutils.c' object='libcommon_a-sysutils.obj' libtool=no @AMDEPBACKSLASH@
 
816
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
817
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-sysutils.obj `if test -f 'sysutils.c'; then $(CYGPATH_W) 'sysutils.c'; else $(CYGPATH_W) '$(srcdir)/sysutils.c'; fi`
 
818
 
 
819
libcommon_a-homedir.o: homedir.c
 
820
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-homedir.o -MD -MP -MF $(DEPDIR)/libcommon_a-homedir.Tpo -c -o libcommon_a-homedir.o `test -f 'homedir.c' || echo '$(srcdir)/'`homedir.c
 
821
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-homedir.Tpo $(DEPDIR)/libcommon_a-homedir.Po
 
822
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='homedir.c' object='libcommon_a-homedir.o' libtool=no @AMDEPBACKSLASH@
 
823
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
824
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-homedir.o `test -f 'homedir.c' || echo '$(srcdir)/'`homedir.c
 
825
 
 
826
libcommon_a-homedir.obj: homedir.c
 
827
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-homedir.obj -MD -MP -MF $(DEPDIR)/libcommon_a-homedir.Tpo -c -o libcommon_a-homedir.obj `if test -f 'homedir.c'; then $(CYGPATH_W) 'homedir.c'; else $(CYGPATH_W) '$(srcdir)/homedir.c'; fi`
 
828
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-homedir.Tpo $(DEPDIR)/libcommon_a-homedir.Po
 
829
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='homedir.c' object='libcommon_a-homedir.obj' libtool=no @AMDEPBACKSLASH@
 
830
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
831
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-homedir.obj `if test -f 'homedir.c'; then $(CYGPATH_W) 'homedir.c'; else $(CYGPATH_W) '$(srcdir)/homedir.c'; fi`
 
832
 
 
833
libcommon_a-gettime.o: gettime.c
 
834
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-gettime.o -MD -MP -MF $(DEPDIR)/libcommon_a-gettime.Tpo -c -o libcommon_a-gettime.o `test -f 'gettime.c' || echo '$(srcdir)/'`gettime.c
 
835
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-gettime.Tpo $(DEPDIR)/libcommon_a-gettime.Po
 
836
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gettime.c' object='libcommon_a-gettime.o' libtool=no @AMDEPBACKSLASH@
 
837
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
838
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-gettime.o `test -f 'gettime.c' || echo '$(srcdir)/'`gettime.c
 
839
 
 
840
libcommon_a-gettime.obj: gettime.c
 
841
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-gettime.obj -MD -MP -MF $(DEPDIR)/libcommon_a-gettime.Tpo -c -o libcommon_a-gettime.obj `if test -f 'gettime.c'; then $(CYGPATH_W) 'gettime.c'; else $(CYGPATH_W) '$(srcdir)/gettime.c'; fi`
 
842
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-gettime.Tpo $(DEPDIR)/libcommon_a-gettime.Po
 
843
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gettime.c' object='libcommon_a-gettime.obj' libtool=no @AMDEPBACKSLASH@
 
844
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
845
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-gettime.obj `if test -f 'gettime.c'; then $(CYGPATH_W) 'gettime.c'; else $(CYGPATH_W) '$(srcdir)/gettime.c'; fi`
 
846
 
 
847
libcommon_a-yesno.o: yesno.c
 
848
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-yesno.o -MD -MP -MF $(DEPDIR)/libcommon_a-yesno.Tpo -c -o libcommon_a-yesno.o `test -f 'yesno.c' || echo '$(srcdir)/'`yesno.c
 
849
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-yesno.Tpo $(DEPDIR)/libcommon_a-yesno.Po
 
850
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='yesno.c' object='libcommon_a-yesno.o' libtool=no @AMDEPBACKSLASH@
 
851
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
852
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-yesno.o `test -f 'yesno.c' || echo '$(srcdir)/'`yesno.c
 
853
 
 
854
libcommon_a-yesno.obj: yesno.c
 
855
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-yesno.obj -MD -MP -MF $(DEPDIR)/libcommon_a-yesno.Tpo -c -o libcommon_a-yesno.obj `if test -f 'yesno.c'; then $(CYGPATH_W) 'yesno.c'; else $(CYGPATH_W) '$(srcdir)/yesno.c'; fi`
 
856
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-yesno.Tpo $(DEPDIR)/libcommon_a-yesno.Po
 
857
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='yesno.c' object='libcommon_a-yesno.obj' libtool=no @AMDEPBACKSLASH@
 
858
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
859
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-yesno.obj `if test -f 'yesno.c'; then $(CYGPATH_W) 'yesno.c'; else $(CYGPATH_W) '$(srcdir)/yesno.c'; fi`
 
860
 
 
861
libcommon_a-b64enc.o: b64enc.c
 
862
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-b64enc.o -MD -MP -MF $(DEPDIR)/libcommon_a-b64enc.Tpo -c -o libcommon_a-b64enc.o `test -f 'b64enc.c' || echo '$(srcdir)/'`b64enc.c
 
863
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-b64enc.Tpo $(DEPDIR)/libcommon_a-b64enc.Po
 
864
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='b64enc.c' object='libcommon_a-b64enc.o' libtool=no @AMDEPBACKSLASH@
 
865
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
866
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-b64enc.o `test -f 'b64enc.c' || echo '$(srcdir)/'`b64enc.c
 
867
 
 
868
libcommon_a-b64enc.obj: b64enc.c
 
869
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-b64enc.obj -MD -MP -MF $(DEPDIR)/libcommon_a-b64enc.Tpo -c -o libcommon_a-b64enc.obj `if test -f 'b64enc.c'; then $(CYGPATH_W) 'b64enc.c'; else $(CYGPATH_W) '$(srcdir)/b64enc.c'; fi`
 
870
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-b64enc.Tpo $(DEPDIR)/libcommon_a-b64enc.Po
 
871
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='b64enc.c' object='libcommon_a-b64enc.obj' libtool=no @AMDEPBACKSLASH@
 
872
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
873
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-b64enc.obj `if test -f 'b64enc.c'; then $(CYGPATH_W) 'b64enc.c'; else $(CYGPATH_W) '$(srcdir)/b64enc.c'; fi`
 
874
 
 
875
libcommon_a-b64dec.o: b64dec.c
 
876
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-b64dec.o -MD -MP -MF $(DEPDIR)/libcommon_a-b64dec.Tpo -c -o libcommon_a-b64dec.o `test -f 'b64dec.c' || echo '$(srcdir)/'`b64dec.c
 
877
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-b64dec.Tpo $(DEPDIR)/libcommon_a-b64dec.Po
 
878
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='b64dec.c' object='libcommon_a-b64dec.o' libtool=no @AMDEPBACKSLASH@
 
879
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
880
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-b64dec.o `test -f 'b64dec.c' || echo '$(srcdir)/'`b64dec.c
 
881
 
 
882
libcommon_a-b64dec.obj: b64dec.c
 
883
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-b64dec.obj -MD -MP -MF $(DEPDIR)/libcommon_a-b64dec.Tpo -c -o libcommon_a-b64dec.obj `if test -f 'b64dec.c'; then $(CYGPATH_W) 'b64dec.c'; else $(CYGPATH_W) '$(srcdir)/b64dec.c'; fi`
 
884
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-b64dec.Tpo $(DEPDIR)/libcommon_a-b64dec.Po
 
885
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='b64dec.c' object='libcommon_a-b64dec.obj' libtool=no @AMDEPBACKSLASH@
 
886
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
887
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-b64dec.obj `if test -f 'b64dec.c'; then $(CYGPATH_W) 'b64dec.c'; else $(CYGPATH_W) '$(srcdir)/b64dec.c'; fi`
 
888
 
 
889
libcommon_a-convert.o: convert.c
 
890
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-convert.o -MD -MP -MF $(DEPDIR)/libcommon_a-convert.Tpo -c -o libcommon_a-convert.o `test -f 'convert.c' || echo '$(srcdir)/'`convert.c
 
891
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-convert.Tpo $(DEPDIR)/libcommon_a-convert.Po
 
892
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='convert.c' object='libcommon_a-convert.o' libtool=no @AMDEPBACKSLASH@
 
893
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
894
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-convert.o `test -f 'convert.c' || echo '$(srcdir)/'`convert.c
 
895
 
 
896
libcommon_a-convert.obj: convert.c
 
897
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-convert.obj -MD -MP -MF $(DEPDIR)/libcommon_a-convert.Tpo -c -o libcommon_a-convert.obj `if test -f 'convert.c'; then $(CYGPATH_W) 'convert.c'; else $(CYGPATH_W) '$(srcdir)/convert.c'; fi`
 
898
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-convert.Tpo $(DEPDIR)/libcommon_a-convert.Po
 
899
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='convert.c' object='libcommon_a-convert.obj' libtool=no @AMDEPBACKSLASH@
 
900
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
901
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-convert.obj `if test -f 'convert.c'; then $(CYGPATH_W) 'convert.c'; else $(CYGPATH_W) '$(srcdir)/convert.c'; fi`
 
902
 
 
903
libcommon_a-percent.o: percent.c
 
904
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-percent.o -MD -MP -MF $(DEPDIR)/libcommon_a-percent.Tpo -c -o libcommon_a-percent.o `test -f 'percent.c' || echo '$(srcdir)/'`percent.c
 
905
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-percent.Tpo $(DEPDIR)/libcommon_a-percent.Po
 
906
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='percent.c' object='libcommon_a-percent.o' libtool=no @AMDEPBACKSLASH@
 
907
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
908
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-percent.o `test -f 'percent.c' || echo '$(srcdir)/'`percent.c
 
909
 
 
910
libcommon_a-percent.obj: percent.c
 
911
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-percent.obj -MD -MP -MF $(DEPDIR)/libcommon_a-percent.Tpo -c -o libcommon_a-percent.obj `if test -f 'percent.c'; then $(CYGPATH_W) 'percent.c'; else $(CYGPATH_W) '$(srcdir)/percent.c'; fi`
 
912
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-percent.Tpo $(DEPDIR)/libcommon_a-percent.Po
 
913
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='percent.c' object='libcommon_a-percent.obj' libtool=no @AMDEPBACKSLASH@
 
914
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
915
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-percent.obj `if test -f 'percent.c'; then $(CYGPATH_W) 'percent.c'; else $(CYGPATH_W) '$(srcdir)/percent.c'; fi`
 
916
 
 
917
libcommon_a-miscellaneous.o: miscellaneous.c
 
918
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-miscellaneous.o -MD -MP -MF $(DEPDIR)/libcommon_a-miscellaneous.Tpo -c -o libcommon_a-miscellaneous.o `test -f 'miscellaneous.c' || echo '$(srcdir)/'`miscellaneous.c
 
919
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-miscellaneous.Tpo $(DEPDIR)/libcommon_a-miscellaneous.Po
 
920
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='miscellaneous.c' object='libcommon_a-miscellaneous.o' libtool=no @AMDEPBACKSLASH@
 
921
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
922
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-miscellaneous.o `test -f 'miscellaneous.c' || echo '$(srcdir)/'`miscellaneous.c
 
923
 
 
924
libcommon_a-miscellaneous.obj: miscellaneous.c
 
925
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-miscellaneous.obj -MD -MP -MF $(DEPDIR)/libcommon_a-miscellaneous.Tpo -c -o libcommon_a-miscellaneous.obj `if test -f 'miscellaneous.c'; then $(CYGPATH_W) 'miscellaneous.c'; else $(CYGPATH_W) '$(srcdir)/miscellaneous.c'; fi`
 
926
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-miscellaneous.Tpo $(DEPDIR)/libcommon_a-miscellaneous.Po
 
927
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='miscellaneous.c' object='libcommon_a-miscellaneous.obj' libtool=no @AMDEPBACKSLASH@
 
928
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
929
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-miscellaneous.obj `if test -f 'miscellaneous.c'; then $(CYGPATH_W) 'miscellaneous.c'; else $(CYGPATH_W) '$(srcdir)/miscellaneous.c'; fi`
 
930
 
 
931
libcommon_a-xasprintf.o: xasprintf.c
 
932
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-xasprintf.o -MD -MP -MF $(DEPDIR)/libcommon_a-xasprintf.Tpo -c -o libcommon_a-xasprintf.o `test -f 'xasprintf.c' || echo '$(srcdir)/'`xasprintf.c
 
933
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-xasprintf.Tpo $(DEPDIR)/libcommon_a-xasprintf.Po
 
934
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xasprintf.c' object='libcommon_a-xasprintf.o' libtool=no @AMDEPBACKSLASH@
 
935
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
936
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-xasprintf.o `test -f 'xasprintf.c' || echo '$(srcdir)/'`xasprintf.c
 
937
 
 
938
libcommon_a-xasprintf.obj: xasprintf.c
 
939
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-xasprintf.obj -MD -MP -MF $(DEPDIR)/libcommon_a-xasprintf.Tpo -c -o libcommon_a-xasprintf.obj `if test -f 'xasprintf.c'; then $(CYGPATH_W) 'xasprintf.c'; else $(CYGPATH_W) '$(srcdir)/xasprintf.c'; fi`
 
940
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-xasprintf.Tpo $(DEPDIR)/libcommon_a-xasprintf.Po
 
941
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xasprintf.c' object='libcommon_a-xasprintf.obj' libtool=no @AMDEPBACKSLASH@
 
942
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
943
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-xasprintf.obj `if test -f 'xasprintf.c'; then $(CYGPATH_W) 'xasprintf.c'; else $(CYGPATH_W) '$(srcdir)/xasprintf.c'; fi`
 
944
 
 
945
libcommon_a-xreadline.o: xreadline.c
 
946
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-xreadline.o -MD -MP -MF $(DEPDIR)/libcommon_a-xreadline.Tpo -c -o libcommon_a-xreadline.o `test -f 'xreadline.c' || echo '$(srcdir)/'`xreadline.c
 
947
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-xreadline.Tpo $(DEPDIR)/libcommon_a-xreadline.Po
 
948
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xreadline.c' object='libcommon_a-xreadline.o' libtool=no @AMDEPBACKSLASH@
 
949
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
950
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-xreadline.o `test -f 'xreadline.c' || echo '$(srcdir)/'`xreadline.c
 
951
 
 
952
libcommon_a-xreadline.obj: xreadline.c
 
953
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-xreadline.obj -MD -MP -MF $(DEPDIR)/libcommon_a-xreadline.Tpo -c -o libcommon_a-xreadline.obj `if test -f 'xreadline.c'; then $(CYGPATH_W) 'xreadline.c'; else $(CYGPATH_W) '$(srcdir)/xreadline.c'; fi`
 
954
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-xreadline.Tpo $(DEPDIR)/libcommon_a-xreadline.Po
 
955
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xreadline.c' object='libcommon_a-xreadline.obj' libtool=no @AMDEPBACKSLASH@
 
956
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
957
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-xreadline.obj `if test -f 'xreadline.c'; then $(CYGPATH_W) 'xreadline.c'; else $(CYGPATH_W) '$(srcdir)/xreadline.c'; fi`
 
958
 
 
959
libcommon_a-membuf.o: membuf.c
 
960
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-membuf.o -MD -MP -MF $(DEPDIR)/libcommon_a-membuf.Tpo -c -o libcommon_a-membuf.o `test -f 'membuf.c' || echo '$(srcdir)/'`membuf.c
 
961
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-membuf.Tpo $(DEPDIR)/libcommon_a-membuf.Po
 
962
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='membuf.c' object='libcommon_a-membuf.o' libtool=no @AMDEPBACKSLASH@
 
963
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
964
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-membuf.o `test -f 'membuf.c' || echo '$(srcdir)/'`membuf.c
 
965
 
 
966
libcommon_a-membuf.obj: membuf.c
 
967
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-membuf.obj -MD -MP -MF $(DEPDIR)/libcommon_a-membuf.Tpo -c -o libcommon_a-membuf.obj `if test -f 'membuf.c'; then $(CYGPATH_W) 'membuf.c'; else $(CYGPATH_W) '$(srcdir)/membuf.c'; fi`
 
968
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-membuf.Tpo $(DEPDIR)/libcommon_a-membuf.Po
 
969
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='membuf.c' object='libcommon_a-membuf.obj' libtool=no @AMDEPBACKSLASH@
 
970
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
971
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-membuf.obj `if test -f 'membuf.c'; then $(CYGPATH_W) 'membuf.c'; else $(CYGPATH_W) '$(srcdir)/membuf.c'; fi`
 
972
 
 
973
libcommon_a-iobuf.o: iobuf.c
 
974
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-iobuf.o -MD -MP -MF $(DEPDIR)/libcommon_a-iobuf.Tpo -c -o libcommon_a-iobuf.o `test -f 'iobuf.c' || echo '$(srcdir)/'`iobuf.c
 
975
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-iobuf.Tpo $(DEPDIR)/libcommon_a-iobuf.Po
 
976
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iobuf.c' object='libcommon_a-iobuf.o' libtool=no @AMDEPBACKSLASH@
 
977
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
978
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-iobuf.o `test -f 'iobuf.c' || echo '$(srcdir)/'`iobuf.c
 
979
 
 
980
libcommon_a-iobuf.obj: iobuf.c
 
981
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-iobuf.obj -MD -MP -MF $(DEPDIR)/libcommon_a-iobuf.Tpo -c -o libcommon_a-iobuf.obj `if test -f 'iobuf.c'; then $(CYGPATH_W) 'iobuf.c'; else $(CYGPATH_W) '$(srcdir)/iobuf.c'; fi`
 
982
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-iobuf.Tpo $(DEPDIR)/libcommon_a-iobuf.Po
 
983
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iobuf.c' object='libcommon_a-iobuf.obj' libtool=no @AMDEPBACKSLASH@
 
984
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
985
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-iobuf.obj `if test -f 'iobuf.c'; then $(CYGPATH_W) 'iobuf.c'; else $(CYGPATH_W) '$(srcdir)/iobuf.c'; fi`
 
986
 
 
987
libcommon_a-ttyio.o: ttyio.c
 
988
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-ttyio.o -MD -MP -MF $(DEPDIR)/libcommon_a-ttyio.Tpo -c -o libcommon_a-ttyio.o `test -f 'ttyio.c' || echo '$(srcdir)/'`ttyio.c
 
989
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-ttyio.Tpo $(DEPDIR)/libcommon_a-ttyio.Po
 
990
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ttyio.c' object='libcommon_a-ttyio.o' libtool=no @AMDEPBACKSLASH@
 
991
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
992
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-ttyio.o `test -f 'ttyio.c' || echo '$(srcdir)/'`ttyio.c
 
993
 
 
994
libcommon_a-ttyio.obj: ttyio.c
 
995
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-ttyio.obj -MD -MP -MF $(DEPDIR)/libcommon_a-ttyio.Tpo -c -o libcommon_a-ttyio.obj `if test -f 'ttyio.c'; then $(CYGPATH_W) 'ttyio.c'; else $(CYGPATH_W) '$(srcdir)/ttyio.c'; fi`
 
996
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-ttyio.Tpo $(DEPDIR)/libcommon_a-ttyio.Po
 
997
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ttyio.c' object='libcommon_a-ttyio.obj' libtool=no @AMDEPBACKSLASH@
 
998
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
999
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-ttyio.obj `if test -f 'ttyio.c'; then $(CYGPATH_W) 'ttyio.c'; else $(CYGPATH_W) '$(srcdir)/ttyio.c'; fi`
 
1000
 
 
1001
libcommon_a-asshelp.o: asshelp.c
 
1002
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-asshelp.o -MD -MP -MF $(DEPDIR)/libcommon_a-asshelp.Tpo -c -o libcommon_a-asshelp.o `test -f 'asshelp.c' || echo '$(srcdir)/'`asshelp.c
 
1003
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-asshelp.Tpo $(DEPDIR)/libcommon_a-asshelp.Po
 
1004
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='asshelp.c' object='libcommon_a-asshelp.o' libtool=no @AMDEPBACKSLASH@
 
1005
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1006
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-asshelp.o `test -f 'asshelp.c' || echo '$(srcdir)/'`asshelp.c
 
1007
 
 
1008
libcommon_a-asshelp.obj: asshelp.c
 
1009
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-asshelp.obj -MD -MP -MF $(DEPDIR)/libcommon_a-asshelp.Tpo -c -o libcommon_a-asshelp.obj `if test -f 'asshelp.c'; then $(CYGPATH_W) 'asshelp.c'; else $(CYGPATH_W) '$(srcdir)/asshelp.c'; fi`
 
1010
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-asshelp.Tpo $(DEPDIR)/libcommon_a-asshelp.Po
 
1011
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='asshelp.c' object='libcommon_a-asshelp.obj' libtool=no @AMDEPBACKSLASH@
 
1012
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1013
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-asshelp.obj `if test -f 'asshelp.c'; then $(CYGPATH_W) 'asshelp.c'; else $(CYGPATH_W) '$(srcdir)/asshelp.c'; fi`
 
1014
 
 
1015
libcommon_a-exechelp.o: exechelp.c
 
1016
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-exechelp.o -MD -MP -MF $(DEPDIR)/libcommon_a-exechelp.Tpo -c -o libcommon_a-exechelp.o `test -f 'exechelp.c' || echo '$(srcdir)/'`exechelp.c
 
1017
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-exechelp.Tpo $(DEPDIR)/libcommon_a-exechelp.Po
 
1018
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exechelp.c' object='libcommon_a-exechelp.o' libtool=no @AMDEPBACKSLASH@
 
1019
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1020
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-exechelp.o `test -f 'exechelp.c' || echo '$(srcdir)/'`exechelp.c
 
1021
 
 
1022
libcommon_a-exechelp.obj: exechelp.c
 
1023
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-exechelp.obj -MD -MP -MF $(DEPDIR)/libcommon_a-exechelp.Tpo -c -o libcommon_a-exechelp.obj `if test -f 'exechelp.c'; then $(CYGPATH_W) 'exechelp.c'; else $(CYGPATH_W) '$(srcdir)/exechelp.c'; fi`
 
1024
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-exechelp.Tpo $(DEPDIR)/libcommon_a-exechelp.Po
 
1025
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exechelp.c' object='libcommon_a-exechelp.obj' libtool=no @AMDEPBACKSLASH@
 
1026
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1027
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-exechelp.obj `if test -f 'exechelp.c'; then $(CYGPATH_W) 'exechelp.c'; else $(CYGPATH_W) '$(srcdir)/exechelp.c'; fi`
 
1028
 
 
1029
libcommon_a-signal.o: signal.c
 
1030
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-signal.o -MD -MP -MF $(DEPDIR)/libcommon_a-signal.Tpo -c -o libcommon_a-signal.o `test -f 'signal.c' || echo '$(srcdir)/'`signal.c
 
1031
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-signal.Tpo $(DEPDIR)/libcommon_a-signal.Po
 
1032
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='signal.c' object='libcommon_a-signal.o' libtool=no @AMDEPBACKSLASH@
 
1033
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1034
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-signal.o `test -f 'signal.c' || echo '$(srcdir)/'`signal.c
 
1035
 
 
1036
libcommon_a-signal.obj: signal.c
 
1037
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-signal.obj -MD -MP -MF $(DEPDIR)/libcommon_a-signal.Tpo -c -o libcommon_a-signal.obj `if test -f 'signal.c'; then $(CYGPATH_W) 'signal.c'; else $(CYGPATH_W) '$(srcdir)/signal.c'; fi`
 
1038
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-signal.Tpo $(DEPDIR)/libcommon_a-signal.Po
 
1039
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='signal.c' object='libcommon_a-signal.obj' libtool=no @AMDEPBACKSLASH@
 
1040
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1041
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-signal.obj `if test -f 'signal.c'; then $(CYGPATH_W) 'signal.c'; else $(CYGPATH_W) '$(srcdir)/signal.c'; fi`
 
1042
 
 
1043
libcommon_a-estream.o: estream.c
 
1044
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-estream.o -MD -MP -MF $(DEPDIR)/libcommon_a-estream.Tpo -c -o libcommon_a-estream.o `test -f 'estream.c' || echo '$(srcdir)/'`estream.c
 
1045
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-estream.Tpo $(DEPDIR)/libcommon_a-estream.Po
 
1046
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='estream.c' object='libcommon_a-estream.o' libtool=no @AMDEPBACKSLASH@
 
1047
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1048
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-estream.o `test -f 'estream.c' || echo '$(srcdir)/'`estream.c
 
1049
 
 
1050
libcommon_a-estream.obj: estream.c
 
1051
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-estream.obj -MD -MP -MF $(DEPDIR)/libcommon_a-estream.Tpo -c -o libcommon_a-estream.obj `if test -f 'estream.c'; then $(CYGPATH_W) 'estream.c'; else $(CYGPATH_W) '$(srcdir)/estream.c'; fi`
 
1052
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-estream.Tpo $(DEPDIR)/libcommon_a-estream.Po
 
1053
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='estream.c' object='libcommon_a-estream.obj' libtool=no @AMDEPBACKSLASH@
 
1054
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1055
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-estream.obj `if test -f 'estream.c'; then $(CYGPATH_W) 'estream.c'; else $(CYGPATH_W) '$(srcdir)/estream.c'; fi`
 
1056
 
 
1057
libcommon_a-estream-printf.o: estream-printf.c
 
1058
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-estream-printf.o -MD -MP -MF $(DEPDIR)/libcommon_a-estream-printf.Tpo -c -o libcommon_a-estream-printf.o `test -f 'estream-printf.c' || echo '$(srcdir)/'`estream-printf.c
 
1059
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-estream-printf.Tpo $(DEPDIR)/libcommon_a-estream-printf.Po
 
1060
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='estream-printf.c' object='libcommon_a-estream-printf.o' libtool=no @AMDEPBACKSLASH@
 
1061
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1062
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-estream-printf.o `test -f 'estream-printf.c' || echo '$(srcdir)/'`estream-printf.c
 
1063
 
 
1064
libcommon_a-estream-printf.obj: estream-printf.c
 
1065
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-estream-printf.obj -MD -MP -MF $(DEPDIR)/libcommon_a-estream-printf.Tpo -c -o libcommon_a-estream-printf.obj `if test -f 'estream-printf.c'; then $(CYGPATH_W) 'estream-printf.c'; else $(CYGPATH_W) '$(srcdir)/estream-printf.c'; fi`
 
1066
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-estream-printf.Tpo $(DEPDIR)/libcommon_a-estream-printf.Po
 
1067
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='estream-printf.c' object='libcommon_a-estream-printf.obj' libtool=no @AMDEPBACKSLASH@
 
1068
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1069
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-estream-printf.obj `if test -f 'estream-printf.c'; then $(CYGPATH_W) 'estream-printf.c'; else $(CYGPATH_W) '$(srcdir)/estream-printf.c'; fi`
 
1070
 
 
1071
libcommon_a-audit.o: audit.c
 
1072
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-audit.o -MD -MP -MF $(DEPDIR)/libcommon_a-audit.Tpo -c -o libcommon_a-audit.o `test -f 'audit.c' || echo '$(srcdir)/'`audit.c
 
1073
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-audit.Tpo $(DEPDIR)/libcommon_a-audit.Po
 
1074
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='audit.c' object='libcommon_a-audit.o' libtool=no @AMDEPBACKSLASH@
 
1075
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1076
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-audit.o `test -f 'audit.c' || echo '$(srcdir)/'`audit.c
 
1077
 
 
1078
libcommon_a-audit.obj: audit.c
 
1079
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-audit.obj -MD -MP -MF $(DEPDIR)/libcommon_a-audit.Tpo -c -o libcommon_a-audit.obj `if test -f 'audit.c'; then $(CYGPATH_W) 'audit.c'; else $(CYGPATH_W) '$(srcdir)/audit.c'; fi`
 
1080
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-audit.Tpo $(DEPDIR)/libcommon_a-audit.Po
 
1081
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='audit.c' object='libcommon_a-audit.obj' libtool=no @AMDEPBACKSLASH@
 
1082
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1083
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-audit.obj `if test -f 'audit.c'; then $(CYGPATH_W) 'audit.c'; else $(CYGPATH_W) '$(srcdir)/audit.c'; fi`
 
1084
 
 
1085
libcommon_a-dns-cert.o: dns-cert.c
 
1086
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-dns-cert.o -MD -MP -MF $(DEPDIR)/libcommon_a-dns-cert.Tpo -c -o libcommon_a-dns-cert.o `test -f 'dns-cert.c' || echo '$(srcdir)/'`dns-cert.c
 
1087
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-dns-cert.Tpo $(DEPDIR)/libcommon_a-dns-cert.Po
 
1088
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dns-cert.c' object='libcommon_a-dns-cert.o' libtool=no @AMDEPBACKSLASH@
 
1089
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1090
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-dns-cert.o `test -f 'dns-cert.c' || echo '$(srcdir)/'`dns-cert.c
 
1091
 
 
1092
libcommon_a-dns-cert.obj: dns-cert.c
 
1093
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-dns-cert.obj -MD -MP -MF $(DEPDIR)/libcommon_a-dns-cert.Tpo -c -o libcommon_a-dns-cert.obj `if test -f 'dns-cert.c'; then $(CYGPATH_W) 'dns-cert.c'; else $(CYGPATH_W) '$(srcdir)/dns-cert.c'; fi`
 
1094
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-dns-cert.Tpo $(DEPDIR)/libcommon_a-dns-cert.Po
 
1095
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dns-cert.c' object='libcommon_a-dns-cert.obj' libtool=no @AMDEPBACKSLASH@
 
1096
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1097
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-dns-cert.obj `if test -f 'dns-cert.c'; then $(CYGPATH_W) 'dns-cert.c'; else $(CYGPATH_W) '$(srcdir)/dns-cert.c'; fi`
 
1098
 
 
1099
libcommon_a-pka.o: pka.c
 
1100
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-pka.o -MD -MP -MF $(DEPDIR)/libcommon_a-pka.Tpo -c -o libcommon_a-pka.o `test -f 'pka.c' || echo '$(srcdir)/'`pka.c
 
1101
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-pka.Tpo $(DEPDIR)/libcommon_a-pka.Po
 
1102
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pka.c' object='libcommon_a-pka.o' libtool=no @AMDEPBACKSLASH@
 
1103
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1104
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-pka.o `test -f 'pka.c' || echo '$(srcdir)/'`pka.c
 
1105
 
 
1106
libcommon_a-pka.obj: pka.c
 
1107
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-pka.obj -MD -MP -MF $(DEPDIR)/libcommon_a-pka.Tpo -c -o libcommon_a-pka.obj `if test -f 'pka.c'; then $(CYGPATH_W) 'pka.c'; else $(CYGPATH_W) '$(srcdir)/pka.c'; fi`
 
1108
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-pka.Tpo $(DEPDIR)/libcommon_a-pka.Po
 
1109
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pka.c' object='libcommon_a-pka.obj' libtool=no @AMDEPBACKSLASH@
 
1110
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1111
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-pka.obj `if test -f 'pka.c'; then $(CYGPATH_W) 'pka.c'; else $(CYGPATH_W) '$(srcdir)/pka.c'; fi`
 
1112
 
 
1113
libcommon_a-http.o: http.c
 
1114
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-http.o -MD -MP -MF $(DEPDIR)/libcommon_a-http.Tpo -c -o libcommon_a-http.o `test -f 'http.c' || echo '$(srcdir)/'`http.c
 
1115
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-http.Tpo $(DEPDIR)/libcommon_a-http.Po
 
1116
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http.c' object='libcommon_a-http.o' libtool=no @AMDEPBACKSLASH@
 
1117
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1118
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-http.o `test -f 'http.c' || echo '$(srcdir)/'`http.c
 
1119
 
 
1120
libcommon_a-http.obj: http.c
 
1121
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-http.obj -MD -MP -MF $(DEPDIR)/libcommon_a-http.Tpo -c -o libcommon_a-http.obj `if test -f 'http.c'; then $(CYGPATH_W) 'http.c'; else $(CYGPATH_W) '$(srcdir)/http.c'; fi`
 
1122
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-http.Tpo $(DEPDIR)/libcommon_a-http.Po
 
1123
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http.c' object='libcommon_a-http.obj' libtool=no @AMDEPBACKSLASH@
 
1124
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1125
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-http.obj `if test -f 'http.c'; then $(CYGPATH_W) 'http.c'; else $(CYGPATH_W) '$(srcdir)/http.c'; fi`
 
1126
 
 
1127
libcommon_a-localename.o: localename.c
 
1128
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-localename.o -MD -MP -MF $(DEPDIR)/libcommon_a-localename.Tpo -c -o libcommon_a-localename.o `test -f 'localename.c' || echo '$(srcdir)/'`localename.c
 
1129
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-localename.Tpo $(DEPDIR)/libcommon_a-localename.Po
 
1130
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='localename.c' object='libcommon_a-localename.o' libtool=no @AMDEPBACKSLASH@
 
1131
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1132
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-localename.o `test -f 'localename.c' || echo '$(srcdir)/'`localename.c
 
1133
 
 
1134
libcommon_a-localename.obj: localename.c
 
1135
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-localename.obj -MD -MP -MF $(DEPDIR)/libcommon_a-localename.Tpo -c -o libcommon_a-localename.obj `if test -f 'localename.c'; then $(CYGPATH_W) 'localename.c'; else $(CYGPATH_W) '$(srcdir)/localename.c'; fi`
 
1136
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-localename.Tpo $(DEPDIR)/libcommon_a-localename.Po
 
1137
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='localename.c' object='libcommon_a-localename.obj' libtool=no @AMDEPBACKSLASH@
 
1138
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1139
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-localename.obj `if test -f 'localename.c'; then $(CYGPATH_W) 'localename.c'; else $(CYGPATH_W) '$(srcdir)/localename.c'; fi`
 
1140
 
 
1141
libcommon_a-session-env.o: session-env.c
 
1142
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-session-env.o -MD -MP -MF $(DEPDIR)/libcommon_a-session-env.Tpo -c -o libcommon_a-session-env.o `test -f 'session-env.c' || echo '$(srcdir)/'`session-env.c
 
1143
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-session-env.Tpo $(DEPDIR)/libcommon_a-session-env.Po
 
1144
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='session-env.c' object='libcommon_a-session-env.o' libtool=no @AMDEPBACKSLASH@
 
1145
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1146
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-session-env.o `test -f 'session-env.c' || echo '$(srcdir)/'`session-env.c
 
1147
 
 
1148
libcommon_a-session-env.obj: session-env.c
 
1149
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-session-env.obj -MD -MP -MF $(DEPDIR)/libcommon_a-session-env.Tpo -c -o libcommon_a-session-env.obj `if test -f 'session-env.c'; then $(CYGPATH_W) 'session-env.c'; else $(CYGPATH_W) '$(srcdir)/session-env.c'; fi`
 
1150
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-session-env.Tpo $(DEPDIR)/libcommon_a-session-env.Po
 
1151
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='session-env.c' object='libcommon_a-session-env.obj' libtool=no @AMDEPBACKSLASH@
 
1152
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1153
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-session-env.obj `if test -f 'session-env.c'; then $(CYGPATH_W) 'session-env.c'; else $(CYGPATH_W) '$(srcdir)/session-env.c'; fi`
 
1154
 
 
1155
libcommon_a-helpfile.o: helpfile.c
 
1156
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-helpfile.o -MD -MP -MF $(DEPDIR)/libcommon_a-helpfile.Tpo -c -o libcommon_a-helpfile.o `test -f 'helpfile.c' || echo '$(srcdir)/'`helpfile.c
 
1157
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-helpfile.Tpo $(DEPDIR)/libcommon_a-helpfile.Po
 
1158
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='helpfile.c' object='libcommon_a-helpfile.o' libtool=no @AMDEPBACKSLASH@
 
1159
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1160
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-helpfile.o `test -f 'helpfile.c' || echo '$(srcdir)/'`helpfile.c
 
1161
 
 
1162
libcommon_a-helpfile.obj: helpfile.c
 
1163
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-helpfile.obj -MD -MP -MF $(DEPDIR)/libcommon_a-helpfile.Tpo -c -o libcommon_a-helpfile.obj `if test -f 'helpfile.c'; then $(CYGPATH_W) 'helpfile.c'; else $(CYGPATH_W) '$(srcdir)/helpfile.c'; fi`
 
1164
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-helpfile.Tpo $(DEPDIR)/libcommon_a-helpfile.Po
 
1165
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='helpfile.c' object='libcommon_a-helpfile.obj' libtool=no @AMDEPBACKSLASH@
 
1166
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1167
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-helpfile.obj `if test -f 'helpfile.c'; then $(CYGPATH_W) 'helpfile.c'; else $(CYGPATH_W) '$(srcdir)/helpfile.c'; fi`
 
1168
 
 
1169
libcommon_a-get-passphrase.o: get-passphrase.c
 
1170
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-get-passphrase.o -MD -MP -MF $(DEPDIR)/libcommon_a-get-passphrase.Tpo -c -o libcommon_a-get-passphrase.o `test -f 'get-passphrase.c' || echo '$(srcdir)/'`get-passphrase.c
 
1171
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-get-passphrase.Tpo $(DEPDIR)/libcommon_a-get-passphrase.Po
 
1172
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='get-passphrase.c' object='libcommon_a-get-passphrase.o' libtool=no @AMDEPBACKSLASH@
 
1173
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1174
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-get-passphrase.o `test -f 'get-passphrase.c' || echo '$(srcdir)/'`get-passphrase.c
 
1175
 
 
1176
libcommon_a-get-passphrase.obj: get-passphrase.c
 
1177
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-get-passphrase.obj -MD -MP -MF $(DEPDIR)/libcommon_a-get-passphrase.Tpo -c -o libcommon_a-get-passphrase.obj `if test -f 'get-passphrase.c'; then $(CYGPATH_W) 'get-passphrase.c'; else $(CYGPATH_W) '$(srcdir)/get-passphrase.c'; fi`
 
1178
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-get-passphrase.Tpo $(DEPDIR)/libcommon_a-get-passphrase.Po
 
1179
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='get-passphrase.c' object='libcommon_a-get-passphrase.obj' libtool=no @AMDEPBACKSLASH@
 
1180
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1181
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-get-passphrase.obj `if test -f 'get-passphrase.c'; then $(CYGPATH_W) 'get-passphrase.c'; else $(CYGPATH_W) '$(srcdir)/get-passphrase.c'; fi`
 
1182
 
 
1183
libcommon_a-srv.o: srv.c
 
1184
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-srv.o -MD -MP -MF $(DEPDIR)/libcommon_a-srv.Tpo -c -o libcommon_a-srv.o `test -f 'srv.c' || echo '$(srcdir)/'`srv.c
 
1185
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-srv.Tpo $(DEPDIR)/libcommon_a-srv.Po
 
1186
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='srv.c' object='libcommon_a-srv.o' libtool=no @AMDEPBACKSLASH@
 
1187
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1188
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-srv.o `test -f 'srv.c' || echo '$(srcdir)/'`srv.c
 
1189
 
 
1190
libcommon_a-srv.obj: srv.c
 
1191
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-srv.obj -MD -MP -MF $(DEPDIR)/libcommon_a-srv.Tpo -c -o libcommon_a-srv.obj `if test -f 'srv.c'; then $(CYGPATH_W) 'srv.c'; else $(CYGPATH_W) '$(srcdir)/srv.c'; fi`
 
1192
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommon_a-srv.Tpo $(DEPDIR)/libcommon_a-srv.Po
 
1193
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='srv.c' object='libcommon_a-srv.obj' libtool=no @AMDEPBACKSLASH@
 
1194
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1195
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-srv.obj `if test -f 'srv.c'; then $(CYGPATH_W) 'srv.c'; else $(CYGPATH_W) '$(srcdir)/srv.c'; fi`
 
1196
 
 
1197
libcommonpth_a-i18n.o: i18n.c
 
1198
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-i18n.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-i18n.Tpo -c -o libcommonpth_a-i18n.o `test -f 'i18n.c' || echo '$(srcdir)/'`i18n.c
 
1199
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-i18n.Tpo $(DEPDIR)/libcommonpth_a-i18n.Po
 
1200
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='i18n.c' object='libcommonpth_a-i18n.o' libtool=no @AMDEPBACKSLASH@
 
1201
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1202
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-i18n.o `test -f 'i18n.c' || echo '$(srcdir)/'`i18n.c
 
1203
 
 
1204
libcommonpth_a-i18n.obj: i18n.c
 
1205
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-i18n.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-i18n.Tpo -c -o libcommonpth_a-i18n.obj `if test -f 'i18n.c'; then $(CYGPATH_W) 'i18n.c'; else $(CYGPATH_W) '$(srcdir)/i18n.c'; fi`
 
1206
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-i18n.Tpo $(DEPDIR)/libcommonpth_a-i18n.Po
 
1207
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='i18n.c' object='libcommonpth_a-i18n.obj' libtool=no @AMDEPBACKSLASH@
 
1208
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1209
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-i18n.obj `if test -f 'i18n.c'; then $(CYGPATH_W) 'i18n.c'; else $(CYGPATH_W) '$(srcdir)/i18n.c'; fi`
 
1210
 
 
1211
libcommonpth_a-status.o: status.c
 
1212
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-status.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-status.Tpo -c -o libcommonpth_a-status.o `test -f 'status.c' || echo '$(srcdir)/'`status.c
 
1213
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-status.Tpo $(DEPDIR)/libcommonpth_a-status.Po
 
1214
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='status.c' object='libcommonpth_a-status.o' libtool=no @AMDEPBACKSLASH@
 
1215
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1216
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-status.o `test -f 'status.c' || echo '$(srcdir)/'`status.c
 
1217
 
 
1218
libcommonpth_a-status.obj: status.c
 
1219
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-status.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-status.Tpo -c -o libcommonpth_a-status.obj `if test -f 'status.c'; then $(CYGPATH_W) 'status.c'; else $(CYGPATH_W) '$(srcdir)/status.c'; fi`
 
1220
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-status.Tpo $(DEPDIR)/libcommonpth_a-status.Po
 
1221
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='status.c' object='libcommonpth_a-status.obj' libtool=no @AMDEPBACKSLASH@
 
1222
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1223
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-status.obj `if test -f 'status.c'; then $(CYGPATH_W) 'status.c'; else $(CYGPATH_W) '$(srcdir)/status.c'; fi`
 
1224
 
 
1225
libcommonpth_a-tlv.o: tlv.c
 
1226
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-tlv.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-tlv.Tpo -c -o libcommonpth_a-tlv.o `test -f 'tlv.c' || echo '$(srcdir)/'`tlv.c
 
1227
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-tlv.Tpo $(DEPDIR)/libcommonpth_a-tlv.Po
 
1228
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tlv.c' object='libcommonpth_a-tlv.o' libtool=no @AMDEPBACKSLASH@
 
1229
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1230
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-tlv.o `test -f 'tlv.c' || echo '$(srcdir)/'`tlv.c
 
1231
 
 
1232
libcommonpth_a-tlv.obj: tlv.c
 
1233
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-tlv.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-tlv.Tpo -c -o libcommonpth_a-tlv.obj `if test -f 'tlv.c'; then $(CYGPATH_W) 'tlv.c'; else $(CYGPATH_W) '$(srcdir)/tlv.c'; fi`
 
1234
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-tlv.Tpo $(DEPDIR)/libcommonpth_a-tlv.Po
 
1235
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tlv.c' object='libcommonpth_a-tlv.obj' libtool=no @AMDEPBACKSLASH@
 
1236
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1237
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-tlv.obj `if test -f 'tlv.c'; then $(CYGPATH_W) 'tlv.c'; else $(CYGPATH_W) '$(srcdir)/tlv.c'; fi`
 
1238
 
 
1239
libcommonpth_a-init.o: init.c
 
1240
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-init.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-init.Tpo -c -o libcommonpth_a-init.o `test -f 'init.c' || echo '$(srcdir)/'`init.c
 
1241
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-init.Tpo $(DEPDIR)/libcommonpth_a-init.Po
 
1242
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='init.c' object='libcommonpth_a-init.o' libtool=no @AMDEPBACKSLASH@
 
1243
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1244
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-init.o `test -f 'init.c' || echo '$(srcdir)/'`init.c
 
1245
 
 
1246
libcommonpth_a-init.obj: init.c
 
1247
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-init.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-init.Tpo -c -o libcommonpth_a-init.obj `if test -f 'init.c'; then $(CYGPATH_W) 'init.c'; else $(CYGPATH_W) '$(srcdir)/init.c'; fi`
 
1248
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-init.Tpo $(DEPDIR)/libcommonpth_a-init.Po
 
1249
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='init.c' object='libcommonpth_a-init.obj' libtool=no @AMDEPBACKSLASH@
 
1250
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1251
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-init.obj `if test -f 'init.c'; then $(CYGPATH_W) 'init.c'; else $(CYGPATH_W) '$(srcdir)/init.c'; fi`
 
1252
 
 
1253
libcommonpth_a-sexputil.o: sexputil.c
 
1254
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-sexputil.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-sexputil.Tpo -c -o libcommonpth_a-sexputil.o `test -f 'sexputil.c' || echo '$(srcdir)/'`sexputil.c
 
1255
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-sexputil.Tpo $(DEPDIR)/libcommonpth_a-sexputil.Po
 
1256
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sexputil.c' object='libcommonpth_a-sexputil.o' libtool=no @AMDEPBACKSLASH@
 
1257
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1258
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-sexputil.o `test -f 'sexputil.c' || echo '$(srcdir)/'`sexputil.c
 
1259
 
 
1260
libcommonpth_a-sexputil.obj: sexputil.c
 
1261
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-sexputil.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-sexputil.Tpo -c -o libcommonpth_a-sexputil.obj `if test -f 'sexputil.c'; then $(CYGPATH_W) 'sexputil.c'; else $(CYGPATH_W) '$(srcdir)/sexputil.c'; fi`
 
1262
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-sexputil.Tpo $(DEPDIR)/libcommonpth_a-sexputil.Po
 
1263
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sexputil.c' object='libcommonpth_a-sexputil.obj' libtool=no @AMDEPBACKSLASH@
 
1264
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1265
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-sexputil.obj `if test -f 'sexputil.c'; then $(CYGPATH_W) 'sexputil.c'; else $(CYGPATH_W) '$(srcdir)/sexputil.c'; fi`
 
1266
 
 
1267
libcommonpth_a-sysutils.o: sysutils.c
 
1268
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-sysutils.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-sysutils.Tpo -c -o libcommonpth_a-sysutils.o `test -f 'sysutils.c' || echo '$(srcdir)/'`sysutils.c
 
1269
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-sysutils.Tpo $(DEPDIR)/libcommonpth_a-sysutils.Po
 
1270
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sysutils.c' object='libcommonpth_a-sysutils.o' libtool=no @AMDEPBACKSLASH@
 
1271
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1272
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-sysutils.o `test -f 'sysutils.c' || echo '$(srcdir)/'`sysutils.c
 
1273
 
 
1274
libcommonpth_a-sysutils.obj: sysutils.c
 
1275
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-sysutils.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-sysutils.Tpo -c -o libcommonpth_a-sysutils.obj `if test -f 'sysutils.c'; then $(CYGPATH_W) 'sysutils.c'; else $(CYGPATH_W) '$(srcdir)/sysutils.c'; fi`
 
1276
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-sysutils.Tpo $(DEPDIR)/libcommonpth_a-sysutils.Po
 
1277
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sysutils.c' object='libcommonpth_a-sysutils.obj' libtool=no @AMDEPBACKSLASH@
 
1278
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1279
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-sysutils.obj `if test -f 'sysutils.c'; then $(CYGPATH_W) 'sysutils.c'; else $(CYGPATH_W) '$(srcdir)/sysutils.c'; fi`
 
1280
 
 
1281
libcommonpth_a-homedir.o: homedir.c
 
1282
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-homedir.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-homedir.Tpo -c -o libcommonpth_a-homedir.o `test -f 'homedir.c' || echo '$(srcdir)/'`homedir.c
 
1283
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-homedir.Tpo $(DEPDIR)/libcommonpth_a-homedir.Po
 
1284
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='homedir.c' object='libcommonpth_a-homedir.o' libtool=no @AMDEPBACKSLASH@
 
1285
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1286
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-homedir.o `test -f 'homedir.c' || echo '$(srcdir)/'`homedir.c
 
1287
 
 
1288
libcommonpth_a-homedir.obj: homedir.c
 
1289
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-homedir.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-homedir.Tpo -c -o libcommonpth_a-homedir.obj `if test -f 'homedir.c'; then $(CYGPATH_W) 'homedir.c'; else $(CYGPATH_W) '$(srcdir)/homedir.c'; fi`
 
1290
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-homedir.Tpo $(DEPDIR)/libcommonpth_a-homedir.Po
 
1291
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='homedir.c' object='libcommonpth_a-homedir.obj' libtool=no @AMDEPBACKSLASH@
 
1292
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1293
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-homedir.obj `if test -f 'homedir.c'; then $(CYGPATH_W) 'homedir.c'; else $(CYGPATH_W) '$(srcdir)/homedir.c'; fi`
 
1294
 
 
1295
libcommonpth_a-gettime.o: gettime.c
 
1296
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-gettime.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-gettime.Tpo -c -o libcommonpth_a-gettime.o `test -f 'gettime.c' || echo '$(srcdir)/'`gettime.c
 
1297
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-gettime.Tpo $(DEPDIR)/libcommonpth_a-gettime.Po
 
1298
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gettime.c' object='libcommonpth_a-gettime.o' libtool=no @AMDEPBACKSLASH@
 
1299
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1300
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-gettime.o `test -f 'gettime.c' || echo '$(srcdir)/'`gettime.c
 
1301
 
 
1302
libcommonpth_a-gettime.obj: gettime.c
 
1303
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-gettime.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-gettime.Tpo -c -o libcommonpth_a-gettime.obj `if test -f 'gettime.c'; then $(CYGPATH_W) 'gettime.c'; else $(CYGPATH_W) '$(srcdir)/gettime.c'; fi`
 
1304
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-gettime.Tpo $(DEPDIR)/libcommonpth_a-gettime.Po
 
1305
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gettime.c' object='libcommonpth_a-gettime.obj' libtool=no @AMDEPBACKSLASH@
 
1306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1307
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-gettime.obj `if test -f 'gettime.c'; then $(CYGPATH_W) 'gettime.c'; else $(CYGPATH_W) '$(srcdir)/gettime.c'; fi`
 
1308
 
 
1309
libcommonpth_a-yesno.o: yesno.c
 
1310
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-yesno.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-yesno.Tpo -c -o libcommonpth_a-yesno.o `test -f 'yesno.c' || echo '$(srcdir)/'`yesno.c
 
1311
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-yesno.Tpo $(DEPDIR)/libcommonpth_a-yesno.Po
 
1312
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='yesno.c' object='libcommonpth_a-yesno.o' libtool=no @AMDEPBACKSLASH@
 
1313
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1314
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-yesno.o `test -f 'yesno.c' || echo '$(srcdir)/'`yesno.c
 
1315
 
 
1316
libcommonpth_a-yesno.obj: yesno.c
 
1317
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-yesno.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-yesno.Tpo -c -o libcommonpth_a-yesno.obj `if test -f 'yesno.c'; then $(CYGPATH_W) 'yesno.c'; else $(CYGPATH_W) '$(srcdir)/yesno.c'; fi`
 
1318
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-yesno.Tpo $(DEPDIR)/libcommonpth_a-yesno.Po
 
1319
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='yesno.c' object='libcommonpth_a-yesno.obj' libtool=no @AMDEPBACKSLASH@
 
1320
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1321
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-yesno.obj `if test -f 'yesno.c'; then $(CYGPATH_W) 'yesno.c'; else $(CYGPATH_W) '$(srcdir)/yesno.c'; fi`
 
1322
 
 
1323
libcommonpth_a-b64enc.o: b64enc.c
 
1324
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-b64enc.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-b64enc.Tpo -c -o libcommonpth_a-b64enc.o `test -f 'b64enc.c' || echo '$(srcdir)/'`b64enc.c
 
1325
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-b64enc.Tpo $(DEPDIR)/libcommonpth_a-b64enc.Po
 
1326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='b64enc.c' object='libcommonpth_a-b64enc.o' libtool=no @AMDEPBACKSLASH@
 
1327
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1328
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-b64enc.o `test -f 'b64enc.c' || echo '$(srcdir)/'`b64enc.c
 
1329
 
 
1330
libcommonpth_a-b64enc.obj: b64enc.c
 
1331
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-b64enc.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-b64enc.Tpo -c -o libcommonpth_a-b64enc.obj `if test -f 'b64enc.c'; then $(CYGPATH_W) 'b64enc.c'; else $(CYGPATH_W) '$(srcdir)/b64enc.c'; fi`
 
1332
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-b64enc.Tpo $(DEPDIR)/libcommonpth_a-b64enc.Po
 
1333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='b64enc.c' object='libcommonpth_a-b64enc.obj' libtool=no @AMDEPBACKSLASH@
 
1334
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1335
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-b64enc.obj `if test -f 'b64enc.c'; then $(CYGPATH_W) 'b64enc.c'; else $(CYGPATH_W) '$(srcdir)/b64enc.c'; fi`
 
1336
 
 
1337
libcommonpth_a-b64dec.o: b64dec.c
 
1338
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-b64dec.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-b64dec.Tpo -c -o libcommonpth_a-b64dec.o `test -f 'b64dec.c' || echo '$(srcdir)/'`b64dec.c
 
1339
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-b64dec.Tpo $(DEPDIR)/libcommonpth_a-b64dec.Po
 
1340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='b64dec.c' object='libcommonpth_a-b64dec.o' libtool=no @AMDEPBACKSLASH@
 
1341
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1342
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-b64dec.o `test -f 'b64dec.c' || echo '$(srcdir)/'`b64dec.c
 
1343
 
 
1344
libcommonpth_a-b64dec.obj: b64dec.c
 
1345
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-b64dec.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-b64dec.Tpo -c -o libcommonpth_a-b64dec.obj `if test -f 'b64dec.c'; then $(CYGPATH_W) 'b64dec.c'; else $(CYGPATH_W) '$(srcdir)/b64dec.c'; fi`
 
1346
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-b64dec.Tpo $(DEPDIR)/libcommonpth_a-b64dec.Po
 
1347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='b64dec.c' object='libcommonpth_a-b64dec.obj' libtool=no @AMDEPBACKSLASH@
 
1348
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1349
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-b64dec.obj `if test -f 'b64dec.c'; then $(CYGPATH_W) 'b64dec.c'; else $(CYGPATH_W) '$(srcdir)/b64dec.c'; fi`
 
1350
 
 
1351
libcommonpth_a-convert.o: convert.c
 
1352
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-convert.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-convert.Tpo -c -o libcommonpth_a-convert.o `test -f 'convert.c' || echo '$(srcdir)/'`convert.c
 
1353
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-convert.Tpo $(DEPDIR)/libcommonpth_a-convert.Po
 
1354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='convert.c' object='libcommonpth_a-convert.o' libtool=no @AMDEPBACKSLASH@
 
1355
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1356
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-convert.o `test -f 'convert.c' || echo '$(srcdir)/'`convert.c
 
1357
 
 
1358
libcommonpth_a-convert.obj: convert.c
 
1359
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-convert.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-convert.Tpo -c -o libcommonpth_a-convert.obj `if test -f 'convert.c'; then $(CYGPATH_W) 'convert.c'; else $(CYGPATH_W) '$(srcdir)/convert.c'; fi`
 
1360
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-convert.Tpo $(DEPDIR)/libcommonpth_a-convert.Po
 
1361
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='convert.c' object='libcommonpth_a-convert.obj' libtool=no @AMDEPBACKSLASH@
 
1362
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1363
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-convert.obj `if test -f 'convert.c'; then $(CYGPATH_W) 'convert.c'; else $(CYGPATH_W) '$(srcdir)/convert.c'; fi`
 
1364
 
 
1365
libcommonpth_a-percent.o: percent.c
 
1366
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-percent.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-percent.Tpo -c -o libcommonpth_a-percent.o `test -f 'percent.c' || echo '$(srcdir)/'`percent.c
 
1367
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-percent.Tpo $(DEPDIR)/libcommonpth_a-percent.Po
 
1368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='percent.c' object='libcommonpth_a-percent.o' libtool=no @AMDEPBACKSLASH@
 
1369
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1370
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-percent.o `test -f 'percent.c' || echo '$(srcdir)/'`percent.c
 
1371
 
 
1372
libcommonpth_a-percent.obj: percent.c
 
1373
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-percent.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-percent.Tpo -c -o libcommonpth_a-percent.obj `if test -f 'percent.c'; then $(CYGPATH_W) 'percent.c'; else $(CYGPATH_W) '$(srcdir)/percent.c'; fi`
 
1374
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-percent.Tpo $(DEPDIR)/libcommonpth_a-percent.Po
 
1375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='percent.c' object='libcommonpth_a-percent.obj' libtool=no @AMDEPBACKSLASH@
 
1376
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1377
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-percent.obj `if test -f 'percent.c'; then $(CYGPATH_W) 'percent.c'; else $(CYGPATH_W) '$(srcdir)/percent.c'; fi`
 
1378
 
 
1379
libcommonpth_a-miscellaneous.o: miscellaneous.c
 
1380
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-miscellaneous.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-miscellaneous.Tpo -c -o libcommonpth_a-miscellaneous.o `test -f 'miscellaneous.c' || echo '$(srcdir)/'`miscellaneous.c
 
1381
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-miscellaneous.Tpo $(DEPDIR)/libcommonpth_a-miscellaneous.Po
 
1382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='miscellaneous.c' object='libcommonpth_a-miscellaneous.o' libtool=no @AMDEPBACKSLASH@
 
1383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1384
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-miscellaneous.o `test -f 'miscellaneous.c' || echo '$(srcdir)/'`miscellaneous.c
 
1385
 
 
1386
libcommonpth_a-miscellaneous.obj: miscellaneous.c
 
1387
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-miscellaneous.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-miscellaneous.Tpo -c -o libcommonpth_a-miscellaneous.obj `if test -f 'miscellaneous.c'; then $(CYGPATH_W) 'miscellaneous.c'; else $(CYGPATH_W) '$(srcdir)/miscellaneous.c'; fi`
 
1388
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-miscellaneous.Tpo $(DEPDIR)/libcommonpth_a-miscellaneous.Po
 
1389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='miscellaneous.c' object='libcommonpth_a-miscellaneous.obj' libtool=no @AMDEPBACKSLASH@
 
1390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1391
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-miscellaneous.obj `if test -f 'miscellaneous.c'; then $(CYGPATH_W) 'miscellaneous.c'; else $(CYGPATH_W) '$(srcdir)/miscellaneous.c'; fi`
 
1392
 
 
1393
libcommonpth_a-xasprintf.o: xasprintf.c
 
1394
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-xasprintf.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-xasprintf.Tpo -c -o libcommonpth_a-xasprintf.o `test -f 'xasprintf.c' || echo '$(srcdir)/'`xasprintf.c
 
1395
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-xasprintf.Tpo $(DEPDIR)/libcommonpth_a-xasprintf.Po
 
1396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xasprintf.c' object='libcommonpth_a-xasprintf.o' libtool=no @AMDEPBACKSLASH@
 
1397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1398
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-xasprintf.o `test -f 'xasprintf.c' || echo '$(srcdir)/'`xasprintf.c
 
1399
 
 
1400
libcommonpth_a-xasprintf.obj: xasprintf.c
 
1401
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-xasprintf.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-xasprintf.Tpo -c -o libcommonpth_a-xasprintf.obj `if test -f 'xasprintf.c'; then $(CYGPATH_W) 'xasprintf.c'; else $(CYGPATH_W) '$(srcdir)/xasprintf.c'; fi`
 
1402
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-xasprintf.Tpo $(DEPDIR)/libcommonpth_a-xasprintf.Po
 
1403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xasprintf.c' object='libcommonpth_a-xasprintf.obj' libtool=no @AMDEPBACKSLASH@
 
1404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1405
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-xasprintf.obj `if test -f 'xasprintf.c'; then $(CYGPATH_W) 'xasprintf.c'; else $(CYGPATH_W) '$(srcdir)/xasprintf.c'; fi`
 
1406
 
 
1407
libcommonpth_a-xreadline.o: xreadline.c
 
1408
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-xreadline.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-xreadline.Tpo -c -o libcommonpth_a-xreadline.o `test -f 'xreadline.c' || echo '$(srcdir)/'`xreadline.c
 
1409
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-xreadline.Tpo $(DEPDIR)/libcommonpth_a-xreadline.Po
 
1410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xreadline.c' object='libcommonpth_a-xreadline.o' libtool=no @AMDEPBACKSLASH@
 
1411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1412
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-xreadline.o `test -f 'xreadline.c' || echo '$(srcdir)/'`xreadline.c
 
1413
 
 
1414
libcommonpth_a-xreadline.obj: xreadline.c
 
1415
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-xreadline.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-xreadline.Tpo -c -o libcommonpth_a-xreadline.obj `if test -f 'xreadline.c'; then $(CYGPATH_W) 'xreadline.c'; else $(CYGPATH_W) '$(srcdir)/xreadline.c'; fi`
 
1416
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-xreadline.Tpo $(DEPDIR)/libcommonpth_a-xreadline.Po
 
1417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xreadline.c' object='libcommonpth_a-xreadline.obj' libtool=no @AMDEPBACKSLASH@
 
1418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1419
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-xreadline.obj `if test -f 'xreadline.c'; then $(CYGPATH_W) 'xreadline.c'; else $(CYGPATH_W) '$(srcdir)/xreadline.c'; fi`
 
1420
 
 
1421
libcommonpth_a-membuf.o: membuf.c
 
1422
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-membuf.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-membuf.Tpo -c -o libcommonpth_a-membuf.o `test -f 'membuf.c' || echo '$(srcdir)/'`membuf.c
 
1423
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-membuf.Tpo $(DEPDIR)/libcommonpth_a-membuf.Po
 
1424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='membuf.c' object='libcommonpth_a-membuf.o' libtool=no @AMDEPBACKSLASH@
 
1425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1426
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-membuf.o `test -f 'membuf.c' || echo '$(srcdir)/'`membuf.c
 
1427
 
 
1428
libcommonpth_a-membuf.obj: membuf.c
 
1429
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-membuf.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-membuf.Tpo -c -o libcommonpth_a-membuf.obj `if test -f 'membuf.c'; then $(CYGPATH_W) 'membuf.c'; else $(CYGPATH_W) '$(srcdir)/membuf.c'; fi`
 
1430
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-membuf.Tpo $(DEPDIR)/libcommonpth_a-membuf.Po
 
1431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='membuf.c' object='libcommonpth_a-membuf.obj' libtool=no @AMDEPBACKSLASH@
 
1432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1433
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-membuf.obj `if test -f 'membuf.c'; then $(CYGPATH_W) 'membuf.c'; else $(CYGPATH_W) '$(srcdir)/membuf.c'; fi`
 
1434
 
 
1435
libcommonpth_a-iobuf.o: iobuf.c
 
1436
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-iobuf.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-iobuf.Tpo -c -o libcommonpth_a-iobuf.o `test -f 'iobuf.c' || echo '$(srcdir)/'`iobuf.c
 
1437
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-iobuf.Tpo $(DEPDIR)/libcommonpth_a-iobuf.Po
 
1438
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iobuf.c' object='libcommonpth_a-iobuf.o' libtool=no @AMDEPBACKSLASH@
 
1439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1440
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-iobuf.o `test -f 'iobuf.c' || echo '$(srcdir)/'`iobuf.c
 
1441
 
 
1442
libcommonpth_a-iobuf.obj: iobuf.c
 
1443
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-iobuf.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-iobuf.Tpo -c -o libcommonpth_a-iobuf.obj `if test -f 'iobuf.c'; then $(CYGPATH_W) 'iobuf.c'; else $(CYGPATH_W) '$(srcdir)/iobuf.c'; fi`
 
1444
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-iobuf.Tpo $(DEPDIR)/libcommonpth_a-iobuf.Po
 
1445
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iobuf.c' object='libcommonpth_a-iobuf.obj' libtool=no @AMDEPBACKSLASH@
 
1446
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1447
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-iobuf.obj `if test -f 'iobuf.c'; then $(CYGPATH_W) 'iobuf.c'; else $(CYGPATH_W) '$(srcdir)/iobuf.c'; fi`
 
1448
 
 
1449
libcommonpth_a-ttyio.o: ttyio.c
 
1450
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-ttyio.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-ttyio.Tpo -c -o libcommonpth_a-ttyio.o `test -f 'ttyio.c' || echo '$(srcdir)/'`ttyio.c
 
1451
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-ttyio.Tpo $(DEPDIR)/libcommonpth_a-ttyio.Po
 
1452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ttyio.c' object='libcommonpth_a-ttyio.o' libtool=no @AMDEPBACKSLASH@
 
1453
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1454
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-ttyio.o `test -f 'ttyio.c' || echo '$(srcdir)/'`ttyio.c
 
1455
 
 
1456
libcommonpth_a-ttyio.obj: ttyio.c
 
1457
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-ttyio.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-ttyio.Tpo -c -o libcommonpth_a-ttyio.obj `if test -f 'ttyio.c'; then $(CYGPATH_W) 'ttyio.c'; else $(CYGPATH_W) '$(srcdir)/ttyio.c'; fi`
 
1458
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-ttyio.Tpo $(DEPDIR)/libcommonpth_a-ttyio.Po
 
1459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ttyio.c' object='libcommonpth_a-ttyio.obj' libtool=no @AMDEPBACKSLASH@
 
1460
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1461
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-ttyio.obj `if test -f 'ttyio.c'; then $(CYGPATH_W) 'ttyio.c'; else $(CYGPATH_W) '$(srcdir)/ttyio.c'; fi`
 
1462
 
 
1463
libcommonpth_a-asshelp.o: asshelp.c
 
1464
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-asshelp.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-asshelp.Tpo -c -o libcommonpth_a-asshelp.o `test -f 'asshelp.c' || echo '$(srcdir)/'`asshelp.c
 
1465
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-asshelp.Tpo $(DEPDIR)/libcommonpth_a-asshelp.Po
 
1466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='asshelp.c' object='libcommonpth_a-asshelp.o' libtool=no @AMDEPBACKSLASH@
 
1467
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1468
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-asshelp.o `test -f 'asshelp.c' || echo '$(srcdir)/'`asshelp.c
 
1469
 
 
1470
libcommonpth_a-asshelp.obj: asshelp.c
 
1471
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-asshelp.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-asshelp.Tpo -c -o libcommonpth_a-asshelp.obj `if test -f 'asshelp.c'; then $(CYGPATH_W) 'asshelp.c'; else $(CYGPATH_W) '$(srcdir)/asshelp.c'; fi`
 
1472
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-asshelp.Tpo $(DEPDIR)/libcommonpth_a-asshelp.Po
 
1473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='asshelp.c' object='libcommonpth_a-asshelp.obj' libtool=no @AMDEPBACKSLASH@
 
1474
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1475
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-asshelp.obj `if test -f 'asshelp.c'; then $(CYGPATH_W) 'asshelp.c'; else $(CYGPATH_W) '$(srcdir)/asshelp.c'; fi`
 
1476
 
 
1477
libcommonpth_a-exechelp.o: exechelp.c
 
1478
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-exechelp.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-exechelp.Tpo -c -o libcommonpth_a-exechelp.o `test -f 'exechelp.c' || echo '$(srcdir)/'`exechelp.c
 
1479
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-exechelp.Tpo $(DEPDIR)/libcommonpth_a-exechelp.Po
 
1480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exechelp.c' object='libcommonpth_a-exechelp.o' libtool=no @AMDEPBACKSLASH@
 
1481
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1482
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-exechelp.o `test -f 'exechelp.c' || echo '$(srcdir)/'`exechelp.c
 
1483
 
 
1484
libcommonpth_a-exechelp.obj: exechelp.c
 
1485
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-exechelp.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-exechelp.Tpo -c -o libcommonpth_a-exechelp.obj `if test -f 'exechelp.c'; then $(CYGPATH_W) 'exechelp.c'; else $(CYGPATH_W) '$(srcdir)/exechelp.c'; fi`
 
1486
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-exechelp.Tpo $(DEPDIR)/libcommonpth_a-exechelp.Po
 
1487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exechelp.c' object='libcommonpth_a-exechelp.obj' libtool=no @AMDEPBACKSLASH@
 
1488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1489
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-exechelp.obj `if test -f 'exechelp.c'; then $(CYGPATH_W) 'exechelp.c'; else $(CYGPATH_W) '$(srcdir)/exechelp.c'; fi`
 
1490
 
 
1491
libcommonpth_a-signal.o: signal.c
 
1492
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-signal.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-signal.Tpo -c -o libcommonpth_a-signal.o `test -f 'signal.c' || echo '$(srcdir)/'`signal.c
 
1493
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-signal.Tpo $(DEPDIR)/libcommonpth_a-signal.Po
 
1494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='signal.c' object='libcommonpth_a-signal.o' libtool=no @AMDEPBACKSLASH@
 
1495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1496
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-signal.o `test -f 'signal.c' || echo '$(srcdir)/'`signal.c
 
1497
 
 
1498
libcommonpth_a-signal.obj: signal.c
 
1499
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-signal.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-signal.Tpo -c -o libcommonpth_a-signal.obj `if test -f 'signal.c'; then $(CYGPATH_W) 'signal.c'; else $(CYGPATH_W) '$(srcdir)/signal.c'; fi`
 
1500
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-signal.Tpo $(DEPDIR)/libcommonpth_a-signal.Po
 
1501
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='signal.c' object='libcommonpth_a-signal.obj' libtool=no @AMDEPBACKSLASH@
 
1502
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1503
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-signal.obj `if test -f 'signal.c'; then $(CYGPATH_W) 'signal.c'; else $(CYGPATH_W) '$(srcdir)/signal.c'; fi`
 
1504
 
 
1505
libcommonpth_a-estream.o: estream.c
 
1506
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-estream.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-estream.Tpo -c -o libcommonpth_a-estream.o `test -f 'estream.c' || echo '$(srcdir)/'`estream.c
 
1507
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-estream.Tpo $(DEPDIR)/libcommonpth_a-estream.Po
 
1508
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='estream.c' object='libcommonpth_a-estream.o' libtool=no @AMDEPBACKSLASH@
 
1509
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1510
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-estream.o `test -f 'estream.c' || echo '$(srcdir)/'`estream.c
 
1511
 
 
1512
libcommonpth_a-estream.obj: estream.c
 
1513
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-estream.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-estream.Tpo -c -o libcommonpth_a-estream.obj `if test -f 'estream.c'; then $(CYGPATH_W) 'estream.c'; else $(CYGPATH_W) '$(srcdir)/estream.c'; fi`
 
1514
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-estream.Tpo $(DEPDIR)/libcommonpth_a-estream.Po
 
1515
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='estream.c' object='libcommonpth_a-estream.obj' libtool=no @AMDEPBACKSLASH@
 
1516
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1517
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-estream.obj `if test -f 'estream.c'; then $(CYGPATH_W) 'estream.c'; else $(CYGPATH_W) '$(srcdir)/estream.c'; fi`
 
1518
 
 
1519
libcommonpth_a-estream-printf.o: estream-printf.c
 
1520
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-estream-printf.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-estream-printf.Tpo -c -o libcommonpth_a-estream-printf.o `test -f 'estream-printf.c' || echo '$(srcdir)/'`estream-printf.c
 
1521
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-estream-printf.Tpo $(DEPDIR)/libcommonpth_a-estream-printf.Po
 
1522
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='estream-printf.c' object='libcommonpth_a-estream-printf.o' libtool=no @AMDEPBACKSLASH@
 
1523
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1524
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-estream-printf.o `test -f 'estream-printf.c' || echo '$(srcdir)/'`estream-printf.c
 
1525
 
 
1526
libcommonpth_a-estream-printf.obj: estream-printf.c
 
1527
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-estream-printf.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-estream-printf.Tpo -c -o libcommonpth_a-estream-printf.obj `if test -f 'estream-printf.c'; then $(CYGPATH_W) 'estream-printf.c'; else $(CYGPATH_W) '$(srcdir)/estream-printf.c'; fi`
 
1528
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-estream-printf.Tpo $(DEPDIR)/libcommonpth_a-estream-printf.Po
 
1529
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='estream-printf.c' object='libcommonpth_a-estream-printf.obj' libtool=no @AMDEPBACKSLASH@
 
1530
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1531
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-estream-printf.obj `if test -f 'estream-printf.c'; then $(CYGPATH_W) 'estream-printf.c'; else $(CYGPATH_W) '$(srcdir)/estream-printf.c'; fi`
 
1532
 
 
1533
libcommonpth_a-audit.o: audit.c
 
1534
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-audit.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-audit.Tpo -c -o libcommonpth_a-audit.o `test -f 'audit.c' || echo '$(srcdir)/'`audit.c
 
1535
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-audit.Tpo $(DEPDIR)/libcommonpth_a-audit.Po
 
1536
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='audit.c' object='libcommonpth_a-audit.o' libtool=no @AMDEPBACKSLASH@
 
1537
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1538
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-audit.o `test -f 'audit.c' || echo '$(srcdir)/'`audit.c
 
1539
 
 
1540
libcommonpth_a-audit.obj: audit.c
 
1541
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-audit.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-audit.Tpo -c -o libcommonpth_a-audit.obj `if test -f 'audit.c'; then $(CYGPATH_W) 'audit.c'; else $(CYGPATH_W) '$(srcdir)/audit.c'; fi`
 
1542
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-audit.Tpo $(DEPDIR)/libcommonpth_a-audit.Po
 
1543
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='audit.c' object='libcommonpth_a-audit.obj' libtool=no @AMDEPBACKSLASH@
 
1544
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1545
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-audit.obj `if test -f 'audit.c'; then $(CYGPATH_W) 'audit.c'; else $(CYGPATH_W) '$(srcdir)/audit.c'; fi`
 
1546
 
 
1547
libcommonpth_a-dns-cert.o: dns-cert.c
 
1548
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-dns-cert.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-dns-cert.Tpo -c -o libcommonpth_a-dns-cert.o `test -f 'dns-cert.c' || echo '$(srcdir)/'`dns-cert.c
 
1549
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-dns-cert.Tpo $(DEPDIR)/libcommonpth_a-dns-cert.Po
 
1550
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dns-cert.c' object='libcommonpth_a-dns-cert.o' libtool=no @AMDEPBACKSLASH@
 
1551
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1552
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-dns-cert.o `test -f 'dns-cert.c' || echo '$(srcdir)/'`dns-cert.c
 
1553
 
 
1554
libcommonpth_a-dns-cert.obj: dns-cert.c
 
1555
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-dns-cert.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-dns-cert.Tpo -c -o libcommonpth_a-dns-cert.obj `if test -f 'dns-cert.c'; then $(CYGPATH_W) 'dns-cert.c'; else $(CYGPATH_W) '$(srcdir)/dns-cert.c'; fi`
 
1556
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-dns-cert.Tpo $(DEPDIR)/libcommonpth_a-dns-cert.Po
 
1557
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dns-cert.c' object='libcommonpth_a-dns-cert.obj' libtool=no @AMDEPBACKSLASH@
 
1558
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1559
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-dns-cert.obj `if test -f 'dns-cert.c'; then $(CYGPATH_W) 'dns-cert.c'; else $(CYGPATH_W) '$(srcdir)/dns-cert.c'; fi`
 
1560
 
 
1561
libcommonpth_a-pka.o: pka.c
 
1562
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-pka.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-pka.Tpo -c -o libcommonpth_a-pka.o `test -f 'pka.c' || echo '$(srcdir)/'`pka.c
 
1563
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-pka.Tpo $(DEPDIR)/libcommonpth_a-pka.Po
 
1564
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pka.c' object='libcommonpth_a-pka.o' libtool=no @AMDEPBACKSLASH@
 
1565
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1566
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-pka.o `test -f 'pka.c' || echo '$(srcdir)/'`pka.c
 
1567
 
 
1568
libcommonpth_a-pka.obj: pka.c
 
1569
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-pka.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-pka.Tpo -c -o libcommonpth_a-pka.obj `if test -f 'pka.c'; then $(CYGPATH_W) 'pka.c'; else $(CYGPATH_W) '$(srcdir)/pka.c'; fi`
 
1570
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-pka.Tpo $(DEPDIR)/libcommonpth_a-pka.Po
 
1571
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pka.c' object='libcommonpth_a-pka.obj' libtool=no @AMDEPBACKSLASH@
 
1572
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1573
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-pka.obj `if test -f 'pka.c'; then $(CYGPATH_W) 'pka.c'; else $(CYGPATH_W) '$(srcdir)/pka.c'; fi`
 
1574
 
 
1575
libcommonpth_a-http.o: http.c
 
1576
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-http.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-http.Tpo -c -o libcommonpth_a-http.o `test -f 'http.c' || echo '$(srcdir)/'`http.c
 
1577
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-http.Tpo $(DEPDIR)/libcommonpth_a-http.Po
 
1578
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http.c' object='libcommonpth_a-http.o' libtool=no @AMDEPBACKSLASH@
 
1579
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1580
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-http.o `test -f 'http.c' || echo '$(srcdir)/'`http.c
 
1581
 
 
1582
libcommonpth_a-http.obj: http.c
 
1583
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-http.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-http.Tpo -c -o libcommonpth_a-http.obj `if test -f 'http.c'; then $(CYGPATH_W) 'http.c'; else $(CYGPATH_W) '$(srcdir)/http.c'; fi`
 
1584
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-http.Tpo $(DEPDIR)/libcommonpth_a-http.Po
 
1585
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='http.c' object='libcommonpth_a-http.obj' libtool=no @AMDEPBACKSLASH@
 
1586
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1587
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-http.obj `if test -f 'http.c'; then $(CYGPATH_W) 'http.c'; else $(CYGPATH_W) '$(srcdir)/http.c'; fi`
 
1588
 
 
1589
libcommonpth_a-localename.o: localename.c
 
1590
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-localename.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-localename.Tpo -c -o libcommonpth_a-localename.o `test -f 'localename.c' || echo '$(srcdir)/'`localename.c
 
1591
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-localename.Tpo $(DEPDIR)/libcommonpth_a-localename.Po
 
1592
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='localename.c' object='libcommonpth_a-localename.o' libtool=no @AMDEPBACKSLASH@
 
1593
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1594
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-localename.o `test -f 'localename.c' || echo '$(srcdir)/'`localename.c
 
1595
 
 
1596
libcommonpth_a-localename.obj: localename.c
 
1597
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-localename.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-localename.Tpo -c -o libcommonpth_a-localename.obj `if test -f 'localename.c'; then $(CYGPATH_W) 'localename.c'; else $(CYGPATH_W) '$(srcdir)/localename.c'; fi`
 
1598
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-localename.Tpo $(DEPDIR)/libcommonpth_a-localename.Po
 
1599
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='localename.c' object='libcommonpth_a-localename.obj' libtool=no @AMDEPBACKSLASH@
 
1600
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1601
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-localename.obj `if test -f 'localename.c'; then $(CYGPATH_W) 'localename.c'; else $(CYGPATH_W) '$(srcdir)/localename.c'; fi`
 
1602
 
 
1603
libcommonpth_a-session-env.o: session-env.c
 
1604
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-session-env.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-session-env.Tpo -c -o libcommonpth_a-session-env.o `test -f 'session-env.c' || echo '$(srcdir)/'`session-env.c
 
1605
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-session-env.Tpo $(DEPDIR)/libcommonpth_a-session-env.Po
 
1606
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='session-env.c' object='libcommonpth_a-session-env.o' libtool=no @AMDEPBACKSLASH@
 
1607
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1608
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-session-env.o `test -f 'session-env.c' || echo '$(srcdir)/'`session-env.c
 
1609
 
 
1610
libcommonpth_a-session-env.obj: session-env.c
 
1611
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-session-env.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-session-env.Tpo -c -o libcommonpth_a-session-env.obj `if test -f 'session-env.c'; then $(CYGPATH_W) 'session-env.c'; else $(CYGPATH_W) '$(srcdir)/session-env.c'; fi`
 
1612
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-session-env.Tpo $(DEPDIR)/libcommonpth_a-session-env.Po
 
1613
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='session-env.c' object='libcommonpth_a-session-env.obj' libtool=no @AMDEPBACKSLASH@
 
1614
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1615
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-session-env.obj `if test -f 'session-env.c'; then $(CYGPATH_W) 'session-env.c'; else $(CYGPATH_W) '$(srcdir)/session-env.c'; fi`
 
1616
 
 
1617
libcommonpth_a-helpfile.o: helpfile.c
 
1618
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-helpfile.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-helpfile.Tpo -c -o libcommonpth_a-helpfile.o `test -f 'helpfile.c' || echo '$(srcdir)/'`helpfile.c
 
1619
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-helpfile.Tpo $(DEPDIR)/libcommonpth_a-helpfile.Po
 
1620
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='helpfile.c' object='libcommonpth_a-helpfile.o' libtool=no @AMDEPBACKSLASH@
 
1621
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1622
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-helpfile.o `test -f 'helpfile.c' || echo '$(srcdir)/'`helpfile.c
 
1623
 
 
1624
libcommonpth_a-helpfile.obj: helpfile.c
 
1625
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-helpfile.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-helpfile.Tpo -c -o libcommonpth_a-helpfile.obj `if test -f 'helpfile.c'; then $(CYGPATH_W) 'helpfile.c'; else $(CYGPATH_W) '$(srcdir)/helpfile.c'; fi`
 
1626
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-helpfile.Tpo $(DEPDIR)/libcommonpth_a-helpfile.Po
 
1627
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='helpfile.c' object='libcommonpth_a-helpfile.obj' libtool=no @AMDEPBACKSLASH@
 
1628
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1629
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-helpfile.obj `if test -f 'helpfile.c'; then $(CYGPATH_W) 'helpfile.c'; else $(CYGPATH_W) '$(srcdir)/helpfile.c'; fi`
 
1630
 
 
1631
libcommonpth_a-srv.o: srv.c
 
1632
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-srv.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-srv.Tpo -c -o libcommonpth_a-srv.o `test -f 'srv.c' || echo '$(srcdir)/'`srv.c
 
1633
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-srv.Tpo $(DEPDIR)/libcommonpth_a-srv.Po
 
1634
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='srv.c' object='libcommonpth_a-srv.o' libtool=no @AMDEPBACKSLASH@
 
1635
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1636
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-srv.o `test -f 'srv.c' || echo '$(srcdir)/'`srv.c
 
1637
 
 
1638
libcommonpth_a-srv.obj: srv.c
 
1639
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-srv.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-srv.Tpo -c -o libcommonpth_a-srv.obj `if test -f 'srv.c'; then $(CYGPATH_W) 'srv.c'; else $(CYGPATH_W) '$(srcdir)/srv.c'; fi`
 
1640
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcommonpth_a-srv.Tpo $(DEPDIR)/libcommonpth_a-srv.Po
 
1641
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='srv.c' object='libcommonpth_a-srv.obj' libtool=no @AMDEPBACKSLASH@
 
1642
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1643
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-srv.obj `if test -f 'srv.c'; then $(CYGPATH_W) 'srv.c'; else $(CYGPATH_W) '$(srcdir)/srv.c'; fi`
 
1644
 
 
1645
libsimple_pwquery_a-simple-pwquery.o: simple-pwquery.c
 
1646
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_pwquery_a_CFLAGS) $(CFLAGS) -MT libsimple_pwquery_a-simple-pwquery.o -MD -MP -MF $(DEPDIR)/libsimple_pwquery_a-simple-pwquery.Tpo -c -o libsimple_pwquery_a-simple-pwquery.o `test -f 'simple-pwquery.c' || echo '$(srcdir)/'`simple-pwquery.c
 
1647
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libsimple_pwquery_a-simple-pwquery.Tpo $(DEPDIR)/libsimple_pwquery_a-simple-pwquery.Po
 
1648
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simple-pwquery.c' object='libsimple_pwquery_a-simple-pwquery.o' libtool=no @AMDEPBACKSLASH@
 
1649
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1650
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_pwquery_a_CFLAGS) $(CFLAGS) -c -o libsimple_pwquery_a-simple-pwquery.o `test -f 'simple-pwquery.c' || echo '$(srcdir)/'`simple-pwquery.c
 
1651
 
 
1652
libsimple_pwquery_a-simple-pwquery.obj: simple-pwquery.c
 
1653
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_pwquery_a_CFLAGS) $(CFLAGS) -MT libsimple_pwquery_a-simple-pwquery.obj -MD -MP -MF $(DEPDIR)/libsimple_pwquery_a-simple-pwquery.Tpo -c -o libsimple_pwquery_a-simple-pwquery.obj `if test -f 'simple-pwquery.c'; then $(CYGPATH_W) 'simple-pwquery.c'; else $(CYGPATH_W) '$(srcdir)/simple-pwquery.c'; fi`
 
1654
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libsimple_pwquery_a-simple-pwquery.Tpo $(DEPDIR)/libsimple_pwquery_a-simple-pwquery.Po
 
1655
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simple-pwquery.c' object='libsimple_pwquery_a-simple-pwquery.obj' libtool=no @AMDEPBACKSLASH@
 
1656
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1657
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_pwquery_a_CFLAGS) $(CFLAGS) -c -o libsimple_pwquery_a-simple-pwquery.obj `if test -f 'simple-pwquery.c'; then $(CYGPATH_W) 'simple-pwquery.c'; else $(CYGPATH_W) '$(srcdir)/simple-pwquery.c'; fi`
 
1658
 
 
1659
libsimple_pwquery_a-asshelp.o: asshelp.c
 
1660
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_pwquery_a_CFLAGS) $(CFLAGS) -MT libsimple_pwquery_a-asshelp.o -MD -MP -MF $(DEPDIR)/libsimple_pwquery_a-asshelp.Tpo -c -o libsimple_pwquery_a-asshelp.o `test -f 'asshelp.c' || echo '$(srcdir)/'`asshelp.c
 
1661
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libsimple_pwquery_a-asshelp.Tpo $(DEPDIR)/libsimple_pwquery_a-asshelp.Po
 
1662
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='asshelp.c' object='libsimple_pwquery_a-asshelp.o' libtool=no @AMDEPBACKSLASH@
 
1663
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1664
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_pwquery_a_CFLAGS) $(CFLAGS) -c -o libsimple_pwquery_a-asshelp.o `test -f 'asshelp.c' || echo '$(srcdir)/'`asshelp.c
 
1665
 
 
1666
libsimple_pwquery_a-asshelp.obj: asshelp.c
 
1667
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_pwquery_a_CFLAGS) $(CFLAGS) -MT libsimple_pwquery_a-asshelp.obj -MD -MP -MF $(DEPDIR)/libsimple_pwquery_a-asshelp.Tpo -c -o libsimple_pwquery_a-asshelp.obj `if test -f 'asshelp.c'; then $(CYGPATH_W) 'asshelp.c'; else $(CYGPATH_W) '$(srcdir)/asshelp.c'; fi`
 
1668
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libsimple_pwquery_a-asshelp.Tpo $(DEPDIR)/libsimple_pwquery_a-asshelp.Po
 
1669
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='asshelp.c' object='libsimple_pwquery_a-asshelp.obj' libtool=no @AMDEPBACKSLASH@
 
1670
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1671
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_pwquery_a_CFLAGS) $(CFLAGS) -c -o libsimple_pwquery_a-asshelp.obj `if test -f 'asshelp.c'; then $(CYGPATH_W) 'asshelp.c'; else $(CYGPATH_W) '$(srcdir)/asshelp.c'; fi`
 
1672
 
 
1673
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
1674
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
1675
        unique=`for i in $$list; do \
 
1676
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1677
          done | \
 
1678
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1679
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1680
        mkid -fID $$unique
 
1681
tags: TAGS
 
1682
 
 
1683
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
1684
                $(TAGS_FILES) $(LISP)
 
1685
        tags=; \
 
1686
        here=`pwd`; \
 
1687
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
1688
        unique=`for i in $$list; do \
 
1689
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1690
          done | \
 
1691
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1692
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1693
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
1694
          test -n "$$unique" || unique=$$empty_fix; \
 
1695
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1696
            $$tags $$unique; \
 
1697
        fi
 
1698
ctags: CTAGS
 
1699
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
1700
                $(TAGS_FILES) $(LISP)
 
1701
        tags=; \
 
1702
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
1703
        unique=`for i in $$list; do \
 
1704
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1705
          done | \
 
1706
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1707
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1708
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
1709
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
1710
             $$tags $$unique
 
1711
 
 
1712
GTAGS:
 
1713
        here=`$(am__cd) $(top_builddir) && pwd` \
 
1714
          && cd $(top_srcdir) \
 
1715
          && gtags -i $(GTAGS_ARGS) $$here
 
1716
 
 
1717
distclean-tags:
 
1718
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
1719
 
 
1720
check-TESTS: $(TESTS)
 
1721
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
1722
        srcdir=$(srcdir); export srcdir; \
 
1723
        list=' $(TESTS) '; \
 
1724
        if test -n "$$list"; then \
 
1725
          for tst in $$list; do \
 
1726
            if test -f ./$$tst; then dir=./; \
 
1727
            elif test -f $$tst; then dir=; \
 
1728
            else dir="$(srcdir)/"; fi; \
 
1729
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
1730
              all=`expr $$all + 1`; \
 
1731
              case " $(XFAIL_TESTS) " in \
 
1732
              *[\ \     ]$$tst[\ \      ]*) \
 
1733
                xpass=`expr $$xpass + 1`; \
 
1734
                failed=`expr $$failed + 1`; \
 
1735
                echo "XPASS: $$tst"; \
 
1736
              ;; \
 
1737
              *) \
 
1738
                echo "PASS: $$tst"; \
 
1739
              ;; \
 
1740
              esac; \
 
1741
            elif test $$? -ne 77; then \
 
1742
              all=`expr $$all + 1`; \
 
1743
              case " $(XFAIL_TESTS) " in \
 
1744
              *[\ \     ]$$tst[\ \      ]*) \
 
1745
                xfail=`expr $$xfail + 1`; \
 
1746
                echo "XFAIL: $$tst"; \
 
1747
              ;; \
 
1748
              *) \
 
1749
                failed=`expr $$failed + 1`; \
 
1750
                echo "FAIL: $$tst"; \
 
1751
              ;; \
 
1752
              esac; \
 
1753
            else \
 
1754
              skip=`expr $$skip + 1`; \
 
1755
              echo "SKIP: $$tst"; \
 
1756
            fi; \
 
1757
          done; \
 
1758
          if test "$$all" -eq 1; then \
 
1759
            tests="test"; \
 
1760
            All=""; \
 
1761
          else \
 
1762
            tests="tests"; \
 
1763
            All="All "; \
 
1764
          fi; \
 
1765
          if test "$$failed" -eq 0; then \
 
1766
            if test "$$xfail" -eq 0; then \
 
1767
              banner="$$All$$all $$tests passed"; \
 
1768
            else \
 
1769
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
1770
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
1771
            fi; \
 
1772
          else \
 
1773
            if test "$$xpass" -eq 0; then \
 
1774
              banner="$$failed of $$all $$tests failed"; \
 
1775
            else \
 
1776
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
1777
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
1778
            fi; \
 
1779
          fi; \
 
1780
          dashes="$$banner"; \
 
1781
          skipped=""; \
 
1782
          if test "$$skip" -ne 0; then \
 
1783
            if test "$$skip" -eq 1; then \
 
1784
              skipped="($$skip test was not run)"; \
 
1785
            else \
 
1786
              skipped="($$skip tests were not run)"; \
 
1787
            fi; \
 
1788
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
1789
              dashes="$$skipped"; \
 
1790
          fi; \
 
1791
          report=""; \
 
1792
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
1793
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
1794
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
1795
              dashes="$$report"; \
 
1796
          fi; \
 
1797
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
1798
          echo "$$dashes"; \
 
1799
          echo "$$banner"; \
 
1800
          test -z "$$skipped" || echo "$$skipped"; \
 
1801
          test -z "$$report" || echo "$$report"; \
 
1802
          echo "$$dashes"; \
 
1803
          test "$$failed" -eq 0; \
 
1804
        else :; fi
 
1805
 
 
1806
distdir: $(DISTFILES)
 
1807
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1808
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1809
        list='$(DISTFILES)'; \
 
1810
          dist_files=`for file in $$list; do echo $$file; done | \
 
1811
          sed -e "s|^$$srcdirstrip/||;t" \
 
1812
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
1813
        case $$dist_files in \
 
1814
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
1815
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
1816
                           sort -u` ;; \
 
1817
        esac; \
 
1818
        for file in $$dist_files; do \
 
1819
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
1820
          if test -d $$d/$$file; then \
 
1821
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1822
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
1823
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1824
            fi; \
 
1825
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1826
          else \
 
1827
            test -f $(distdir)/$$file \
 
1828
            || cp -p $$d/$$file $(distdir)/$$file \
 
1829
            || exit 1; \
 
1830
          fi; \
 
1831
        done
 
1832
check-am: all-am
 
1833
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
1834
check: $(BUILT_SOURCES)
 
1835
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
1836
all-am: Makefile $(LIBRARIES) $(PROGRAMS)
 
1837
installdirs:
 
1838
install: $(BUILT_SOURCES)
 
1839
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
1840
install-exec: install-exec-am
 
1841
install-data: install-data-am
 
1842
uninstall: uninstall-am
 
1843
 
 
1844
install-am: all-am
 
1845
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
1846
 
 
1847
installcheck: installcheck-am
 
1848
install-strip:
 
1849
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1850
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1851
          `test -z '$(STRIP)' || \
 
1852
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
1853
mostlyclean-generic:
 
1854
 
 
1855
clean-generic:
 
1856
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
1857
 
 
1858
distclean-generic:
 
1859
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1860
 
 
1861
maintainer-clean-generic:
 
1862
        @echo "This command is intended for maintainers to use"
 
1863
        @echo "it deletes files that may require special tools to rebuild."
 
1864
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
1865
clean: clean-am
 
1866
 
 
1867
clean-am: clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \
 
1868
        mostlyclean-am
 
1869
 
 
1870
distclean: distclean-am
 
1871
        -rm -rf ./$(DEPDIR)
 
1872
        -rm -f Makefile
 
1873
distclean-am: clean-am distclean-compile distclean-generic \
 
1874
        distclean-tags
 
1875
 
 
1876
dvi: dvi-am
 
1877
 
 
1878
dvi-am:
 
1879
 
 
1880
html: html-am
 
1881
 
 
1882
info: info-am
 
1883
 
 
1884
info-am:
 
1885
 
 
1886
install-data-am:
 
1887
 
 
1888
install-dvi: install-dvi-am
 
1889
 
 
1890
install-exec-am:
 
1891
 
 
1892
install-html: install-html-am
 
1893
 
 
1894
install-info: install-info-am
 
1895
 
 
1896
install-man:
 
1897
 
 
1898
install-pdf: install-pdf-am
 
1899
 
 
1900
install-ps: install-ps-am
 
1901
 
 
1902
installcheck-am:
 
1903
 
 
1904
maintainer-clean: maintainer-clean-am
 
1905
        -rm -rf ./$(DEPDIR)
 
1906
        -rm -f Makefile
 
1907
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1908
 
 
1909
mostlyclean: mostlyclean-am
 
1910
 
 
1911
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
1912
 
 
1913
pdf: pdf-am
 
1914
 
 
1915
pdf-am:
 
1916
 
 
1917
ps: ps-am
 
1918
 
 
1919
ps-am:
 
1920
 
 
1921
uninstall-am:
 
1922
 
 
1923
.MAKE: install-am install-strip
 
1924
 
 
1925
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
1926
        clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS ctags \
 
1927
        distclean distclean-compile distclean-generic distclean-tags \
 
1928
        distdir dvi dvi-am html html-am info info-am install \
 
1929
        install-am install-data install-data-am install-dvi \
 
1930
        install-dvi-am install-exec install-exec-am install-html \
 
1931
        install-html-am install-info install-info-am install-man \
 
1932
        install-pdf install-pdf-am install-ps install-ps-am \
 
1933
        install-strip installcheck installcheck-am installdirs \
 
1934
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1935
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
 
1936
        tags uninstall uninstall-am
 
1937
 
 
1938
 
 
1939
# Note: Due to the dependency on Makefile, the file will always be
 
1940
# rebuilt, so we allow this only in maintainer mode.
 
1941
 
 
1942
# Create the audit-events.h include file from audit.h
 
1943
# Note: We create the target file in the source directory because it
 
1944
# is a distributed built source.  If we would not do that we may end
 
1945
# up with two files and then it is not clear which version of the
 
1946
# files will be picked up.
 
1947
@MAINTAINER_MODE_TRUE@audit-events.h: Makefile mkstrtable.awk exaudit.awk audit.h
 
1948
@MAINTAINER_MODE_TRUE@  $(AWK) -f $(srcdir)/exaudit.awk $(srcdir)/audit.h \
 
1949
@MAINTAINER_MODE_TRUE@    | $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 -v nogettext=1 \
 
1950
@MAINTAINER_MODE_TRUE@             -v namespace=eventstr_  > $(srcdir)/$@
 
1951
 
 
1952
# Create the status-codes.h include file from status.h
 
1953
@MAINTAINER_MODE_TRUE@status-codes.h: Makefile mkstrtable.awk exstatus.awk status.h
 
1954
@MAINTAINER_MODE_TRUE@  $(AWK) -f $(srcdir)/exstatus.awk $(srcdir)/status.h \
 
1955
@MAINTAINER_MODE_TRUE@    | $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 -v nogettext=1 \
 
1956
@MAINTAINER_MODE_TRUE@             -v namespace=statusstr_  > $(srcdir)/$@
 
1957
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1958
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1959
.NOEXPORT: