~ubuntu-branches/ubuntu/gutsy/curl/gutsy-updates

« back to all changes in this revision

Viewing changes to tests/server/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-01 12:22:30 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070801122230-uaarmp6lo65py9t6
Tags: 7.16.4-1ubuntu1
* Merge with Debian.
  - Drop debian/patches/gnutls-verifications, applied upstream.
  - Remove all stuff which should be reverted according to 7.16.2-6ubuntu4.
  - Remaining change: drop stunnel build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
37
37
# $Id: Makefile.am,v 1.21 2007-04-03 18:25:18 yangtse Exp $
38
38
###########################################################################
39
39
 
 
40
srcdir = @srcdir@
 
41
top_srcdir = @top_srcdir@
40
42
VPATH = @srcdir@
41
43
pkgdatadir = $(datadir)/@PACKAGE@
42
44
pkglibdir = $(libdir)/@PACKAGE@
43
45
pkgincludedir = $(includedir)/@PACKAGE@
 
46
top_builddir = ../..
44
47
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
48
INSTALL = @INSTALL@
45
49
install_sh_DATA = $(install_sh) -c -m 644
46
50
install_sh_PROGRAM = $(install_sh) -c
47
51
install_sh_SCRIPT = $(install_sh) -c
87
91
am_tftpd_OBJECTS = tftpd.$(OBJEXT) util.$(OBJEXT) $(am__objects_1)
88
92
tftpd_OBJECTS = $(am_tftpd_OBJECTS)
89
93
tftpd_DEPENDENCIES =
90
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/lib -I$(top_builddir)/src@am__isrc@
 
94
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/lib -I$(top_builddir)/src
91
95
depcomp = $(SHELL) $(top_srcdir)/depcomp
92
96
am__depfiles_maybe = depfiles
93
97
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94
98
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
99
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
100
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
101
        $(AM_CFLAGS) $(CFLAGS)
98
102
CCLD = $(CC)
99
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
100
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
101
 
        $(LDFLAGS) -o $@
 
103
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
104
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
102
105
SOURCES = $(getpart_SOURCES) $(resolve_SOURCES) $(sockfilt_SOURCES) \
103
106
        $(sws_SOURCES) $(tftpd_SOURCES)
104
107
DIST_SOURCES = $(getpart_SOURCES) $(resolve_SOURCES) \
107
110
CTAGS = ctags
108
111
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
109
112
ACLOCAL = @ACLOCAL@
 
113
AMDEP_FALSE = @AMDEP_FALSE@
 
114
AMDEP_TRUE = @AMDEP_TRUE@
110
115
AMTAR = @AMTAR@
111
116
AR = @AR@
112
117
AS = @AS@
114
119
AUTOHEADER = @AUTOHEADER@
115
120
AUTOMAKE = @AUTOMAKE@
116
121
AWK = @AWK@
 
122
CABUNDLE_FALSE = @CABUNDLE_FALSE@
 
123
CABUNDLE_TRUE = @CABUNDLE_TRUE@
117
124
CC = @CC@
118
125
CCDEPMODE = @CCDEPMODE@
119
126
CFLAGS = @CFLAGS@
120
127
CPP = @CPP@
121
128
CPPFLAGS = @CPPFLAGS@
 
129
CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
 
130
CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
122
131
CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
123
132
CURL_DISABLE_COOKIES = @CURL_DISABLE_COOKIES@
124
133
CURL_DISABLE_CRYPTO_AUTH = @CURL_DISABLE_CRYPTO_AUTH@
133
142
CURL_EXTERN_SYMBOL = @CURL_EXTERN_SYMBOL@
134
143
CURL_HIDDEN_SYMBOLS = @CURL_HIDDEN_SYMBOLS@
135
144
CURL_LIBS = @CURL_LIBS@
136
 
CXXCPP = @CXXCPP@
137
145
CYGPATH_W = @CYGPATH_W@
138
146
DEFS = @DEFS@
139
147
DEPDIR = @DEPDIR@
147
155
GREP = @GREP@
148
156
HAVE_ARES = @HAVE_ARES@
149
157
HAVE_LIBZ = @HAVE_LIBZ@
 
