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

« back to all changes in this revision

Viewing changes to src/pop3/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 = pop3$(EXEEXT)
38
82
subdir = src/pop3
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
54
98
        pop3-commands.$(OBJEXT) pop3-settings.$(OBJEXT)
55
99
pop3_OBJECTS = $(am_pop3_OBJECTS)
56
100
am__DEPENDENCIES_1 =
57
 
pop3_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
58
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(pop3_LDFLAGS) \
59
 
        $(LDFLAGS) -o $@
 
101
AM_V_lt = $(am__v_lt_@AM_V@)
 
102
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
103
am__v_lt_0 = --silent
 
104
am__v_lt_1 = 
 
105
pop3_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
106
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
107
        $(pop3_LDFLAGS) $(LDFLAGS) -o $@
 
108
AM_V_P = $(am__v_P_@AM_V@)
 
109
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
110
am__v_P_0 = false
 
111
am__v_P_1 = :
 
112
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
113
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
114
am__v_GEN_0 = @echo "  GEN     " $@;
 
115
am__v_GEN_1 = 
 
116
AM_V_at = $(am__v_at_@AM_V@)
 
117
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
118
am__v_at_0 = @
 
119
am__v_at_1 = 
60
120
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61
121
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
122
am__depfiles_maybe = depfiles
63
123
am__mv = mv -f
64
124
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
125
        $(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)
 
126
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
127
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
128
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
129
        $(AM_CFLAGS) $(CFLAGS)
 
130
AM_V_CC = $(am__v_CC_@AM_V@)
 
131
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
132
am__v_CC_0 = @echo "  CC      " $@;
 
133
am__v_CC_1 = 
69
134
CCLD = $(CC)
70
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
72
 
        $(LDFLAGS) -o $@
 
135
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
136
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
137
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
138
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
139
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
140
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
141
am__v_CCLD_1 = 
73
142
SOURCES = $(pop3_SOURCES)
74
143
DIST_SOURCES = $(pop3_SOURCES)
 
144
am__can_run_installinfo = \
 
145
  case $$AM_UPDATE_INFO_DIR in \
 
146
    n|no|NO) false;; \
 
147
    *) (install-info --version) >/dev/null 2>&1;; \
 
148
  esac
75
149
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
76
150
am__vpath_adj = case $$p in \
77
151
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
100
174
         $(am__cd) "$$dir" && rm -f $$files; }; \
101
175
  }
102
176
HEADERS = $(pkginc_lib_HEADERS)
 
177
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
178
# Read a list of newline-separated strings from the standard input,
 
179
# and print each of them once, without duplicates.  Input order is
 
180
# *not* preserved.
 
181
am__uniquify_input = $(AWK) '\
 
182
  BEGIN { nonempty = 0; } \
 
183
  { items[$$0] = 1; nonempty = 1; } \
 
184
  END { if (nonempty) { for (i in items) print i; }; } \
 
185
'
 
186
# Make sure the list of sources is unique.  This is necessary because,
 
187
# e.g., the same source file might be shared among _SOURCES variables
 
188
# for different programs/libraries.
 
189
am__define_uniq_tagged_files = \
 
190
  list='$(am__tagged_files)'; \
 
191
  unique=`for i in $$list; do \
 
192
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
193
  done | $(am__uniquify_input)`
103
194
ETAGS = etags
104
195
CTAGS = ctags
105
196
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@
288
383
        -I$(top_srcdir)/src/lib-storage
289
384
 
290
385
pop3_LDFLAGS = -export-dynamic
291
 
@BUILD_SHARED_LIBS_FALSE@unused_objects = \
292
 
@BUILD_SHARED_LIBS_FALSE@       ../lib/mountpoint.o \
293
 
@BUILD_SHARED_LIBS_FALSE@       ../lib-imap/imap-util.o \
294
 
@BUILD_SHARED_LIBS_FALSE@       ../lib-storage/mail-search-parser-imap.o
295
 
 
296
386
pop3_LDADD = \
297
 
        $(unused_objects) \
298
387
        $(LIBDOVECOT_STORAGE) \
299
 
        $(LIBDOVECOT) \
300
 
        $(MODULE_LIBS)
 
388
        $(LIBDOVECOT)
301
389
 
302
390
pop3_DEPENDENCIES = \
303
 
        $(unused_objects) \
304
391
        $(LIBDOVECOT_STORAGE_DEPS) \
305
392
        $(LIBDOVECOT_DEPS)
306
393
 
355
442
$(am__aclocal_m4_deps):
356
443
install-pkglibexecPROGRAMS: $(pkglibexec_PROGRAMS)
357
444
        @$(NORMAL_INSTALL)
358
 
        test -z "$(pkglibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)"
359
445
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
 
446
        if test -n "$$list"; then \
 
447
          echo " $(MKDIR_P) '$(DESTDIR)$(pkglibexecdir)'"; \
 
448
          $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)" || exit 1; \
 
449
        fi; \
360
450
        for p in $$list; do echo "$$p $$p"; done | \
361
451
        sed 's/$(EXEEXT)$$//' | \
362
 
        while read p p1; do if test -f $$p || test -f $$p1; \
363
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
452
        while read p p1; do if test -f $$p \
 
453
         || test -f $$p1 \
 
454
          ; then echo "$$p"; echo "$$p"; else :; fi; \
364
455
        done | \
365
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
456
        sed -e 'p;s,.*/,,;n;h' \
 
457
            -e 's|.*|.|' \
366
458
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
367
459
        sed 'N;N;N;s,\n, ,g' | \
368
460
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
383
475
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
384
476
        files=`for p in $$list; do echo "$$p"; done | \
385
477
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
386
 
              -e 's/$$/$(EXEEXT)/' `; \
 
478
              -e 's/$$/$(EXEEXT)/' \
 
479
        `; \
387
480
        test -n "$$list" || exit 0; \
388
481
        echo " ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
389
482
        cd "$(DESTDIR)$(pkglibexecdir)" && rm -f $$files
396
489
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
397
490
        echo " rm -f" $$list; \
398
491
        rm -f $$list
 
492
 
399
493
pop3$(EXEEXT): $(pop3_OBJECTS) $(pop3_DEPENDENCIES) $(EXTRA_pop3_DEPENDENCIES) 
400
494
        @rm -f pop3$(EXEEXT)
401
 
        $(pop3_LINK) $(pop3_OBJECTS) $(pop3_LDADD) $(LIBS)
 
495
        $(AM_V_CCLD)$(pop3_LINK) $(pop3_OBJECTS) $(pop3_LDADD) $(LIBS)
402
496
 
403
497
mostlyclean-compile:
404
498
        -rm -f *.$(OBJEXT)
412
506
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pop3-settings.Po@am__quote@
413
507
 
414
508
.c.o:
415
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
416
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
417
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
509
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
510
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
511
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
418
512
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
513
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
420
514
 
421
515
.c.obj:
422
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
423
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
424
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
516
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
517
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
518
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
425
519
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
520
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
427
521
 
428
522
.c.lo:
429
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
430
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
431
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
523
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
524
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
525
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
432
526
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
527
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
434
528
 
435
529
mostlyclean-libtool:
436
530
        -rm -f *.lo
439
533
        -rm -rf .libs _libs
440
534
install-pkginc_libHEADERS: $(pkginc_lib_HEADERS)
441
535
        @$(NORMAL_INSTALL)
442
 
        test -z "$(pkginc_libdir)" || $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)"
443
536
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
537
        if test -n "$$list"; then \
 
538
          echo " $(MKDIR_P) '$(DESTDIR)$(pkginc_libdir)'"; \
 
539
          $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)" || exit 1; \
 
540
        fi; \
444
541
        for p in $$list; do \
445
542
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
446
543
          echo "$$d$$p"; \
456
553
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
457
554
        dir='$(DESTDIR)$(pkginc_libdir)'; $(am__uninstall_files_from_dir)
458
555
 
459
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; }; }'`; \
466
 
        mkid -fID $$unique
467
 
tags: TAGS
 
556
ID: $(am__tagged_files)
 
557
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
558
tags: tags-am
 
559
TAGS: tags
468
560
 
469
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
470
 
                $(TAGS_FILES) $(LISP)
 
561
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
471
562
        set x; \
472
563
        here=`pwd`; \
473
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
474
 
        unique=`for i in $$list; do \
475
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476
 
          done | \
477
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
478
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
564
        $(am__define_uniq_tagged_files); \
479
565
        shift; \
480
566
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
481
567
          test -n "$$unique" || unique=$$empty_fix; \
487
573
              $$unique; \
488
574
          fi; \
489
575
        fi
490
 
ctags: CTAGS
491
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
492
 
                $(TAGS_FILES) $(LISP)
493
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
494
 
        unique=`for i in $$list; do \
495
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
496
 
          done | \
497
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
498
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
576
ctags: ctags-am
 
577
 
 
578
CTAGS: ctags
 
579
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
580
        $(am__define_uniq_tagged_files); \
499
581
        test -z "$(CTAGS_ARGS)$$unique" \
500
582
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
501
583
             $$unique
504
586
        here=`$(am__cd) $(top_builddir) && pwd` \
505
587
          && $(am__cd) $(top_srcdir) \
506
588
          && gtags -i $(GTAGS_ARGS) "$$here"
 
589
cscopelist: cscopelist-am
 
590
 
 
591
cscopelist-am: $(am__tagged_files)
 
592
        list='$(am__tagged_files)'; \
 
593
        case "$(srcdir)" in \
 
594
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
595
          *) sdir=$(subdir)/$(srcdir) ;; \
 
596
        esac; \
 
597
        for i in $$list; do \
 
598
          if test -f "$$i"; then \
 
599
            echo "$(subdir)/$$i"; \
 
600
          else \
 
601
            echo "$$sdir/$$i"; \
 
602
          fi; \
 
603
        done >> $(top_builddir)/cscope.files
507
604
 
508
605
distclean-tags:
509
606
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
648
745
 
649
746
.MAKE: install-am install-strip
650
747
 
651
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
652
 
        clean-libtool clean-pkglibexecPROGRAMS ctags distclean \
653
 
        distclean-compile distclean-generic distclean-libtool \
654
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
655
 
        install install-am install-data install-data-am install-dvi \
656
 
        install-dvi-am install-exec install-exec-am install-html \
657
 
        install-html-am install-info install-info-am install-man \
658
 
        install-pdf install-pdf-am install-pkginc_libHEADERS \
659
 
        install-pkglibexecPROGRAMS install-ps install-ps-am \
660
 
        install-strip installcheck installcheck-am installdirs \
661
 
        maintainer-clean maintainer-clean-generic mostlyclean \
662
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
663
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
748
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
749
        clean-libtool clean-pkglibexecPROGRAMS cscopelist-am ctags \
 
750
        ctags-am distclean distclean-compile distclean-generic \
 
751
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
752
        html-am info info-am install install-am install-data \
 
753
        install-data-am install-dvi install-dvi-am install-exec \
 
754
        install-exec-am install-html install-html-am install-info \
 
755
        install-info-am install-man install-pdf install-pdf-am \
 
756
        install-pkginc_libHEADERS install-pkglibexecPROGRAMS \
 
757
        install-ps install-ps-am install-strip installcheck \
 
758
        installcheck-am installdirs maintainer-clean \
 
759
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
760
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
761
        tags tags-am uninstall uninstall-am \
664
762
        uninstall-pkginc_libHEADERS uninstall-pkglibexecPROGRAMS
665
763
 
666
764