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

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060629150424-pn00qumt9sml8p4m
Tags: 7.15.4-1ubuntu1
Synchronize to Debian. Only change left: Removal of stunnel and
libdb4.2-dev build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
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.
23
23
pkglibdir = $(libdir)/@PACKAGE@
24
24
pkgincludedir = $(includedir)/@PACKAGE@
25
25
top_builddir = ..
26
 
 
27
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
27
INSTALL = @INSTALL@
29
28
install_sh_DATA = $(install_sh) -c -m 644
37
36
NORMAL_UNINSTALL = :
38
37
PRE_UNINSTALL = :
39
38
POST_UNINSTALL = :
 
39
build_triplet = @build@
40
40
host_triplet = @host@
 
41
bin_PROGRAMS = curl$(EXEEXT)
 
42
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
43
        $(srcdir)/Makefile.inc $(srcdir)/config.h.in
 
44
subdir = src
 
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
46
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
47
        $(top_srcdir)/configure.ac
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
51
CONFIG_HEADER = $(top_builddir)/lib/config.h config.h
 
52
CONFIG_CLEAN_FILES =
 
53
am__installdirs = "$(DESTDIR)$(bindir)"
 
54
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
55
PROGRAMS = $(bin_PROGRAMS)
 
56
am__objects_1 = main.$(OBJEXT) hugehelp.$(OBJEXT) urlglob.$(OBJEXT) \
 
57
        writeout.$(OBJEXT) writeenv.$(OBJEXT) getpass.$(OBJEXT) \
 
58
        homedir.$(OBJEXT)
 
59
am__objects_2 = strtoofft.$(OBJEXT) timeval.$(OBJEXT)
 
60
am__objects_3 =
 
61
am_curl_OBJECTS = $(am__objects_1) $(am__objects_2) $(am__objects_3)
 
62
curl_OBJECTS = $(am_curl_OBJECTS)
 
63
DEFAULT_INCLUDES = 
 
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
65
am__depfiles_maybe = depfiles
 
66
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
67
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
68
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
69
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
70
        $(AM_CFLAGS) $(CFLAGS)
 
71
CCLD = $(CC)
 
72
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
73
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
74
SOURCES = $(curl_SOURCES)
 
75
DIST_SOURCES = $(curl_SOURCES)
 
76
ETAGS = etags
 
77
CTAGS = ctags
 
78
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
41
79
ACLOCAL = @ACLOCAL@
42
80
AMDEP_FALSE = @AMDEP_FALSE@
43
81
AMDEP_TRUE = @AMDEP_TRUE@
63
101
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
64
102
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
65
103
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
66
 
CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
67
104
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
68
105
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
69
106
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
85
122
EXEEXT = @EXEEXT@
86
123
F77 = @F77@
87
124
FFLAGS = @FFLAGS@
 
125
GREP = @GREP@
88
126
HAVE_ARES = @HAVE_ARES@
89
127
HAVE_LIBZ = @HAVE_LIBZ@
90
128
HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
138
176
USE_SSLEAY = @USE_SSLEAY@
139
177
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
140
178
VERSION = @VERSION@
141
 
VERSIONED_FLAVOUR = @VERSIONED_FLAVOUR@
142
 
VERSIONED_SYMBOLS_FALSE = @VERSIONED_SYMBOLS_FALSE@
143
 
VERSIONED_SYMBOLS_TRUE = @VERSIONED_SYMBOLS_TRUE@
144
179
VERSIONNUM = @VERSIONNUM@
145
 
ac_ct_AR = @ac_ct_AR@
146
 
ac_ct_AS = @ac_ct_AS@
147
180
ac_ct_CC = @ac_ct_CC@
148
181
ac_ct_CXX = @ac_ct_CXX@
149
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
150
182
ac_ct_F77 = @ac_ct_F77@
151
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
152
 
ac_ct_RANLIB = @ac_ct_RANLIB@
153
 
ac_ct_STRIP = @ac_ct_STRIP@
154
183
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
155
184
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
156
185
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
158
187
am__include = @am__include@
159
188
am__leading_dot = @am__leading_dot@
160
189
am__quote = @am__quote@
 
190
am__tar = @am__tar@
 
191
am__untar = @am__untar@
161
192
bindir = @bindir@
162
193
build = @build@
163
194
build_alias = @build_alias@
165
196
build_os = @build_os@
166
197
build_vendor = @build_vendor@
167
198
datadir = @datadir@
 
199
datarootdir = @datarootdir@
 
200
docdir = @docdir@
 