158
HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
 
159
HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
150
160
IDN_ENABLED = @IDN_ENABLED@
151
 
INSTALL = @INSTALL@
152
161
INSTALL_DATA = @INSTALL_DATA@
153
162
INSTALL_PROGRAM = @INSTALL_PROGRAM@
154
163
INSTALL_SCRIPT = @INSTALL_SCRIPT@
163
172
LN_S = @LN_S@
164
173
LTLIBOBJS = @LTLIBOBJS@
165
174
MAINT = @MAINT@
 
175
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
176
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
166
177
MAKEINFO = @MAKEINFO@
167
178
MANOPT = @MANOPT@
168
 
MKDIR_P = @MKDIR_P@
 
179
MIMPURE_FALSE = @MIMPURE_FALSE@
 
180
MIMPURE_TRUE = @MIMPURE_TRUE@
 
181
NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
 
182
NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
169
183
NROFF = @NROFF@
170
184
OBJDUMP = @OBJDUMP@
171
185
OBJEXT = @OBJEXT@
190
204
STRIP = @STRIP@
191
205
TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
192
206
USE_GNUTLS = @USE_GNUTLS@
 
207
USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
 
208
USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
193
209
USE_NSS = @USE_NSS@
194
210
USE_SSLEAY = @USE_SSLEAY@
195
211
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
196
212
VERSION = @VERSION@
197
213
VERSIONNUM = @VERSIONNUM@
198
 
abs_builddir = @abs_builddir@
199
 
abs_srcdir = @abs_srcdir@
200
 
abs_top_builddir = @abs_top_builddir@
201
 
abs_top_srcdir = @abs_top_srcdir@
202
214
ac_ct_CC = @ac_ct_CC@
 
215
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
216
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
203
217
am__include = @am__include@
204
218
am__leading_dot = @am__leading_dot@
205
219
am__quote = @am__quote@
211
225
build_cpu = @build_cpu@
212
226
build_os = @build_os@
213
227
build_vendor = @build_vendor@
214
 
builddir = @builddir@
215
228
datadir = @datadir@
216
229
datarootdir = @datarootdir@
217
230
docdir = @docdir@
239
252
psdir = @psdir@
240
253
sbindir = @sbindir@
241
254
sharedstatedir = @sharedstatedir@
242
 
srcdir = @srcdir@
243
255
subdirs = @subdirs@
244
256
sysconfdir = @sysconfdir@
245
257
target_alias = @target_alias@
246
 
top_builddir = @top_builddir@
247
 
top_srcdir = @top_srcdir@
248
258
AUTOMAKE_OPTIONS = foreign
249
259
INCLUDES = -I$(top_srcdir)/include \
250
260
           -I$(top_builddir)/lib   \
310
320
        done
311
321
getpart$(EXEEXT): $(getpart_OBJECTS) $(getpart_DEPENDENCIES) 
312
322
        @rm -f getpart$(EXEEXT)
313
 
        $(LINK) $(getpart_OBJECTS) $(getpart_LDADD) $(LIBS)
 
323
        $(LINK) $(getpart_LDFLAGS) $(getpart_OBJECTS) $(getpart_LDADD) $(LIBS)
314
324
resolve$(EXEEXT): $(resolve_OBJECTS) $(resolve_DEPENDENCIES) 
315
325
        @rm -f resolve$(EXEEXT)
316
 
        $(LINK) $(resolve_OBJECTS) $(resolve_LDADD) $(LIBS)
 
326
        $(LINK) $(resolve_LDFLAGS) $(resolve_OBJECTS) $(resolve_LDADD) $(LIBS)
317
327
sockfilt$(EXEEXT): $(sockfilt_OBJECTS) $(sockfilt_DEPENDENCIES) 
318
328
        @rm -f sockfilt$(EXEEXT)
319
 
        $(LINK) $(sockfilt_OBJECTS) $(sockfilt_LDADD) $(LIBS)
 
329
        $(LINK) $(sockfilt_LDFLAGS) $(sockfilt_OBJECTS) $(sockfilt_LDADD) $(LIBS)
