~ubuntu-branches/ubuntu/vivid/indicator-appmenu/vivid-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader, Mathieu Trudel-Lapierre, Didier Roche, Automatic PS uploader
  • Date: 2012-11-23 07:39:58 UTC
  • mfrom: (1.1.35)
  • Revision ID: package-import@ubuntu.com-20121123073958-rr5gz4chpdjfmafa
Tags: 12.10.4daily12.11.23-0ubuntu1
[ Mathieu Trudel-Lapierre ]
* debian/control:
  - Reorganize Build-Depends for clarity.
  - Adjust style to be consistent with other indicator packages.
  - Drop Build-Depends on cdbs.
  - Bump debhelper Build-Depends to (>= 9). 
  - Add gnome-common to Build-Depends.
  - Update Vcs-Bzr, Vcs-Browser and add notice to uploaders.
  - Add gtk-doc-tools to Build-Depends.
* debian/compat: bump compat level to 9.
* debian/rules:
  - Convert to using the dh sequencer.
  - Make sure the build fails if there are files not listed in install files
    when building the packages.
  - Override dh_autoreconf to call autogen.sh and not run configure.
  - Temporarily disable tests due to missing dependencies.
* debian/indicator-appmenu.install,
  debian/indicator-appmenu-tools.install: update paths to install private
  binaries to the /usr/lib/<triplet> paths.

[ Didier Roche ]
* Automatic snapshot from revision 219 (bootstrap):
  - Adds childless menu support to the Unity menu panel. (LP: #773101)
  - add pot template
* Unity global menu bar hides childless menu items (LP: #773101)

[ Automatic PS uploader ]
* Automatic snapshot from revision 221

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
 
# @configure_input@
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.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
# Coverage targets
19
 
VPATH = @srcdir@
20
 
am__make_dryrun = \
21
 
  { \
22
 
    am__dry=no; \
23
 
    case $$MAKEFLAGS in \
24
 
      *\\[\ \   ]*) \
25
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27
 
      *) \
28
 
        for am__flg in $$MAKEFLAGS; do \
29
 
          case $$am__flg in \
30
 
            *=*|--*) ;; \
31
 
            *n*) am__dry=yes; break;; \
32
 
          esac; \
33
 
        done;; \
34
 
    esac; \
35
 
    test $$am__dry = yes; \
36
 
  }
37
 
pkgdatadir = $(datadir)/@PACKAGE@
38
 
pkgincludedir = $(includedir)/@PACKAGE@
39
 
pkglibdir = $(libdir)/@PACKAGE@
40
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
41
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42
 
install_sh_DATA = $(install_sh) -c -m 644
43
 
install_sh_PROGRAM = $(install_sh) -c
44
 
install_sh_SCRIPT = $(install_sh) -c
45
 
INSTALL_HEADER = $(INSTALL_DATA)
46
 
transform = $(program_transform_name)
47
 
NORMAL_INSTALL = :
48
 
PRE_INSTALL = :
49
 
POST_INSTALL = :
50
 
NORMAL_UNINSTALL = :
51
 
PRE_UNINSTALL = :
52
 
POST_UNINSTALL = :
53
 
build_triplet = @build@
54
 
host_triplet = @host@
55
 
@BUILD_TESTS_TRUE@am__append_1 = \
56
 
@BUILD_TESTS_TRUE@      scripts \
57
 
@BUILD_TESTS_TRUE@      tests \
58
 
@BUILD_TESTS_TRUE@      tools \
59
 
@BUILD_TESTS_TRUE@      tools-vala
60
 
 
61
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
62
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
63
 
        $(top_srcdir)/Makefile.am.coverage $(top_srcdir)/configure \
64
 
        ABOUT-NLS AUTHORS COPYING ChangeLog NEWS compile config.guess \
65
 
        config.rpath config.sub depcomp install-sh ltmain.sh missing
66
 
subdir = .
67
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
69
 
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
70
 
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intltool.m4 \
71
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
72
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
73
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
74
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
75
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
76
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/gcov.m4 \
77
 
        $(top_srcdir)/configure.ac
78
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79
 
        $(ACLOCAL_M4)
80
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
81
 
 configure.lineno config.status.lineno
82
 
mkinstalldirs = $(install_sh) -d
83
 
CONFIG_HEADER = config.h
84
 
CONFIG_CLEAN_FILES =
85
 
CONFIG_CLEAN_VPATH_FILES =
86
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
87
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
88
 
am__v_GEN_0 = @echo "  GEN   " $@;
89
 
AM_V_at = $(am__v_at_@AM_V@)
90
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
91
 
am__v_at_0 = @
92
 
SOURCES =
93
 
DIST_SOURCES =
94
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
95
 
        html-recursive info-recursive install-data-recursive \
96
 
        install-dvi-recursive install-exec-recursive \
97
 
        install-html-recursive install-info-recursive \
98
 
        install-pdf-recursive install-ps-recursive install-recursive \
99
 
        installcheck-recursive installdirs-recursive pdf-recursive \
100
 
        ps-recursive uninstall-recursive
101
 
am__can_run_installinfo = \
102
 
  case $$AM_UPDATE_INFO_DIR in \
103
 
    n|no|NO) false;; \
104
 
    *) (install-info --version) >/dev/null 2>&1;; \
105
 
  esac
106
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
107
 
  distclean-recursive maintainer-clean-recursive
108
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
109
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
110
 
        distdir dist dist-all distcheck
111
 
ETAGS = etags
112
 
CTAGS = ctags
113
 
DIST_SUBDIRS = data po src docs scripts tests tools tools-vala
114
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115
 
distdir = $(PACKAGE)-$(VERSION)
116
 
top_distdir = $(distdir)
117
 
am__remove_distdir = \
118
 
  if test -d "$(distdir)"; then \
119
 
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
120
 
      && rm -rf "$(distdir)" \
121
 
      || { sleep 5 && rm -rf "$(distdir)"; }; \
122
 
  else :; fi
123
 
am__relativize = \
124
 
  dir0=`pwd`; \
125
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
126
 
  sed_rest='s,^[^/]*/*,,'; \
127
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
128
 
  sed_butlast='s,/*[^/]*$$,,'; \
129
 
  while test -n "$$dir1"; do \
130
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
131
 
    if test "$$first" != "."; then \
132
 
      if test "$$first" = ".."; then \
133
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
134
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
135
 
      else \
136
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
137
 
        if test "$$first2" = "$$first"; then \
138
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
139
 
        else \
140
 
          dir2="../$$dir2"; \
141
 
        fi; \
142
 
        dir0="$$dir0"/"$$first"; \
143
 
      fi; \
144
 
    fi; \
145
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
146
 
  done; \
147
 
  reldir="$$dir2"
148
 
DIST_ARCHIVES = $(distdir).tar.gz
149
 
GZIP_ENV = --best
150
 
distuninstallcheck_listfiles = find . -type f -print
151
 
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
152
 
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
153
 
distcleancheck_listfiles = find . -type f -print
154
 
ACLOCAL = @ACLOCAL@
155
 
ALL_LINGUAS = @ALL_LINGUAS@
156
 
AMTAR = @AMTAR@
157
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
158
 
AR = @AR@
159
 
AUTOCONF = @AUTOCONF@
160
 
AUTOHEADER = @AUTOHEADER@
161
 
AUTOMAKE = @AUTOMAKE@
162
 
AWK = @AWK@
163
 
CC = @CC@
164
 
CCDEPMODE = @CCDEPMODE@
165
 
CFLAGS = @CFLAGS@
166
 
COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
167
 
COVERAGE_CXXFLAGS = @COVERAGE_CXXFLAGS@
168
 
COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
169
 
CPP = @CPP@
170
 
CPPFLAGS = @CPPFLAGS@
171
 
CYGPATH_W = @CYGPATH_W@
172
 
DATADIRNAME = @DATADIRNAME@
173
 
DBUSSERVICEDIR = @DBUSSERVICEDIR@
174
 
DEFS = @DEFS@
175
 
DEPDIR = @DEPDIR@
176
 
DLLTOOL = @DLLTOOL@
177
 
DSYMUTIL = @DSYMUTIL@
178
 
DUMPBIN = @DUMPBIN@
179
 
ECHO_C = @ECHO_C@
180
 
ECHO_N = @ECHO_N@
181
 
ECHO_T = @ECHO_T@
182
 
EGREP = @EGREP@
183
 
EXEEXT = @EXEEXT@
184
 
FGREP = @FGREP@
185
 
GCOVR = @GCOVR@
186
 
GENHTML = @GENHTML@
187
 
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
188
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
189
 
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
190
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
191
 
GLIB_MKENUMS = @GLIB_MKENUMS@
192
 
GMSGFMT = @GMSGFMT@
193
 
GMSGFMT_015 = @GMSGFMT_015@
194
 
GNOMELOCALEDIR = @GNOMELOCALEDIR@
195
 
GREP = @GREP@
196
 
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
197
 
GTKDOC_CHECK = @GTKDOC_CHECK@
198
 
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
199
 
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
200
 
GTKDOC_MKPDF = @GTKDOC_MKPDF@
201
 
