~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to imap/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Antonio Radici
  • Date: 2009-06-14 20:53:18 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (2.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20090614205318-wf0sqy1o3km636li
Tags: 1.5.20-1
* New upstream release, includes the following features:
  + Bounced messages contains From: headers (Closes: 93268)
  + Attachments displayed based on Content-Disposition (Closes: 199709)
  + fcc to a mailbox does not raise the 'new' flag (Closes: 209390)
  + '!' supported as suffix in gpg keys (Closes: 277945)
  + failed attachment saving shows an error message (Closes: 292350)
  + inline signed messages sent honouring $send_charset (Closes: 307819)
  + support for <clear-flag> and <set-flag> in the pager (Closes: 436007)
  + fcc_attach is a quad option (Closes: 478861)
  + Content-Description header not included in reply (Closes: 500766)
  + imap_sync_mailbox fix for a segfault (Closes: 516364)
  + better threading support with particular Message-ID's (Closes: 520735)
  + no crash on IMAP folder refresh (Closes: 528465)
  + undisclosed-recipients not passed in the envelope (Closes: 529090)
* debian/patches/series:
  + commented all references to upstream/*, they should be included in 1.5.20
  + removed debian-specific/529838-gnutls-autoconf.patch, ditto
  + removed misc/manpage-typos.patch, ditto 
  + modified misc/hyphen-as-minus.patch, a big part was integrated upstream
  + features/trash-folder: do not reupload messages to $trash if IMAP is used
    (Closes: #448241)
  + added misc/hg.pmdef.debugtime, see upstream #3263
* debian/control: added DM-Upload-Allowed: yes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
 
17
18
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
19
VPATH = @srcdir@
21
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
22
22
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = ..
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
25
install_sh_DATA = $(install_sh) -c -m 644
28
26
install_sh_PROGRAM = $(install_sh) -c
29
27
install_sh_SCRIPT = $(install_sh) -c
46
44
        $(top_srcdir)/m4/funcs.m4 $(top_srcdir)/m4/gettext.m4 \
47
45
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gpgme.m4 \
48
46
        $(top_srcdir)/m4/gssapi.m4 $(top_srcdir)/m4/iconv.m4 \
49
 
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/libgnutls.m4 \
50
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/types.m4 \
51
 
        $(top_srcdir)/configure.ac
 
47
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/progtest.m4 \
 
48
        $(top_srcdir)/m4/types.m4 $(top_srcdir)/configure.ac
52
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
50
        $(ACLOCAL_M4)
54
51
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
55
52
CONFIG_HEADER = $(top_builddir)/config.h
56
53
CONFIG_CLEAN_FILES =
 
54
CONFIG_CLEAN_VPATH_FILES =
57
55
LIBRARIES = $(noinst_LIBRARIES)
58
56
ARFLAGS = cru
59
57
libimap_a_AR = $(AR) $(ARFLAGS)
70
68
        message.$(OBJEXT) utf7.$(OBJEXT) util.$(OBJEXT) \
71
69
        $(am__objects_1) $(am__objects_2)
72
70
libimap_a_OBJECTS = $(am_libimap_a_OBJECTS)
73
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
71
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
74
72
depcomp = $(SHELL) $(top_srcdir)/depcomp
75
73
am__depfiles_maybe = depfiles
 
74
am__mv = mv -f
76
75
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77
76
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78
77
CCLD = $(CC)
85
84
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86
85
ACLOCAL = @ACLOCAL@
87
86
ALLOCA = @ALLOCA@
88
 
AMDEP_FALSE = @AMDEP_FALSE@
89
 
AMDEP_TRUE = @AMDEP_TRUE@
90
87
AMTAR = @AMTAR@
91
88
AR = @AR@
92
89
AUTOCONF = @AUTOCONF@
93
90
AUTOHEADER = @AUTOHEADER@
94
91
AUTOMAKE = @AUTOMAKE@
95
92
AWK = @AWK@
96
 
BUILD_IMAP_FALSE = @BUILD_IMAP_FALSE@
97
 
BUILD_IMAP_TRUE = @BUILD_IMAP_TRUE@
98
93
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
99
94
CATALOGS = @CATALOGS@
100
95
CATOBJEXT = @CATOBJEXT@
128
123
GPGME_CONFIG = @GPGME_CONFIG@
129
124
GPGME_LIBS = @GPGME_LIBS@
130
125
GREP = @GREP@
 
126
INSTALL = @INSTALL@
131
127
INSTALL_DATA = @INSTALL_DATA@
132
128
INSTALL_PROGRAM = @INSTALL_PROGRAM@
133
129
INSTALL_SCRIPT = @INSTALL_SCRIPT@
140
136
ISPELL = @ISPELL@
141
137
KRB5CFGPATH = @KRB5CFGPATH@
142
138
LDFLAGS = @LDFLAGS@
143
 
LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
144
 
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
145
 
LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
146
139
LIBICONV = @LIBICONV@
147
140
LIBIMAP = @LIBIMAP@
148
141
LIBIMAPDEPS = @LIBIMAPDEPS@
150
143
LIBS = @LIBS@
151
144
LTLIBOBJS = @LTLIBOBJS@
152
145
MAKEINFO = @MAKEINFO@
153
 
MD5 = @MD5@
 
146
MKDIR_P = @MKDIR_P@
154
147
MKINSTALLDIRS = @MKINSTALLDIRS@
155
148
MSGFMT = @MSGFMT@
156
149
MUTTLIBS = @MUTTLIBS@
157
150
MUTT_LIB_OBJECTS = @MUTT_LIB_OBJECTS@
 
151
MUTT_MD5 = @MUTT_MD5@
158
152
OBJEXT = @OBJEXT@
159
153
OPS = @OPS@
160
154
OSPCAT = @OSPCAT@
176
170
SMIMEAUX_TARGET = @SMIMEAUX_TARGET@
177
171
STRIP = @STRIP@
178
172
U = @U@
179
 
USE_GSS_FALSE = @USE_GSS_FALSE@
180
 
USE_GSS_TRUE = @USE_GSS_TRUE@
181
173
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
182
174
USE_NLS = @USE_NLS@
183
 
USE_SASL_FALSE = @USE_SASL_FALSE@
184
 
USE_SASL_TRUE = @USE_SASL_TRUE@
185
 
USE_SSL_FALSE = @USE_SSL_FALSE@
186
 
USE_SSL_TRUE = @USE_SSL_TRUE@
187
175
VERSION = @VERSION@
188
176
XGETTEXT = @XGETTEXT@
 
177
abs_builddir = @abs_builddir@
 
178
abs_srcdir = @abs_srcdir@
 
179
abs_top_builddir = @abs_top_builddir@
 
180
abs_top_srcdir = @abs_top_srcdir@
189
181
ac_ct_CC = @ac_ct_CC@
190
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
191
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
192
182
am__include = @am__include@
193
183
am__leading_dot = @am__leading_dot@
194
184
am__quote = @am__quote@
200
190
build_cpu = @build_cpu@
201
191
build_os = @build_os@
202
192
build_vendor = @build_vendor@
 
193
builddir = @builddir@
203
194
datadir = @datadir@
204
195
datarootdir = @datarootdir@
205
196
docdir = @docdir@
227
218
psdir = @psdir@
228
219
sbindir = @sbindir@
229
220
sharedstatedir = @sharedstatedir@
 
221
srcdir = @srcdir@
230
222
sysconfdir = @sysconfdir@
231
223
target_alias = @target_alias@
 
224
top_build_prefix = @top_build_prefix@
 
225
top_builddir = @top_builddir@
 
226
top_srcdir = @top_srcdir@
232
227
AUTOMAKE_OPTIONS = 1.6 foreign
233
228
@USE_GSS_TRUE@GSSSOURCES = auth_gss.c
234
229
@USE_SASL_FALSE@AUTHENTICATORS = auth_anon.c auth_cram.c
235
230
@USE_SASL_TRUE@AUTHENTICATORS = auth_sasl.c
236
 
EXTRA_DIST = BUGS README TODO auth_anon.c auth_cram.c auth_gss.c auth_sasl.c
 
231
EXTRA_DIST = README TODO auth_anon.c auth_cram.c auth_gss.c auth_sasl.c
237
232
AM_CPPFLAGS = -I$(top_srcdir) -I../intl
238
233
noinst_LIBRARIES = libimap.a
239
234
noinst_HEADERS = auth.h imap_private.h message.h
248
243
        @for dep in $?; do \
249
244
          case '$(am__configure_deps)' in \
250
245
            *$$dep*) \
251
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
252
 
                && exit 0; \
 
246
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
247
                && { if test -f $@; then exit 0; else break; fi; }; \
253
248
              exit 1;; \
254
249
          esac; \
255
250
        done; \
256
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  imap/Makefile'; \
257
 
        cd $(top_srcdir) && \
258
 
          $(AUTOMAKE) --foreign  imap/Makefile
 
251
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign imap/Makefile'; \
 
252
        $(am__cd) $(top_srcdir) && \
 
253
          $(AUTOMAKE) --foreign imap/Makefile
259
254
.PRECIOUS: Makefile
260
255
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
261
256
        @case '$?' in \
273
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274
269
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
275
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
271
$(am__aclocal_m4_deps):
276
272
 
277
273
clean-noinstLIBRARIES:
278
274
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
301
297
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
302
298
 
303
299
.c.o:
304
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
305
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
300
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
301
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
306
302
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
307
303
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308
304
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
309
305
 
310
306
.c.obj:
311
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
312
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
307
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
308
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
313
309
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
314
310
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315
311
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
316
 
uninstall-info-am:
317
312
 
318
313
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
319
314
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
320
315
        unique=`for i in $$list; do \
321
316
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322
317
          done | \
323
 
          $(AWK) '    { files[$$0] = 1; } \
324
 
               END { for (i in files) print i; }'`; \
 
318
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
319
              END { if (nonempty) { for (i in files) print i; }; }'`; \
325
320
        mkid -fID $$unique
326
321
tags: TAGS
327
322
 
328
323
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
329
324
                $(TAGS_FILES) $(LISP)
330
 
        tags=; \
 
325
        set x; \
331
326
        here=`pwd`; \
332
327
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
333
328
        unique=`for i in $$list; do \
334
329
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335
330
          done | \
336
 
          $(AWK) '    { files[$$0] = 1; } \
337
 
               END { for (i in files) print i; }'`; \
338
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
331
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
332
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
333
        shift; \
 
334
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
339
335
          test -n "$$unique" || unique=$$empty_fix; \
340
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
341
 
            $$tags $$unique; \
 
336
          if test $$# -gt 0; then \
 
337
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
338
              "$$@" $$unique; \
 
339
          else \
 
340
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
341
              $$unique; \
 
342
          fi; \
342
343
        fi
343
344
ctags: CTAGS
344
345
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
345
346
                $(TAGS_FILES) $(LISP)
346
 
        tags=; \
347
 
        here=`pwd`; \
348
347
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
349
348
        unique=`for i in $$list; do \
350
349
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351
350
          done | \
352
 
          $(AWK) '    { files[$$0] = 1; } \
353
 
               END { for (i in files) print i; }'`; \
354
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
351
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
352
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
353
        test -z "$(CTAGS_ARGS)$$unique" \
355
354
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
356
 
             $$tags $$unique
 
355
             $$unique
357
356
 
358
357
GTAGS:
359
358
        here=`$(am__cd) $(top_builddir) && pwd` \
360
 
          && cd $(top_srcdir) \
361
 
          && gtags -i $(GTAGS_ARGS) $$here
 
359
          && $(am__cd) $(top_srcdir) \
 
360
          && gtags -i $(GTAGS_ARGS) "$$here"
362
361
 
363
362
distclean-tags:
364
363
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
365
364
 
366
365
distdir: $(DISTFILES)
367
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
368
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
369
 
        list='$(DISTFILES)'; for file in $$list; do \
370
 
          case $$file in \
371
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
372
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
373
 
          esac; \
 
366
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
367
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
368
        list='$(DISTFILES)'; \
 
369
          dist_files=`for file in $$list; do echo $$file; done | \
 
370
          sed -e "s|^$$srcdirstrip/||;t" \
 
371
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
372
        case $$dist_files in \
 
373
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
374
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
375
                           sort -u` ;; \
 
376
        esac; \
 
377
        for file in $$dist_files; do \
374
378
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
375
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
376
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
377
 
            dir="/$$dir"; \
378
 
            $(mkdir_p) "$(distdir)$$dir"; \
379
 
          else \
380
 
            dir=''; \
381
 
          fi; \
382
379
          if test -d $$d/$$file; then \
 
380
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
381
            if test -d "$(distdir)/$$file"; then \
 
382
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
383
            fi; \
383
384
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
384
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
385
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
386
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385
387
            fi; \
386
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
388
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
387
389
          else \
388
 
            test -f $(distdir)/$$file \
389
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
390
            test -f "$(distdir)/$$file" \
 
391
            || cp -p $$d/$$file "$(distdir)/$$file" \
390
392
            || exit 1; \
391
393
          fi; \
392
394
        done
414
416
 
415
417
distclean-generic:
416
418
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
419
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
417
420
 
418
421
maintainer-clean-generic:
419
422
        @echo "This command is intended for maintainers to use"
434
437
 
435
438
html: html-am
436
439
 
 
440
html-am:
 
441
 
437
442
info: info-am
438
443
 
439
444
info-am:
440
445
 
441
446
install-data-am:
442
447
 
 
448
install-dvi: install-dvi-am
 
449
 
 
450
install-dvi-am:
 
451
 
443
452
install-exec-am:
444
453
 
 
454
install-html: install-html-am
 
455
 
 
456
install-html-am:
 
457
 
445
458
install-info: install-info-am
446
459
 
 
460
install-info-am:
 
461
 
447
462
install-man:
448
463
 
 
464
install-pdf: install-pdf-am
 
465
 
 
466
install-pdf-am:
 
467
 
 
468
install-ps: install-ps-am
 
469
 
 
470
install-ps-am:
 
471
 
449
472
installcheck-am:
450
473
 
451
474
maintainer-clean: maintainer-clean-am
465
488
 
466
489
ps-am:
467
490
 
468
 
uninstall-am: uninstall-info-am
 
491
uninstall-am:
 
492
 
 
493
.MAKE: install-am install-strip
469
494
 
470
495
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
471
496
        clean-noinstLIBRARIES ctags distclean distclean-compile \
472
497
        distclean-generic distclean-tags distdir dvi dvi-am html \
473
498
        html-am info info-am install install-am install-data \
474
 
        install-data-am install-exec install-exec-am install-info \
475
 
        install-info-am install-man install-strip installcheck \
 
499
        install-data-am install-dvi install-dvi-am install-exec \
 
500
        install-exec-am install-html install-html-am install-info \
 
501
        install-info-am install-man install-pdf install-pdf-am \
 
502
        install-ps install-ps-am install-strip installcheck \
476
503
        installcheck-am installdirs maintainer-clean \
477
504
        maintainer-clean-generic mostlyclean mostlyclean-compile \
478
505
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
479
 
        uninstall-am uninstall-info-am
 
506
        uninstall-am
 
507
 
480
508
 
481
509
# Tell versions [3.59,3.63) of GNU make to not export all variables.
482
510
# Otherwise a system limit (for SysV at least) may be exceeded.