320
330
sws$(EXEEXT): $(sws_OBJECTS) $(sws_DEPENDENCIES) 
321
331
        @rm -f sws$(EXEEXT)
322
 
        $(LINK) $(sws_OBJECTS) $(sws_LDADD) $(LIBS)
 
332
        $(LINK) $(sws_LDFLAGS) $(sws_OBJECTS) $(sws_LDADD) $(LIBS)
323
333
tftpd$(EXEEXT): $(tftpd_OBJECTS) $(tftpd_DEPENDENCIES) 
324
334
        @rm -f tftpd$(EXEEXT)
325
 
        $(LINK) $(tftpd_OBJECTS) $(tftpd_LDADD) $(LIBS)
 
335
        $(LINK) $(tftpd_LDFLAGS) $(tftpd_OBJECTS) $(tftpd_LDADD) $(LIBS)
326
336
 
327
337
mostlyclean-compile:
328
338
        -rm -f *.$(OBJEXT)
345
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
346
356
 
347
357
.c.o:
348
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
349
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
358
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
359
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
350
360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351
361
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352
362
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
353
363
 
354
364
.c.obj:
355
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
356
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
365
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
366
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
357
367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
358
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359
369
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
360
370
 
361
371
.c.lo:
362
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
363
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
372
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
373
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
364
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
365
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366
376
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
367
377
 
368
378
strequal.o: $(top_srcdir)/lib/strequal.c
369
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strequal.o -MD -MP -MF $(DEPDIR)/strequal.Tpo -c -o strequal.o `test -f '$(top_srcdir)/lib/strequal.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strequal.c
370
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strequal.Tpo $(DEPDIR)/strequal.Po
 
379
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strequal.o -MD -MP -MF "$(DEPDIR)/strequal.Tpo" -c -o strequal.o `test -f '$(top_srcdir)/lib/strequal.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strequal.c; \
 
380
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/strequal.Tpo" "$(DEPDIR)/strequal.Po"; else rm -f "$(DEPDIR)/strequal.Tpo"; exit 1; fi
371
381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/strequal.c' object='strequal.o' libtool=no @AMDEPBACKSLASH@
372
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373
383
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strequal.o `test -f '$(top_srcdir)/lib/strequal.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strequal.c
374
384
 
375
385
strequal.obj: $(top_srcdir)/lib/strequal.c
376
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strequal.obj -MD -MP -MF $(DEPDIR)/strequal.Tpo -c -o strequal.obj `if test -f '$(top_srcdir)/lib/strequal.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strequal.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strequal.c'; fi`
377
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strequal.Tpo $(DEPDIR)/strequal.Po
 
386
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strequal.obj -MD -MP -MF "$(DEPDIR)/strequal.Tpo" -c -o strequal.obj `if test -f '$(top_srcdir)/lib/strequal.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strequal.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strequal.c'; fi`; \
 
387
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/strequal.Tpo" "$(DEPDIR)/strequal.Po"; else rm -f "$(DEPDIR)/strequal.Tpo"; exit 1; fi
378
388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/strequal.c' object='strequal.obj' libtool=no @AMDEPBACKSLASH@
379
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380
390
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strequal.obj `if test -f '$(top_srcdir)/lib/strequal.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strequal.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strequal.c'; fi`
381
391
 
382
392
base64.o: $(top_srcdir)/lib/base64.c
383
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT base64.o -MD -MP -MF $(DEPDIR)/base64.Tpo -c -o base64.o `test -f '$(top_srcdir)/lib/base64.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/base64.c
384
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/base64.Tpo $(DEPDIR)/base64.Po
 
393
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT base64.o -MD -MP -MF "$(DEPDIR)/base64.Tpo" -c -o base64.o `test -f '$(top_srcdir)/lib/base64.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/base64.c; \
 
394
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/base64.Tpo" "$(DEPDIR)/base64.Po"; else rm -f "$(DEPDIR)/base64.Tpo"; exit 1; fi
385
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/base64.c' object='base64.o' libtool=no @AMDEPBACKSLASH@
386
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387
397
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o base64.o `test -f '$(top_srcdir)/lib/base64.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/base64.c
388
398
 
