~ubuntu-branches/ubuntu/utopic/dovecot/utopic-proposed

« back to all changes in this revision

Viewing changes to src/lmtp/Makefile.in

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-01-08 09:35:49 UTC
  • mfrom: (4.1.35 sid)
  • Revision ID: package-import@ubuntu.com-20140108093549-i72o93pux8p0dlaf
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
host_triplet = @host@
37
81
pkglibexec_PROGRAMS = lmtp$(EXEEXT)
38
82
subdir = src/lmtp
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
53
97
        lmtp-proxy.$(OBJEXT) lmtp-settings.$(OBJEXT)
54
98
lmtp_OBJECTS = $(am_lmtp_OBJECTS)
55
99
am__DEPENDENCIES_1 =
56
 
am__DEPENDENCIES_2 = $(unused_objects) $(am__DEPENDENCIES_1)
57
 
lmtp_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
58
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(lmtp_LDFLAGS) \
59
 
        $(LDFLAGS) -o $@
 
100
AM_V_lt = $(am__v_lt_@AM_V@)
 
101
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
102
am__v_lt_0 = --silent
 
103
am__v_lt_1 = 
 
104
lmtp_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
105
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
106
        $(lmtp_LDFLAGS) $(LDFLAGS) -o $@
 
107
AM_V_P = $(am__v_P_@AM_V@)
 
108
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
109
am__v_P_0 = false
 
110
am__v_P_1 = :
 
111
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
112
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
113
am__v_GEN_0 = @echo "  GEN     " $@;
 
114
am__v_GEN_1 = 
 
115
AM_V_at = $(am__v_at_@AM_V@)
 
116
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
117
am__v_at_0 = @
 
118
am__v_at_1 = 
60
119
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61
120
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
121
am__depfiles_maybe = depfiles
63
122
am__mv = mv -f
64
123
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
124
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
67
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
68
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
125
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
126
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
127
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
128
        $(AM_CFLAGS) $(CFLAGS)
 
129
AM_V_CC = $(am__v_CC_@AM_V@)
 
130
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
131
am__v_CC_0 = @echo "  CC      " $@;
 
132
am__v_CC_1 = 
69
133
CCLD = $(CC)
70
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
72
 
        $(LDFLAGS) -o $@
 
134
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
135
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
136
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
137
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
138
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
139
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
140
am__v_CCLD_1 = 
73
141
SOURCES = $(lmtp_SOURCES)
74
142
DIST_SOURCES = $(lmtp_SOURCES)
 
143
am__can_run_installinfo = \
 
144
  case $$AM_UPDATE_INFO_DIR in \
 
145
    n|no|NO) false;; \
 
146
    *) (install-info --version) >/dev/null 2>&1;; \
 
147
  esac
75
148
HEADERS = $(noinst_HEADERS)
 
149
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
150
# Read a list of newline-separated strings from the standard input,
 
151
# and print each of them once, without duplicates.  Input order is
 
152
# *not* preserved.
 
153
am__uniquify_input = $(AWK) '\
 
154
  BEGIN { nonempty = 0; } \
 
155
  { items[$$0] = 1; nonempty = 1; } \
 
156
  END { if (nonempty) { for (i in items) print i; }; } \
 
157
'
 
158
# Make sure the list of sources is unique.  This is necessary because,
 
159
# e.g., the same source file might be shared among _SOURCES variables
 
160
# for different programs/libraries.
 
161
am__define_uniq_tagged_files = \
 
162
  list='$(am__tagged_files)'; \
 
163
  unique=`for i in $$list; do \
 
164
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
165
  done | $(am__uniquify_input)`
76
166
ETAGS = etags
77
167
CTAGS = ctags
78
168
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80
170
ACLOCAL = @ACLOCAL@
81
171
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
82
172
AMTAR = @AMTAR@
 
173
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
83
174
AR = @AR@
84
175
AUTH_CFLAGS = @AUTH_CFLAGS@
85
176
AUTH_LIBS = @AUTH_LIBS@
89
180
AWK = @AWK@
90
181
CC = @CC@
91
182
CCDEPMODE = @CCDEPMODE@
 
183
CDB_LIBS = @CDB_LIBS@
92
184
CFLAGS = @CFLAGS@
 
185
CLUCENE_CFLAGS = @CLUCENE_CFLAGS@
 
186
CLUCENE_LIBS = @CLUCENE_LIBS@
 
187
COMPRESS_LIBS = @COMPRESS_LIBS@
93
188
CPP = @CPP@
94
189
CPPFLAGS = @CPPFLAGS@
95
190
CRYPT_LIBS = @CRYPT_LIBS@
96
 
CURLCONFIG = @CURLCONFIG@
97
 
