~ubuntu-branches/ubuntu/lucid/gedit/lucid-updates

« back to all changes in this revision

Viewing changes to plugins/spell/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-07-28 10:11:53 UTC
  • mfrom: (1.1.64 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728101153-tx96qv2r25psmldd
Tags: 2.27.3-0ubuntu1
* New upstream release (LP: #405550)
  - Misc bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
47
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48
50
CONFIG_HEADER = $(top_builddir)/config.h
49
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
50
53
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51
54
am__vpath_adj = case $$p in \
52
55
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53
56
    *) f=$$p;; \
54
57
  esac;
55
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
58
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
59
am__install_max = 40
 
60
am__nobase_strip_setup = \
 
61
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
62
am__nobase_strip = \
 
63
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
64
am__nobase_list = $(am__nobase_strip_setup); \
 
65
  for p in $$list; do echo "$$p $$p"; done | \
 
66
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
67
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
68
    if (++n[$$2] == $(am__install_max)) \
 
69
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
70
    END { for (dir in files) print dir, files[dir] }'
 
71
am__base_list = \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
73
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
56
74
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)" \
57
75
        "$(DESTDIR)$(uidir)"
58
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
59
76
LTLIBRARIES = $(plugin_LTLIBRARIES)
60
77
am__DEPENDENCIES_1 =
61
78
libspell_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
65
82
        gedit-spell-language-dialog.lo \
66
83
        gedit-automatic-spell-checker.lo $(am__objects_1)
67
84
libspell_la_OBJECTS = $(am_libspell_la_OBJECTS)
68
 
libspell_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
85
AM_V_lt = $(am__v_lt_$(V))
 
86
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
87
am__v_lt_0 = --silent
 
88
libspell_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
69
89
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
70
90
        $(libspell_la_LDFLAGS) $(LDFLAGS) -o $@
71
91
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
72
92
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
93
am__depfiles_maybe = depfiles
 
94
am__mv = mv -f
74
95
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
96
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
78
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
97
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
98
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
99
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
100
        $(AM_CFLAGS) $(CFLAGS)
 
101
AM_V_CC = $(am__v_CC_$(V))
 
102
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
103
am__v_CC_0 = @echo "  CC    " $@;
 
104
AM_V_at = $(am__v_at_$(V))
 
105
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
106
am__v_at_0 = @
79
107
CCLD = $(CC)
80
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
82
 
        $(LDFLAGS) -o $@
 
108
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
109
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
110
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
111
AM_V_CCLD = $(am__v_CCLD_$(V))
 
112
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
113
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
114
AM_V_GEN = $(am__v_GEN_$(V))
 
115
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
116
am__v_GEN_0 = @echo "  GEN   " $@;
83
117
SOURCES = $(libspell_la_SOURCES)
84
118
DIST_SOURCES = $(libspell_la_SOURCES)
85
 
pluginDATA_INSTALL = $(INSTALL_DATA)
86
 
uiDATA_INSTALL = $(INSTALL_DATA)
87
119
DATA = $(plugin_DATA) $(ui_DATA)
88
120
ETAGS = etags
89
121
CTAGS = ctags
93
125
ACTIVE_PLUGINS = @ACTIVE_PLUGINS@
94
126
ALL_LINGUAS = @ALL_LINGUAS@
95
127
AMTAR = @AMTAR@
 
128
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
96
129
AR = @AR@
97
130
AUTOCONF = @AUTOCONF@
98
131
AUTOHEADER = @AUTOHEADER@
337
370
              exit 1;; \
338
371
          esac; \
339
372
        done; \
340
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/spell/Makefile'; \
341
 
        cd $(top_srcdir) && \
342
 
          $(AUTOMAKE) --gnu  plugins/spell/Makefile
 
373
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/spell/Makefile'; \
 
374
        $(am__cd) $(top_srcdir) && \
 
375
          $(AUTOMAKE) --gnu plugins/spell/Makefile
343
376
.PRECIOUS: Makefile
344
377
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
345
378
        @case '$?' in \
357
390
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358
391
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
359
392
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
393
$(am__aclocal_m4_deps):
360
394
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
361
395
        @$(NORMAL_INSTALL)
362
396
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
363
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
397
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
398
        list2=; for p in $$list; do \
364
399
          if test -f $$p; then \
365
 
            f=$(am__strip_dir) \
366
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
367
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
400
            list2="$$list2 $$p"; \
368
401
          else :; fi; \
369
 
        done
 
402
        done; \
 
403
        test -z "$$list2" || { \
 
404
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
405
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
406
        }
370
407
 
371
408
uninstall-pluginLTLIBRARIES:
372
409
        @$(NORMAL_UNINSTALL)
373
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
374
 
          p=$(am__strip_dir) \
375
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
376
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
410
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
411
        for p in $$list; do \
 
412
          $(am__strip_dir) \
 
413
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
414
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
377
415
        done
378
416
 
379
417
clean-pluginLTLIBRARIES:
385
423
          rm -f "$${dir}/so_locations"; \
386
424
        done
387
425
libspell.la: $(libspell_la_OBJECTS) $(libspell_la_DEPENDENCIES) 
388
 
        $(libspell_la_LINK) -rpath $(plugindir) $(libspell_la_OBJECTS) $(libspell_la_LIBADD) $(LIBS)
 
426
        $(AM_V_CCLD)$(libspell_la_LINK) -rpath $(plugindir) $(libspell_la_OBJECTS) $(libspell_la_LIBADD) $(LIBS)
389
427
 
390
428
mostlyclean-compile:
391
429
        -rm -f *.$(OBJEXT)
402
440
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gedit-spell-plugin.Plo@am__quote@
403
441
 
404
442
.c.o:
405
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
406
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
443
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
444
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
445
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
407
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
408
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409
448
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
410
449
 
411
450
.c.obj:
412
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
413
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
451
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
452
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
453
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
414
454
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
415
455
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416
456
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
417
457
 
418
458
.c.lo:
419
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
420
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
459
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
460
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
461
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
421
462
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
422
463
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423
464
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
430
471
install-pluginDATA: $(plugin_DATA)
431
472
        @$(NORMAL_INSTALL)
432
473
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
433
 
        @list='$(plugin_DATA)'; for p in $$list; do \
 
474
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
475
        for p in $$list; do \
434
476
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
435
 
          f=$(am__strip_dir) \
436
 
          echo " $(pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