389
399
base64.obj: $(top_srcdir)/lib/base64.c
390
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT base64.obj -MD -MP -MF $(DEPDIR)/base64.Tpo -c -o base64.obj `if test -f '$(top_srcdir)/lib/base64.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/base64.c'; fi`
391
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/base64.Tpo $(DEPDIR)/base64.Po
 
400
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT base64.obj -MD -MP -MF "$(DEPDIR)/base64.Tpo" -c -o base64.obj `if test -f '$(top_srcdir)/lib/base64.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/base64.c'; fi`; \
 
401
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/base64.Tpo" "$(DEPDIR)/base64.Po"; else rm -f "$(DEPDIR)/base64.Tpo"; exit 1; fi
392
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/base64.c' object='base64.obj' libtool=no @AMDEPBACKSLASH@
393
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394
404
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o base64.obj `if test -f '$(top_srcdir)/lib/base64.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/base64.c'; fi`
395
405
 
396
406
mprintf.o: $(top_srcdir)/lib/mprintf.c
397
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mprintf.o -MD -MP -MF $(DEPDIR)/mprintf.Tpo -c -o mprintf.o `test -f '$(top_srcdir)/lib/mprintf.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/mprintf.c
398
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mprintf.Tpo $(DEPDIR)/mprintf.Po
 
407
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mprintf.o -MD -MP -MF "$(DEPDIR)/mprintf.Tpo" -c -o mprintf.o `test -f '$(top_srcdir)/lib/mprintf.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/mprintf.c; \
 
408
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/mprintf.Tpo" "$(DEPDIR)/mprintf.Po"; else rm -f "$(DEPDIR)/mprintf.Tpo"; exit 1; fi
399
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/mprintf.c' object='mprintf.o' libtool=no @AMDEPBACKSLASH@
400
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401
411
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mprintf.o `test -f '$(top_srcdir)/lib/mprintf.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/mprintf.c
402
412
 
403
413
mprintf.obj: $(top_srcdir)/lib/mprintf.c
404
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mprintf.obj -MD -MP -MF $(DEPDIR)/mprintf.Tpo -c -o mprintf.obj `if test -f '$(top_srcdir)/lib/mprintf.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/mprintf.c'; fi`
405
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mprintf.Tpo $(DEPDIR)/mprintf.Po
 
414
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mprintf.obj -MD -MP -MF "$(DEPDIR)/mprintf.Tpo" -c -o mprintf.obj `if test -f '$(top_srcdir)/lib/mprintf.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/mprintf.c'; fi`; \
 
415
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/mprintf.Tpo" "$(DEPDIR)/mprintf.Po"; else rm -f "$(DEPDIR)/mprintf.Tpo"; exit 1; fi
406
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/mprintf.c' object='mprintf.obj' libtool=no @AMDEPBACKSLASH@
407
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408
418
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mprintf.obj `if test -f '$(top_srcdir)/lib/mprintf.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/mprintf.c'; fi`
409
419
 
410
420
memdebug.o: $(top_srcdir)/lib/memdebug.c
411
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memdebug.o -MD -MP -MF $(DEPDIR)/memdebug.Tpo -c -o memdebug.o `test -f '$(top_srcdir)/lib/memdebug.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/memdebug.c
412
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memdebug.Tpo $(DEPDIR)/memdebug.Po
 
421
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memdebug.o -MD -MP -MF "$(DEPDIR)/memdebug.Tpo" -c -o memdebug.o `test -f '$(top_srcdir)/lib/memdebug.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/memdebug.c; \
 
422
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/memdebug.Tpo" "$(DEPDIR)/memdebug.Po"; else rm -f "$(DEPDIR)/memdebug.Tpo"; exit 1; fi
413
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/memdebug.c' object='memdebug.o' libtool=no @AMDEPBACKSLASH@
414
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415
425
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memdebug.o `test -f '$(top_srcdir)/lib/memdebug.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/memdebug.c
416
426
 
417
427
memdebug.obj: $(top_srcdir)/lib/memdebug.c
418
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memdebug.obj -MD -MP -MF $(DEPDIR)/memdebug.Tpo -c -o memdebug.obj `if test -f '$(top_srcdir)/lib/memdebug.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/memdebug.c'; fi`
419
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memdebug.Tpo $(DEPDIR)/memdebug.Po
 
