~ubuntu-branches/ubuntu/oneiric/gnome-system-tools/oneiric

« back to all changes in this revision

Viewing changes to src/shares/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-10-19 20:49:26 UTC
  • mto: (1.2.8 squeeze)
  • mto: This revision was merged to the branch mainline in revision 90.
  • Revision ID: james.westby@ubuntu.com-20091019204926-yzdhixh8c0jrznqo
Tags: upstream-2.28.1
ImportĀ upstreamĀ versionĀ 2.28.1

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.
21
22
 
22
23
VPATH = @srcdir@
23
24
pkgdatadir = $(datadir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
24
26
pkglibdir = $(libdir)/@PACKAGE@
25
 
pkgincludedir = $(includedir)/@PACKAGE@
 
27
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
28
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
29
install_sh_DATA = $(install_sh) -c -m 644
28
30
install_sh_PROGRAM = $(install_sh) -c
43
45
bin_PROGRAMS = shares-admin$(EXEEXT)
44
46
subdir = src/shares
45
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
48
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
49
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
50
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
51
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
52
        $(top_srcdir)/configure.in
47
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
54
        $(ACLOCAL_M4)
49
55
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50
56
CONFIG_HEADER = $(top_builddir)/config.h
51
57
CONFIG_CLEAN_FILES = shares.desktop.in
 
58
CONFIG_CLEAN_VPATH_FILES =
52
59
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(desktopdir)"
53
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
54
60
PROGRAMS = $(bin_PROGRAMS)
55
61
am_shares_admin_OBJECTS = table.$(OBJEXT) users-table.$(OBJEXT) \
56
62
        nfs-acl-table.$(OBJEXT) callbacks.$(OBJEXT) \
61
67
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
69
am__depfiles_maybe = depfiles
 
70
am__mv = mv -f
64
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
73
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
84
91
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
85
92
    *) f=$$p;; \
86
93
  esac;
87
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
88
 
desktopDATA_INSTALL = $(INSTALL_DATA)
 
94
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
95
am__install_max = 40
 
96
am__nobase_strip_setup = \
 
97
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
98
am__nobase_strip = \
 
99
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
100
am__nobase_list = $(am__nobase_strip_setup); \
 
101
  for p in $$list; do echo "$$p $$p"; done | \
 
102
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
103
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
104
    if (++n[$$2] == $(am__install_max)) \
 
105
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
106
    END { for (dir in files) print dir, files[dir] }'
 
107
am__base_list = \
 
108
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
109
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
89
110
DATA = $(desktop_DATA)
90
111
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
91
112
  distclean-recursive maintainer-clean-recursive
 
113
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
114
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
115
        distdir
92
116
ETAGS = etags
93
117
CTAGS = ctags
94
118
DIST_SUBDIRS = nautilus
95
119
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
120
am__relativize = \
 
121
  dir0=`pwd`; \
 
122
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
123
  sed_rest='s,^[^/]*/*,,'; \
 
124
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
125
  sed_butlast='s,/*[^/]*$$,,'; \
 
126
  while test -n "$$dir1"; do \
 
127
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
128
    if test "$$first" != "."; then \
 
129
      if test "$$first" = ".."; then \
 
130
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
131
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
132
      else \
 
133
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
134
        if test "$$first2" = "$$first"; then \
 
135
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
136
        else \
 
137
          dir2="../$$dir2"; \
 
138
        fi; \
 
139
        dir0="$$dir0"/"$$first"; \
 
140
      fi; \
 
141
    fi; \
 
142
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
143
  done; \
 
144
  reldir="$$dir2"
96
145
ACLOCAL = @ACLOCAL@
97
146
ALL_LINGUAS = @ALL_LINGUAS@
98
147
AMTAR = @AMTAR@
186
235
PACKAGE_NAME = @PACKAGE_NAME@
187
236
PACKAGE_STRING = @PACKAGE_STRING@
188
237
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
238
PACKAGE_URL = @PACKAGE_URL@
189
239
PACKAGE_VERSION = @PACKAGE_VERSION@
190
240
PATH_SEPARATOR = @PATH_SEPARATOR@
191
241
PKG_CONFIG = @PKG_CONFIG@
298
348
              exit 1;; \
299
349
          esac; \
300
350
        done; \
301
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/shares/Makefile'; \
302
 
        cd $(top_srcdir) && \
303
 
          $(AUTOMAKE) --gnu  src/shares/Makefile
 
351
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/shares/Makefile'; \
 
352
        $(am__cd) $(top_srcdir) && \
 
353
          $(AUTOMAKE) --gnu src/shares/Makefile
304
354
.PRECIOUS: Makefile
305
355
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306
356
        @case '$?' in \
318
368
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319
369
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
320
370
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
371
$(am__aclocal_m4_deps):
321
372
shares.desktop.in: $(top_builddir)/config.status $(srcdir)/shares.desktop.in.in
322
373
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
323
374
install-binPROGRAMS: $(bin_PROGRAMS)
324
375
        @$(NORMAL_INSTALL)
325
376
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
326
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
327
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
328
 
          if test -f $$p \
329
 
             || test -f $$p1 \
330
 
          ; then \
331
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
332
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
333
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
334
 
          else :; fi; \
335
 
        done
 
377
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
378
        for p in $$list; do echo "$$p $$p"; done | \
 
379
        sed 's/$(EXEEXT)$$//' | \
 
380
        while read p p1; do if test -f $$p || test -f $$p1; \
 
381
          then echo "$$p"; echo "$$p"; else :; fi; \
 
382
        done | \
 
383
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
384
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
385
        sed 'N;N;N;s,\n, ,g' | \
 
386
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
387
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
388
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
389
            else { print "f", $$3 "/" $$4, $$1; } } \
 
390
          END { for (d in files) print "f", d, files[d] }' | \
 
391
        while read type dir files; do \
 
392
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
393
            test -z "$$files" || { \
 
394
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
395
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
396
            } \
 
397
        ; done
336
398
 
337
399
uninstall-binPROGRAMS:
338
400
        @$(NORMAL_UNINSTALL)
339
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
340
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
341
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
342
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
343
 
        done
 
401
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
402
        files=`for p in $$list; do echo "$$p"; done | \
 
403
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
404
              -e 's/$$/$(EXEEXT)/' `; \
 
405
        test -n "$$list" || exit 0; \
 
406
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
407
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
344
408
 
345
409
clean-binPROGRAMS:
346
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
347
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
348
 
          echo " rm -f $$p $$f"; \
349
 
          rm -f $$p $$f ; \
350
 
        done
 
410
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
411
        echo " rm -f" $$list; \
 
412
        rm -f $$list || exit $$?; \
 
413
        test -n "$(EXEEXT)" || exit 0; \
 
414
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
415
        echo " rm -f" $$list; \
 
416
        rm -f $$list
351
417
shares-admin$(EXEEXT): $(shares_admin_OBJECTS) $(shares_admin_DEPENDENCIES) 
352
418
        @rm -f shares-admin$(EXEEXT)
353
419
        $(LINK) $(shares_admin_OBJECTS) $(shares_admin_LDADD) $(LIBS)
369
435
 
370
436
.c.o:
371
437
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
372
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
438
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
373
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
374
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375
441
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
376
442
 
377
443
.c.obj:
378
444
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
379
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
445
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
380
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
381
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382
448
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
383
449
 
384
450
.c.lo:
385
451
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
386
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
452
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
387
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
388
454
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389
455
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
396
462
install-desktopDATA: $(desktop_DATA)
397
463
        @$(NORMAL_INSTALL)
398
464
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
399
 
        @list='$(desktop_DATA)'; for p in $$list; do \
 
465
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
466
        for p in $$list; do \
400
467
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
401
 
          f=$(am__strip_dir) \
402
 
          echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
403
 
          $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
 
468
          echo "$$d$$p"; \
 
469
        done | $(am__base_list) | \
 
470
        while read files; do \
 
471
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
 
472
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
404
473
        done
405
474
 
406
475
uninstall-desktopDATA:
407
476
        @$(NORMAL_UNINSTALL)
408
 
        @list='$(desktop_DATA)'; for p in $$list; do \
409
 
          f=$(am__strip_dir) \
410
 
          echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
411
 
          rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
412
 
        done
 
477
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
478
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
479
        test -n "$$files" || exit 0; \
 
480
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
 
481
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
413
482
 
414
483
# This directory's subdirectories are mostly independent; you can cd
415
484
# into them and run `make' without going through this Makefile.
435
504
          else \
436
505
            local_target="$$target"; \
437
506
          fi; \
438
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
507
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
439
508
          || eval $$failcom; \
440
509
        done; \
441
510
        if test "$$dot_seen" = "no"; then \
469
538
          else \
470
539
            local_target="$$target"; \
471
540
          fi; \
472
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
541
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
473
542
          || eval $$failcom; \
474
543
        done && test -z "$$fail"
475
544
tags-recursive:
476
545
        list='$(SUBDIRS)'; for subdir in $$list; do \
477
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
546
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
478
547
        done
479
548
ctags-recursive:
480
549
        list='$(SUBDIRS)'; for subdir in $$list; do \
481
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
550
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
482
551
        done
483
552
 
484
553
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
493
562
 
494
563
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
495
564
                $(TAGS_FILES) $(LISP)
496
 
        tags=; \
 
565
        set x; \
497
566
        here=`pwd`; \
498
567
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
499
568
          include_option=--etags-include; \
505
574
        list='$(SUBDIRS)'; for subdir in $$list; do \
506
575
          if test "$$subdir" = .; then :; else \
507
576
            test ! -f $$subdir/TAGS || \
508
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
577
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
509
578
          fi; \
510
579
        done; \
511
580
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
514
583
          done | \
515
584
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
516
585
              END { if (nonempty) { for (i in files) print i; }; }'`; \
517
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
586
        shift; \
 
587
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
518
588
          test -n "$$unique" || unique=$$empty_fix; \
519
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
520
 
            $$tags $$unique; \
 
589
          if test $$# -gt 0; then \
 
590
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
591
              "$$@" $$unique; \
 
592
          else \
 
593
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
594
              $$unique; \
 
595
          fi; \
521
596
        fi
522
597
ctags: CTAGS
523
598
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
524
599
                $(TAGS_FILES) $(LISP)
525
 
        tags=; \
526
600
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
527
601
        unique=`for i in $$list; do \
528
602
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
529
603
          done | \
530
604
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
531
605
              END { if (nonempty) { for (i in files) print i; }; }'`; \
532
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
606
        test -z "$(CTAGS_ARGS)$$unique" \
533
607
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
534
 
             $$tags $$unique
 
608
             $$unique
535
609
 
536
610
GTAGS:
537
611
        here=`$(am__cd) $(top_builddir) && pwd` \
538
 
          && cd $(top_srcdir) \
539
 
          && gtags -i $(GTAGS_ARGS) $$here
 
612
          && $(am__cd) $(top_srcdir) \
 
613
          && gtags -i $(GTAGS_ARGS) "$$here"
540
614
 
541
615
distclean-tags:
542
616
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
557
631
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
558
632
          if test -d $$d/$$file; then \
559
633
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
634
            if test -d "$(distdir)/$$file"; then \
 
635
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
636
            fi; \
560
637
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
561
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
638
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
639
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
562
640
            fi; \
563
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
641
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
564
642
          else \
565
 
            test -f $(distdir)/$$file \
566
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
643
            test -f "$(distdir)/$$file" \
 
644
            || cp -p $$d/$$file "$(distdir)/$$file" \
567
645
            || exit 1; \
568
646
          fi; \
569
647
        done
570
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
648
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
571
649
          if test "$$subdir" = .; then :; else \
572
650
            test -d "$(distdir)/$$subdir" \
573
651
            || $(MKDIR_P) "$(distdir)/$$subdir" \
574
652
            || exit 1; \
575
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
576
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
577
 
            (cd $$subdir && \
 
653
          fi; \
 
654
        done
 
655
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
656
          if test "$$subdir" = .; then :; else \
 
657
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
658
            $(am__relativize); \
 
659
            new_distdir=$$reldir; \
 
660
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
661
            $(am__relativize); \
 
662
            new_top_distdir=$$reldir; \
 
663
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
664
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
665
            ($(am__cd) $$subdir && \
578
666
              $(MAKE) $(AM_MAKEFLAGS) \
579
 
                top_distdir="$$top_distdir" \
580
 
                distdir="$$distdir/$$subdir" \
 
667
                top_distdir="$$new_top_distdir" \
 
668
                distdir="$$new_distdir" \
581
669
                am__remove_distdir=: \
582
670
                am__skip_length_check=: \
 
671
                am__skip_mode_fix=: \
583
672
                distdir) \
584
673
              || exit 1; \
585
674
          fi; \
613
702
 
614
703
distclean-generic:
615
704
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
705
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
616
706
 
617
707
maintainer-clean-generic:
618
708
        @echo "This command is intended for maintainers to use"
633
723
 
634
724
html: html-recursive
635
725
 
 
726
html-am:
 
727
 
636
728
info: info-recursive
637
729
 
638
730
info-am:
641
733
 
642
734
install-dvi: install-dvi-recursive
643
735
 
 
736
install-dvi-am:
 
737
 
644
738
install-exec-am: install-binPROGRAMS
645
739
 
646
740
install-html: install-html-recursive
647
741
 
 
742
install-html-am:
 
743
 
648
744
install-info: install-info-recursive
649
745
 
 
746
install-info-am:
 
747
 
650
748
install-man:
651
749
 
652
750
install-pdf: install-pdf-recursive
653
751
 
 
752
install-pdf-am:
 
753
 
654
754
install-ps: install-ps-recursive
655
755
 
 
756
install-ps-am:
 
757
 
656
758
installcheck-am:
657
759
 
658
760
maintainer-clean: maintainer-clean-recursive
675
777
 
676
778
uninstall-am: uninstall-binPROGRAMS uninstall-desktopDATA
677
779
 
678
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
679
 
        install-strip
 
780
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
781
        install-am install-strip tags-recursive
680
782
 
681
783
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
682
784
        all all-am check check-am clean clean-binPROGRAMS \
697
799
@INTLTOOL_DESKTOP_RULE@
698
800
 
699
801
-include $(top_srcdir)/git.mk
 
802
 
700
803
# Tell versions [3.59,3.63) of GNU make to not export all variables.
701
804
# Otherwise a system limit (for SysV at least) may be exceeded.
702
805
.NOEXPORT: