~ubuntu-branches/ubuntu/trusty/dovecot/trusty

« back to all changes in this revision

Viewing changes to src/plugins/imap-zlib/Makefile.in

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-01-08 09:35:49 UTC
  • mfrom: (1.15.3) (96.1.1 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20140108093549-814nkqdcxfbvgktg
Tags: 1:2.2.9-1ubuntu1
* Merge from Debian unstable, remaining changes:
  + Add mail-stack-delivery package:
    - Update d/rules
    - d/control: convert existing dovecot-postfix package to a dummy
      package and add new mail-stack-delivery package.
    - Update maintainer scripts.
    - Rename d/dovecot-postfix.* to debian/mail-stack-delivery.*
    - d/mail-stack-delivery.preinst: Move previously installed backups and
      config files to a new package namespace.
    - d/mail-stack-delivery.prerm: Added to handle downgrades.
  + Use Snakeoil SSL certificates by default:
    - d/control: Depend on ssl-cert.
    - d/dovecot-core.postinst: Relax grep for SSL_* a bit.
  + Add autopkgtest to debian/tests/*.
  + Add ufw integration:
    - d/dovecot-core.ufw.profile: new ufw profile.
    - d/rules: install profile in dovecot-core.
    - d/control: dovecot-core - suggest ufw.
  + d/dovecot-core.dirs: Added usr/share/doc/dovecot-core
  + Add apport hook:
    - d/rules, d/source_dovecot.py
  + Add upstart job:
    - d/rules, d/dovecot-core.dovecot.upstart, d/control,
      d/dovecot-core.dirs, dovecot-imapd.{postrm, postinst, prerm},
      d/dovecot-pop3d.{postinst, postrm, prerm}.
      d/mail-stack-deliver.postinst: Convert init script to upstart.
  + Use the autotools-dev dh addon to update config.guess/config.sub for
    arm64.
* Dropped changes, included in Debian:
  - Update Dovecot name to reflect distribution in login greeting.
  - Update Drac plugin for >= 2.0.0 support.
* d/control: Drop dovecot-postfix package as its no longer required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
17
16
 
18
17
 
19
18
VPATH = @srcdir@
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
 
32
    case $$MAKEFLAGS in \
 
33
      *\\[\ \   ]*) \
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
20
64
pkgdatadir = $(datadir)/@PACKAGE@
21
65
pkgincludedir = $(includedir)/@PACKAGE@
22
66
pkglibdir = $(libdir)/@PACKAGE@
36
80
build_triplet = @build@
37
81
host_triplet = @host@
38
82
subdir = src/plugins/imap-zlib
39
 
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
40
 
        $(srcdir)/Makefile.in
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/depcomp $(noinst_HEADERS)
41
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
86
am__aclocal_m4_deps = $(top_srcdir)/dovecot.m4 \
43
 
        $(top_srcdir)/configure.in
 
87
        $(top_srcdir)/configure.ac
44
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
89
        $(ACLOCAL_M4)
46
90
mkinstalldirs = $(install_sh) -d
76
120
  }
77
121
am__installdirs = "$(DESTDIR)$(imap_moduledir)"
78
122
LTLIBRARIES = $(imap_module_LTLIBRARIES)
79
 
@DOVECOT_PLUGIN_DEPS_TRUE@lib30_imap_zlib_plugin_la_DEPENDENCIES =  \
80
 
@DOVECOT_PLUGIN_DEPS_TRUE@      ../zlib/lib20_zlib_plugin.la
 
123
lib30_imap_zlib_plugin_la_DEPENDENCIES =  \
 
124
        ../../lib-compression/libcompression.la
81
125
am_lib30_imap_zlib_plugin_la_OBJECTS = imap-zlib-plugin.lo
82
126
lib30_imap_zlib_plugin_la_OBJECTS =  \
83
127
        $(am_lib30_imap_zlib_plugin_la_OBJECTS)
84
 
lib30_imap_zlib_plugin_la_LINK = $(LIBTOOL) --tag=CC \
 
128
AM_V_lt = $(am__v_lt_@AM_V@)
 
129
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
130
am__v_lt_0 = --silent
 
131
am__v_lt_1 = 
 
132
lib30_imap_zlib_plugin_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
85
133
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
86
134
        $(AM_CFLAGS) $(CFLAGS) $(lib30_imap_zlib_plugin_la_LDFLAGS) \
87
135
        $(LDFLAGS) -o $@
 
136
AM_V_P = $(am__v_P_@AM_V@)
 
137
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
138
am__v_P_0 = false
 
139
am__v_P_1 = :
 
140
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
141
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
142
am__v_GEN_0 = @echo "  GEN     " $@;
 
143
am__v_GEN_1 = 
 
144
AM_V_at = $(am__v_at_@AM_V@)
 
145
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
146
am__v_at_0 = @
 
147
am__v_at_1 = 
88
148
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
89
149
depcomp = $(SHELL) $(top_srcdir)/depcomp
90
150
am__depfiles_maybe = depfiles
91
151
am__mv = mv -f
92
152
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93
153
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
95
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
96
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
154
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
155
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
156
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
157
        $(AM_CFLAGS) $(CFLAGS)
 
158
AM_V_CC = $(am__v_CC_@AM_V@)
 
159
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
160
am__v_CC_0 = @echo "  CC      " $@;
 
161
am__v_CC_1 = 
97
162
CCLD = $(CC)
98
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
100
 
        $(LDFLAGS) -o $@
 
163
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
164
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
165
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
166
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
167
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
168
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
169
am__v_CCLD_1 = 
101
170
SOURCES = $(lib30_imap_zlib_plugin_la_SOURCES)
102
171
DIST_SOURCES = $(lib30_imap_zlib_plugin_la_SOURCES)
 
172
am__can_run_installinfo = \
 
173
  case $$AM_UPDATE_INFO_DIR in \
 
174
    n|no|NO) false;; \
 
175
    *) (install-info --version) >/dev/null 2>&1;; \
 
176
  esac
103
177
HEADERS = $(noinst_HEADERS)
 
178
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
179
# Read a list of newline-separated strings from the standard input,
 
180
# and print each of them once, without duplicates.  Input order is
 
181
# *not* preserved.
 
182
am__uniquify_input = $(AWK) '\
 
183
  BEGIN { nonempty = 0; } \
 
184
  { items[$$0] = 1; nonempty = 1; } \
 
185
  END { if (nonempty) { for (i in items) print i; }; } \
 
186
'
 
187
# Make sure the list of sources is unique.  This is necessary because,
 
188
# e.g., the same source file might be shared among _SOURCES variables
 
189
# for different programs/libraries.
 
190
am__define_uniq_tagged_files = \
 
191
  list='$(am__tagged_files)'; \
 
192
  unique=`for i in $$list; do \
 
193
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
194
  done | $(am__uniquify_input)`
104
195
ETAGS = etags
105
196
CTAGS = ctags
106
197
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107
198
ACLOCAL = @ACLOCAL@
108
199
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
109
200
AMTAR = @AMTAR@
 
201
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
110
202
AR = @AR@
111
203
AUTH_CFLAGS = @AUTH_CFLAGS@
112
204
AUTH_LIBS = @AUTH_LIBS@
116
208
AWK = @AWK@
117
209
CC = @CC@
118
210
CCDEPMODE = @CCDEPMODE@
 
211
CDB_LIBS = @CDB_LIBS@
119
212
CFLAGS = @CFLAGS@
 
213
CLUCENE_CFLAGS = @CLUCENE_CFLAGS@
 
214
CLUCENE_LIBS = @CLUCENE_LIBS@
 
215
COMPRESS_LIBS = @COMPRESS_LIBS@
120
216
CPP = @CPP@
121
217
CPPFLAGS = @CPPFLAGS@
122
218
CRYPT_LIBS = @CRYPT_LIBS@
123
 
CURLCONFIG = @CURLCONFIG@
124
 
CURL_CFLAGS = @CURL_CFLAGS@
125
 
CURL_LIBS = @CURL_LIBS@
126
219
CXX = @CXX@
127
220
CXXCPP = @CXXCPP@
128
221
CXXDEPMODE = @CXXDEPMODE@
154
247
LDFLAGS = @LDFLAGS@
155
248
LIBCAP = @LIBCAP@
156
249
LIBDOVECOT = @LIBDOVECOT@
 
250
LIBDOVECOT_COMPRESS = @LIBDOVECOT_COMPRESS@
157
251
LIBDOVECOT_DEPS = @LIBDOVECOT_DEPS@
158
252
LIBDOVECOT_LDA = @LIBDOVECOT_LDA@
159
253
LIBDOVECOT_LOGIN = @LIBDOVECOT_LOGIN@
201
295
PKG_CONFIG = @PKG_CONFIG@
202
296
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
203
297
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
298
QUOTA_LIBS = @QUOTA_LIBS@
204
299
RANLIB = @RANLIB@
205
300
RPCGEN = @RPCGEN@
206
301
RUN_TEST = @RUN_TEST@
281
376
top_srcdir = @top_srcdir@
282
377
AM_CPPFLAGS = \
283
378
        -I$(top_srcdir)/src/lib \
 
379
        -I$(top_srcdir)/src/lib-compression \
284
380
        -I$(top_srcdir)/src/lib-mail \
285
381
        -I$(top_srcdir)/src/lib-imap \
286
382
        -I$(top_srcdir)/src/lib-index \
287
383
        -I$(top_srcdir)/src/lib-storage \
288
 
        -I$(top_srcdir)/src/imap \
289
 
        -I$(top_srcdir)/src/plugins/zlib
 
384
        -I$(top_srcdir)/src/imap
290
385
 
291
386
imap_moduledir = $(moduledir)
292
387
lib30_imap_zlib_plugin_la_LDFLAGS = -module -avoid-version
293
388
imap_module_LTLIBRARIES = \
294
389
        lib30_imap_zlib_plugin.la
295
390
 
296
 
@DOVECOT_PLUGIN_DEPS_TRUE@lib30_imap_zlib_plugin_la_LIBADD = \
297
 
@DOVECOT_PLUGIN_DEPS_TRUE@      ../zlib/lib20_zlib_plugin.la
 
391
lib30_imap_zlib_plugin_la_LIBADD = \
 
392
        ../../lib-compression/libcompression.la
298
393
 
299
394
lib30_imap_zlib_plugin_la_SOURCES = \
300
395
        imap-zlib-plugin.c
336
431
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
337
432
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338
433
$(am__aclocal_m4_deps):
 
434
 
339
435
install-imap_moduleLTLIBRARIES: $(imap_module_LTLIBRARIES)
340
436
        @$(NORMAL_INSTALL)
341
 
        test -z "$(imap_moduledir)" || $(MKDIR_P) "$(DESTDIR)$(imap_moduledir)"
342
437
        @list='$(imap_module_LTLIBRARIES)'; test -n "$(imap_moduledir)" || list=; \
343
438
        list2=; for p in $$list; do \
344
439
          if test -f $$p; then \
346
441
          else :; fi; \
347
442
        done; \
348
443
        test -z "$$list2" || { \
 
444
          echo " $(MKDIR_P) '$(DESTDIR)$(imap_moduledir)'"; \
 
445
          $(MKDIR_P) "$(DESTDIR)$(imap_moduledir)" || exit 1; \
349
446
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(imap_moduledir)'"; \
350
447
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(imap_moduledir)"; \
351
448
        }
361
458
 
362
459
clean-imap_moduleLTLIBRARIES:
363
460
        -test -z "$(imap_module_LTLIBRARIES)" || rm -f $(imap_module_LTLIBRARIES)
364
 
        @list='$(imap_module_LTLIBRARIES)'; for p in $$list; do \
365
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
366
 
          test "$$dir" != "$$p" || dir=.; \
367
 
          echo "rm -f \"$${dir}/so_locations\""; \
368
 
          rm -f "$${dir}/so_locations"; \
369
 
        done
 
461
        @list='$(imap_module_LTLIBRARIES)'; \
 
462
        locs=`for p in $$list; do echo $$p; done | \
 
463
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
464
              sort -u`; \
 
465
        test -z "$$locs" || { \
 
466
          echo rm -f $${locs}; \
 
467
          rm -f $${locs}; \
 
468
        }
 
469
 
370
470
lib30_imap_zlib_plugin.la: $(lib30_imap_zlib_plugin_la_OBJECTS) $(lib30_imap_zlib_plugin_la_DEPENDENCIES) $(EXTRA_lib30_imap_zlib_plugin_la_DEPENDENCIES) 
371
 
        $(lib30_imap_zlib_plugin_la_LINK) -rpath $(imap_moduledir) $(lib30_imap_zlib_plugin_la_OBJECTS) $(lib30_imap_zlib_plugin_la_LIBADD) $(LIBS)
 
471
        $(AM_V_CCLD)$(lib30_imap_zlib_plugin_la_LINK) -rpath $(imap_moduledir) $(lib30_imap_zlib_plugin_la_OBJECTS) $(lib30_imap_zlib_plugin_la_LIBADD) $(LIBS)
372
472
 
373
473
mostlyclean-compile:
374
474
        -rm -f *.$(OBJEXT)
379
479
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap-zlib-plugin.Plo@am__quote@
380
480
 
381
481
.c.o:
382
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
383
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
384
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
482
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
483
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
484
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
385
485
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
486
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
387
487
 
388
488
.c.obj:
389
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
390
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
391
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
489
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
490
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
491
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
392
492
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
493
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
394
494
 
395
495
.c.lo:
396
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
397
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
398
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
496
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
497
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
498
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
399
499
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
500
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
401
501
 
402
502
mostlyclean-libtool:
403
503
        -rm -f *.lo
405
505
clean-libtool:
406
506
        -rm -rf .libs _libs
407
507
 
408
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
409
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
410
 
        unique=`for i in $$list; do \
411
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412
 
          done | \
413
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
414
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
415
 
        mkid -fID $$unique
416
 
tags: TAGS
 
508
ID: $(am__tagged_files)
 
509
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
510
tags: tags-am
 
511
TAGS: tags
417
512
 
418
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
419
 
                $(TAGS_FILES) $(LISP)
 
513
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
420
514
        set x; \
421
515
        here=`pwd`; \
422
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
423
 
        unique=`for i in $$list; do \
424
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425
 
          done | \
426
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
427
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
516
        $(am__define_uniq_tagged_files); \
428
517
        shift; \
429
518
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
430
519
          test -n "$$unique" || unique=$$empty_fix; \
436
525
              $$unique; \
437
526
          fi; \
438
527
        fi
439
 
ctags: CTAGS
440
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
441
 
                $(TAGS_FILES) $(LISP)
442
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
443
 
        unique=`for i in $$list; do \
444
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445
 
          done | \
446
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
528
ctags: ctags-am
 
529
 
 
530
CTAGS: ctags
 
531
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
532
        $(am__define_uniq_tagged_files); \
448
533
        test -z "$(CTAGS_ARGS)$$unique" \
449
534
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
450
535
             $$unique
453
538
        here=`$(am__cd) $(top_builddir) && pwd` \
454
539
          && $(am__cd) $(top_srcdir) \
455
540
          && gtags -i $(GTAGS_ARGS) "$$here"
 
541
cscopelist: cscopelist-am
 
542
 
 
543
cscopelist-am: $(am__tagged_files)
 
544
        list='$(am__tagged_files)'; \
 
545
        case "$(srcdir)" in \
 
546
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
547
          *) sdir=$(subdir)/$(srcdir) ;; \
 
548
        esac; \
 
549
        for i in $$list; do \
 
550
          if test -f "$$i"; then \
 
551
            echo "$(subdir)/$$i"; \
 
552
          else \
 
553
            echo "$$sdir/$$i"; \
 
554
          fi; \
 
555
        done >> $(top_builddir)/cscope.files
456
556
 
457
557
distclean-tags:
458
558
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
597
697
 
598
698
.MAKE: install-am install-strip
599
699
 
600
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
601
 
        clean-imap_moduleLTLIBRARIES clean-libtool ctags distclean \
602
 
        distclean-compile distclean-generic distclean-libtool \
603
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
604
 
        install install-am install-data install-data-am install-dvi \
605
 
        install-dvi-am install-exec install-exec-am install-html \
606
 
        install-html-am install-imap_moduleLTLIBRARIES install-info \
607
 
        install-info-am install-man install-pdf install-pdf-am \
608
 
        install-ps install-ps-am install-strip installcheck \
609
 
        installcheck-am installdirs maintainer-clean \
610
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
611
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
612
 
        tags uninstall uninstall-am uninstall-imap_moduleLTLIBRARIES
 
700
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
701
        clean-imap_moduleLTLIBRARIES clean-libtool cscopelist-am ctags \
 
702
        ctags-am distclean distclean-compile distclean-generic \
 
703
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
704
        html-am info info-am install install-am install-data \
 
705
        install-data-am install-dvi install-dvi-am install-exec \
 
706
        install-exec-am install-html install-html-am \
 
707
        install-imap_moduleLTLIBRARIES install-info install-info-am \
 
708
        install-man install-pdf install-pdf-am install-ps \
 
709
        install-ps-am install-strip installcheck installcheck-am \
 
710
        installdirs maintainer-clean maintainer-clean-generic \
 
711
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
712
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
713
        uninstall-am uninstall-imap_moduleLTLIBRARIES
613
714
 
614
715
 
615
716
# Tell versions [3.59,3.63) of GNU make to not export all variables.