428
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memdebug.obj -MD -MP -MF "$(DEPDIR)/memdebug.Tpo" -c -o memdebug.obj `if test -f '$(top_srcdir)/lib/memdebug.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/memdebug.c'; fi`; \
 
429
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/memdebug.Tpo" "$(DEPDIR)/memdebug.Po"; else rm -f "$(DEPDIR)/memdebug.Tpo"; exit 1; fi
420
430
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/memdebug.c' object='memdebug.obj' libtool=no @AMDEPBACKSLASH@
421
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422
432
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memdebug.obj `if test -f '$(top_srcdir)/lib/memdebug.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/memdebug.c'; fi`
423
433
 
424
434
timeval.o: $(top_srcdir)/lib/timeval.c
425
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timeval.o -MD -MP -MF $(DEPDIR)/timeval.Tpo -c -o timeval.o `test -f '$(top_srcdir)/lib/timeval.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/timeval.c
426
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/timeval.Tpo $(DEPDIR)/timeval.Po
 
435
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timeval.o -MD -MP -MF "$(DEPDIR)/timeval.Tpo" -c -o timeval.o `test -f '$(top_srcdir)/lib/timeval.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/timeval.c; \
 
436
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/timeval.Tpo" "$(DEPDIR)/timeval.Po"; else rm -f "$(DEPDIR)/timeval.Tpo"; exit 1; fi
427
437
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/timeval.c' object='timeval.o' libtool=no @AMDEPBACKSLASH@
428
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429
439
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o timeval.o `test -f '$(top_srcdir)/lib/timeval.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/timeval.c
430
440
 
431
441
timeval.obj: $(top_srcdir)/lib/timeval.c
432
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timeval.obj -MD -MP -MF $(DEPDIR)/timeval.Tpo -c -o timeval.obj `if test -f '$(top_srcdir)/lib/timeval.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/timeval.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/timeval.c'; fi`
433
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/timeval.Tpo $(DEPDIR)/timeval.Po
 
442
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timeval.obj -MD -MP -MF "$(DEPDIR)/timeval.Tpo" -c -o timeval.obj `if test -f '$(top_srcdir)/lib/timeval.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/timeval.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/timeval.c'; fi`; \
 
443
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/timeval.Tpo" "$(DEPDIR)/timeval.Po"; else rm -f "$(DEPDIR)/timeval.Tpo"; exit 1; fi
434
444
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/timeval.c' object='timeval.obj' libtool=no @AMDEPBACKSLASH@
435
445
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436
446
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o timeval.obj `if test -f '$(top_srcdir)/lib/timeval.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/timeval.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/timeval.c'; fi`
437
447
 
438
448
inet_pton.o: $(top_srcdir)/lib/inet_pton.c
439
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT inet_pton.o -MD -MP -MF $(DEPDIR)/inet_pton.Tpo -c -o inet_pton.o `test -f '$(top_srcdir)/lib/inet_pton.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/inet_pton.c
440
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/inet_pton.Tpo $(DEPDIR)/inet_pton.Po
 
449
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT inet_pton.o -MD -MP -MF "$(DEPDIR)/inet_pton.Tpo" -c -o inet_pton.o `test -f '$(top_srcdir)/lib/inet_pton.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/inet_pton.c; \
 
450
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/inet_pton.Tpo" "$(DEPDIR)/inet_pton.Po"; else rm -f "$(DEPDIR)/inet_pton.Tpo"; exit 1; fi
441
451
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/inet_pton.c' object='inet_pton.o' libtool=no @AMDEPBACKSLASH@
442
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443
453
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o inet_pton.o `test -f '$(top_srcdir)/lib/inet_pton.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/inet_pton.c
444
454
 
445
455
inet_pton.obj: $(top_srcdir)/lib/inet_pton.c
446
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT inet_pton.obj -MD -MP -MF $(DEPDIR)/inet_pton.Tpo -c -o inet_pton.obj `if test -f '$(top_srcdir)/lib/inet_pton.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/inet_pton.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/inet_pton.c'; fi`
447
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/inet_pton.Tpo $(DEPDIR)/inet_pton.Po
 
456
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT inet_pton.obj -MD -MP -MF "$(DEPDIR)/inet_pton.Tpo" -c -o inet_pton.obj `if test -f '$(top_srcdir)/lib/inet_pton.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/inet_pton.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/inet_pton.c'; fi`; \
 
457
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/inet_pton.Tpo" "$(DEPDIR)/inet_pton.Po"; else rm -f "$(DEPDIR)/inet_pton.Tpo"; exit 1; fi
448
458
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/inet_pton.c' object='inet_pton.obj' libtool=no @AMDEPBACKSLASH@
449
459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
450
460
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o inet_pton.obj `if test -f '$(top_srcdir)/lib/inet_pton.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/inet_pton.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/inet_pton.c'; fi`
455
465
clean-libtool:
456
466
        -rm -rf .libs _libs
457
467
 
 
468
distclean-libtool:
 
469
        -rm -f libtool
 
470
uninstall-info-am:
 
471
 
458
472
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
459
473
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
460
474
        unique=`for i in $$list; do \
504
518
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
505
519
 
506
520
distdir: $(DISTFILES)
507
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509
 
        list='$(DISTFILES)'; \
510
 
          dist_files=`for file in $$list; do echo $$file; done | \
511
 
          sed -e "s|^$$srcdirstrip/||;t" \
512
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
513
 
        case $$dist_files in \
514
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
515
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
516
 
                           sort -u` ;; \
517
 
        esac; \
518
 
        for file in $$dist_files; do \
 
521
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
522
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
523
        list='$(DISTFILES)'; for file in $$list; do \
 
524
          case $$file in \
 
525
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
526
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
527
          esac; \
519
528
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
529
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
530
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
531
            dir="/$$dir"; \
 
532
            $(mkdir_p) "$(distdir)$$dir"; \
 
533
          else \
 
534
            dir=''; \
 
535
          fi; \
520
536
          if test -d $$d/$$file; then \
521
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
522
537
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
523
538
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
524
539
            fi; \
566
581
        -rm -rf ./$(DEPDIR)
567
582
        -rm -f Makefile
568
583
distclean-am: clean-am distclean-compile distclean-generic \
569
 
        distclean-tags
 
584
        distclean-libtool distclean-tags
570
585
 
571
586
dvi: dvi-am
572
587
 
580
595
 
581
596
install-data-am:
582
597
 
583
 
install-dvi: install-dvi-am
584
 
 
585
598
install-exec-am:
586
599
 
587
 
install-html: install-html-am
588
 
 
589
600
install-info: install-info-am
590
601
 
591
602
install-man:
592
603
 
593
 
install-pdf: install-pdf-am
594
 
 
595
 
install-ps: install-ps-am
596
 
 
597
604
installcheck-am:
598
605
 
599
606
maintainer-clean: maintainer-clean-am
614
621
 
615
622
ps-am:
616
623
 
617
 
uninstall-am:
618
 
 
619
 
.MAKE: install-am install-strip
 
624
uninstall-am: uninstall-info-am
620
625
 
621
626
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
622
627
        clean-libtool clean-noinstPROGRAMS ctags distclean \
623
628
        distclean-compile distclean-generic distclean-libtool \
624
629
        distclean-tags distdir dvi dvi-am html html-am info info-am \
625
 
        install install-am install-data install-data-am install-dvi \
626
 
        install-dvi-am install-exec install-exec-am install-html \
627
 
        install-html-am install-info install-info-am install-man \
628
 
        install-pdf install-pdf-am install-ps install-ps-am \
 
630
        install install-am install-data install-data-am install-exec \
 
631
        install-exec-am install-info install-info-am install-man \
629
632
        install-strip installcheck installcheck-am installdirs \
630
633
        maintainer-clean maintainer-clean-generic mostlyclean \
631
634
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
632
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
635
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
636
        uninstall-info-am
633
637
 
634
638
# Tell versions [3.59,3.63) of GNU make to not export all variables.
635
639
# Otherwise a system limit (for SysV at least) may be exceeded.