~walkerlee/totem/pre-interview

« back to all changes in this revision

Viewing changes to src/plugins/pythonconsole/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.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
19
35
pkgdatadir = $(datadir)/@PACKAGE@
20
36
pkgincludedir = $(includedir)/@PACKAGE@
21
37
pkglibdir = $(libdir)/@PACKAGE@
34
50
POST_UNINSTALL = :
35
51
build_triplet = @build@
36
52
host_triplet = @host@
37
 
DIST_COMMON = $(plugin_PYTHON) $(srcdir)/Makefile.am \
38
 
        $(srcdir)/Makefile.in \
 
53
DIST_COMMON = $(top_srcdir)/src/plugins/Makefile.plugins \
 
54
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
39
55
        $(srcdir)/org.gnome.totem.plugins.pythonconsole.gschema.xml.in.in \
40
 
        $(top_srcdir)/src/plugins/Makefile.plugins
 
56
        $(plugin_PYTHON) $(top_srcdir)/build-aux/py-compile
41
57
subdir = src/plugins/pythonconsole
42
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
44
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
45
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
46
 
        $(top_srcdir)/configure.in
 
59
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
 
60
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
61
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
62
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
63
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
47
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
65
        $(ACLOCAL_M4)
49
66
mkinstalldirs = $(install_sh) -d
51
68
CONFIG_CLEAN_FILES =  \
52
69
        org.gnome.totem.plugins.pythonconsole.gschema.xml.in
53
70
CONFIG_CLEAN_VPATH_FILES =
 
71
AM_V_P = $(am__v_P_@AM_V@)
 
72
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
73
am__v_P_0 = false
 
74
am__v_P_1 = :
54
75
AM_V_GEN = $(am__v_GEN_@AM_V@)
55
76
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
56
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
77
am__v_GEN_0 = @echo "  GEN     " $@;
 
78
am__v_GEN_1 = 
57
79
AM_V_at = $(am__v_at_@AM_V@)
58
80
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
59
81
am__v_at_0 = @
 
82
am__v_at_1 = 
60
83
SOURCES =
61
84
DIST_SOURCES =
 
85
am__can_run_installinfo = \
 
86
  case $$AM_UPDATE_INFO_DIR in \
 
87
    n|no|NO) false;; \
 
88
    *) (install-info --version) >/dev/null 2>&1;; \
 
89
  esac
62
90
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63
91
am__vpath_adj = case $$p in \
64
92
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89
117
am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
90
118
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(convertdir)" \
91
119
        "$(DESTDIR)$(plugindir)"
92
 
py_compile = $(top_srcdir)/py-compile
 
120
am__pep3147_tweak = \
 
121
  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
 
122
py_compile = $(top_srcdir)/build-aux/py-compile
93
123
DATA = $(convert_DATA) $(plugin_DATA)
 
124
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
94
125
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95
126
ACLOCAL = @ACLOCAL@
96
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
97
127
ALL_LINGUAS = @ALL_LINGUAS@
98
128
ALL_PLUGINS = @ALL_PLUGINS@
99
129
AMTAR = @AMTAR@
103
133
        $(DISABLE_DEPRECATED)           \
104
134
        -I$(top_srcdir)/                \
105
135
        -I$(top_srcdir)/src             \
106
 
        -I$(top_srcdir)/src/plugins
 
136
        -I$(top_srcdir)/src/plugins     \
 
137
        -I$(top_srcdir)/src/gst
107
138
 
108
139
AM_CXXFLAGS = @AM_CXXFLAGS@
109
140
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
113
144
AUTOHEADER = @AUTOHEADER@
114
145
AUTOMAKE = @AUTOMAKE@
115
146
AWK = @AWK@
 
147
BACKEND_CFLAGS = @BACKEND_CFLAGS@
 
148
BACKEND_LIBS = @BACKEND_LIBS@
 
149
BACKEND_TEST_CFLAGS = @BACKEND_TEST_CFLAGS@
 
150
BACKEND_TEST_LIBS = @BACKEND_TEST_LIBS@
116
151
BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
117
152
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
118
153
BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
134
169
DBUS_LIBS = @DBUS_LIBS@
135
170
DEFS = @DEFS@
136
171
DEPDIR = @DEPDIR@
137
 
DEPENDENCY_CFLAGS = @DEPENDENCY_CFLAGS@
138
 
DEPENDENCY_LIBS = @DEPENDENCY_LIBS@
139
172
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
140
173
DISC_RECORDER_CFLAGS = @DISC_RECORDER_CFLAGS@
141
174
DISC_RECORDER_LIBS = @DISC_RECORDER_LIBS@
142
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
143
175
DLLTOOL = @DLLTOOL@
144
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
145
176
DSYMUTIL = @DSYMUTIL@
146
177
DUMPBIN = @DUMPBIN@
147
178
ECHO_C = @ECHO_C@
149
180
ECHO_T = @ECHO_T@
150
181
EGREP = @EGREP@
151
182
EXEEXT = @EXEEXT@
152
 
EXTRA_BACKEND_LIBS = @EXTRA_BACKEND_LIBS@
153
183
FGREP = @FGREP@
154
184
FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
155
185
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
156
186
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
157
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
158
187
GLIB_MKENUMS = @GLIB_MKENUMS@
159
188
GLIB_REQS = @GLIB_REQS@
 
189
GLOW_BUTTON_CFLAGS = @GLOW_BUTTON_CFLAGS@
 
190
GLOW_BUTTON_LIBS = @GLOW_BUTTON_LIBS@
160
191
GMSGFMT = @GMSGFMT@
161
192
GREP = @GREP@
162
193
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
163
 
GST_CFLAGS = @GST_CFLAGS@
164
 
GST_LIBS = @GST_LIBS@
 
194
GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
 
195
GST_PLUGINS_BAD_LIBS = @GST_PLUGINS_BAD_LIBS@
165
196
GTKDOC_CHECK = @GTKDOC_CHECK@
166
197
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
167
198
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
168
199
GTKDOC_MKPDF = @GTKDOC_MKPDF@
169
200
GTKDOC_REBASE = @GTKDOC_REBASE@
170
 
GTK_CFLAGS = @GTK_CFLAGS@
171
 
GTK_LIBS = @GTK_LIBS@
172
201
GTK_REQS = @GTK_REQS@
 
202
HELPER_CFLAGS = @HELPER_CFLAGS@
 
203
HELPER_LIBS = @HELPER_LIBS@
173
204
HELP_DIR = @HELP_DIR@
174
205
HTML_DIR = @HTML_DIR@
175
206
INSTALL = @INSTALL@
193
224
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
194
225
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
195
226
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
227
ITSTOOL = @ITSTOOL@
196
228
LD = @LD@
197
229
LDFLAGS = @LDFLAGS@
198
 
LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
199
 
LIBEPC_LIBS = @LIBEPC_LIBS@
 
230
LIBGD_CFLAGS = @LIBGD_CFLAGS@
 
231
LIBGD_GIR_INCLUDES = @LIBGD_GIR_INCLUDES@
 
232
LIBGD_LIBS = @LIBGD_LIBS@
 
233
LIBGD_MODULE_DIR = @LIBGD_MODULE_DIR@
 
234
LIBGD_SOURCES = @LIBGD_SOURCES@
200
235
LIBGRILO_CFLAGS = @LIBGRILO_CFLAGS@
201
236
LIBGRILO_LIBS = @LIBGRILO_LIBS@
 
237
LIBM = @LIBM@
202
238
LIBOBJS = @LIBOBJS@
 
239
LIBPLAYER_CFLAGS = @LIBPLAYER_CFLAGS@
 
240
LIBPLAYER_LIBS = @LIBPLAYER_LIBS@
203
241
LIBS = @LIBS@
204
242
LIBTOOL = @LIBTOOL@
205
243
LIBZEITGEIST_CFLAGS = @LIBZEITGEIST_CFLAGS@
216
254
MISSING_PLUGINS_CFLAGS = @MISSING_PLUGINS_CFLAGS@
217
255
MISSING_PLUGINS_LIBS = @MISSING_PLUGINS_LIBS@
218
256
MKDIR_P = @MKDIR_P@
219
 
MM_CFLAGS = @MM_CFLAGS@
220
 
MM_LIBS = @MM_LIBS@
221
257
MSGFMT = @MSGFMT@
222
258
MSGMERGE = @MSGMERGE@
223
259
NAUTILUSDIR = @NAUTILUSDIR@
227
263
NMEDIT = @NMEDIT@
228
264
OBJDUMP = @OBJDUMP@
229
265
OBJEXT = @OBJEXT@
230
 
OMF_DIR = @OMF_DIR@
231
266
OTOOL = @OTOOL@
232
267
OTOOL64 = @OTOOL64@
233
268
PACKAGE = @PACKAGE@
238
273
PACKAGE_URL = @PACKAGE_URL@
239
274
PACKAGE_VERSION = @PACKAGE_VERSION@
240
275
PATH_SEPARATOR = @PATH_SEPARATOR@
241
 
PEASGTK_CFLAGS = @PEASGTK_CFLAGS@
242
 
PEASGTK_LIBS = @PEASGTK_LIBS@
243
 
PEAS_CFLAGS = @PEAS_CFLAGS@
244
 
PEAS_LIBS = @PEAS_LIBS@
 
276
PIXBUF_HELPER_CFLAGS = @PIXBUF_HELPER_CFLAGS@
 
277
PIXBUF_HELPER_LIBS = @PIXBUF_HELPER_LIBS@
245
278
PKG_CONFIG = @PKG_CONFIG@
246
279
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
247
280
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
281
PLAYER_CFLAGS = @PLAYER_CFLAGS@
 
282
PLAYER_LIBS = @PLAYER_LIBS@
248
283
PLUGINDIR = @PLUGINDIR@
249
284
PLUGINS = @PLUGINS@
 
285
PLUGIN_VIEWER_CFLAGS = @PLUGIN_VIEWER_CFLAGS@
 
286
PLUGIN_VIEWER_LIBS = @PLUGIN_VIEWER_LIBS@
 
287
PREVIEW_CFLAGS = @PREVIEW_CFLAGS@
 
288
PREVIEW_LIBS = @PREVIEW_LIBS@
 
289
PROPERTIES_CFLAGS = @PROPERTIES_CFLAGS@
 
290
PROPERTIES_LIBS = @PROPERTIES_LIBS@
250
291
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
251
292
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
252
293
PYLINT = @PYLINT@
266
307
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
267
308
SMCLIENT_LIBS = @SMCLIENT_LIBS@
268
309
STRIP = @STRIP@
 
310
THUMBNAILER_CFLAGS = @THUMBNAILER_CFLAGS@
 
311
THUMBNAILER_LIBS = @THUMBNAILER_LIBS@
 
312
TIME_HELPER_CFLAGS = @TIME_HELPER_CFLAGS@
 
313
TIME_HELPER_LIBS = @TIME_HELPER_LIBS@
269
314
TOTEM_API_VERSION = @TOTEM_API_VERSION@
270
315
TOTEM_PLPARSER_REQS = @TOTEM_PLPARSER_REQS@
271
316
TOTEM_VERSION_MAJOR = @TOTEM_VERSION_MAJOR@
277
322
WARN_CFLAGS = @WARN_CFLAGS@
278
323
WARN_CXXFLAGS = @WARN_CXXFLAGS@
279
324
XGETTEXT = @XGETTEXT@
280
 
XMKMF = @XMKMF@
281
 
XTEST_LIBS = @XTEST_LIBS@
282
 
X_LIBS = @X_LIBS@
 
325
XMLLINT = @XMLLINT@
283
326
abs_builddir = @abs_builddir@
284
327
abs_srcdir = @abs_srcdir@
285
328
abs_top_builddir = @abs_top_builddir@
345
388
DISTCLEANFILES = $(plugin_DATA)
346
389
EXTRA_DIST = $(plugin_in_files) pythonconsole.convert
347
390
plugin_cflags = \
348
 
        $(DEPENDENCY_CFLAGS)    \
349
 
        $(PEAS_CFLAGS)          \
 
391
        $(PLAYER_CFLAGS)        \
350
392
        $(WARN_CFLAGS)
351
393
 
352
394
plugin_ldflags = \
408
450
        -rm -rf .libs _libs
409
451
install-pluginPYTHON: $(plugin_PYTHON)
410
452
        @$(NORMAL_INSTALL)
411
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
412
453
        @list='$(plugin_PYTHON)'; dlist=; list2=; test -n "$(plugindir)" || list=; \
 
454
        if test -n "$$list"; then \
 
455
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
456
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
457
        fi; \
413
458
        for p in $$list; do \
414
459
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
415
460
          if test -f $$b$$p; then \
431
476
uninstall-pluginPYTHON:
432
477
        @$(NORMAL_UNINSTALL)
433
478
        @list='$(plugin_PYTHON)'; test -n "$(plugindir)" || list=; \
434
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
435
 
        test -n "$$files" || exit 0; \
 
479
        py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
480
        test -n "$$py_files" || exit 0; \
436
481
        dir='$(DESTDIR)$(plugindir)'; \
437
 
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
438
 
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
 
482
        pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
 
483
        pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
 
484
        py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
 
485
        echo "$$py_files_pep3147";\
 
486
        pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
 
487
        pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
439
488
        st=0; \
440
 
        for files in "$$files" "$$filesc" "$$fileso"; do \
 
489
        for files in \
 
490
          "$$py_files" \
 
491
          "$$pyc_files" \
 
492
          "$$pyo_files" \
 
493
          "$$pyc_files_pep3147" \
 
494
          "$$pyo_files_pep3147" \
 
495
        ; do \
441
496
          $(am__uninstall_files_from_dir) || st=$$?; \
442
497
        done; \
443
498
        exit $$st
444
499
install-convertDATA: $(convert_DATA)
445
500
        @$(NORMAL_INSTALL)
446
 
        test -z "$(convertdir)" || $(MKDIR_P) "$(DESTDIR)$(convertdir)"
447
501
        @list='$(convert_DATA)'; test -n "$(convertdir)" || list=; \
 
502
        if test -n "$$list"; then \
 
503
          echo " $(MKDIR_P) '$(DESTDIR)$(convertdir)'"; \
 
504
          $(MKDIR_P) "$(DESTDIR)$(convertdir)" || exit 1; \
 
505
        fi; \
448
506
        for p in $$list; do \
449
507
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
450
508
          echo "$$d$$p"; \
461
519
        dir='$(DESTDIR)$(convertdir)'; $(am__uninstall_files_from_dir)
462
520
install-pluginDATA: $(plugin_DATA)
463
521
        @$(NORMAL_INSTALL)
464
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
465
522
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
523
        if test -n "$$list"; then \
 
524
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
525
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
526
        fi; \
466
527
        for p in $$list; do \
467
528
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
468
529
          echo "$$d$$p"; \
477
538
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
478
539
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
479
540
        dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
480
 
tags: TAGS
481
 
TAGS:
482
 
 
483
 
ctags: CTAGS
484
 
CTAGS:
 
541
tags TAGS:
 
542
 
 
543
ctags CTAGS:
 
544
 
 
545
cscope cscopelist:
485
546
 
486
547
 
487
548
distdir: $(DISTFILES)
624
685
.MAKE: install-am install-strip
625
686
 
626
687
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
627
 
        distclean distclean-generic distclean-libtool distdir dvi \
628
 
        dvi-am html html-am info info-am install install-am \
629
 
        install-convertDATA install-data install-data-am install-dvi \
630
 
        install-dvi-am install-exec install-exec-am install-html \
631
 
        install-html-am install-info install-info-am install-man \
632
 
        install-pdf install-pdf-am install-pluginDATA \
633
 
        install-pluginPYTHON install-ps install-ps-am install-strip \
634
 
        installcheck installcheck-am installdirs maintainer-clean \
635
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
636
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
637
 
        uninstall-convertDATA uninstall-pluginDATA \
638
 
        uninstall-pluginPYTHON
 
688
        cscopelist-am ctags-am distclean distclean-generic \
 
689
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
690
        install install-am install-convertDATA install-data \
 
691
        install-data-am install-dvi install-dvi-am install-exec \
 
692
        install-exec-am install-html install-html-am install-info \
 
693
        install-info-am install-man install-pdf install-pdf-am \
 
694
        install-pluginDATA install-pluginPYTHON install-ps \
 
695
        install-ps-am install-strip installcheck installcheck-am \
 
696
        installdirs maintainer-clean maintainer-clean-generic \
 
697
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
698
        ps ps-am tags-am uninstall uninstall-am uninstall-convertDATA \
 
699
        uninstall-pluginDATA uninstall-pluginPYTHON
639
700
 
640
701
%.plugin: %.plugin.in
641
702
        $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache