~walkerlee/totem/pre-interview

« back to all changes in this revision

Viewing changes to src/plugins/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@
34
50
build_triplet = @build@
35
51
host_triplet = @host@
36
52
subdir = src/plugins
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
53
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
38
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
40
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
41
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
42
 
        $(top_srcdir)/configure.in
 
55
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
 
56
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
57
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
58
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
59
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
43
60
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
61
        $(ACLOCAL_M4)
45
62
mkinstalldirs = $(install_sh) -d
46
63
CONFIG_HEADER = $(top_builddir)/config.h
47
64
CONFIG_CLEAN_FILES =
48
65
CONFIG_CLEAN_VPATH_FILES =
 
66
AM_V_P = $(am__v_P_@AM_V@)
 
67
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
68
am__v_P_0 = false
 
69
am__v_P_1 = :
49
70
AM_V_GEN = $(am__v_GEN_@AM_V@)
50
71
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
51
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
72
am__v_GEN_0 = @echo "  GEN     " $@;
 
73
am__v_GEN_1 = 
52
74
AM_V_at = $(am__v_at_@AM_V@)
53
75
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
54
76
am__v_at_0 = @
 
77
am__v_at_1 = 
55
78
SOURCES =
56
79
DIST_SOURCES =
57
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58
 
        html-recursive info-recursive install-data-recursive \
59
 
        install-dvi-recursive install-exec-recursive \
60
 
        install-html-recursive install-info-recursive \
61
 
        install-pdf-recursive install-ps-recursive install-recursive \
62
 
        installcheck-recursive installdirs-recursive pdf-recursive \
63
 
        ps-recursive uninstall-recursive
 
80
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
81
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
82
        install-data-recursive install-dvi-recursive \
 
83
        install-exec-recursive install-html-recursive \
 
84
        install-info-recursive install-pdf-recursive \
 
85
        install-ps-recursive install-recursive installcheck-recursive \
 
86
        installdirs-recursive pdf-recursive ps-recursive \
 
87
        tags-recursive uninstall-recursive
 
88
am__can_run_installinfo = \
 
89
  case $$AM_UPDATE_INFO_DIR in \
 
90
    n|no|NO) false;; \
 
91
    *) (install-info --version) >/dev/null 2>&1;; \
 
92
  esac
64
93
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65
94
  distclean-recursive maintainer-clean-recursive
66
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
67
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
95
am__recursive_targets = \
 
96
  $(RECURSIVE_TARGETS) \
 
97
  $(RECURSIVE_CLEAN_TARGETS) \
 
98
  $(am__extra_recursive_targets)
 
99
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
68
100
        distdir
 
101
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
102
# Read a list of newline-separated strings from the standard input,
 
103
# and print each of them once, without duplicates.  Input order is
 
104
# *not* preserved.
 
105
am__uniquify_input = $(AWK) '\
 
106
  BEGIN { nonempty = 0; } \
 
107
  { items[$$0] = 1; nonempty = 1; } \
 
108
  END { if (nonempty) { for (i in items) print i; }; } \
 
109
'
 
110
# Make sure the list of sources is unique.  This is necessary because,
 
111
# e.g., the same source file might be shared among _SOURCES variables
 
112
# for different programs/libraries.
 
113
am__define_uniq_tagged_files = \
 
114
  list='$(am__tagged_files)'; \
 
115
  unique=`for i in $$list; do \
 
116
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
117
  done | $(am__uniquify_input)`
69
118
ETAGS = etags
70
119
CTAGS = ctags
71
120
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95
144
  done; \
96
145
  reldir="$$dir2"
97
146
ACLOCAL = @ACLOCAL@
98
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
99
147
ALL_LINGUAS = @ALL_LINGUAS@
100
148
ALL_PLUGINS = @ALL_PLUGINS@
101
149
AMTAR = @AMTAR@
109
157
AUTOHEADER = @AUTOHEADER@
110
158
AUTOMAKE = @AUTOMAKE@
111
159
AWK = @AWK@
 
160
BACKEND_CFLAGS = @BACKEND_CFLAGS@
 
161
BACKEND_LIBS = @BACKEND_LIBS@
 
162
BACKEND_TEST_CFLAGS = @BACKEND_TEST_CFLAGS@
 
163
BACKEND_TEST_LIBS = @BACKEND_TEST_LIBS@
112
164
BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
113
165
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
114
166
BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
130
182
DBUS_LIBS = @DBUS_LIBS@
131
183
DEFS = @DEFS@
132
184
DEPDIR = @DEPDIR@
133
 
DEPENDENCY_CFLAGS = @DEPENDENCY_CFLAGS@
134
 
DEPENDENCY_LIBS = @DEPENDENCY_LIBS@
135
185
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
136
186
DISC_RECORDER_CFLAGS = @DISC_RECORDER_CFLAGS@
137
187
DISC_RECORDER_LIBS = @DISC_RECORDER_LIBS@
138
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
139
188
DLLTOOL = @DLLTOOL@
140
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
141
189
DSYMUTIL = @DSYMUTIL@
142
190
DUMPBIN = @DUMPBIN@
143
191
ECHO_C = @ECHO_C@
145
193
ECHO_T = @ECHO_T@
146
194
EGREP = @EGREP@
147
195
EXEEXT = @EXEEXT@
148
 
EXTRA_BACKEND_LIBS = @EXTRA_BACKEND_LIBS@
149
196
FGREP = @FGREP@
150
197
FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
151
198
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
152
199
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
153
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
154
200
GLIB_MKENUMS = @GLIB_MKENUMS@
155
201
GLIB_REQS = @GLIB_REQS@
 
202
GLOW_BUTTON_CFLAGS = @GLOW_BUTTON_CFLAGS@
 
203
GLOW_BUTTON_LIBS = @GLOW_BUTTON_LIBS@
156
204
GMSGFMT = @GMSGFMT@
157
205
GREP = @GREP@
158
206
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
159
 
GST_CFLAGS = @GST_CFLAGS@
160
 
GST_LIBS = @GST_LIBS@
 
207
GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
 
208
GST_PLUGINS_BAD_LIBS = @GST_PLUGINS_BAD_LIBS@
161
209
GTKDOC_CHECK = @GTKDOC_CHECK@
162
210
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
163
211
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
164
212
GTKDOC_MKPDF = @GTKDOC_MKPDF@
165
213
GTKDOC_REBASE = @GTKDOC_REBASE@
166
 
GTK_CFLAGS = @GTK_CFLAGS@
167
 
GTK_LIBS = @GTK_LIBS@
168
214
GTK_REQS = @GTK_REQS@
 
215
HELPER_CFLAGS = @HELPER_CFLAGS@
 
216
HELPER_LIBS = @HELPER_LIBS@
169
217
HELP_DIR = @HELP_DIR@
170
218
HTML_DIR = @HTML_DIR@
171
219
INSTALL = @INSTALL@
189
237
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
190
238
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
191
239
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
240
ITSTOOL = @ITSTOOL@
192
241
LD = @LD@
193
242
LDFLAGS = @LDFLAGS@
194
 
LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
195
 
LIBEPC_LIBS = @LIBEPC_LIBS@
 
243
LIBGD_CFLAGS = @LIBGD_CFLAGS@
 
244
LIBGD_GIR_INCLUDES = @LIBGD_GIR_INCLUDES@
 
245
LIBGD_LIBS = @LIBGD_LIBS@
 
246
LIBGD_MODULE_DIR = @LIBGD_MODULE_DIR@
 
247
LIBGD_SOURCES = @LIBGD_SOURCES@
196
248
LIBGRILO_CFLAGS = @LIBGRILO_CFLAGS@
197
249
LIBGRILO_LIBS = @LIBGRILO_LIBS@
 
