~ubuntu-branches/ubuntu/natty/gedit-plugins/natty

« back to all changes in this revision

Viewing changes to plugins/bookmarks/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-02-26 21:33:26 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20090226213326-xj2gntkmvm5yp215
Tags: 2.25.3-0ubuntu1
* New upstream release.
  - Misc bugfixes.
  - New and updated translations: sv, pt, hu pt_BR, lv
* debian/control.in:
  - add Vcs-Bzr tag
  - bump dependency on gedit
  - Re-generate debian/control
* debian/rules: add a check on clean target as building debian/control
  description needs pristine source code present (no always the case in Bzr
  merge mode)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
18
VPATH = @srcdir@
21
19
pkgdatadir = $(datadir)/@PACKAGE@
22
20
pkglibdir = $(libdir)/@PACKAGE@
23
21
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = ../..
25
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
23
install_sh_DATA = $(install_sh) -c -m 644
28
24
install_sh_PROGRAM = $(install_sh) -c
29
25
install_sh_SCRIPT = $(install_sh) -c
38
34
build_triplet = @build@
39
35
host_triplet = @host@
40
36
subdir = plugins/bookmarks
41
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
38
        $(srcdir)/bookmarks.gedit-plugin.desktop.in.in
42
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
40
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
44
41
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
49
46
        $(ACLOCAL_M4)
50
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
51
48
CONFIG_HEADER = $(top_builddir)/config.h
52
 
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_FILES = bookmarks.gedit-plugin.desktop.in
53
50
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54
51
am__vpath_adj = case $$p in \
55
52
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63
60
libbookmarks_la_LIBADD =
64
61
am_libbookmarks_la_OBJECTS = gedit-bookmarks-plugin.lo
65
62
libbookmarks_la_OBJECTS = $(am_libbookmarks_la_OBJECTS)
66
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
63
libbookmarks_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
64
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
65
        $(libbookmarks_la_LDFLAGS) $(LDFLAGS) -o $@
 
66
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
67
67
depcomp = $(SHELL) $(top_srcdir)/depcomp
68
68
am__depfiles_maybe = depfiles
69
69
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70
70
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
72
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
73
 
        $(AM_CFLAGS) $(CFLAGS)
 
71
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
72
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
73
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74
74
CCLD = $(CC)
75
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
75
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
76
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
77
        $(LDFLAGS) -o $@
77
78
SOURCES = $(libbookmarks_la_SOURCES)
78
79
DIST_SOURCES = $(libbookmarks_la_SOURCES)
79
80
pluginDATA_INSTALL = $(INSTALL_DATA)
85
86
ACLOCAL = @ACLOCAL@
86
87
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
87
88
ALL_LINGUAS = @ALL_LINGUAS@
88
 
AMDEP_FALSE = @AMDEP_FALSE@
89
 
AMDEP_TRUE = @AMDEP_TRUE@
90
89
AMTAR = @AMTAR@
91
90
AR = @AR@
92
91
AUTOCONF = @AUTOCONF@
115
114
ECHO_N = @ECHO_N@
116
115
ECHO_T = @ECHO_T@
117
116
EGREP = @EGREP@
118
 
ENABLE_PYTHON_FALSE = @ENABLE_PYTHON_FALSE@
119
 
ENABLE_PYTHON_TRUE = @ENABLE_PYTHON_TRUE@
120
 
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
121
 
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
122
117
EXEEXT = @EXEEXT@
123
118
FGREP = @FGREP@
124
119
GCONFTOOL = @GCONFTOOL@
125
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
126
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
127
120
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
128
121
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
129
122
GEDIT_CFLAGS = @GEDIT_CFLAGS@
137
130
GREP = @GREP@
138
131
GUCHARMAP_CFLAGS = @GUCHARMAP_CFLAGS@
139
132
GUCHARMAP_LIBS = @GUCHARMAP_LIBS@
140
 
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
141
 
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
142
133
HELP_DIR = @HELP_DIR@
 
134
INSTALL = @INSTALL@
143
135
INSTALL_DATA = @INSTALL_DATA@
144
136
INSTALL_PROGRAM = @INSTALL_PROGRAM@
145
137
INSTALL_SCRIPT = @INSTALL_SCRIPT@
178
170
LN_S = @LN_S@
179
171
LTLIBOBJS = @LTLIBOBJS@
180
172
MAINT = @MAINT@
181
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
182
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
183
173
MAKEINFO = @MAKEINFO@
 
174
MKDIR_P = @MKDIR_P@
184
175
MKINSTALLDIRS = @MKINSTALLDIRS@
185
176
MSGFMT = @MSGFMT@
186
177
MSGFMT_OPTS = @MSGFMT_OPTS@
188
179
NM = @NM@
189
180
NMEDIT = @NMEDIT@
190
181
NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
182
OBJDUMP = @OBJDUMP@
191
183
OBJEXT = @OBJEXT@
192
184
OMF_DIR = @OMF_DIR@
193
185
OTOOL = @OTOOL@
200
192
PACKAGE_VERSION = @PACKAGE_VERSION@
201
193
PATH_SEPARATOR = @PATH_SEPARATOR@
202
194
PKG_CONFIG = @PKG_CONFIG@
203
 
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
204
 
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
205
195
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
206
196
POFILES = @POFILES@
207
197
POSUB = @POSUB@
232
222
USE_NLS = @USE_NLS@
233
223
VERSION = @VERSION@
234
224
XGETTEXT = @XGETTEXT@
 
225
abs_builddir = @abs_builddir@
 
226
abs_srcdir = @abs_srcdir@
 
227
abs_top_builddir = @abs_top_builddir@
 
228
abs_top_srcdir = @abs_top_srcdir@
235
229
ac_ct_CC = @ac_ct_CC@
236
230
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237
231
ac_prefix_program = @ac_prefix_program@
238
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
239
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
240
232
am__include = @am__include@
241
233
am__leading_dot = @am__leading_dot@
242
234
am__quote = @am__quote@
248
240
build_cpu = @build_cpu@
249
241
build_os = @build_os@
250
242
build_vendor = @build_vendor@
 
243
builddir = @builddir@
251
244
datadir = @datadir@
252
245
datarootdir = @datarootdir@
253
246
docdir = @docdir@
280
273
pythondir = @pythondir@
281
274
sbindir = @sbindir@
282
275
sharedstatedir = @sharedstatedir@
 
276
srcdir = @srcdir@
283
277
sysconfdir = @sysconfdir@
284
278
target_alias = @target_alias@
 
279
top_build_prefix = @top_build_prefix@
 
280
top_builddir = @top_builddir@
 
281
top_srcdir = @top_srcdir@
285
282
 
286
283
# Advanced Editing plugin
287
284
plugindir = $(GEDIT_PLUGINS_LIBS_DIR)
317
314
        @for dep in $?; do \
318
315
          case '$(am__configure_deps)' in \
319
316
            *$$dep*) \
320
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
321
 
                && exit 0; \
 
317
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
318
                && { if test -f $@; then exit 0; else break; fi; }; \
322
319
              exit 1;; \
323
320
          esac; \
324
321
        done; \
342
339
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343
340
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
344
341
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
342
bookmarks.gedit-plugin.desktop.in: $(top_builddir)/config.status $(srcdir)/bookmarks.gedit-plugin.desktop.in.in
 
343
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
345
344
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
346
345
        @$(NORMAL_INSTALL)
347
 
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
 
346
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
348
347
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
349
348
          if test -f $$p; then \
350
349
            f=$(am__strip_dir) \
351
 
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
352
 
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
350
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
351
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
353
352
          else :; fi; \
354
353
        done
355
354
 
356
355
uninstall-pluginLTLIBRARIES:
357
356
        @$(NORMAL_UNINSTALL)
358
 
        @set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
357
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
359
358
          p=$(am__strip_dir) \
360
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
361
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
359
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
360
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
362
361
        done
363
362
 
364
363
clean-pluginLTLIBRARIES:
370
369
          rm -f "$${dir}/so_locations"; \
371
370
        done
372
371
libbookmarks.la: $(libbookmarks_la_OBJECTS) $(libbookmarks_la_DEPENDENCIES) 
373
 
        $(LINK) -rpath $(plugindir) $(libbookmarks_la_LDFLAGS) $(libbookmarks_la_OBJECTS) $(libbookmarks_la_LIBADD) $(LIBS)
 
372
        $(libbookmarks_la_LINK) -rpath $(plugindir) $(libbookmarks_la_OBJECTS) $(libbookmarks_la_LIBADD) $(LIBS)
374
373
 
375
374
mostlyclean-compile:
376
375
        -rm -f *.$(OBJEXT)
381
380
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gedit-bookmarks-plugin.Plo@am__quote@
382
381
 
383
382
.c.o:
384
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
385
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
383
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
384
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
386
385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
387
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388
387
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
389
388
 
390
389
.c.obj:
391
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
392
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
390
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
391
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
393
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
394
393
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395
394
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
396
395
 
397
396
.c.lo:
398
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
399
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
397
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
398
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
400
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
401
400
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402
401
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
406
405
 
407
406
clean-libtool:
408
407
        -rm -rf .libs _libs
409
 
 
410
 
distclean-libtool:
411
 
        -rm -f libtool
412
 
uninstall-info-am:
413
408
install-pluginDATA: $(plugin_DATA)
414
409
        @$(NORMAL_INSTALL)
415
 
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
 
410
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
416
411
        @list='$(plugin_DATA)'; for p in $$list; do \
417
412
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
418
413
          f=$(am__strip_dir) \
429
424
        done
430
425
install-supportDATA: $(support_DATA)
431
426
        @$(NORMAL_INSTALL)
432
 
        test -z "$(supportdir)" || $(mkdir_p) "$(DESTDIR)$(supportdir)"
 
427
        test -z "$(supportdir)" || $(MKDIR_P) "$(DESTDIR)$(supportdir)"
433
428
        @list='$(support_DATA)'; for p in $$list; do \
434
429
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
435
430
          f=$(am__strip_dir) \
450
445
        unique=`for i in $$list; do \
451
446
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452
447
          done | \
453
 
          $(AWK) '    { files[$$0] = 1; } \
454
 
               END { for (i in files) print i; }'`; \
 
448
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
449
              END { if (nonempty) { for (i in files) print i; }; }'`; \
455
450
        mkid -fID $$unique
456
451
tags: TAGS
457
452
 
463
458
        unique=`for i in $$list; do \
464
459
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465
460
          done | \
466
 
          $(AWK) '    { files[$$0] = 1; } \
467
 
               END { for (i in files) print i; }'`; \
 
461
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
462
              END { if (nonempty) { for (i in files) print i; }; }'`; \
468
463
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
469
464
          test -n "$$unique" || unique=$$empty_fix; \
470
465
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474
469
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
475
470
                $(TAGS_FILES) $(LISP)
476
471
        tags=; \
477
 
        here=`pwd`; \
478
472
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
479
473
        unique=`for i in $$list; do \
480
474
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481
475
          done | \
482
 
          $(AWK) '    { files[$$0] = 1; } \
483
 
               END { for (i in files) print i; }'`; \
 
476
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
477
              END { if (nonempty) { for (i in files) print i; }; }'`; \
484
478
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
485
479
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
486
480
             $$tags $$unique
494
488
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
495
489
 
496
490
distdir: $(DISTFILES)
497
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
498
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
499
 
        list='$(DISTFILES)'; for file in $$list; do \
500
 
          case $$file in \
501
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
502
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
503
 
          esac; \
 
491
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
492
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
493
        list='$(DISTFILES)'; \
 
494
          dist_files=`for file in $$list; do echo $$file; done | \
 
495
          sed -e "s|^$$srcdirstrip/||;t" \
 
496
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
497
        case $$dist_files in \
 
498
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
499
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
500
                           sort -u` ;; \
 
501
        esac; \
 
502
        for file in $$dist_files; do \
504
503
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
505
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
506
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
507
 
            dir="/$$dir"; \
508
 
            $(mkdir_p) "$(distdir)$$dir"; \
509
 
          else \
510
 
            dir=''; \
511
 
          fi; \
512
504
          if test -d $$d/$$file; then \
 
505
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
513
506
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
514
507
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
515
508
            fi; \
525
518
all-am: Makefile $(LTLIBRARIES) $(DATA)
526
519
installdirs:
527
520
        for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(supportdir)"; do \
528
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
521
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
529
522
        done
530
523
install: install-am
531
524
install-exec: install-exec-am
562
555
        -rm -rf ./$(DEPDIR)
563
556
        -rm -f Makefile
564
557
distclean-am: clean-am distclean-compile distclean-generic \
565
 
        distclean-libtool distclean-tags
 
558
        distclean-tags
566
559
 
567
560
dvi: dvi-am
568
561
 
577
570
install-data-am: install-pluginDATA install-pluginLTLIBRARIES \
578
571
        install-supportDATA
579
572
 
 
573
install-dvi: install-dvi-am
 
574
 
580
575
install-exec-am:
581
576
 
 
577
install-html: install-html-am
 
578
 
582
579
install-info: install-info-am
583
580
 
584
581
install-man:
585
582
 
 
583
install-pdf: install-pdf-am
 
584
 
 
585
install-ps: install-ps-am
 
586
 
586
587
installcheck-am:
587
588
 
588
589
maintainer-clean: maintainer-clean-am
603
604
 
604
605
ps-am:
605
606
 
606
 
uninstall-am: uninstall-info-am uninstall-pluginDATA \
607
 
        uninstall-pluginLTLIBRARIES uninstall-supportDATA
 
607
uninstall-am: uninstall-pluginDATA uninstall-pluginLTLIBRARIES \
 
608
        uninstall-supportDATA
 
609
 
 
610
.MAKE: install-am install-strip
608
611
 
609
612
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
610
613
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
611
614
        distclean-compile distclean-generic distclean-libtool \
612
615
        distclean-tags distdir dvi dvi-am html html-am info info-am \
613
 
        install install-am install-data install-data-am install-exec \
614
 
        install-exec-am install-info install-info-am install-man \
615
 
        install-pluginDATA install-pluginLTLIBRARIES install-strip \
616
 
        install-supportDATA installcheck installcheck-am installdirs \
617
 
        maintainer-clean maintainer-clean-generic mostlyclean \
618
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
619
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
620
 
        uninstall-info-am uninstall-pluginDATA \
621
 
        uninstall-pluginLTLIBRARIES uninstall-supportDATA
 
616
        install install-am install-data install-data-am install-dvi \
 
617
        install-dvi-am install-exec install-exec-am install-html \
 
618
        install-html-am install-info install-info-am install-man \
 
619
        install-pdf install-pdf-am install-pluginDATA \
 
620
        install-pluginLTLIBRARIES install-ps install-ps-am \
 
621
        install-strip install-supportDATA installcheck installcheck-am \
 
622
        installdirs maintainer-clean maintainer-clean-generic \
 
623
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
624
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
625
        uninstall-am uninstall-pluginDATA uninstall-pluginLTLIBRARIES \
 
626
        uninstall-supportDATA
622
627
 
623
628
 
624
629
%.gedit-plugin: %.gedit-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache