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

« back to all changes in this revision

Viewing changes to src/config/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@
37
81
bin_PROGRAMS = doveconf$(EXEEXT)
38
82
pkglibexec_PROGRAMS = config$(EXEEXT)
39
83
subdir = src/config
40
 
DIST_COMMON = $(noinst_HEADERS) $(pkginclude_HEADERS) \
41
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
84
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
85
        $(top_srcdir)/depcomp $(noinst_HEADERS) $(pkginclude_HEADERS)
42
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
87
am__aclocal_m4_deps = $(top_srcdir)/dovecot.m4 \
44
 
        $(top_srcdir)/configure.in
 
88
        $(top_srcdir)/configure.ac
45
89
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
90
        $(ACLOCAL_M4)
47
91
mkinstalldirs = $(install_sh) -d
58
102
am_config_OBJECTS = main.$(OBJEXT) $(am__objects_1)
59
103
config_OBJECTS = $(am_config_OBJECTS)
60
104
am__DEPENDENCIES_1 =
 
105
AM_V_lt = $(am__v_lt_@AM_V@)
 
106
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
107
am__v_lt_0 = --silent
 
108
am__v_lt_1 = 
61
109
am_doveconf_OBJECTS = doveconf.$(OBJEXT) $(am__objects_1)
62
110
doveconf_OBJECTS = $(am_doveconf_OBJECTS)
 
111
AM_V_P = $(am__v_P_@AM_V@)
 
112
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
113
am__v_P_0 = false
 
114
am__v_P_1 = :
 
115
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
116
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
117
am__v_GEN_0 = @echo "  GEN     " $@;
 
118
am__v_GEN_1 = 
 
119
AM_V_at = $(am__v_at_@AM_V@)
 
120
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
121
am__v_at_0 = @
 
122
am__v_at_1 = 
63
123
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
64
124
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
125
am__depfiles_maybe = depfiles
66
126
am__mv = mv -f
67
127
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68
128
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
70
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
71
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
129
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
130
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
131
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
132
        $(AM_CFLAGS) $(CFLAGS)
 
133
AM_V_CC = $(am__v_CC_@AM_V@)
 
134
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
135
am__v_CC_0 = @echo "  CC      " $@;
 
136
am__v_CC_1 = 
72
137
CCLD = $(CC)
73
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
75
 
        $(LDFLAGS) -o $@
 
138
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
139
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
140
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
141
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
142
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
143
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
144
am__v_CCLD_1 = 
76
145
SOURCES = $(config_SOURCES) $(doveconf_SOURCES)
77
146
DIST_SOURCES = $(config_SOURCES) $(doveconf_SOURCES)
 
147
am__can_run_installinfo = \
 
148
  case $$AM_UPDATE_INFO_DIR in \
 
149
    n|no|NO) false;; \
 
150
    *) (install-info --version) >/dev/null 2>&1;; \
 
151
  esac
78
152
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79
153
am__vpath_adj = case $$p in \
80
154
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103
177
         $(am__cd) "$$dir" && rm -f $$files; }; \
104
178
  }
105
179
HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
 
180
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
181
# Read a list of newline-separated strings from the standard input,
 
182
# and print each of them once, without duplicates.  Input order is
 
183
# *not* preserved.
 
184
am__uniquify_input = $(AWK) '\
 
185
  BEGIN { nonempty = 0; } \
 
186
  { items[$$0] = 1; nonempty = 1; } \
 
187
  END { if (nonempty) { for (i in items) print i; }; } \
 
188
'
 
189
# Make sure the list of sources is unique.  This is necessary because,
 
190
# e.g., the same source file might be shared among _SOURCES variables
 
191
# for different programs/libraries.
 
192
am__define_uniq_tagged_files = \
 
193
  list='$(am__tagged_files)'; \
 
194
  unique=`for i in $$list; do \
 
195
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
196
  done | $(am__uniquify_input)`
106
197
ETAGS = etags
107
198
CTAGS = ctags
108
199
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110
201
ACLOCAL = @ACLOCAL@
111
202
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
112
203
AMTAR = @AMTAR@
 
204
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
113
205
AR = @AR@
114
206
AUTH_CFLAGS = @AUTH_CFLAGS@
115
207
AUTH_LIBS = @AUTH_LIBS@
119
211
AWK = @AWK@
120
212
CC = @CC@
121
213
CCDEPMODE = @CCDEPMODE@
 
214
CDB_LIBS = @CDB_LIBS@
122
215
CFLAGS = @CFLAGS@
 
216
CLUCENE_CFLAGS = @CLUCENE_CFLAGS@
 
217
CLUCENE_LIBS = @CLUCENE_LIBS@
 
218
COMPRESS_LIBS = @COMPRESS_LIBS@
123
219
CPP = @CPP@
124
220
CPPFLAGS = @CPPFLAGS@
125
221
CRYPT_LIBS = @CRYPT_LIBS@
126
 
CURLCONFIG = @CURLCONFIG@
127
 
CURL_CFLAGS = @CURL_CFLAGS@
128
 
CURL_LIBS = @CURL_LIBS@
129
222
CXX = @CXX@
130
223
CXXCPP = @CXXCPP@
131
224
CXXDEPMODE = @CXXDEPMODE@
157
250
LDFLAGS = @LDFLAGS@
158
251
LIBCAP = @LIBCAP@
159
252
LIBDOVECOT = @LIBDOVECOT@
 
253
LIBDOVECOT_COMPRESS = @LIBDOVECOT_COMPRESS@
160
254
LIBDOVECOT_DEPS = @LIBDOVECOT_DEPS@
161
255
LIBDOVECOT_LDA = @LIBDOVECOT_LDA@
162
256
LIBDOVECOT_LOGIN = @LIBDOVECOT_LOGIN@
204
298
PKG_CONFIG = @PKG_CONFIG@
205
299
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
206
300
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
301
QUOTA_LIBS = @QUOTA_LIBS@
207
302
RANLIB = @RANLIB@
208
303
RPCGEN = @RPCGEN@
209
304
RUN_TEST = @RUN_TEST@
288
383
        -I$(top_srcdir)/src/lib-settings \
289
384
        -I$(top_srcdir)/src/lib-master \
290
385
        -DPKG_RUNDIR=\""$(rundir)"\" \
 
386
        -DPKG_STATEDIR=\""$(statedir)"\" \
291
387
        -DPKG_LIBEXECDIR=\""$(pkglibexecdir)"\" \
292
388
        -DEXAMPLE_CONFIG_DIR=\""$(exampledir)"\" \
293
389
        -DMODULEDIR=\""$(moduledir)"\" \
295
391
 
296
392
config_LDADD = \
297
393
        $(LIBDOVECOT) \
298
 
        $(MODULE_LIBS) \
299
394
        $(RAND_LIBS)
300
395
 
301
396
config_DEPENDENCIES = $(LIBDOVECOT_DEPS)
302
397
doveconf_LDADD = \
303
398
        $(LIBDOVECOT) \
304
 
        $(MODULE_LIBS) \
305
399
        $(RAND_LIBS)
306
400
 
307
401
doveconf_DEPENDENCIES = $(LIBDOVECOT_DEPS)
374
468
$(am__aclocal_m4_deps):
375
469
install-binPROGRAMS: $(bin_PROGRAMS)
376
470
        @$(NORMAL_INSTALL)
377
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
378
471
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
472
        if test -n "$$list"; then \
 
473
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
474
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
475
        fi; \
379
476
        for p in $$list; do echo "$$p $$p"; done | \
380
477
        sed 's/$(EXEEXT)$$//' | \
381
 
        while read p p1; do if test -f $$p || test -f $$p1; \
382
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
478
        while read p p1; do if test -f $$p \
 
479
         || test -f $$p1 \
 
480
          ; then echo "$$p"; echo "$$p"; else :; fi; \
383
481
        done | \
384
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
482
        sed -e 'p;s,.*/,,;n;h' \
 
483
            -e 's|.*|.|' \
385
484
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
386
485
        sed 'N;N;N;s,\n, ,g' | \
387
486
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
402
501
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
403
502
        files=`for p in $$list; do echo "$$p"; done | \
404
503
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
405
 
              -e 's/$$/$(EXEEXT)/' `; \
 
504
              -e 's/$$/$(EXEEXT)/' \
 
505
        `; \
406
506
        test -n "$$list" || exit 0; \
407
507
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
408
508
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
417
517
        rm -f $$list
418
518
install-pkglibexecPROGRAMS: $(pkglibexec_PROGRAMS)
419
519
        @$(NORMAL_INSTALL)
420
 
        test -z "$(pkglibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)"
421
520
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
 
521
        if test -n "$$list"; then \
 
522
          echo " $(MKDIR_P) '$(DESTDIR)$(pkglibexecdir)'"; \
 
523
          $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)" || exit 1; \
 
524
        fi; \
422
525
        for p in $$list; do echo "$$p $$p"; done | \
423
526
        sed 's/$(EXEEXT)$$//' | \
424
 
        while read p p1; do if test -f $$p || test -f $$p1; \
425
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
527
        while read p p1; do if test -f $$p \
 
528
         || test -f $$p1 \
 
529
          ; then echo "$$p"; echo "$$p"; else :; fi; \
426
530
        done | \
427
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
531
        sed -e 'p;s,.*/,,;n;h' \
 
532
            -e 's|.*|.|' \
428
533
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
429
534
        sed 'N;N;N;s,\n, ,g' | \
430
535
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
445
550
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
446
551
        files=`for p in $$list; do echo "$$p"; done | \
447
552
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
448
 
              -e 's/$$/$(EXEEXT)/' `; \
 
553
              -e 's/$$/$(EXEEXT)/' \
 
554
        `; \
449
555
        test -n "$$list" || exit 0; \
450
556
        echo " ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
451
557
        cd "$(DESTDIR)$(pkglibexecdir)" && rm -f $$files
458
564
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
459
565
        echo " rm -f" $$list; \
460
566
        rm -f $$list
 
567
 
461
568
config$(EXEEXT): $(config_OBJECTS) $(config_DEPENDENCIES) $(EXTRA_config_DEPENDENCIES) 
462
569
        @rm -f config$(EXEEXT)
463
 
        $(LINK) $(config_OBJECTS) $(config_LDADD) $(LIBS)
 
570
        $(AM_V_CCLD)$(LINK) $(config_OBJECTS) $(config_LDADD) $(LIBS)
 
571
 
464
572
doveconf$(EXEEXT): $(doveconf_OBJECTS) $(doveconf_DEPENDENCIES) $(EXTRA_doveconf_DEPENDENCIES) 
465
573
        @rm -f doveconf$(EXEEXT)
466
 
        $(LINK) $(doveconf_OBJECTS) $(doveconf_LDADD) $(LIBS)
 
574
        $(AM_V_CCLD)$(LINK) $(doveconf_OBJECTS) $(doveconf_LDADD) $(LIBS)
467
575
 
468
576
mostlyclean-compile:
469
577
        -rm -f *.$(OBJEXT)
482
590
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysinfo-get.Po@am__quote@
483
591
 
484
592
.c.o:
485
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
486
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
487
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
593
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
594
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
595
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
488
596
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
489
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
597
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
490
598
 
491
599
.c.obj:
492
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
493
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
494
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
600
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
601
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
602
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
495
603
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
496
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
604
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
497
605
 
498
606
.c.lo:
499
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
500
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
501
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
607
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
608
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
609
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
502
610
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
503
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
611
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
504
612
 
505
613
mostlyclean-libtool:
506
614
        -rm -f *.lo
509
617
        -rm -rf .libs _libs
510
618
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
511
619
        @$(NORMAL_INSTALL)
512
 
        test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
513
620
        @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
 
621
        if test -n "$$list"; then \
 
622
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
 
623
          $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
 
624
        fi; \
514
625
        for p in $$list; do \
515
626
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
516
627
          echo "$$d$$p"; \
526
637
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
527
638
        dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
528
639
 
529
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
530
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
531
 
        unique=`for i in $$list; do \
532
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
533
 
          done | \
534
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
535
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
536
 
        mkid -fID $$unique
537
 
tags: TAGS
 
640
ID: $(am__tagged_files)
 
641
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
642
tags: tags-am
 
643
TAGS: tags
538
644
 
539
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
540
 
                $(TAGS_FILES) $(LISP)
 
645
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
541
646
        set x; \
542
647
        here=`pwd`; \
543
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
544
 
        unique=`for i in $$list; do \
545
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
546
 
          done | \
547
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
548
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
648
        $(am__define_uniq_tagged_files); \
549
649
        shift; \
550
650
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
551
651
          test -n "$$unique" || unique=$$empty_fix; \
557
657
              $$unique; \
558
658
          fi; \
559
659
        fi
560
 
ctags: CTAGS
561
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
562
 
                $(TAGS_FILES) $(LISP)
563
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
564
 
        unique=`for i in $$list; do \
565
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
566
 
          done | \
567
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
568
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
660
ctags: ctags-am
 
661
 
 
662
CTAGS: ctags
 
663
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
664
        $(am__define_uniq_tagged_files); \
569
665
        test -z "$(CTAGS_ARGS)$$unique" \
570
666
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
571
667
             $$unique
574
670
        here=`$(am__cd) $(top_builddir) && pwd` \
575
671
          && $(am__cd) $(top_srcdir) \
576
672
          && gtags -i $(GTAGS_ARGS) "$$here"
 
673
cscopelist: cscopelist-am
 
674
 
 
675
cscopelist-am: $(am__tagged_files)
 
676
        list='$(am__tagged_files)'; \
 
677
        case "$(srcdir)" in \
 
678
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
679
          *) sdir=$(subdir)/$(srcdir) ;; \
 
680
        esac; \
 
681
        for i in $$list; do \
 
682
          if test -f "$$i"; then \
 
683
            echo "$(subdir)/$$i"; \
 
684
          else \
 
685
            echo "$$sdir/$$i"; \
 
686
          fi; \
 
687
        done >> $(top_builddir)/cscope.files
577
688
 
578
689
distclean-tags:
579
690
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
719
830
 
720
831
.MAKE: install-am install-strip
721
832
 
722
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
723
 
        clean-generic clean-libtool clean-pkglibexecPROGRAMS ctags \
 
833
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
 
834
        clean-binPROGRAMS clean-generic clean-libtool \
 
835
        clean-pkglibexecPROGRAMS cscopelist-am ctags ctags-am \
724
836
        distclean distclean-compile distclean-generic \
725
837
        distclean-libtool distclean-tags distdir dvi dvi-am html \
726
838
        html-am info info-am install install-am install-binPROGRAMS \
732
844
        install-strip installcheck installcheck-am installdirs \
733
845
        maintainer-clean maintainer-clean-generic mostlyclean \
734
846
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
735
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
847
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
736
848
        uninstall-binPROGRAMS uninstall-pkgincludeHEADERS \
737
849
        uninstall-pkglibexecPROGRAMS
738
850