201
dvidir = @dvidir@
168
202
exec_prefix = @exec_prefix@
169
203
host = @host@
170
204
host_alias = @host_alias@
171
205
host_cpu = @host_cpu@
172
206
host_os = @host_os@
173
207
host_vendor = @host_vendor@
 
208
htmldir = @htmldir@
174
209
includedir = @includedir@
175
210
infodir = @infodir@
176
211
install_sh = @install_sh@
177
212
libdir = @libdir@
178
213
libexecdir = @libexecdir@
 
214
localedir = @localedir@
179
215
localstatedir = @localstatedir@
180
216
mandir = @mandir@
 
217
mkdir_p = @mkdir_p@
181
218
oldincludedir = @oldincludedir@
 
219
pdfdir = @pdfdir@
182
220
prefix = @prefix@
183
221
program_transform_name = @program_transform_name@
 
222
psdir = @psdir@
184
223
sbindir = @sbindir@
185
224
sharedstatedir = @sharedstatedir@
186
225
subdirs = @subdirs@
219
258
        -I$(top_srcdir)/lib
220
259
 
221
260
 
222
 
bin_PROGRAMS = curl
223
 
 
224
261
# libcurl has sources that provide functions named curlx_* that aren't part of
225
262
# the official API, but we re-use the code here to avoid duplication.
226
263
CURLX_ONES = $(top_srcdir)/lib/strtoofft.c $(top_srcdir)/lib/timeval.c
227
 
 
228
264
CURL_SOURCES = main.c hugehelp.c urlglob.c writeout.c writeenv.c \
229
265
        getpass.c homedir.c
230
266
 
231
 
 
232
267
CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \
233
268
        config-riscos.h urlglob.h version.h \
234
269
        writeout.h writeenv.h getpass.h homedir.h
235
270
 
236
 
 
237
271
curl_SOURCES = $(CURL_SOURCES) $(CURLX_ONES) $(CURL_HFILES)
238
 
 
239
272
curl_LDADD = ../lib/libcurl.la
240
273
curl_DEPENDENCIES = ../lib/libcurl.la
241
274
BUILT_SOURCES = hugehelp.c
242
275
CLEANFILES = hugehelp.c
243
 
 
244
276
EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
245
277
        Makefile.riscos config.h.in macos/curl.mcp.xml.sit.hqx            \
246
278
        macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp                \
247
279
        macos/src/macos_main.cpp config-amigaos.h makefile.amiga curl.rc  \
248
280
        Makefile.netware Makefile.inc Makefile.Watcom
249
281
 
250
 
 
251
282
MANPAGE = $(top_srcdir)/docs/curl.1
252
283
README = $(top_srcdir)/docs/MANUAL
253
284
MKHELP = $(top_srcdir)/src/mkhelp.pl
254
285
HUGE = hugehelp.c
255
 
subdir = src
256
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
257
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
258
 
CONFIG_HEADER = $(top_builddir)/lib/config.h config.h
259
 
CONFIG_CLEAN_FILES =
260
 
bin_PROGRAMS = curl$(EXEEXT)
261
 
PROGRAMS = $(bin_PROGRAMS)
262
 
 
263
 
am__objects_1 = main.$(OBJEXT) hugehelp.$(OBJEXT) urlglob.$(OBJEXT) \
264
 
        writeout.$(OBJEXT) writeenv.$(OBJEXT) getpass.$(OBJEXT) \
265
 
        homedir.$(OBJEXT)
266
 
am__objects_2 = strtoofft.$(OBJEXT) timeval.$(OBJEXT)
267
 
am__objects_3 =
268
 
am_curl_OBJECTS = $(am__objects_1) $(am__objects_2) $(am__objects_3)
269
 
curl_OBJECTS = $(am_curl_OBJECTS)
270
 
curl_LDFLAGS =
271
 
 
272
 
DEFAULT_INCLUDES = 
273
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
274
 
am__depfiles_maybe = depfiles
275
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/getpass.Po ./$(DEPDIR)/homedir.Po \
276
 
@AMDEP_TRUE@    ./$(DEPDIR)/hugehelp.Po ./$(DEPDIR)/main.Po \
277
 
@AMDEP_TRUE@    ./$(DEPDIR)/strtoofft.Po ./$(DEPDIR)/timeval.Po \
278
 
@AMDEP_TRUE@    ./$(DEPDIR)/urlglob.Po ./$(DEPDIR)/writeenv.Po \
279
 
@AMDEP_TRUE@    ./$(DEPDIR)/writeout.Po
280
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
281
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
282
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
283
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
284
 
CCLD = $(CC)
285
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
286
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
287
 