437
 
          $(pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
477
          echo "$$d$$p"; \
 
478
        done | $(am__base_list) | \
 
479
        while read files; do \
 
480
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
 
481
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
438
482
        done
439
483
 
440
484
uninstall-pluginDATA:
441
485
        @$(NORMAL_UNINSTALL)
442
 
        @list='$(plugin_DATA)'; for p in $$list; do \
443
 
          f=$(am__strip_dir) \
444
 
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
445
 
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
446
 
        done
 
486
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
487
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
488
        test -n "$$files" || exit 0; \
 
489
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
490
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
447
491
install-uiDATA: $(ui_DATA)
448
492
        @$(NORMAL_INSTALL)
449
493
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
450
 
        @list='$(ui_DATA)'; for p in $$list; do \
 
494
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
 
495
        for p in $$list; do \
451
496
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
452
 
          f=$(am__strip_dir) \
453
 
          echo " $(uiDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(uidir)/$$f'"; \
454
 
          $(uiDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(uidir)/$$f"; \
 
497
          echo "$$d$$p"; \
 
498
        done | $(am__base_list) | \
 
499
        while read files; do \
 
500
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
 
501
          $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
455
502
        done
456
503
 
457
504
uninstall-uiDATA:
458
505
        @$(NORMAL_UNINSTALL)
459
 
        @list='$(ui_DATA)'; for p in $$list; do \
460
 
          f=$(am__strip_dir) \
461
 
          echo " rm -f '$(DESTDIR)$(uidir)/$$f'"; \
462
 
          rm -f "$(DESTDIR)$(uidir)/$$f"; \
463
 
        done
 
506
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
 
507
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
508
        test -n "$$files" || exit 0; \
 
509
        echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
 
510
        cd "$(DESTDIR)$(uidir)" && rm -f $$files
464
511
 
465
512
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
466
513
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
474
521
 
475
522
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
476
523
                $(TAGS_FILES) $(LISP)
477
 
        tags=; \
 
524
        set x; \
478
525
        here=`pwd`; \
479
526
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
480
527
        unique=`for i in $$list; do \
482
529
          done | \
483
530
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
484
531
              END { if (nonempty) { for (i in files) print i; }; }'`; \
485
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
532
        shift; \
 
533
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
486
534
          test -n "$$unique" || unique=$$empty_fix; \
487
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
488
 
            $$tags $$unique; \
 
535
          if test $$# -gt 0; then \
 
536
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
537
              "$$@" $$unique; \
 
538
          else \
 
539
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
540
              $$unique; \
 
541
          fi; \
489
542
        fi
490
543
ctags: CTAGS
491
544
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
492
545
                $(TAGS_FILES) $(LISP)
493
 
        tags=; \
494
546
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
495
547
        unique=`for i in $$list; do \
496
548
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497
549
          done | \
498
550
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499
551
              END { if (nonempty) { for (i in files) print i; }; }'`; \
500
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
552
        test -z "$(CTAGS_ARGS)$$unique" \
501
553
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
502
 
             $$tags $$unique
 
554
             $$unique
503
555
 
504
556
GTAGS:
505
557
        here=`$(am__cd) $(top_builddir) && pwd` \
506
 
          && cd $(top_srcdir) \
507
 
          && gtags -i $(GTAGS_ARGS) $$here
 
558
          && $(am__cd) $(top_srcdir) \
 
559
          && gtags -i $(GTAGS_ARGS) "$$here"
508
560
 
509
561
distclean-tags:
510
562
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
525
577
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
526
578
          if test -d $$d/$$file; then \
527
579
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
580
            if test -d "$(distdir)/$$file"; then \
 
581
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
582
            fi; \
528
583
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
529
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
584
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
585
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530
586
            fi; \
531
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
587
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
532
588
          else \
533
 
            test -f $(distdir)/$$file \
534
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
589
            test -f "$(distdir)/$$file" \
 
590
            || cp -p $$d/$$file "$(distdir)/$$file" \
535
591
            || exit 1; \
536
592
          fi; \
537
593
        done
568
624
 
569
625
distclean-generic:
570
626
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
627
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
571
628
 
572
629
maintainer-clean-generic:
573
630
        @echo "This command is intended for maintainers to use"
590
647
 
591
648
html: html-am
592
649
 
 
650
html-am:
 
651
 
593
652
info: info-am
594
653
 
595
654
info-am:
599
658
 
600
659
install-dvi: install-dvi-am
601
660
 
 
661
install-dvi-am:
 
662
 
602
663
install-exec-am:
603
664
 
604
665
install-html: install-html-am
605
666
 
 
667
install-html-am:
 
668
 
606
669
install-info: install-info-am
607
670
 
 
671
install-info-am:
 
672
 
608
673
install-man:
609
674
 
610
675
install-pdf: install-pdf-am
611
676
 
 
677
install-pdf-am:
 
678
 
612
679
install-ps: install-ps-am
613
680
 
 
681
install-ps-am:
 
682
 
614
683
installcheck-am:
615
684
 
616
685
maintainer-clean: maintainer-clean-am
634
703
uninstall-am: uninstall-pluginDATA uninstall-pluginLTLIBRARIES \
635
704
        uninstall-uiDATA
636
705
 
637
 
.MAKE: install-am install-strip
 
706
.MAKE: all check install install-am install-strip
638
707
 
639
708
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
640
709
        clean-libtool clean-pluginLTLIBRARIES ctags dist-hook \
666
735
        cd $(distdir); rm -f $(BUILT_SOURCES)
667
736
 
668
737
-include $(top_srcdir)/git.mk
 
738
 
669
739
# Tell versions [3.59,3.63) of GNU make to not export all variables.
670
740
# Otherwise a system limit (for SysV at least) may be exceeded.
671
741
.NOEXPORT: