~walkerlee/totem/pre-interview

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-26 00:07:51 UTC
  • mfrom: (1.6.1) (24.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130526000751-kv8ap3x1di4qq8j2
Tags: 3.8.2-0ubuntu1
* Sync with Debian. Remaining changes: 
* debian/control.in:
  - Drop build-depends on libepc-ui-dev and libgrilo-0.2-dev (in universe)
  - Drop libxtst-dev build-depends so that the (redundant) fake key presses
    for inhibiting the screensaver are disabled (LP: #1007438)
  - Build-depend on libzeitgeist-dev
  - Suggest rather than recommend gstreamer components in universe
  - Add totem-plugins-extra
  - Add XB-Npp-Description and XB-Npp-Filename header to the 
    totem-mozilla package to improve ubufox/ubuntu plugin db integration 
  - Refer to Firefox in totem-mozilla description instead of Iceweasel
  - Don't have totem-mozilla recommend any particular browser
  - Drop obsolete python library dependencies since iplayer is no longer
    included
* debian/totem-common.install, debian/source_totem.py:
  - Install Ubuntu apport debugging hook
* debian/totem-plugins-extra.install:
  - Universe plugins split out of totem-plugins (currently only gromit)
* debian/totem-plugins.install:    
  - Skip the plugins split to -extra and add the zeitgeist plugin
* debian/rules:
  - Build with --fail-missing, to ensure we install everything. 
    + Ignore libtotem.{,l}a since we delibrately don't install these.
  - Re-enable hardening, make sure both PIE and BINDNOW are used
    by setting hardening=+all. (LP: #1039604)
* debian/patches/91_quicklist_entries.patch:
  - Add static quicklist
* debian/patches/92_gst-plugins-good.patch:
  - Build without unnecessary gstreamer1.0-bad dependency
* debian/patches/93_grilo_optional.patch:
  - Allow building without grilo while grilo MIR is still pending
* debian/patches/correct_desktop_mimetypes.patch:
  - Don't list the mimetypes after the unity lists
* debian/patches/revert_shell_menu.patch: 
  - revert the use of a shell menu until indicator-appmenu can handle
    the mixed shell/traditional menus itself
* New upstream release

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.13.1 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-2012 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.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
 
17
am__make_dryrun = \
 
18
  { \
 
19
    am__dry=no; \
 
20
    case $$MAKEFLAGS in \
 
21
      *\\[\ \   ]*) \
 
22
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
23
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
24
      *) \
 
25
        for am__flg in $$MAKEFLAGS; do \
 
26
          case $$am__flg in \
 
27
            *=*|--*) ;; \
 
28
            *n*) am__dry=yes; break;; \
 
29
          esac; \
 
30
        done;; \
 
31
    esac; \
 
32
    test $$am__dry = yes; \
 
33
  }
18
34
pkgdatadir = $(datadir)/@PACKAGE@
19
35
pkgincludedir = $(includedir)/@PACKAGE@
20
36
pkglibdir = $(libdir)/@PACKAGE@
35
51
host_triplet = @host@
36
52
@ENABLE_BROWSER_PLUGINS_TRUE@am__append_1 = browser-plugin
37
53
subdir = .
38
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
 
        $(srcdir)/totem.spec.in $(top_srcdir)/configure AUTHORS \
41
 
        COPYING ChangeLog INSTALL NEWS TODO compile config.guess \
42
 
        config.sub depcomp install-sh ltmain.sh missing py-compile
 
54
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
 
55
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
56
        $(top_srcdir)/configure $(am__configure_deps) \
 
57
        $(srcdir)/config.h.in $(srcdir)/totem.spec.in COPYING TODO \
 
58
        build-aux/compile build-aux/config.guess build-aux/config.sub \
 
59
        build-aux/depcomp build-aux/install-sh build-aux/missing \
 
60
        build-aux/py-compile build-aux/ltmain.sh \
 
61
        $(top_srcdir)/build-aux/compile \
 
62
        $(top_srcdir)/build-aux/config.guess \
 
63
        $(top_srcdir)/build-aux/config.sub \
 
64
        $(top_srcdir)/build-aux/install-sh \
 
65
        $(top_srcdir)/build-aux/ltmain.sh \
 
66
        $(top_srcdir)/build-aux/missing
43
67
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
45
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
47
 
        $(top_srcdir)/configure.in
 
68
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
 
69
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
70
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
71
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
72
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
48
73
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
74
        $(ACLOCAL_M4)
50
75
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
53
78
CONFIG_HEADER = config.h
54
79
CONFIG_CLEAN_FILES = totem.spec
55
80
CONFIG_CLEAN_VPATH_FILES =
 
81
AM_V_P = $(am__v_P_@AM_V@)
 
82
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
83
am__v_P_0 = false
 
84
am__v_P_1 = :
56
85
AM_V_GEN = $(am__v_GEN_@AM_V@)
57
86
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
58
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
87
am__v_GEN_0 = @echo "  GEN     " $@;
 
88
am__v_GEN_1 = 
59
89
AM_V_at = $(am__v_at_@AM_V@)
60
90
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
61
91
am__v_at_0 = @
 
92
am__v_at_1 = 
62
93
SOURCES =
63
94
DIST_SOURCES =
64
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
65
 
        html-recursive info-recursive install-data-recursive \
66
 
        install-dvi-recursive install-exec-recursive \
67
 
        install-html-recursive install-info-recursive \
68
 
        install-pdf-recursive install-ps-recursive install-recursive \
69
 
        installcheck-recursive installdirs-recursive pdf-recursive \
70
 
        ps-recursive uninstall-recursive
 
95
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
96
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
97
        install-data-recursive install-dvi-recursive \
 
98
        install-exec-recursive install-html-recursive \
 
99
        install-info-recursive install-pdf-recursive \
 
100
        install-ps-recursive install-recursive installcheck-recursive \
 
101
        installdirs-recursive pdf-recursive ps-recursive \
 
102
        tags-recursive uninstall-recursive
 
103
am__can_run_installinfo = \
 
104
  case $$AM_UPDATE_INFO_DIR in \
 
105
    n|no|NO) false;; \
 
106
    *) (install-info --version) >/dev/null 2>&1;; \
 
107
  esac
71
108
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
72
109
  distclean-recursive maintainer-clean-recursive
73
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
74
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
75
 
        distdir dist dist-all distcheck
 
110
am__recursive_targets = \
 
111
  $(RECURSIVE_TARGETS) \
 
112
  $(RECURSIVE_CLEAN_TARGETS) \
 
113
  $(am__extra_recursive_targets)
 
114
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
115
        cscope distdir dist dist-all distcheck
 
116
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
117
        $(LISP)config.h.in
 
118
# Read a list of newline-separated strings from the standard input,
 
119
# and print each of them once, without duplicates.  Input order is
 
120
# *not* preserved.
 
121
am__uniquify_input = $(AWK) '\
 
122
  BEGIN { nonempty = 0; } \
 
123
  { items[$$0] = 1; nonempty = 1; } \
 
124
  END { if (nonempty) { for (i in items) print i; }; } \
 
125
'
 
126
# Make sure the list of sources is unique.  This is necessary because,
 
127
# e.g., the same source file might be shared among _SOURCES variables
 
128
# for different programs/libraries.
 
129
am__define_uniq_tagged_files = \
 
130
  list='$(am__tagged_files)'; \
 
131
  unique=`for i in $$list; do \
 
132
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
133
  done | $(am__uniquify_input)`
76
134
ETAGS = etags
77
135
CTAGS = ctags
 
136
CSCOPE = cscope
78
137
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79
138
distdir = $(PACKAGE)-$(VERSION)
80
139
top_distdir = $(distdir)
84
143
      && rm -rf "$(distdir)" \
85
144
      || { sleep 5 && rm -rf "$(distdir)"; }; \
86
145
  else :; fi
 
146
am__post_remove_distdir = $(am__remove_distdir)
87
147
am__relativize = \
88
148
  dir0=`pwd`; \
89
149
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
110
170
  done; \
111
171
  reldir="$$dir2"
112
172
GZIP_ENV = --best
113
 
DIST_ARCHIVES = $(distdir).tar.bz2
 
173
DIST_ARCHIVES = $(distdir).tar.xz
 
174
DIST_TARGETS = dist-xz
114
175
distuninstallcheck_listfiles = find . -type f -print
115
176
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
116
177
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
117
178
distcleancheck_listfiles = find . -type f -print
118
179
ACLOCAL = @ACLOCAL@
119
 
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
120
180
ALL_LINGUAS = @ALL_LINGUAS@
121
181
ALL_PLUGINS = @ALL_PLUGINS@
122
182
AMTAR = @AMTAR@
130
190
AUTOHEADER = @AUTOHEADER@
131
191
AUTOMAKE = @AUTOMAKE@
132
192
AWK = @AWK@
 
193
BACKEND_CFLAGS = @BACKEND_CFLAGS@
 
194
BACKEND_LIBS = @BACKEND_LIBS@
 
195
BACKEND_TEST_CFLAGS = @BACKEND_TEST_CFLAGS@
 
196
BACKEND_TEST_LIBS = @BACKEND_TEST_LIBS@
133
197
BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
134
198
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
135
199
BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
151
215
DBUS_LIBS = @DBUS_LIBS@
152
216
DEFS = @DEFS@
153
217
DEPDIR = @DEPDIR@
154
 
DEPENDENCY_CFLAGS = @DEPENDENCY_CFLAGS@
155
 
DEPENDENCY_LIBS = @DEPENDENCY_LIBS@
156
218
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
157
219
DISC_RECORDER_CFLAGS = @DISC_RECORDER_CFLAGS@
158
220
DISC_RECORDER_LIBS = @DISC_RECORDER_LIBS@
159
 
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc --with-nautilusdir='$${libdir}/nautilus/extensions-2.0-distcheck' --enable-vala=no --enable-introspection
160
221
DLLTOOL = @DLLTOOL@
161
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
162
222
DSYMUTIL = @DSYMUTIL@
163
223
DUMPBIN = @DUMPBIN@
164
224
ECHO_C = @ECHO_C@
166
226
ECHO_T = @ECHO_T@
167
227
EGREP = @EGREP@
168
228
EXEEXT = @EXEEXT@
169
 
EXTRA_BACKEND_LIBS = @EXTRA_BACKEND_LIBS@
170
229
FGREP = @FGREP@
171
230
FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
172
231
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
173
232
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
174
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
175
233
GLIB_MKENUMS = @GLIB_MKENUMS@
176
234
GLIB_REQS = @GLIB_REQS@
 
235
GLOW_BUTTON_CFLAGS = @GLOW_BUTTON_CFLAGS@
 
236
GLOW_BUTTON_LIBS = @GLOW_BUTTON_LIBS@
177
237
GMSGFMT = @GMSGFMT@
178
238
GREP = @GREP@
179
239
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
180
 
GST_CFLAGS = @GST_CFLAGS@
181
 
GST_LIBS = @GST_LIBS@
 
240
GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
 
241
GST_PLUGINS_BAD_LIBS = @GST_PLUGINS_BAD_LIBS@
182
242
GTKDOC_CHECK = @GTKDOC_CHECK@
183
243
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
184
244
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
185
245
GTKDOC_MKPDF = @GTKDOC_MKPDF@
186
246
GTKDOC_REBASE = @GTKDOC_REBASE@
187
 
GTK_CFLAGS = @GTK_CFLAGS@
188
 
GTK_LIBS = @GTK_LIBS@
189
247
GTK_REQS = @GTK_REQS@
 
248
HELPER_CFLAGS = @HELPER_CFLAGS@
 
249
HELPER_LIBS = @HELPER_LIBS@
190
250
HELP_DIR = @HELP_DIR@
191
251
HTML_DIR = @HTML_DIR@
192
252
INSTALL = @INSTALL@
210
270
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
211
271
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
212
272
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
273
ITSTOOL = @ITSTOOL@
213
274
LD = @LD@
214
275
LDFLAGS = @LDFLAGS@
215
 
LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
216
 
LIBEPC_LIBS = @LIBEPC_LIBS@
 
276
LIBGD_CFLAGS = @LIBGD_CFLAGS@
 
277
LIBGD_GIR_INCLUDES = @LIBGD_GIR_INCLUDES@
 
278
LIBGD_LIBS = @LIBGD_LIBS@
 
279
LIBGD_MODULE_DIR = @LIBGD_MODULE_DIR@
 
280
LIBGD_SOURCES = @LIBGD_SOURCES@
217
281
LIBGRILO_CFLAGS = @LIBGRILO_CFLAGS@
218
282
LIBGRILO_LIBS = @LIBGRILO_LIBS@
 
283
LIBM = @LIBM@
219
284
LIBOBJS = @LIBOBJS@
 
285
LIBPLAYER_CFLAGS = @LIBPLAYER_CFLAGS@
 
286
LIBPLAYER_LIBS = @LIBPLAYER_LIBS@
220
287
LIBS = @LIBS@
221
288
LIBTOOL = @LIBTOOL@
222
289
LIBZEITGEIST_CFLAGS = @LIBZEITGEIST_CFLAGS@
233
300
MISSING_PLUGINS_CFLAGS = @MISSING_PLUGINS_CFLAGS@
234
301
MISSING_PLUGINS_LIBS = @MISSING_PLUGINS_LIBS@
235
302
MKDIR_P = @MKDIR_P@
236
 
MM_CFLAGS = @MM_CFLAGS@
237
 
MM_LIBS = @MM_LIBS@
238
303
MSGFMT = @MSGFMT@
239
304
MSGMERGE = @MSGMERGE@
240
305
NAUTILUSDIR = @NAUTILUSDIR@
244
309
NMEDIT = @NMEDIT@
245
310
OBJDUMP = @OBJDUMP@
246
311
OBJEXT = @OBJEXT@
247
 
OMF_DIR = @OMF_DIR@
248
312
OTOOL = @OTOOL@
249
313
OTOOL64 = @OTOOL64@
250
314
PACKAGE = @PACKAGE@
255
319
PACKAGE_URL = @PACKAGE_URL@
256
320
PACKAGE_VERSION = @PACKAGE_VERSION@
257
321
PATH_SEPARATOR = @PATH_SEPARATOR@
258
 
PEASGTK_CFLAGS = @PEASGTK_CFLAGS@
259
 
PEASGTK_LIBS = @PEASGTK_LIBS@
260
 
PEAS_CFLAGS = @PEAS_CFLAGS@
261
 
PEAS_LIBS = @PEAS_LIBS@
 
322
PIXBUF_HELPER_CFLAGS = @PIXBUF_HELPER_CFLAGS@
 
323
PIXBUF_HELPER_LIBS = @PIXBUF_HELPER_LIBS@
262
324
PKG_CONFIG = @PKG_CONFIG@
263
325
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
264
326
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
327
PLAYER_CFLAGS = @PLAYER_CFLAGS@
 
328
PLAYER_LIBS = @PLAYER_LIBS@
265
329
PLUGINDIR = @PLUGINDIR@
266
330
PLUGINS = @PLUGINS@
 
331
PLUGIN_VIEWER_CFLAGS = @PLUGIN_VIEWER_CFLAGS@
 
332
PLUGIN_VIEWER_LIBS = @PLUGIN_VIEWER_LIBS@
 
333
PREVIEW_CFLAGS = @PREVIEW_CFLAGS@
 
334
PREVIEW_LIBS = @PREVIEW_LIBS@
 
335
PROPERTIES_CFLAGS = @PROPERTIES_CFLAGS@
 
336
PROPERTIES_LIBS = @PROPERTIES_LIBS@
267
337
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
268
338
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
269
339
PYLINT = @PYLINT@
283
353
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
284
354
SMCLIENT_LIBS = @SMCLIENT_LIBS@
285
355
STRIP = @STRIP@
 
356
THUMBNAILER_CFLAGS = @THUMBNAILER_CFLAGS@
 
357
THUMBNAILER_LIBS = @THUMBNAILER_LIBS@
 
358
TIME_HELPER_CFLAGS = @TIME_HELPER_CFLAGS@
 
359
TIME_HELPER_LIBS = @TIME_HELPER_LIBS@
286
360
TOTEM_API_VERSION = @TOTEM_API_VERSION@
287
361
TOTEM_PLPARSER_REQS = @TOTEM_PLPARSER_REQS@
288
362
TOTEM_VERSION_MAJOR = @TOTEM_VERSION_MAJOR@
294
368
WARN_CFLAGS = @WARN_CFLAGS@
295
369
WARN_CXXFLAGS = @WARN_CXXFLAGS@
296
370
XGETTEXT = @XGETTEXT@
297
 
XMKMF = @XMKMF@
298
 
XTEST_LIBS = @XTEST_LIBS@
299
 
X_LIBS = @X_LIBS@
 
371
XMLLINT = @XMLLINT@
300
372
abs_builddir = @abs_builddir@
301
373
abs_srcdir = @abs_srcdir@
302
374
abs_top_builddir = @abs_top_builddir@
357
429
top_build_prefix = @top_build_prefix@
358
430
top_builddir = @top_builddir@
359
431
top_srcdir = @top_srcdir@
360
 
NORMAL_SUBDIRS = lib po data help src docs
 
432
ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS}
 
433
NORMAL_SUBDIRS = libgd po data help src docs
361
434
SUBDIRS = $(NORMAL_SUBDIRS) $(am__append_1)
362
435
EXTRA_DIST = \
363
436
        license_change          \
368
441
        AUTHORS NEWS            \
369
442
        totem.spec.in           \
370
443
        totem.spec              \
371
 
        gnome-doc-utils.make    \
372
444
        ChangeLog.pre-gitlog    \
373
445
        MAINTAINERS             \
374
446
        totem.doap
395
467
        $(srcdir)/xmldocs.make \
396
468
        `find "$(srcdir)" -type f -name Makefile.in -print`
397
469
 
398
 
DISTCLEANFILES = intltool-extract intltool-merge intltool-update \
399
 
                 gnome-doc-utils.make
400
 
 
 
470
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
401
471
DIST_SUBDIRS = $(NORMAL_SUBDIRS) browser-plugin
 
472
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc --with-nautilusdir='$${libdir}/nautilus/extensions-2.0-distcheck' --enable-vala=no --enable-introspection
402
473
all: config.h
403
474
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
404
475
 
465
536
        -rm -f libtool config.lt
466
537
 
467
538
# This directory's subdirectories are mostly independent; you can cd
468
 
# into them and run `make' without going through this Makefile.
469
 
# To change the values of `make' variables: instead of editing Makefiles,
470
 
# (1) if the variable is set in `config.status', edit `config.status'
471
 
#     (which will cause the Makefiles to be regenerated when you run `make');
472
 
# (2) otherwise, pass the desired values on the `make' command line.
473
 
$(RECURSIVE_TARGETS):
 
539
# into them and run 'make' without going through this Makefile.
 
540
# To change the values of 'make' variables: instead of editing Makefiles,
 
541
# (1) if the variable is set in 'config.status', edit 'config.status'
 
542
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
543
# (2) otherwise, pass the desired values on the 'make' command line.
 
544
$(am__recursive_targets):
474
545
        @fail= failcom='exit 1'; \
475
546
        for f in x $$MAKEFLAGS; do \
476
547
          case $$f in \
480
551
        done; \
481
552
        dot_seen=no; \
482
553
        target=`echo $@ | sed s/-recursive//`; \
483
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
554
        case "$@" in \
 
555
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
556
          *) list='$(SUBDIRS)' ;; \
 
557
        esac; \
 
558
        for subdir in $$list; do \
484
559
          echo "Making $$target in $$subdir"; \
485
560
          if test "$$subdir" = "."; then \
486
561
            dot_seen=yes; \
495
570
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
496
571
        fi; test -z "$$fail"
497
572
 
498
 
$(RECURSIVE_CLEAN_TARGETS):
499
 
        @fail= failcom='exit 1'; \
500
 
        for f in x $$MAKEFLAGS; do \
501
 
          case $$f in \
502
 
            *=* | --[!k]*);; \
503
 
            *k*) failcom='fail=yes';; \
504
 
          esac; \
505
 
        done; \
506
 
        dot_seen=no; \
507
 
        case "$@" in \
508
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
509
 
          *) list='$(SUBDIRS)' ;; \
510
 
        esac; \
511
 
        rev=''; for subdir in $$list; do \
512
 
          if test "$$subdir" = "."; then :; else \
513
 
            rev="$$subdir $$rev"; \
514
 
          fi; \
515
 
        done; \
516
 
        rev="$$rev ."; \
517
 
        target=`echo $@ | sed s/-recursive//`; \
518
 
        for subdir in $$rev; do \
519
 
          echo "Making $$target in $$subdir"; \
520
 
          if test "$$subdir" = "."; then \
521
 
            local_target="$$target-am"; \
522
 
          else \
523
 
            local_target="$$target"; \
524
 
          fi; \
525
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
526
 
          || eval $$failcom; \
527
 
        done && test -z "$$fail"
528
 
tags-recursive:
529
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
530
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
531
 
        done
532
 
ctags-recursive:
533
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
534
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
535
 
        done
536
 
 
537
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
538
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
539
 
        unique=`for i in $$list; do \
540
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
541
 
          done | \
542
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
543
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
544
 
        mkid -fID $$unique
545
 
tags: TAGS
546
 
 
547
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
548
 
                $(TAGS_FILES) $(LISP)
 
573
ID: $(am__tagged_files)
 
574
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
575
tags: tags-recursive
 
576
TAGS: tags
 
577
 
 
578
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
549
579
        set x; \
550
580
        here=`pwd`; \
551
581
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
561
591
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
562
592
          fi; \
563
593
        done; \
564
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
565
 
        unique=`for i in $$list; do \
566
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
567
 
          done | \
568
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
569
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
594
        $(am__define_uniq_tagged_files); \
570
595
        shift; \
571
596
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
572
597
          test -n "$$unique" || unique=$$empty_fix; \
578
603
              $$unique; \
579
604
          fi; \
580
605
        fi
581
 
ctags: CTAGS
582
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
583
 
                $(TAGS_FILES) $(LISP)
584
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
585
 
        unique=`for i in $$list; do \
586
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
587
 
          done | \
588
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
589
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
606
ctags: ctags-recursive
 
607
 
 
608
CTAGS: ctags
 
609
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
610
        $(am__define_uniq_tagged_files); \
590
611
        test -z "$(CTAGS_ARGS)$$unique" \
591
612
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
592
613
             $$unique
595
616
        here=`$(am__cd) $(top_builddir) && pwd` \
596
617
          && $(am__cd) $(top_srcdir) \
597
618
          && gtags -i $(GTAGS_ARGS) "$$here"
 
619
cscope: cscope.files
 
620
        test ! -s cscope.files \
 
621
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
622
clean-cscope:
 
623
        -rm -f cscope.files
 
624
cscope.files: clean-cscope cscopelist
 
625
cscopelist: cscopelist-recursive
 
626
 
 
627
cscopelist-am: $(am__tagged_files)
 
628
        list='$(am__tagged_files)'; \
 
629
        case "$(srcdir)" in \
 
630
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
631
          *) sdir=$(subdir)/$(srcdir) ;; \
 
632
        esac; \
 
633
        for i in $$list; do \
 
634
          if test -f "$$i"; then \
 
635
            echo "$(subdir)/$$i"; \
 
636
          else \
 
637
            echo "$$sdir/$$i"; \
 
638
          fi; \
 
639
        done >> $(top_builddir)/cscope.files
598
640
 
599
641
distclean-tags:
600
642
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
643
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
601
644
 
602
645
distdir: $(DISTFILES)
603
646
        @case `sed 15q $(srcdir)/NEWS` in \
639
682
        done
640
683
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
641
684
          if test "$$subdir" = .; then :; else \
642
 
            test -d "$(distdir)/$$subdir" \
643
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
644
 
            || exit 1; \
645
 
          fi; \
646
 
        done
647
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
648
 
          if test "$$subdir" = .; then :; else \
 
685
            $(am__make_dryrun) \
 
686
              || test -d "$(distdir)/$$subdir" \
 
687
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
688
              || exit 1; \
649
689
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
650
690
            $(am__relativize); \
651
691
            new_distdir=$$reldir; \
674
714
        || chmod -R a+r "$(distdir)"
675
715
dist-gzip: distdir
676
716
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
677
 
        $(am__remove_distdir)
 
717
        $(am__post_remove_distdir)
 
718
 
678
719
dist-bzip2: distdir
679
720
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
680
 
        $(am__remove_distdir)
 
721
        $(am__post_remove_distdir)
681
722
 
682
723
dist-lzip: distdir
683
724
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
684
 
        $(am__remove_distdir)
685
 
 
686
 
dist-lzma: distdir
687
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
688
 
        $(am__remove_distdir)
689
 
 
 
725
        $(am__post_remove_distdir)
690
726
dist-xz: distdir
691
727
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
692
 
        $(am__remove_distdir)
 
728
        $(am__post_remove_distdir)
693
729
 
694
730
dist-tarZ: distdir
695
731
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
696
 
        $(am__remove_distdir)
 
732
        $(am__post_remove_distdir)
697
733
 
698
734
dist-shar: distdir
699
735
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
700
 
        $(am__remove_distdir)
 
736
        $(am__post_remove_distdir)
701
737
 
702
738
dist-zip: distdir
703
739
        -rm -f $(distdir).zip
704
740
        zip -rq $(distdir).zip $(distdir)
705
 
        $(am__remove_distdir)
 
741
        $(am__post_remove_distdir)
706
742
 
707
 
dist dist-all: distdir
708
 
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
709
 
        $(am__remove_distdir)
 
743
dist dist-all:
 
744
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
745
        $(am__post_remove_distdir)
710
746
 
711
747
# This target untars the dist file and tries a VPATH configuration.  Then
712
748
# it guarantees that the distribution is self-contained by making another
717
753
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
718
754
        *.tar.bz2*) \
719
755
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
720
 
        *.tar.lzma*) \
721
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
722
756
        *.tar.lz*) \
723
757
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
724
758
        *.tar.xz*) \
730
764
        *.zip*) \
731
765
          unzip $(distdir).zip ;;\
732
766
        esac
733
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
734
 
        mkdir $(distdir)/_build
735
 
        mkdir $(distdir)/_inst
 
767
        chmod -R a-w $(distdir)
 
768
        chmod u+w $(distdir)
 
769
        mkdir $(distdir)/_build $(distdir)/_inst
736
770
        chmod a-w $(distdir)
737
771
        test -d $(distdir)/_build || exit 0; \
738
772
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
764
798
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
765
799
          && cd "$$am__cwd" \
766
800
          || exit 1
767
 
        $(am__remove_distdir)
 
801
        $(am__post_remove_distdir)
768
802
        @(echo "$(distdir) archives ready for distribution: "; \
769
803
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
770
804
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
902
936
 
903
937
uninstall-am:
904
938
 
905
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
906
 
        ctags-recursive install-am install-strip tags-recursive
 
939
.MAKE: $(am__recursive_targets) all install-am install-strip
907
940
 
908
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
909
 
        all all-am am--refresh check check-am clean clean-generic \
910
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
911
 
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
912
 
        dist-zip distcheck distclean distclean-generic distclean-hdr \
913
 
        distclean-libtool distclean-tags distcleancheck distdir \
914
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
915
 
        install install-am install-data install-data-am install-dvi \
916
 
        install-dvi-am install-exec install-exec-am install-html \
917
 
        install-html-am install-info install-info-am install-man \
918
 
        install-pdf install-pdf-am install-ps install-ps-am \
919
 
        install-strip installcheck installcheck-am installdirs \
920
 
        installdirs-am maintainer-clean maintainer-clean-generic \
921
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
922
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
941
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
942
        am--refresh check check-am clean clean-cscope clean-generic \
 
943
        clean-libtool cscope cscopelist-am ctags ctags-am dist \
 
944
        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
 
945
        dist-xz dist-zip distcheck distclean distclean-generic \
 
946
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
 
947
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
948
        info-am install install-am install-data install-data-am \
 
949
        install-dvi install-dvi-am install-exec install-exec-am \
 
950
        install-html install-html-am install-info install-info-am \
 
951
        install-man install-pdf install-pdf-am install-ps \
 
952
        install-ps-am install-strip installcheck installcheck-am \
 
953
        installdirs installdirs-am maintainer-clean \
 
954
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
955
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
956
        uninstall-am
923
957
 
924
958
 
925
959
# Build ChangeLog from GIT history