DIST_SOURCES = $(curl_SOURCES)
288
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc Makefile.am \
289
 
        config.h.in
290
 
SOURCES = $(curl_SOURCES)
291
 
 
292
286
all: $(BUILT_SOURCES) config.h
293
287
        $(MAKE) $(AM_MAKEFLAGS) all-am
294
288
 
295
289
.SUFFIXES:
296
290
.SUFFIXES: .c .lo .o .obj
297
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(srcdir)/Makefile.inc $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
291
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
 
292
        @for dep in $?; do \
 
293
          case '$(am__configure_deps)' in \
 
294
            *$$dep*) \
 
295
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
296
                && exit 0; \
 
297
              exit 1;; \
 
298
          esac; \
 
299
        done; \
 
300
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
298
301
        cd $(top_srcdir) && \
299
302
          $(AUTOMAKE) --foreign  src/Makefile
300
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
301
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
303
.PRECIOUS: Makefile
 
304
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
305
        @case '$?' in \
 
306
          *config.status*) \
 
307
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
308
          *) \
 
309
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
310
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
311
        esac;
 
312
 
 
313
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
314
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
315
 
 
316
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
317
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
318
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
319
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
320
 
303
321
config.h: stamp-h2
304
322
        @if test ! -f $@; then \
309
327
stamp-h2: $(srcdir)/config.h.in $(top_builddir)/config.status
310
328
        @rm -f stamp-h2
311
329
        cd $(top_builddir) && $(SHELL) ./config.status src/config.h
312
 
 
313
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
330
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
314
331
        cd $(top_srcdir) && $(AUTOHEADER)
315
 
        touch $(srcdir)/config.h.in
 
332
        rm -f stamp-h2
 
333
        touch $@
316
334
 
317
335
distclean-hdr:
318
336
        -rm -f config.h stamp-h2
319
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
320
337
install-binPROGRAMS: $(bin_PROGRAMS)
321
338
        @$(NORMAL_INSTALL)
322
 
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
339
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
323
340
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
324
341
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
325
342
          if test -f $$p \
326
343
             || test -f $$p1 \
327
344
          ; then \
328
345
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
329
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
330
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
 
346
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
347
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
331
348
          else :; fi; \
332
349
        done
333
350
 
335
352
        @$(NORMAL_UNINSTALL)
336
353
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
337
354
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
338
 
          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
339
 
          rm -f $(DESTDIR)$(bindir)/$$f; \
 
355
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
356
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
340
357
        done
341
358
 
342
359
clean-binPROGRAMS:
350
367
        $(LINK) $(curl_LDFLAGS) $(curl_OBJECTS) $(curl_LDADD) $(LIBS)
351
368
 
352
369
mostlyclean-compile:
353
 
        -rm -f *.$(OBJEXT) core *.core
 
370
        -rm -f *.$(OBJEXT)
354
371
 
355
372
distclean-compile:
356
373
        -rm -f *.tab.c
366
383
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writeout.Po@am__quote@
367
384
 
368
385
.c.o:
369
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
370
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
371
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
372
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
373
 
@am__fastdepCC_TRUE@    fi
 
386
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
387
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
374
388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
375
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
376
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
390
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
378
391
 
379
392
.c.obj:
380
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
381
 
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
382
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
383
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
384
 
@am__fastdepCC_TRUE@    fi
 
393
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
394
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
385
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
386
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
387
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
397
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
389
398
 
390
399
.c.lo:
391
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
392
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
393
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
394
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
395
 
@am__fastdepCC_TRUE@    fi
 
400
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
401
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
396
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
397
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
398
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
404
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
400
405
 
401
406
strtoofft.o: $(top_srcdir)/lib/strtoofft.c
402
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strtoofft.o -MD -MP -MF "$(DEPDIR)/strtoofft.Tpo" \
403
 
@am__fastdepCC_TRUE@      -c -o strtoofft.o `test -f '$(top_srcdir)/lib/strtoofft.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strtoofft.c; \
404
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Po"; \
405
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; \
406
 
@am__fastdepCC_TRUE@    fi
 
407
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strtoofft.o -MD -MP -MF "$(DEPDIR)/strtoofft.Tpo" -c -o strtoofft.o `test -f '$(top_srcdir)/lib/strtoofft.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strtoofft.c; \
 
408
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Po"; else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; fi
407
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/strtoofft.c' object='strtoofft.o' libtool=no @AMDEPBACKSLASH@
408
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/strtoofft.Po' tmpdepfile='$(DEPDIR)/strtoofft.TPo' @AMDEPBACKSLASH@
409
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410
411
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strtoofft.o `test -f '$(top_srcdir)/lib/strtoofft.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strtoofft.c
411
412
 
412
413
strtoofft.obj: $(top_srcdir)/lib/strtoofft.c
413
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strtoofft.obj -MD -MP -MF "$(DEPDIR)/strtoofft.Tpo" \
414
 
@am__fastdepCC_TRUE@      -c -o strtoofft.obj `if test -f '$(top_srcdir)/lib/strtoofft.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strtoofft.c'; fi`; \
415
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Po"; \
416
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; \
417
 
@am__fastdepCC_TRUE@    fi
 
414
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strtoofft.obj -MD -MP -MF "$(DEPDIR)/strtoofft.Tpo" -c -o strtoofft.obj `if test -f '$(top_srcdir)/lib/strtoofft.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strtoofft.c'; fi`; \
 
415
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Po"; else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; fi
418
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/strtoofft.c' object='strtoofft.obj' libtool=no @AMDEPBACKSLASH@
419
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/strtoofft.Po' tmpdepfile='$(DEPDIR)/strtoofft.TPo' @AMDEPBACKSLASH@
420
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421
418
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strtoofft.obj `if test -f '$(top_srcdir)/lib/strtoofft.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strtoofft.c'; fi`
422
419
 
423
 
strtoofft.lo: $(top_srcdir)/lib/strtoofft.c
424
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strtoofft.lo -MD -MP -MF "$(DEPDIR)/strtoofft.Tpo" \
425
 
@am__fastdepCC_TRUE@      -c -o strtoofft.lo `test -f '$(top_srcdir)/lib/strtoofft.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strtoofft.c; \
426
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Plo"; \
427
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; \
428
 
@am__fastdepCC_TRUE@    fi
429
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/strtoofft.c' object='strtoofft.lo' libtool=yes @AMDEPBACKSLASH@
430
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/strtoofft.Plo' tmpdepfile='$(DEPDIR)/strtoofft.TPlo' @AMDEPBACKSLASH@
431
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strtoofft.lo `test -f '$(top_srcdir)/lib/strtoofft.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strtoofft.c
433
 
 
434
420
timeval.o: $(top_srcdir)/lib/timeval.c
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" \
436
 
@am__fastdepCC_TRUE@      -c -o timeval.o `test -f '$(top_srcdir)/lib/timeval.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/timeval.c; \
437
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/timeval.Tpo" "$(DEPDIR)/timeval.Po"; \
438
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/timeval.Tpo"; exit 1; \
439
 
@am__fastdepCC_TRUE@    fi
 
421
@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; \
 
422
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/timeval.Tpo" "$(DEPDIR)/timeval.Po"; else rm -f "$(DEPDIR)/timeval.Tpo"; exit 1; fi
440
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/timeval.c' object='timeval.o' libtool=no @AMDEPBACKSLASH@
441
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/timeval.Po' tmpdepfile='$(DEPDIR)/timeval.TPo' @AMDEPBACKSLASH@
442
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443
425
@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
444
426
 
445
427
timeval.obj: $(top_srcdir)/lib/timeval.c
446
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timeval.obj -MD -MP -MF "$(DEPDIR)/timeval.Tpo" \
447
 
@am__fastdepCC_TRUE@      -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`; \
448
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/timeval.Tpo" "$(DEPDIR)/timeval.Po"; \
449
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/timeval.Tpo"; exit 1; \
450
 
@am__fastdepCC_TRUE@    fi
 
428
@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`; \
 
429
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/timeval.Tpo" "$(DEPDIR)/timeval.Po"; else rm -f "$(DEPDIR)/timeval.Tpo"; exit 1; fi
451
430
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/timeval.c' object='timeval.obj' libtool=no @AMDEPBACKSLASH@
452
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/timeval.Po' tmpdepfile='$(DEPDIR)/timeval.TPo' @AMDEPBACKSLASH@
453
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454
432
@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`
455
433
 
456
 
timeval.lo: $(top_srcdir)/lib/timeval.c
457
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timeval.lo -MD -MP -MF "$(DEPDIR)/timeval.Tpo" \
458
 
@am__fastdepCC_TRUE@      -c -o timeval.lo `test -f '$(top_srcdir)/lib/timeval.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/timeval.c; \
459
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/timeval.Tpo" "$(DEPDIR)/timeval.Plo"; \
460
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/timeval.Tpo"; exit 1; \
461
 
@am__fastdepCC_TRUE@    fi
462
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/timeval.c' object='timeval.lo' libtool=yes @AMDEPBACKSLASH@
463
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/timeval.Plo' tmpdepfile='$(DEPDIR)/timeval.TPlo' @AMDEPBACKSLASH@
464
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o timeval.lo `test -f '$(top_srcdir)/lib/timeval.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/timeval.c
466
 
 
467
434
mostlyclean-libtool:
468
435
        -rm -f *.lo
469
436
 
474
441
        -rm -f libtool
475
442
uninstall-info-am:
476
443
 
477
 
ETAGS = etags
478
 
ETAGSFLAGS =
479
 
 
480
 
CTAGS = ctags
481
 
CTAGSFLAGS =
482
 
 
483
 
tags: TAGS
484
 
 
485
444
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
486
445
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
487
446
        unique=`for i in $$list; do \
490
449
          $(AWK) '    { files[$$0] = 1; } \
491
450
               END { for (i in files) print i; }'`; \
492
451
        mkid -fID $$unique
 
452
tags: TAGS
493
453
 
494
454
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
495
455
                $(TAGS_FILES) $(LISP)
501
461
          done | \
502
462
          $(AWK) '    { files[$$0] = 1; } \
503
463
               END { for (i in files) print i; }'`; \
504
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
505
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
506
 
             $$tags $$unique
507
 
 
 
464
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
465
          test -n "$$unique" || unique=$$empty_fix; \
 
466
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
467
            $$tags $$unique; \
 
468
        fi
508
469
ctags: CTAGS
509
470
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
510
471
                $(TAGS_FILES) $(LISP)
527
488
 
528
489
distclean-tags:
529
490
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
530
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
531
 
 
532
 
top_distdir = ..
533
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
534
491
 
535
492
distdir: $(DISTFILES)
536
 
        $(mkinstalldirs) $(distdir)/macos $(distdir)/macos/src
 
493
        $(mkdir_p) $(distdir)/macos $(distdir)/macos/src
537
494
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
538
495
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
539
496
        list='$(DISTFILES)'; for file in $$list; do \
545
502
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
546
503
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
547
504
            dir="/$$dir"; \
548
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
505
            $(mkdir_p) "$(distdir)$$dir"; \
549
506
          else \
550
507
            dir=''; \
551
508
          fi; \
564
521
check: $(BUILT_SOURCES)
565
522
        $(MAKE) $(AM_MAKEFLAGS) check-am
566
523
all-am: Makefile $(PROGRAMS) config.h
567
 
 
568
524
installdirs:
569
 
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
525
        for dir in "$(DESTDIR)$(bindir)"; do \
 
526
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
527
        done
570
528
install: $(BUILT_SOURCES)
571
529
        $(MAKE) $(AM_MAKEFLAGS) install-am
572
530
install-exec: install-exec-am
588
546
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
589
547
 
590
548
distclean-generic:
591
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
549
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
592
550
 
593
551
maintainer-clean-generic:
594
552
        @echo "This command is intended for maintainers to use"
601
559
distclean: distclean-am
602
560
        -rm -rf ./$(DEPDIR)
603
561
        -rm -f Makefile
604
 
distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
605
 
        distclean-libtool distclean-tags
 
562
distclean-am: clean-am distclean-compile distclean-generic \
 
563
        distclean-hdr distclean-libtool distclean-tags
606
564
 
607
565
dvi: dvi-am
608
566
 
609
567
dvi-am:
610
568
 
 
569
html: html-am
 
570
 
611
571
info: info-am
612
572
 
613
573
info-am:
645
605
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
646
606
        clean-generic clean-libtool ctags distclean distclean-compile \
647
607
        distclean-generic distclean-hdr distclean-libtool \
648
 
        distclean-tags distdir dvi dvi-am info info-am install \
649
 
        install-am install-binPROGRAMS install-data install-data-am \
650
 
        install-exec install-exec-am install-info install-info-am \
651
 
        install-man install-strip installcheck installcheck-am \
652
 
        installdirs maintainer-clean maintainer-clean-generic \
653
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
654
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
655
 
        uninstall-am uninstall-binPROGRAMS uninstall-info-am
 
608
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
609
        install install-am install-binPROGRAMS install-data \
 
610
        install-data-am install-exec install-exec-am install-info \
 
611
        install-info-am install-man install-strip installcheck \
 
612
        installcheck-am installdirs maintainer-clean \
 
613
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
614
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
615
        tags uninstall uninstall-am uninstall-binPROGRAMS \
 
616
        uninstall-info-am
656
617
 
657
618
 
658
619
# Here are the stuff to create a built-in manual