GTKDOC_REBASE = @GTKDOC_REBASE@
202
 
HTML_DIR = @HTML_DIR@
203
 
HUD_CFLAGS = @HUD_CFLAGS@
204
 
HUD_LIBS = @HUD_LIBS@
205
 
INDICATORDIR = @INDICATORDIR@
206
 
INDICATORICONSDIR = @INDICATORICONSDIR@
207
 
INDICATORTEST_CFLAGS = @INDICATORTEST_CFLAGS@
208
 
INDICATORTEST_LIBS = @INDICATORTEST_LIBS@
209
 
INDICATOR_CFLAGS = @INDICATOR_CFLAGS@
210
 
INDICATOR_LIBS = @INDICATOR_LIBS@
211
 
INSTALL = @INSTALL@
212
 
INSTALL_DATA = @INSTALL_DATA@
213
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
214
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
215
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
216
 
INTLLIBS = @INTLLIBS@
217
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
218
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
219
 
INTLTOOL_PERL = @INTLTOOL_PERL@
220
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
221
 
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
222
 
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
223
 
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
224
 
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
225
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
226
 
LCOV = @LCOV@
227
 
LD = @LD@
228
 
LDFLAGS = @LDFLAGS@
229
 
LIBICONV = @LIBICONV@
230
 
LIBINTL = @LIBINTL@
231
 
LIBOBJS = @LIBOBJS@
232
 
LIBS = @LIBS@
233
 
LIBTOOL = @LIBTOOL@
234
 
LIPO = @LIPO@
235
 
LN_S = @LN_S@
236
 
LTLIBICONV = @LTLIBICONV@
237
 
LTLIBINTL = @LTLIBINTL@
238
 
LTLIBOBJS = @LTLIBOBJS@
239
 
MAINT = @MAINT@
240
 
MAKEINFO = @MAKEINFO@
241
 
MANIFEST_TOOL = @MANIFEST_TOOL@
242
 
MKDIR_P = @MKDIR_P@
243
 
MSGFMT = @MSGFMT@
244
 
MSGFMT_015 = @MSGFMT_015@
245
 
MSGMERGE = @MSGMERGE@
246
 
NM = @NM@
247
 
NMEDIT = @NMEDIT@
248
 
OBJDUMP = @OBJDUMP@
249
 
OBJEXT = @OBJEXT@
250
 
OTOOL = @OTOOL@
251
 
OTOOL64 = @OTOOL64@
252
 
PACKAGE = @PACKAGE@
253
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
254
 
PACKAGE_NAME = @PACKAGE_NAME@
255
 
PACKAGE_STRING = @PACKAGE_STRING@
256
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
257
 
PACKAGE_URL = @PACKAGE_URL@
258
 
PACKAGE_VERSION = @PACKAGE_VERSION@
259
 
PATH_SEPARATOR = @PATH_SEPARATOR@
260
 
PKG_CONFIG = @PKG_CONFIG@
261
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
262
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
263
 
POSUB = @POSUB@
264
 
RANLIB = @RANLIB@
265
 
SED = @SED@
266
 
SET_MAKE = @SET_MAKE@
267
 
SHELL = @SHELL@
268
 
SHTOOL = @SHTOOL@
269
 
STRIP = @STRIP@
270
 
USE_NLS = @USE_NLS@
271
 
VALAC = @VALAC@
272
 
VERSION = @VERSION@
273
 
XGETTEXT = @XGETTEXT@
274
 
XGETTEXT_015 = @XGETTEXT_015@
275
 
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
276
 
XSLT_PROC = @XSLT_PROC@
277
 
abs_builddir = @abs_builddir@
278
 
abs_srcdir = @abs_srcdir@
279
 
abs_top_builddir = @abs_top_builddir@
280
 
abs_top_srcdir = @abs_top_srcdir@
281
 
ac_ct_AR = @ac_ct_AR@
282
 
ac_ct_CC = @ac_ct_CC@
283
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
284
 
am__include = @am__include@
285
 
am__leading_dot = @am__leading_dot@
286
 
am__quote = @am__quote@
287
 
am__tar = @am__tar@
288
 
am__untar = @am__untar@
289
 
bindir = @bindir@
290
 
build = @build@
291
 
build_alias = @build_alias@
292
 
build_cpu = @build_cpu@
293
 
build_os = @build_os@
294
 
build_vendor = @build_vendor@
295
 
builddir = @builddir@
296
 
datadir = @datadir@
297
 
datarootdir = @datarootdir@
298
 
docdir = @docdir@
299
 
dvidir = @dvidir@
300
 
exec_prefix = @exec_prefix@
301
 
gsettingsschemadir = @gsettingsschemadir@
302
 
gtk_CFLAGS = @gtk_CFLAGS@
303
 
gtk_LIBS = @gtk_LIBS@
304
 
host = @host@
305
 
host_alias = @host_alias@
306
 
host_cpu = @host_cpu@
307
 
host_os = @host_os@
308
 
host_vendor = @host_vendor@
309
 
htmldir = @htmldir@
310
 
includedir = @includedir@
311
 
infodir = @infodir@
312
 
install_sh = @install_sh@
313
 
intltool__v_merge_options_ = @intltool__v_merge_options_@
314
 
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
315
 
libdir = @libdir@
316
 
libexecdir = @libexecdir@
317
 
localedir = @localedir@
318
 
localstatedir = @localstatedir@
319
 
mandir = @mandir@
320
 
mkdir_p = @mkdir_p@
321
 
oldincludedir = @oldincludedir@
322
 
pdfdir = @pdfdir@
323
 
prefix = @prefix@
324
 
program_transform_name = @program_transform_name@
325
 
psdir = @psdir@
326
 
sbindir = @sbindir@
327
 
sharedstatedir = @sharedstatedir@
328
 
srcdir = @srcdir@
329
 
sysconfdir = @sysconfdir@
330
 
target_alias = @target_alias@
331
 
top_build_prefix = @top_build_prefix@
332
 
top_builddir = @top_builddir@
333
 
top_srcdir = @top_srcdir@
334
 
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
335
 
SUBDIRS = data po src docs $(am__append_1)
336
 
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall --enable-deprecations
337
 
all: config.h
338
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
339
 
 
340
 
.SUFFIXES:
341
 
am--refresh: Makefile
342
 
        @:
343
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.coverage $(am__configure_deps)
344
 
        @for dep in $?; do \
345
 
          case '$(am__configure_deps)' in \
346
 
            *$$dep*) \
347
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
348
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
349
 
                && exit 0; \
350
 
              exit 1;; \
351
 
          esac; \
352
 
        done; \
353
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
354
 
        $(am__cd) $(top_srcdir) && \
355
 
          $(AUTOMAKE) --foreign Makefile
356
 
.PRECIOUS: Makefile
357
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
358
 
        @case '$?' in \
359
 
          *config.status*) \
360
 
            echo ' $(SHELL) ./config.status'; \
361
 
            $(SHELL) ./config.status;; \
362
 
          *) \
363
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
364
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
365
 
        esac;
366
 
$(top_srcdir)/Makefile.am.coverage:
367
 
 
368
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
369
 
        $(SHELL) ./config.status --recheck
370
 
 
371
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
372
 
        $(am__cd) $(srcdir) && $(AUTOCONF)
373
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
374
 
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
375
 
$(am__aclocal_m4_deps):
376
 
 
377
 
config.h: stamp-h1
378
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
379
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
380
 
 
381
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
382
 
        @rm -f stamp-h1
383
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
384
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
385
 
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
386
 
        rm -f stamp-h1
387
 
        touch $@
388
 
 
389
 
distclean-hdr:
390
 
        -rm -f config.h stamp-h1
391
 
 
392
 
mostlyclean-libtool:
393
 
        -rm -f *.lo
394
 
 
395
 
clean-libtool:
396
 
        -rm -rf .libs _libs
397
 
 
398
 
distclean-libtool:
399
 
        -rm -f libtool config.lt
400
 
 
401
 
# This directory's subdirectories are mostly independent; you can cd
402
 
# into them and run `make' without going through this Makefile.
403
 
# To change the values of `make' variables: instead of editing Makefiles,
404
 
# (1) if the variable is set in `config.status', edit `config.status'
405
 
#     (which will cause the Makefiles to be regenerated when you run `make');
406
 
# (2) otherwise, pass the desired values on the `make' command line.
407
 
$(RECURSIVE_TARGETS):
408
 
        @fail= failcom='exit 1'; \
409
 
        for f in x $$MAKEFLAGS; do \
410
 
          case $$f in \
411
 
            *=* | --[!k]*);; \
412
 
            *k*) failcom='fail=yes';; \
413
 
          esac; \
414
 
        done; \
415
 
        dot_seen=no; \
416
 
        target=`echo $@ | sed s/-recursive//`; \
417
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
418
 
          echo "Making $$target in $$subdir"; \
419
 
          if test "$$subdir" = "."; then \
420
 
            dot_seen=yes; \
421
 
            local_target="$$target-am"; \
422
 
          else \
423
 
            local_target="$$target"; \
424
 
          fi; \
425
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
426
 
          || eval $$failcom; \
427
 
        done; \
428
 
        if test "$$dot_seen" = "no"; then \
429
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
430
 
        fi; test -z "$$fail"
431
 
 
432
 
$(RECURSIVE_CLEAN_TARGETS):
433
 
        @fail= failcom='exit 1'; \
434
 
        for f in x $$MAKEFLAGS; do \
435
 
          case $$f in \
436
 
            *=* | --[!k]*);; \
437
 
            *k*) failcom='fail=yes';; \
438
 
          esac; \
439
 
        done; \
440
 
        dot_seen=no; \
441
 
        case "$@" in \
442
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
443
 
          *) list='$(SUBDIRS)' ;; \
444
 
        esac; \
445
 
        rev=''; for subdir in $$list; do \
446
 
          if test "$$subdir" = "."; then :; else \
447
 
            rev="$$subdir $$rev"; \
448
 
          fi; \
449
 
        done; \
450
 
        rev="$$rev ."; \
451
 
        target=`echo $@ | sed s/-recursive//`; \
452
 
        for subdir in $$rev; do \
453
 
          echo "Making $$target in $$subdir"; \
454
 
          if test "$$subdir" = "."; then \
455
 
            local_target="$$target-am"; \
456
 
          else \
457
 
            local_target="$$target"; \
458
 
          fi; \
459
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
460
 
          || eval $$failcom; \
461
 
        done && test -z "$$fail"
462
 
tags-recursive:
463
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
464
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
465
 
        done
466
 
ctags-recursive:
467
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
468
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
469
 
        done
470
 
 
471
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
472
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
473
 
        unique=`for i in $$list; do \
474
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475
 
          done | \
476
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
477
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
478
 
        mkid -fID $$unique
479
 
tags: TAGS
480
 
 
481
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
482
 
                $(TAGS_FILES) $(LISP)
483
 
        set x; \
484
 
        here=`pwd`; \
485
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
486
 
          include_option=--etags-include; \
487
 
          empty_fix=.; \
488
 
        else \
489
 
          include_option=--include; \
490
 
          empty_fix=; \
491
 
        fi; \
492
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
493
 
          if test "$$subdir" = .; then :; else \
494
 
            test ! -f $$subdir/TAGS || \
495
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
496
 
          fi; \
497
 
        done; \
498
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
499
 
        unique=`for i in $$list; do \
500
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501
 
          done | \
502
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
504
 
        shift; \
505
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
506
 
          test -n "$$unique" || unique=$$empty_fix; \
507
 
          if test $$# -gt 0; then \
508
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
509
 
              "$$@" $$unique; \
510
 
          else \
511
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
512
 
              $$unique; \
513
 
          fi; \
514
 
        fi
515
 
ctags: CTAGS
516
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
517
 
                $(TAGS_FILES) $(LISP)
518
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
519
 
        unique=`for i in $$list; do \
520
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
521
 
          done | \
522
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
523
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
524
 
        test -z "$(CTAGS_ARGS)$$unique" \
525
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526
 
             $$unique
527
 
 
528
 
GTAGS:
529
 
        here=`$(am__cd) $(top_builddir) && pwd` \
530
 
          && $(am__cd) $(top_srcdir) \
531
 
          && gtags -i $(GTAGS_ARGS) "$$here"
532
 
 
533
 
distclean-tags:
534
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
535
 
 
536
 
distdir: $(DISTFILES)
537
 
        $(am__remove_distdir)
538
 
        test -d "$(distdir)" || mkdir "$(distdir)"
539
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
540
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
541
 
        list='$(DISTFILES)'; \
542
 
          dist_files=`for file in $$list; do echo $$file; done | \
543
 
          sed -e "s|^$$srcdirstrip/||;t" \
544
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
545
 
        case $$dist_files in \
546
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
547
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
548
 
                           sort -u` ;; \
549
 
        esac; \
550
 
        for file in $$dist_files; do \
551
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
552
 
          if test -d $$d/$$file; then \
553
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
554
 
            if test -d "$(distdir)/$$file"; then \
555
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
556
 
            fi; \
557
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
558
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
559
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
560
 
            fi; \
561
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
562
 
          else \
563
 
            test -f "$(distdir)/$$file" \
564
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
565
 
            || exit 1; \
566
 
          fi; \
567
 
        done
568
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
569
 
          if test "$$subdir" = .; then :; else \
570
 
            $(am__make_dryrun) \
571
 
              || test -d "$(distdir)/$$subdir" \
572
 
              || $(MKDIR_P) "$(distdir)/$$subdir" \
573
 
              || exit 1; \
574
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
575
 
            $(am__relativize); \
576
 
            new_distdir=$$reldir; \
577
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
578
 
            $(am__relativize); \
579
 
            new_top_distdir=$$reldir; \
580
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
581
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
582
 
            ($(am__cd) $$subdir && \
583
 
              $(MAKE) $(AM_MAKEFLAGS) \
584
 
                top_distdir="$$new_top_distdir" \
585
 
                distdir="$$new_distdir" \
586
 
                am__remove_distdir=: \
587
 
                am__skip_length_check=: \
588
 
                am__skip_mode_fix=: \
589
 
                distdir) \
590
 
              || exit 1; \
591
 
          fi; \
592
 
        done
593
 
        $(MAKE) $(AM_MAKEFLAGS) \
594
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
595
 
          dist-hook
596
 
        -test -n "$(am__skip_mode_fix)" \
597
 
        || find "$(distdir)" -type d ! -perm -755 \
598
 
                -exec chmod u+rwx,go+rx {} \; -o \
599
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
600
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
601
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
602
 
        || chmod -R a+r "$(distdir)"
603
 
dist-gzip: distdir
604
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
605
 
        $(am__remove_distdir)
606
 
 
607
 
dist-bzip2: distdir
608
 
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
609
 
        $(am__remove_distdir)
610
 
 
611
 
dist-lzip: distdir
612
 
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
613
 
        $(am__remove_distdir)
614
 
 
615
 
dist-lzma: distdir
616
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
617
 
        $(am__remove_distdir)
618
 
 
619
 
dist-xz: distdir
620
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
621
 
        $(am__remove_distdir)
622
 
 
623
 
dist-tarZ: distdir
624
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
625
 
        $(am__remove_distdir)
626
 
 
627
 
dist-shar: distdir
628
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
629
 
        $(am__remove_distdir)
630
 
 
631
 
dist-zip: distdir
632
 
        -rm -f $(distdir).zip
633
 
        zip -rq $(distdir).zip $(distdir)
634
 
        $(am__remove_distdir)
635
 
 
636
 
dist dist-all: distdir
637
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
638
 
        $(am__remove_distdir)
639
 
 
640
 
# This target untars the dist file and tries a VPATH configuration.  Then
641
 
# it guarantees that the distribution is self-contained by making another
642
 
# tarfile.
643
 
distcheck: dist
644
 
        case '$(DIST_ARCHIVES)' in \
645
 
        *.tar.gz*) \
646
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
647
 
        *.tar.bz2*) \
648
 
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
649
 
        *.tar.lzma*) \
650
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
651
 
        *.tar.lz*) \
652
 
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
653
 
        *.tar.xz*) \
654
 
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
655
 
        *.tar.Z*) \
656
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
657
 
        *.shar.gz*) \
658
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
659
 
        *.zip*) \
660
 
          unzip $(distdir).zip ;;\
661
 
        esac
662
 
        chmod -R a-w $(distdir); chmod u+w $(distdir)
663
 
        mkdir $(distdir)/_build
664
 
        mkdir $(distdir)/_inst
665
 
        chmod a-w $(distdir)
666
 
        test -d $(distdir)/_build || exit 0; \
667
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
668
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
669
 
          && am__cwd=`pwd` \
670
 
          && $(am__cd) $(distdir)/_build \
671
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
672
 
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
673
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
674
 
          && $(MAKE) $(AM_MAKEFLAGS) \
675
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
676
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
677
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
678
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
679
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
680
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
681
 
                distuninstallcheck \
682
 
          && chmod -R a-w "$$dc_install_base" \
683
 
          && ({ \
684
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
685
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
686
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
687
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
688
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
689
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
690
 
          && rm -rf "$$dc_destdir" \
691
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
692
 
          && rm -rf $(DIST_ARCHIVES) \
693
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
694
 
          && cd "$$am__cwd" \
695
 
          || exit 1
696
 
        $(am__remove_distdir)
697
 
        @(echo "$(distdir) archives ready for distribution: "; \
698
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
699
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
700
 
distuninstallcheck:
701
 
        @test -n '$(distuninstallcheck_dir)' || { \
702
 
          echo 'ERROR: trying to run $@ with an empty' \
703
 
               '$$(distuninstallcheck_dir)' >&2; \
704
 
          exit 1; \
705
 
        }; \
706
 
        $(am__cd) '$(distuninstallcheck_dir)' || { \
707
 
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
708
 
          exit 1; \
709
 
        }; \
710
 
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
711
 
           || { echo "ERROR: files left after uninstall:" ; \
712
 
                if test -n "$(DESTDIR)"; then \
713
 
                  echo "  (check DESTDIR support)"; \
714
 
                fi ; \
715
 
                $(distuninstallcheck_listfiles) ; \
716
 
                exit 1; } >&2
717
 
distcleancheck: distclean
718
 
        @if test '$(srcdir)' = . ; then \
719
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
720
 
          exit 1 ; \
721
 
        fi
722
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
723
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
724
 
               $(distcleancheck_listfiles) ; \
725
 
               exit 1; } >&2
726
 
check-am: all-am
727
 
check: check-recursive
728
 
all-am: Makefile config.h
729
 
installdirs: installdirs-recursive
730
 
installdirs-am:
731
 
install: install-recursive
732
 
install-exec: install-exec-recursive
733
 
install-data: install-data-recursive
734
 
uninstall: uninstall-recursive
735
 
 
736
 
install-am: all-am
737
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
738
 
 
739
 
installcheck: installcheck-recursive
740
 
install-strip:
741
 
        if test -z '$(STRIP)'; then \
742
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
743
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
744
 
              install; \
745
 
        else \
746
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
747
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
748
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
749
 
        fi
750
 
mostlyclean-generic:
751
 
 
752
 
clean-generic:
753
 
 
754
 
distclean-generic:
755
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
756
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
757
 
 
758
 
maintainer-clean-generic:
759
 
        @echo "This command is intended for maintainers to use"
760
 
        @echo "it deletes files that may require special tools to rebuild."
761
 
clean: clean-recursive
762
 
 
763
 
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
764
 
 
765
 
distclean: distclean-recursive
766
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
767
 
        -rm -f Makefile
768
 
distclean-am: clean-am distclean-generic distclean-hdr \
769
 
        distclean-libtool distclean-tags
770
 
 
771
 
dvi: dvi-recursive
772
 
 
773
 
dvi-am:
774
 
 
775
 
html: html-recursive
776
 
 
777
 
html-am:
778
 
 
779
 
info: info-recursive
780
 
 
781
 
info-am:
782
 
 
783
 
install-data-am:
784
 
 
785
 
install-dvi: install-dvi-recursive
786
 
 
787
 
install-dvi-am:
788
 
 
789
 
install-exec-am:
790
 
 
791
 
install-html: install-html-recursive
792
 
 
793
 
install-html-am:
794
 
 
795
 
install-info: install-info-recursive
796
 
 
797
 
install-info-am:
798
 
 
799
 
install-man:
800
 
 
801
 
install-pdf: install-pdf-recursive
802
 
 
803
 
install-pdf-am:
804
 
 
805
 
install-ps: install-ps-recursive
806
 
 
807
 
install-ps-am:
808
 
 
809
 
installcheck-am:
810
 
 
811
 
maintainer-clean: maintainer-clean-recursive
812
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
813
 
        -rm -rf $(top_srcdir)/autom4te.cache
814
 
        -rm -f Makefile
815
 
maintainer-clean-am: distclean-am maintainer-clean-generic
816
 
 
817
 
mostlyclean: mostlyclean-recursive
818
 
 
819
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
820
 
 
821
 
pdf: pdf-recursive
822
 
 
823
 
pdf-am:
824
 
 
825
 
ps: ps-recursive
826
 
 
827
 
ps-am:
828
 
 
829
 
uninstall-am:
830
 
 
831
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
832
 
        ctags-recursive install-am install-strip tags-recursive
833
 
 
834
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
835
 
        all all-am am--refresh check check-am clean clean-generic \
836
 
        clean-libtool clean-local ctags ctags-recursive dist dist-all \
837
 
        dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma dist-shar \
838
 
        dist-tarZ dist-xz dist-zip distcheck distclean \
839
 
        distclean-generic distclean-hdr distclean-libtool \
840
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
841
 
        dvi-am html html-am info info-am install install-am \
842
 
        install-data install-data-am install-dvi install-dvi-am \
843
 
        install-exec install-exec-am install-html install-html-am \
844
 
        install-info install-info-am install-man install-pdf \
845
 
        install-pdf-am install-ps install-ps-am install-strip \
846
 
        installcheck installcheck-am installdirs installdirs-am \
847
 
        maintainer-clean maintainer-clean-generic mostlyclean \
848
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
849
 
        tags tags-recursive uninstall uninstall-am
850
 
 
851
 
 
852
 
tests: src
853
 
 
854
 
dist-hook:
855
 
        @if test -d "$(top_srcdir)/.bzr"; \
856
 
                then \
857
 
                        echo Creating ChangeLog && \
858
 
                                ( cd "$(top_srcdir)" && \
859
 
                                echo '# Generated by Makefile. Do not edit.'; echo; \
860
 
                                $(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
861
 
                                && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
862
 
                                || (rm -f ChangeLog.tmp; \
863
 
                                        echo Failed to generate ChangeLog >&2 ); \
864
 
        else \
865
 
                        echo Failed to generate ChangeLog: not a branch >&2; \
866
 
        fi
867
 
        @if test -d "$(top_srcdir)/.bzr"; \
868
 
                then \
869
 
                        echo Creating AUTHORS && \
870
 
                                ( cd "$(top_srcdir)" && \
871
 
                                echo '# Generated by Makefile. Do not edit.'; echo; \
872
 
                                $(top_srcdir)/missing --run  bzr log --long --levels=0 | grep -e "^\s*author:" -e "^\s*committer:" | cut -d ":" -f 2 | cut -d "<" -f 1 | sort -u) > AUTHORS.tmp \
873
 
                                && mv -f AUTHORS.tmp $(top_distdir)/AUTHORS \
874
 
                                || (rm -f AUTHORS.tmp; \
875
 
                                        echo Failed to generate AUTHORS >&2 ); \
876
 
        else \
877
 
                        echo Failed to generate AUTHORS: not a branch >&2; \
878
 
        fi
879
 
 
880
 
.PHONY: clean-gcno clean-gcda \
881
 
        coverage-html generate-coverage-html clean-coverage-html \
882
 
        coverage-gcovr generate-coverage-gcovr clean-coverage-gcovr
883
 
 
884
 
clean-local: clean-gcno clean-coverage-html clean-coverage-gcovr
885
 
 
886
 
@HAVE_GCOV_TRUE@clean-gcno:
887
 
@HAVE_GCOV_TRUE@        @echo Removing old coverage instrumentation
888
 
@HAVE_GCOV_TRUE@        -find -name '*.gcno' -print | xargs -r rm
889
 
 
890
 
@HAVE_GCOV_TRUE@clean-gcda:
891
 
@HAVE_GCOV_TRUE@        @echo Removing old coverage results
892
 
@HAVE_GCOV_TRUE@        -find -name '*.gcda' -print | xargs -r rm
893
 
 
894
 
@HAVE_GCOV_TRUE@coverage-html: clean-gcda
895
 
@HAVE_GCOV_TRUE@        -$(MAKE) $(AM_MAKEFLAGS) -k check
896
 
@HAVE_GCOV_TRUE@        $(MAKE) $(AM_MAKEFLAGS) generate-coverage-html
897
 
 
898
 
@HAVE_GCOV_TRUE@generate-coverage-html:
899
 
@HAVE_GCOV_TRUE@        @echo Collecting coverage data
900
 
@HAVE_GCOV_TRUE@        $(LCOV) --directory $(top_builddir) --capture --output-file coverage.info --no-checksum --compat-libtool
901
 
@HAVE_GCOV_TRUE@        LANG=C $(GENHTML) --prefix $(top_builddir) --output-directory coveragereport --title "Code Coverage" --legend --show-details coverage.info
902
 
 
903
 
@HAVE_GCOV_TRUE@clean-coverage-html: clean-gcda
904
 
@HAVE_GCOV_TRUE@        -$(LCOV) --directory $(top_builddir) -z
905
 
@HAVE_GCOV_TRUE@        -rm -rf coverage.info coveragereport
906
 
 
907
 
@HAVE_GCOVR_TRUE@@HAVE_GCOV_TRUE@coverage-gcovr: clean-gcda
908
 
@HAVE_GCOVR_TRUE@@HAVE_GCOV_TRUE@       -$(MAKE) $(AM_MAKEFLAGS) -k check
909
 
@HAVE_GCOVR_TRUE@@HAVE_GCOV_TRUE@       $(MAKE) $(AM_MAKEFLAGS) generate-coverage-gcovr
910
 
 
911
 
@HAVE_GCOVR_TRUE@@HAVE_GCOV_TRUE@generate-coverage-gcovr:
912
 
@HAVE_GCOVR_TRUE@@HAVE_GCOV_TRUE@       @echo Generating coverage GCOVR report
913
 
@HAVE_GCOVR_TRUE@@HAVE_GCOV_TRUE@       $(GCOVR) -x -r $(top_builddir) -o $(top_builddir)/coverage.xml
914
 
 
915
 
@HAVE_GCOVR_TRUE@@HAVE_GCOV_TRUE@clean-coverage-gcovr: clean-gcda
916
 
@HAVE_GCOVR_TRUE@@HAVE_GCOV_TRUE@       -rm -rf $(top_builddir)/coverage.xml
917
 
 
918
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
919
 
# Otherwise a system limit (for SysV at least) may be exceeded.
920
 
.NOEXPORT: