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

« back to all changes in this revision

Viewing changes to src/lib-storage/index/dbox-multi/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/lib-storage/index/dbox-multi
39
 
DIST_COMMON = $(pkginc_lib_HEADERS) $(srcdir)/Makefile.am \
40
 
        $(srcdir)/Makefile.in
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/depcomp $(pkginc_lib_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
49
93
CONFIG_CLEAN_VPATH_FILES =
50
94
LTLIBRARIES = $(noinst_LTLIBRARIES)
51
95
libstorage_dbox_multi_la_LIBADD =
52
 
am_libstorage_dbox_multi_la_OBJECTS = mdbox-file.lo mdbox-mail.lo \
53
 
        mdbox-map.lo mdbox-purge.lo mdbox-save.lo mdbox-settings.lo \
54
 
        mdbox-sync.lo mdbox-storage.lo mdbox-storage-rebuild.lo
 
96
am_libstorage_dbox_multi_la_OBJECTS = mdbox-deleted-storage.lo \
 
97
        mdbox-file.lo mdbox-mail.lo mdbox-map.lo mdbox-purge.lo \
 
98
        mdbox-save.lo mdbox-settings.lo mdbox-sync.lo mdbox-storage.lo \
 
99
        mdbox-storage-rebuild.lo
55
100
libstorage_dbox_multi_la_OBJECTS =  \
56
101
        $(am_libstorage_dbox_multi_la_OBJECTS)
 
102
AM_V_lt = $(am__v_lt_@AM_V@)
 
103
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
104
am__v_lt_0 = --silent
 
105
am__v_lt_1 = 
 
106
AM_V_P = $(am__v_P_@AM_V@)
 
107
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
108
am__v_P_0 = false
 
109
am__v_P_1 = :
 
110
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
111
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
112
am__v_GEN_0 = @echo "  GEN     " $@;
 
113
am__v_GEN_1 = 
 
114
AM_V_at = $(am__v_at_@AM_V@)
 
115
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
116
am__v_at_0 = @
 
117
am__v_at_1 = 
57
118
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
58
119
depcomp = $(SHELL) $(top_srcdir)/depcomp
59
120
am__depfiles_maybe = depfiles
60
121
am__mv = mv -f
61
122
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62
123
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
64
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
65
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
124
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
125
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
126
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
127
        $(AM_CFLAGS) $(CFLAGS)
 
128
AM_V_CC = $(am__v_CC_@AM_V@)
 
129
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
130
am__v_CC_0 = @echo "  CC      " $@;
 
131
am__v_CC_1 = 
66
132
CCLD = $(CC)
67
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
69
 
        $(LDFLAGS) -o $@
 
133
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
134
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
135
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
136
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
137
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
138
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
139
am__v_CCLD_1 = 
70
140
SOURCES = $(libstorage_dbox_multi_la_SOURCES)
71
141
DIST_SOURCES = $(libstorage_dbox_multi_la_SOURCES)
 
142
am__can_run_installinfo = \
 
143
  case $$AM_UPDATE_INFO_DIR in \
 
144
    n|no|NO) false;; \
 
145
    *) (install-info --version) >/dev/null 2>&1;; \
 
146
  esac
72
147
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73
148
am__vpath_adj = case $$p in \
74
149
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
98
173
  }
99
174
am__installdirs = "$(DESTDIR)$(pkginc_libdir)"
100
175
HEADERS = $(pkginc_lib_HEADERS)
 
176
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
177
# Read a list of newline-separated strings from the standard input,
 
178
# and print each of them once, without duplicates.  Input order is
 
179
# *not* preserved.
 
180
am__uniquify_input = $(AWK) '\
 
181
  BEGIN { nonempty = 0; } \
 
182
  { items[$$0] = 1; nonempty = 1; } \
 
183
  END { if (nonempty) { for (i in items) print i; }; } \
 
184
'
 
185
# Make sure the list of sources is unique.  This is necessary because,
 
186
# e.g., the same source file might be shared among _SOURCES variables
 
187
# for different programs/libraries.
 
188
am__define_uniq_tagged_files = \
 
189
  list='$(am__tagged_files)'; \
 
190
  unique=`for i in $$list; do \
 
191
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
192
  done | $(am__uniquify_input)`
101
193
ETAGS = etags
102
194
CTAGS = ctags
103
195
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104
196
ACLOCAL = @ACLOCAL@
105
197
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
106
198
AMTAR = @AMTAR@
 
199
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
107
200
AR = @AR@
108
201
AUTH_CFLAGS = @AUTH_CFLAGS@
109
202
AUTH_LIBS = @AUTH_LIBS@
113
206
AWK = @AWK@
114
207
CC = @CC@
115
208
CCDEPMODE = @CCDEPMODE@
 
209
CDB_LIBS = @CDB_LIBS@
116
210
CFLAGS = @CFLAGS@
 
211
CLUCENE_CFLAGS = @CLUCENE_CFLAGS@
 
212
CLUCENE_LIBS = @CLUCENE_LIBS@
 
213
COMPRESS_LIBS = @COMPRESS_LIBS@
117
214
CPP = @CPP@
118
215
CPPFLAGS = @CPPFLAGS@
119
216
CRYPT_LIBS = @CRYPT_LIBS@
120
 
CURLCONFIG = @CURLCONFIG@
121
 
CURL_CFLAGS = @CURL_CFLAGS@
122
 
CURL_LIBS = @CURL_LIBS@
123
217
CXX = @CXX@
124
218
CXXCPP = @CXXCPP@
125
219
CXXDEPMODE = @CXXDEPMODE@
151
245
LDFLAGS = @LDFLAGS@
152
246
LIBCAP = @LIBCAP@
153
247
LIBDOVECOT = @LIBDOVECOT@
 
248
LIBDOVECOT_COMPRESS = @LIBDOVECOT_COMPRESS@
154
249
LIBDOVECOT_DEPS = @LIBDOVECOT_DEPS@
155
250
LIBDOVECOT_LDA = @LIBDOVECOT_LDA@
156
251
LIBDOVECOT_LOGIN = @LIBDOVECOT_LOGIN@
198
293
PKG_CONFIG = @PKG_CONFIG@
199
294
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
200
295
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
296
QUOTA_LIBS = @QUOTA_LIBS@
201
297
RANLIB = @RANLIB@
202
298
RPCGEN = @RPCGEN@
203
299
RUN_TEST = @RUN_TEST@
289
385
        -I$(top_srcdir)/src/lib-storage/index/dbox-common
290
386
 
291
387
libstorage_dbox_multi_la_SOURCES = \
 
388
        mdbox-deleted-storage.c \
292
389
        mdbox-file.c \
293
390
        mdbox-mail.c \
294
391
        mdbox-map.c \
347
444
 
348
445
clean-noinstLTLIBRARIES:
349
446
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
350
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
351
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
352
 
          test "$$dir" != "$$p" || dir=.; \
353
 
          echo "rm -f \"$${dir}/so_locations\""; \
354
 
          rm -f "$${dir}/so_locations"; \
355
 
        done
 
447
        @list='$(noinst_LTLIBRARIES)'; \
 
448
        locs=`for p in $$list; do echo $$p; done | \
 
449
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
450
              sort -u`; \
 
451
        test -z "$$locs" || { \
 
452
          echo rm -f $${locs}; \
 
453
          rm -f $${locs}; \
 
454
        }
 
455
 
356
456
libstorage_dbox_multi.la: $(libstorage_dbox_multi_la_OBJECTS) $(libstorage_dbox_multi_la_DEPENDENCIES) $(EXTRA_libstorage_dbox_multi_la_DEPENDENCIES) 
357
 
        $(LINK)  $(libstorage_dbox_multi_la_OBJECTS) $(libstorage_dbox_multi_la_LIBADD) $(LIBS)
 
457
        $(AM_V_CCLD)$(LINK)  $(libstorage_dbox_multi_la_OBJECTS) $(libstorage_dbox_multi_la_LIBADD) $(LIBS)
358
458
 
359
459
mostlyclean-compile:
360
460
        -rm -f *.$(OBJEXT)
362
462
distclean-compile:
363
463
        -rm -f *.tab.c
364
464
 
 
465
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdbox-deleted-storage.Plo@am__quote@
365
466
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdbox-file.Plo@am__quote@
366
467
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdbox-mail.Plo@am__quote@
367
468
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdbox-map.Plo@am__quote@
373
474
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdbox-sync.Plo@am__quote@
374
475
 
375
476
.c.o:
376
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
377
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
378
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
477
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
478
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
479
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
379
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
481
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
381
482
 
382
483
.c.obj:
383
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
384
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
385
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
484
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
485
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
486
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
386
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
488
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
388
489
 
389
490
.c.lo:
390
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
391
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
392
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
491
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
492
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
493
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
393
494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
495
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
395
496
 
396
497
mostlyclean-libtool:
397
498
        -rm -f *.lo
400
501
        -rm -rf .libs _libs
401
502
install-pkginc_libHEADERS: $(pkginc_lib_HEADERS)
402
503
        @$(NORMAL_INSTALL)
403
 
        test -z "$(pkginc_libdir)" || $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)"
404
504
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
505
        if test -n "$$list"; then \
 
506
          echo " $(MKDIR_P) '$(DESTDIR)$(pkginc_libdir)'"; \
 
507
          $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)" || exit 1; \
 
508
        fi; \
405
509
        for p in $$list; do \
406
510
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
407
511
          echo "$$d$$p"; \
417
521
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
418
522
        dir='$(DESTDIR)$(pkginc_libdir)'; $(am__uninstall_files_from_dir)
419
523
 
420
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
421
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422
 
        unique=`for i in $$list; do \
423
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
 
          done | \
425
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
427
 
        mkid -fID $$unique
428
 
tags: TAGS
 
524
ID: $(am__tagged_files)
 
525
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
526
tags: tags-am
 
527
TAGS: tags
429
528
 
430
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
431
 
                $(TAGS_FILES) $(LISP)
 
529
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
432
530
        set x; \
433
531
        here=`pwd`; \
434
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
435
 
        unique=`for i in $$list; do \
436
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437
 
          done | \
438
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
532
        $(am__define_uniq_tagged_files); \
440
533
        shift; \
441
534
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
442
535
          test -n "$$unique" || unique=$$empty_fix; \
448
541
              $$unique; \
449
542
          fi; \
450
543
        fi
451
 
ctags: CTAGS
452
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
453
 
                $(TAGS_FILES) $(LISP)
454
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
455
 
        unique=`for i in $$list; do \
456
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457
 
          done | \
458
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
544
ctags: ctags-am
 
545
 
 
546
CTAGS: ctags
 
547
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
548
        $(am__define_uniq_tagged_files); \
460
549
        test -z "$(CTAGS_ARGS)$$unique" \
461
550
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
462
551
             $$unique
465
554
        here=`$(am__cd) $(top_builddir) && pwd` \
466
555
          && $(am__cd) $(top_srcdir) \
467
556
          && gtags -i $(GTAGS_ARGS) "$$here"
 
557
cscopelist: cscopelist-am
 
558
 
 
559
cscopelist-am: $(am__tagged_files)
 
560
        list='$(am__tagged_files)'; \
 
561
        case "$(srcdir)" in \
 
562
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
563
          *) sdir=$(subdir)/$(srcdir) ;; \
 
564
        esac; \
 
565
        for i in $$list; do \
 
566
          if test -f "$$i"; then \
 
567
            echo "$(subdir)/$$i"; \
 
568
          else \
 
569
            echo "$$sdir/$$i"; \
 
570
          fi; \
 
571
        done >> $(top_builddir)/cscope.files
468
572
 
469
573
distclean-tags:
470
574
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
609
713
 
610
714
.MAKE: install-am install-strip
611
715
 
612
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
613
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
614
 
        distclean-compile distclean-generic distclean-libtool \
615
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
616
 
        install install-am install-data install-data-am install-dvi \
617
 
        install-dvi-am install-exec install-exec-am install-html \
618
 
        install-html-am install-info install-info-am install-man \
619
 
        install-pdf install-pdf-am install-pkginc_libHEADERS \
620
 
        install-ps install-ps-am install-strip installcheck \
621
 
        installcheck-am installdirs maintainer-clean \
622
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
623
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
624
 
        tags uninstall uninstall-am uninstall-pkginc_libHEADERS
 
716
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
717
        clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
 
718
        ctags-am distclean distclean-compile distclean-generic \
 
719
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
720
        html-am info info-am install install-am install-data \
 
721
        install-data-am install-dvi install-dvi-am install-exec \
 
722
        install-exec-am install-html install-html-am install-info \
 
723
        install-info-am install-man install-pdf install-pdf-am \
 
724
        install-pkginc_libHEADERS install-ps install-ps-am \
 
725
        install-strip installcheck installcheck-am installdirs \
 
726
        maintainer-clean maintainer-clean-generic mostlyclean \
 
727
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
728
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
 
729
        uninstall-pkginc_libHEADERS
625
730
 
626
731
 
627
732
# Tell versions [3.59,3.63) of GNU make to not export all variables.