250
LIBM = @LIBM@
198
251
LIBOBJS = @LIBOBJS@
 
252
LIBPLAYER_CFLAGS = @LIBPLAYER_CFLAGS@
 
253
LIBPLAYER_LIBS = @LIBPLAYER_LIBS@
199
254
LIBS = @LIBS@
200
255
LIBTOOL = @LIBTOOL@
201
256
LIBZEITGEIST_CFLAGS = @LIBZEITGEIST_CFLAGS@
212
267
MISSING_PLUGINS_CFLAGS = @MISSING_PLUGINS_CFLAGS@
213
268
MISSING_PLUGINS_LIBS = @MISSING_PLUGINS_LIBS@
214
269
MKDIR_P = @MKDIR_P@
215
 
MM_CFLAGS = @MM_CFLAGS@
216
 
MM_LIBS = @MM_LIBS@
217
270
MSGFMT = @MSGFMT@
218
271
MSGMERGE = @MSGMERGE@
219
272
NAUTILUSDIR = @NAUTILUSDIR@
223
276
NMEDIT = @NMEDIT@
224
277
OBJDUMP = @OBJDUMP@
225
278
OBJEXT = @OBJEXT@
226
 
OMF_DIR = @OMF_DIR@
227
279
OTOOL = @OTOOL@
228
280
OTOOL64 = @OTOOL64@
229
281
PACKAGE = @PACKAGE@
234
286
PACKAGE_URL = @PACKAGE_URL@
235
287
PACKAGE_VERSION = @PACKAGE_VERSION@
236
288
PATH_SEPARATOR = @PATH_SEPARATOR@
237
 
PEASGTK_CFLAGS = @PEASGTK_CFLAGS@
238
 
PEASGTK_LIBS = @PEASGTK_LIBS@
239
 
PEAS_CFLAGS = @PEAS_CFLAGS@
240
 
PEAS_LIBS = @PEAS_LIBS@
 
289
PIXBUF_HELPER_CFLAGS = @PIXBUF_HELPER_CFLAGS@
 
290
PIXBUF_HELPER_LIBS = @PIXBUF_HELPER_LIBS@
241
291
PKG_CONFIG = @PKG_CONFIG@
242
292
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
243
293
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
294
PLAYER_CFLAGS = @PLAYER_CFLAGS@
 
295
PLAYER_LIBS = @PLAYER_LIBS@
244
296
PLUGINDIR = @PLUGINDIR@
245
297
PLUGINS = @PLUGINS@
 
298
PLUGIN_VIEWER_CFLAGS = @PLUGIN_VIEWER_CFLAGS@
 
299
PLUGIN_VIEWER_LIBS = @PLUGIN_VIEWER_LIBS@
 
300
PREVIEW_CFLAGS = @PREVIEW_CFLAGS@
 
301
PREVIEW_LIBS = @PREVIEW_LIBS@
 
302
PROPERTIES_CFLAGS = @PROPERTIES_CFLAGS@
 
303
PROPERTIES_LIBS = @PROPERTIES_LIBS@
246
304
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
247
305
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
248
306
PYLINT = @PYLINT@
262
320
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
263
321
SMCLIENT_LIBS = @SMCLIENT_LIBS@
264
322
STRIP = @STRIP@
 
323
THUMBNAILER_CFLAGS = @THUMBNAILER_CFLAGS@
 
324
THUMBNAILER_LIBS = @THUMBNAILER_LIBS@
 
325
TIME_HELPER_CFLAGS = @TIME_HELPER_CFLAGS@
 
326
TIME_HELPER_LIBS = @TIME_HELPER_LIBS@
265
327
TOTEM_API_VERSION = @TOTEM_API_VERSION@
266
328
TOTEM_PLPARSER_REQS = @TOTEM_PLPARSER_REQS@
267
329
TOTEM_VERSION_MAJOR = @TOTEM_VERSION_MAJOR@
273
335
WARN_CFLAGS = @WARN_CFLAGS@
274
336
WARN_CXXFLAGS = @WARN_CXXFLAGS@
275
337
XGETTEXT = @XGETTEXT@
276
 
XMKMF = @XMKMF@
277
 
XTEST_LIBS = @XTEST_LIBS@
278
 
X_LIBS = @X_LIBS@
 
338
XMLLINT = @XMLLINT@
279
339
abs_builddir = @abs_builddir@
280
340
abs_srcdir = @abs_srcdir@
281
341
abs_top_builddir = @abs_top_builddir@
380
440
        -rm -rf .libs _libs
381
441
 
382
442
# This directory's subdirectories are mostly independent; you can cd
383
 
# into them and run `make' without going through this Makefile.
384
 
# To change the values of `make' variables: instead of editing Makefiles,
385
 
# (1) if the variable is set in `config.status', edit `config.status'
386
 
#     (which will cause the Makefiles to be regenerated when you run `make');
387
 
# (2) otherwise, pass the desired values on the `make' command line.
388
 
$(RECURSIVE_TARGETS):
 
443
# into them and run 'make' without going through this Makefile.
 
444
# To change the values of 'make' variables: instead of editing Makefiles,
 
445
# (1) if the variable is set in 'config.status', edit 'config.status'
 
446
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
447
# (2) otherwise, pass the desired values on the 'make' command line.
 
448
$(am__recursive_targets):
389
449
        @fail= failcom='exit 1'; \
390
450
        for f in x $$MAKEFLAGS; do \
391
451
          case $$f in \
395
455
        done; \
396
456
        dot_seen=no; \
397
457
        target=`echo $@ | sed s/-recursive//`; \
398
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
458
        case "$@" in \
 
459
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
460
          *) list='$(SUBDIRS)' ;; \
 
461
        esac; \
 
462
        for subdir in $$list; do \
399
463
          echo "Making $$target in $$subdir"; \
400
464
          if test "$$subdir" = "."; then \
401
465
            dot_seen=yes; \
410
474
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
411
475
        fi; test -z "$$fail"
412
476
 
413
 
$(RECURSIVE_CLEAN_TARGETS):
414
 
        @fail= failcom='exit 1'; \
415
 
        for f in x $$MAKEFLAGS; do \
416
 
          case $$f in \
417
 
            *=* | --[!k]*);; \
418
 
            *k*) failcom='fail=yes';; \
419
 
          esac; \
420
 
        done; \
421
 
        dot_seen=no; \
422
 
        case "$@" in \
423
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
424
 
          *) list='$(SUBDIRS)' ;; \
425
 
        esac; \
426
 
        rev=''; for subdir in $$list; do \
427
 
          if test "$$subdir" = "."; then :; else \
428
 
            rev="$$subdir $$rev"; \
429
 
          fi; \
430
 
        done; \
431
 
        rev="$$rev ."; \
432
 
        target=`echo $@ | sed s/-recursive//`; \
433
 
        for subdir in $$rev; do \
434
 
          echo "Making $$target in $$subdir"; \
435
 
          if test "$$subdir" = "."; then \
436
 
            local_target="$$target-am"; \
437
 
          else \
438
 
            local_target="$$target"; \
439
 
          fi; \
440
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
441
 
          || eval $$failcom; \
442
 
        done && test -z "$$fail"
443
 
tags-recursive:
444
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
445
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
446
 
        done
447
 
ctags-recursive:
448
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
449
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
450
 
        done
451
 
 
452
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
453
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
454
 
        unique=`for i in $$list; do \
455
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456
 
          done | \
457
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
459
 
        mkid -fID $$unique
460
 
tags: TAGS
461
 
 
462
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
463
 
                $(TAGS_FILES) $(LISP)
 
477
ID: $(am__tagged_files)
 
478
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
479
tags: tags-recursive
 
480
TAGS: tags
 
481
 
 
482
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
464
483
        set x; \
465
484
        here=`pwd`; \
466
485
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
476
495
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
477
496
          fi; \
478
497
        done; \
479
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
480
 
        unique=`for i in $$list; do \
481
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
482
 
          done | \
483
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
484
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
498
        $(am__define_uniq_tagged_files); \
485
499
        shift; \
486
500
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
487
501
          test -n "$$unique" || unique=$$empty_fix; \
493
507
              $$unique; \
494
508
          fi; \
495
509
        fi
496
 
ctags: CTAGS
497
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
498
 
                $(TAGS_FILES) $(LISP)
499
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
500
 
        unique=`for i in $$list; do \
501
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
502
 
          done | \
503
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
504
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
510
ctags: ctags-recursive
 
511
 
 
512
CTAGS: ctags
 
513
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
514
        $(am__define_uniq_tagged_files); \
505
515
        test -z "$(CTAGS_ARGS)$$unique" \
506
516
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
507
517
             $$unique
510
520
        here=`$(am__cd) $(top_builddir) && pwd` \
511
521
          && $(am__cd) $(top_srcdir) \
512
522
          && gtags -i $(GTAGS_ARGS) "$$here"
 
523
cscopelist: cscopelist-recursive
 
524
 
 
525
cscopelist-am: $(am__tagged_files)
 
526
        list='$(am__tagged_files)'; \
 
527
        case "$(srcdir)" in \
 
528
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
529
          *) sdir=$(subdir)/$(srcdir) ;; \
 
530
        esac; \
 
531
        for i in $$list; do \
 
532
          if test -f "$$i"; then \
 
533
            echo "$(subdir)/$$i"; \
 
534
          else \
 
535
            echo "$$sdir/$$i"; \
 
536
          fi; \
 
537
        done >> $(top_builddir)/cscope.files
513
538
 
514
539
distclean-tags:
515
540
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
546
571
        done
547
572
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
548
573
          if test "$$subdir" = .; then :; else \
549
 
            test -d "$(distdir)/$$subdir" \
550
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
551
 
            || exit 1; \
552
 
          fi; \
553
 
        done
554
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
555
 
          if test "$$subdir" = .; then :; else \
 
574
            $(am__make_dryrun) \
 
575
              || test -d "$(distdir)/$$subdir" \
 
576
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
577
              || exit 1; \
556
578
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
557
579
            $(am__relativize); \
558
580
            new_distdir=$$reldir; \
673
695
 
674
696
uninstall-am:
675
697
 
676
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
677
 
        install-am install-strip tags-recursive
 
698
.MAKE: $(am__recursive_targets) install-am install-strip
678
699
 
679
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
680
 
        all all-am check check-am clean clean-generic clean-libtool \
681
 
        ctags ctags-recursive distclean distclean-generic \
682
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
683
 
        html-am info info-am install install-am install-data \
684
 
        install-data-am install-dvi install-dvi-am install-exec \
685
 
        install-exec-am install-html install-html-am install-info \
686
 
        install-info-am install-man install-pdf install-pdf-am \
687
 
        install-ps install-ps-am install-strip installcheck \
688
 
        installcheck-am installdirs installdirs-am maintainer-clean \
689
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
690
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
691
 
        uninstall uninstall-am
 
700
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
701
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
702
        ctags-am distclean distclean-generic distclean-libtool \
 
703
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
704
        install install-am install-data install-data-am install-dvi \
 
705
        install-dvi-am install-exec install-exec-am install-html \
 
706
        install-html-am install-info install-info-am install-man \
 
707
        install-pdf install-pdf-am install-ps install-ps-am \
 
708
        install-strip installcheck installcheck-am installdirs \
 
709
        installdirs-am maintainer-clean maintainer-clean-generic \
 
710
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
711
        ps ps-am tags tags-am uninstall uninstall-am
692
712
 
693
713
 
694
714
-include $(top_srcdir)/git.mk