CURL_CFLAGS = @CURL_CFLAGS@
98
 
CURL_LIBS = @CURL_LIBS@
99
191
CXX = @CXX@
100
192
CXXCPP = @CXXCPP@
101
193
CXXDEPMODE = @CXXDEPMODE@
127
219
LDFLAGS = @LDFLAGS@
128
220
LIBCAP = @LIBCAP@
129
221
LIBDOVECOT = @LIBDOVECOT@
 
222
LIBDOVECOT_COMPRESS = @LIBDOVECOT_COMPRESS@
130
223
LIBDOVECOT_DEPS = @LIBDOVECOT_DEPS@
131
224
LIBDOVECOT_LDA = @LIBDOVECOT_LDA@
132
225
LIBDOVECOT_LOGIN = @LIBDOVECOT_LOGIN@
174
267
PKG_CONFIG = @PKG_CONFIG@
175
268
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
176
269
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
270
QUOTA_LIBS = @QUOTA_LIBS@
177
271
RANLIB = @RANLIB@
178
272
RPCGEN = @RPCGEN@
179
273
RUN_TEST = @RUN_TEST@
266
360
        -I$(top_srcdir)/src/lib-storage/index/raw
267
361
 
268
362
lmtp_LDFLAGS = -export-dynamic
269
 
@BUILD_SHARED_LIBS_FALSE@unused_objects = \
270
 
@BUILD_SHARED_LIBS_FALSE@       ../lib/mountpoint.o \
271
 
@BUILD_SHARED_LIBS_FALSE@       ../lib-mail/message-header-encode.o \
272
 
@BUILD_SHARED_LIBS_FALSE@       ../lib-imap/imap-util.o \
273
 
@BUILD_SHARED_LIBS_FALSE@       ../lib-storage/mail-search-parser-imap.o \
274
 
@BUILD_SHARED_LIBS_FALSE@       ../lib-lda/smtp-client.o \
275
 
@BUILD_SHARED_LIBS_FALSE@       ../lib-lda/mail-send.o
276
 
 
277
 
libs = \
278
 
        $(unused_objects) \
279
 
        $(LIBDOVECOT_LDA)
280
 
 
281
363
lmtp_LDADD = \
282
 
        $(libs) \
 
364
        $(LIBDOVECOT_LDA) \
283
365
        $(LIBDOVECOT_STORAGE) \
284
 
        $(LIBDOVECOT) \
285
 
        $(MODULE_LIBS)
 
366
        $(LIBDOVECOT)
286
367
 
287
368
lmtp_DEPENDENCIES = \
288
 
        $(libs) \
 
369
        $(LIBDOVECOT_LDA) \
289
370
        $(LIBDOVECOT_STORAGE_DEPS) \
290
371
        $(LIBDOVECOT_DEPS)
291
372
 
339
420
$(am__aclocal_m4_deps):
340
421
install-pkglibexecPROGRAMS: $(pkglibexec_PROGRAMS)
341
422
        @$(NORMAL_INSTALL)
342
 
        test -z "$(pkglibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)"
343
423
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
 
424
        if test -n "$$list"; then \
 
425
          echo " $(MKDIR_P) '$(DESTDIR)$(pkglibexecdir)'"; \
 
426
          $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)" || exit 1; \
 
427
        fi; \
344
428
        for p in $$list; do echo "$$p $$p"; done | \
345
429
        sed 's/$(EXEEXT)$$//' | \
346
 
        while read p p1; do if test -f $$p || test -f $$p1; \
347
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
430
        while read p p1; do if test -f $$p \
 
431
         || test -f $$p1 \
 
432
          ; then echo "$$p"; echo "$$p"; else :; fi; \
348
433
        done | \
349
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
434
        sed -e 'p;s,.*/,,;n;h' \
 
435
            -e 's|.*|.|' \
350
436
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
351
437
        sed 'N;N;N;s,\n, ,g' | \
352
438
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
367
453
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
368
454
        files=`for p in $$list; do echo "$$p"; done | \
369
455
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
370
 
              -e 's/$$/$(EXEEXT)/' `; \
 
456
              -e 's/$$/$(EXEEXT)/' \
 
457
        `; \
371
458
        test -n "$$list" || exit 0; \
372
459
        echo " ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
373
460
        cd "$(DESTDIR)$(pkglibexecdir)" && rm -f $$files
380
467
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
381
468
        echo " rm -f" $$list; \
382
469
        rm -f $$list
 
470
 
383
471
lmtp$(EXEEXT): $(lmtp_OBJECTS) $(lmtp_DEPENDENCIES) $(EXTRA_lmtp_DEPENDENCIES) 
384
472
        @rm -f lmtp$(EXEEXT)
385
 
        $(lmtp_LINK) $(lmtp_OBJECTS) $(lmtp_LDADD) $(LIBS)
 
473
        $(AM_V_CCLD)$(lmtp_LINK) $(lmtp_OBJECTS) $(lmtp_LDADD) $(LIBS)
386
474
 
387
475
mostlyclean-compile:
388
476
        -rm -f *.$(OBJEXT)
397
485
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
398
486
 
399
487
.c.o:
400
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
401
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
402
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
488
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
489
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
490
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403
491
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
492
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
405
493
 
406
494
.c.obj:
407
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
408
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
409
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
495
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
496
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
497
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
410
498
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
499
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
412
500
 
413
501
.c.lo:
414
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
415
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
416
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
502
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
503
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
504
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
417
505
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
506
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
419
507
 
420
508
mostlyclean-libtool:
421
509
        -rm -f *.lo
423
511
clean-libtool:
424
512
        -rm -rf .libs _libs
425
513
 
426
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
427
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
428
 
        unique=`for i in $$list; do \
429
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430
 
          done | \
431
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
433
 
        mkid -fID $$unique
434
 
tags: TAGS
 
514
ID: $(am__tagged_files)
 
515
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
516
tags: tags-am
 
517
TAGS: tags
435
518
 
436
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
437
 
                $(TAGS_FILES) $(LISP)
 
519
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
438
520
        set x; \
439
521
        here=`pwd`; \
440
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
441
 
        unique=`for i in $$list; do \
442
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443
 
          done | \
444
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
522
        $(am__define_uniq_tagged_files); \
446
523
        shift; \
447
524
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448
525
          test -n "$$unique" || unique=$$empty_fix; \
454
531
              $$unique; \
455
532
          fi; \
456
533
        fi
457
 
ctags: CTAGS
458
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
459
 
                $(TAGS_FILES) $(LISP)
460
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
461
 
        unique=`for i in $$list; do \
462
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463
 
          done | \
464
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
534
ctags: ctags-am
 
535
 
 
536
CTAGS: ctags
 
537
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
538
        $(am__define_uniq_tagged_files); \
466
539
        test -z "$(CTAGS_ARGS)$$unique" \
467
540
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
468
541
             $$unique
471
544
        here=`$(am__cd) $(top_builddir) && pwd` \
472
545
          && $(am__cd) $(top_srcdir) \
473
546
          && gtags -i $(GTAGS_ARGS) "$$here"
 
547
cscopelist: cscopelist-am
 
548
 
 
549
cscopelist-am: $(am__tagged_files)
 
550
        list='$(am__tagged_files)'; \
 
551
        case "$(srcdir)" in \
 
552
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
553
          *) sdir=$(subdir)/$(srcdir) ;; \
 
554
        esac; \
 
555
        for i in $$list; do \
 
556
          if test -f "$$i"; then \
 
557
            echo "$(subdir)/$$i"; \
 
558
          else \
 
559
            echo "$$sdir/$$i"; \
 
560
          fi; \
 
561
        done >> $(top_builddir)/cscope.files
474
562
 
475
563
distclean-tags:
476
564
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
615
703
 
616
704
.MAKE: install-am install-strip
617
705
 
618
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
619
 
        clean-libtool clean-pkglibexecPROGRAMS ctags distclean \
620
 
        distclean-compile distclean-generic distclean-libtool \
621
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
622
 
        install install-am install-data install-data-am install-dvi \
623
 
        install-dvi-am install-exec install-exec-am install-html \
624
 
        install-html-am install-info install-info-am install-man \
625
 
        install-pdf install-pdf-am install-pkglibexecPROGRAMS \
626
 
        install-ps install-ps-am install-strip installcheck \
627
 
        installcheck-am installdirs maintainer-clean \
628
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
629
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
630
 
        tags uninstall uninstall-am uninstall-pkglibexecPROGRAMS
 
706
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
707
        clean-libtool clean-pkglibexecPROGRAMS cscopelist-am ctags \
 
708
        ctags-am distclean distclean-compile distclean-generic \
 
709
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
710
        html-am info info-am install install-am install-data \
 
711
        install-data-am install-dvi install-dvi-am install-exec \
 
712
        install-exec-am install-html install-html-am install-info \
 
713
        install-info-am install-man install-pdf install-pdf-am \
 
714
        install-pkglibexecPROGRAMS install-ps install-ps-am \
 
715
        install-strip installcheck installcheck-am installdirs \
 
716
        maintainer-clean maintainer-clean-generic mostlyclean \
 
717
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
718
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
 
719
        uninstall-pkglibexecPROGRAMS
631
720
 
632
721
 
633
722
# Tell versions [3.59,3.63) of GNU make to not export all variables.