~ubuntu-branches/debian/sid/gsettings-desktop-schemas/sid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2013-10-12 23:51:50 UTC
  • mfrom: (12.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20131012235150-ch6q1f92n7cfulrb
Tags: 3.8.2-2
* debian/control.in:
  + Switch gir1.2-gdesktopenums-3.0 to section introspection.
* Upload to unstable.

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@
33
49
PRE_UNINSTALL = :
34
50
POST_UNINSTALL = :
35
51
subdir = .
36
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
37
 
        $(srcdir)/Makefile.in \
38
 
        $(srcdir)/gsettings-desktop-schemas.pc.in \
39
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog NEWS \
40
 
        install-sh missing mkinstalldirs
 
52
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
53
        $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \
 
54
        $(srcdir)/gsettings-desktop-schemas.pc.in AUTHORS COPYING \
 
55
        ChangeLog NEWS README install-sh missing
41
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
57
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
43
58
        $(top_srcdir)/configure.ac
48
63
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49
64
CONFIG_CLEAN_FILES = gsettings-desktop-schemas.pc
50
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 = :
51
70
AM_V_GEN = $(am__v_GEN_@AM_V@)
52
71
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
53
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
72
am__v_GEN_0 = @echo "  GEN     " $@;
 
73
am__v_GEN_1 = 
54
74
AM_V_at = $(am__v_at_@AM_V@)
55
75
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
56
76
am__v_at_0 = @
 
77
am__v_at_1 = 
57
78
SOURCES =
58
79
DIST_SOURCES =
59
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60
 
        html-recursive info-recursive install-data-recursive \
61
 
        install-dvi-recursive install-exec-recursive \
62
 
        install-html-recursive install-info-recursive \
63
 
        install-pdf-recursive install-ps-recursive install-recursive \
64
 
        installcheck-recursive installdirs-recursive pdf-recursive \
65
 
        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
66
93
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
67
94
am__vpath_adj = case $$p in \
68
95
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
94
121
DATA = $(pkgconfig_DATA)
95
122
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
96
123
  distclean-recursive maintainer-clean-recursive
97
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
98
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
99
 
        distdir dist dist-all distcheck
 
124
am__recursive_targets = \
 
125
  $(RECURSIVE_TARGETS) \
 
126
  $(RECURSIVE_CLEAN_TARGETS) \
 
127
  $(am__extra_recursive_targets)
 
128
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
129
        cscope distdir dist dist-all distcheck
 
130
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
131
# Read a list of newline-separated strings from the standard input,
 
132
# and print each of them once, without duplicates.  Input order is
 
133
# *not* preserved.
 
134
am__uniquify_input = $(AWK) '\
 
135
  BEGIN { nonempty = 0; } \
 
136
  { items[$$0] = 1; nonempty = 1; } \
 
137
  END { if (nonempty) { for (i in items) print i; }; } \
 
138
'
 
139
# Make sure the list of sources is unique.  This is necessary because,
 
140
# e.g., the same source file might be shared among _SOURCES variables
 
141
# for different programs/libraries.
 
142
am__define_uniq_tagged_files = \
 
143
  list='$(am__tagged_files)'; \
 
144
  unique=`for i in $$list; do \
 
145
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
146
  done | $(am__uniquify_input)`
100
147
ETAGS = etags
101
148
CTAGS = ctags
 
149
CSCOPE = cscope
102
150
DIST_SUBDIRS = $(SUBDIRS)
103
151
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104
152
distdir = $(PACKAGE)-$(VERSION)
109
157
      && rm -rf "$(distdir)" \
110
158
      || { sleep 5 && rm -rf "$(distdir)"; }; \
111
159
  else :; fi
 
160
am__post_remove_distdir = $(am__remove_distdir)
112
161
am__relativize = \
113
162
  dir0=`pwd`; \
114
163
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
136
185
  reldir="$$dir2"
137
186
GZIP_ENV = --best
138
187
DIST_ARCHIVES = $(distdir).tar.xz
 
188
DIST_TARGETS = dist-xz
139
189
distuninstallcheck_listfiles = find . -type f -print
140
190
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
141
191
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
181
231
INTLTOOL_MERGE = @INTLTOOL_MERGE@
182
232
INTLTOOL_PERL = @INTLTOOL_PERL@
183
233
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
234
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
235
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
236
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
237
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
184
238
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
185
239
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
186
240
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
247
301
includedir = @includedir@
248
302
infodir = @infodir@
249
303
install_sh = @install_sh@
 
304
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
305
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
250
306
libdir = @libdir@
251
307
libexecdir = @libexecdir@
252
308
localedir = @localedir@
328
384
        cd $(top_builddir) && $(SHELL) ./config.status $@
329
385
install-pkgconfigDATA: $(pkgconfig_DATA)
330
386
        @$(NORMAL_INSTALL)
331
 
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
332
387
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
388
        if test -n "$$list"; then \
 
389
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
 
390
          $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
 
391
        fi; \
333
392
        for p in $$list; do \
334
393
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
335
394
          echo "$$d$$p"; \
346
405
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
347
406
 
348
407
# This directory's subdirectories are mostly independent; you can cd
349
 
# into them and run `make' without going through this Makefile.
350
 
# To change the values of `make' variables: instead of editing Makefiles,
351
 
# (1) if the variable is set in `config.status', edit `config.status'
352
 
#     (which will cause the Makefiles to be regenerated when you run `make');
353
 
# (2) otherwise, pass the desired values on the `make' command line.
354
 
$(RECURSIVE_TARGETS):
 
408
# into them and run 'make' without going through this Makefile.
 
409
# To change the values of 'make' variables: instead of editing Makefiles,
 
410
# (1) if the variable is set in 'config.status', edit 'config.status'
 
411
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
412
# (2) otherwise, pass the desired values on the 'make' command line.
 
413
$(am__recursive_targets):
355
414
        @fail= failcom='exit 1'; \
356
415
        for f in x $$MAKEFLAGS; do \
357
416
          case $$f in \
361
420
        done; \
362
421
        dot_seen=no; \
363
422
        target=`echo $@ | sed s/-recursive//`; \
364
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
423
        case "$@" in \
 
424
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
425
          *) list='$(SUBDIRS)' ;; \
 
426
        esac; \
 
427
        for subdir in $$list; do \
365
428
          echo "Making $$target in $$subdir"; \
366
429
          if test "$$subdir" = "."; then \
367
430
            dot_seen=yes; \
376
439
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
377
440
        fi; test -z "$$fail"
378
441
 
379
 
$(RECURSIVE_CLEAN_TARGETS):
380
 
        @fail= failcom='exit 1'; \
381
 
        for f in x $$MAKEFLAGS; do \
382
 
          case $$f in \
383
 
            *=* | --[!k]*);; \
384
 
            *k*) failcom='fail=yes';; \
385
 
          esac; \
386
 
        done; \
387
 
        dot_seen=no; \
388
 
        case "$@" in \
389
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
390
 
          *) list='$(SUBDIRS)' ;; \
391
 
        esac; \
392
 
        rev=''; for subdir in $$list; do \
393
 
          if test "$$subdir" = "."; then :; else \
394
 
            rev="$$subdir $$rev"; \
395
 
          fi; \
396
 
        done; \
397
 
        rev="$$rev ."; \
398
 
        target=`echo $@ | sed s/-recursive//`; \
399
 
        for subdir in $$rev; do \
400
 
          echo "Making $$target in $$subdir"; \
401
 
          if test "$$subdir" = "."; then \
402
 
            local_target="$$target-am"; \
403
 
          else \
404
 
            local_target="$$target"; \
405
 
          fi; \
406
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
407
 
          || eval $$failcom; \
408
 
        done && test -z "$$fail"
409
 
tags-recursive:
410
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
411
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
412
 
        done
413
 
ctags-recursive:
414
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
415
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
416
 
        done
417
 
 
418
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
419
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
420
 
        unique=`for i in $$list; do \
421
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
422
 
          done | \
423
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
424
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
425
 
        mkid -fID $$unique
426
 
tags: TAGS
427
 
 
428
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
429
 
                $(TAGS_FILES) $(LISP)
 
442
ID: $(am__tagged_files)
 
443
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
444
tags: tags-recursive
 
445
TAGS: tags
 
446
 
 
447
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
430
448
        set x; \
431
449
        here=`pwd`; \
432
450
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
442
460
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
443
461
          fi; \
444
462
        done; \
445
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
446
 
        unique=`for i in $$list; do \
447
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
448
 
          done | \
449
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
450
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
463
        $(am__define_uniq_tagged_files); \
451
464
        shift; \
452
465
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
453
466
          test -n "$$unique" || unique=$$empty_fix; \
459
472
              $$unique; \
460
473
          fi; \
461
474
        fi
462
 
ctags: CTAGS
463
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
464
 
                $(TAGS_FILES) $(LISP)
465
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
466
 
        unique=`for i in $$list; do \
467
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468
 
          done | \
469
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
470
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
475
ctags: ctags-recursive
 
476
 
 
477
CTAGS: ctags
 
478
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
479
        $(am__define_uniq_tagged_files); \
471
480
        test -z "$(CTAGS_ARGS)$$unique" \
472
481
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
473
482
             $$unique
476
485
        here=`$(am__cd) $(top_builddir) && pwd` \
477
486
          && $(am__cd) $(top_srcdir) \
478
487
          && gtags -i $(GTAGS_ARGS) "$$here"
 
488
cscope: cscope.files
 
489
        test ! -s cscope.files \
 
490
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
491
clean-cscope:
 
492
        -rm -f cscope.files
 
493
cscope.files: clean-cscope cscopelist
 
494
cscopelist: cscopelist-recursive
 
495
 
 
496
cscopelist-am: $(am__tagged_files)
 
497
        list='$(am__tagged_files)'; \
 
498
        case "$(srcdir)" in \
 
499
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
500
          *) sdir=$(subdir)/$(srcdir) ;; \
 
501
        esac; \
 
502
        for i in $$list; do \
 
503
          if test -f "$$i"; then \
 
504
            echo "$(subdir)/$$i"; \
 
505
          else \
 
506
            echo "$$sdir/$$i"; \
 
507
          fi; \
 
508
        done >> $(top_builddir)/cscope.files
479
509
 
480
510
distclean-tags:
481
511
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
512
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
482
513
 
483
514
distdir: $(DISTFILES)
484
515
        $(am__remove_distdir)
514
545
        done
515
546
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
516
547
          if test "$$subdir" = .; then :; else \
517
 
            test -d "$(distdir)/$$subdir" \
518
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
519
 
            || exit 1; \
520
 
          fi; \
521
 
        done
522
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
523
 
          if test "$$subdir" = .; then :; else \
 
548
            $(am__make_dryrun) \
 
549
              || test -d "$(distdir)/$$subdir" \
 
550
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
551
              || exit 1; \
524
552
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
525
553
            $(am__relativize); \
526
554
            new_distdir=$$reldir; \
549
577
        || chmod -R a+r "$(distdir)"
550
578
dist-gzip: distdir
551
579
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
552
 
        $(am__remove_distdir)
 
580
        $(am__post_remove_distdir)
553
581
 
554
582
dist-bzip2: distdir
555
583
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
556
 
        $(am__remove_distdir)
 
584
        $(am__post_remove_distdir)
557
585
 
558
586
dist-lzip: distdir
559
587
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
560
 
        $(am__remove_distdir)
561
 
 
562
 
dist-lzma: distdir
563
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
564
 
        $(am__remove_distdir)
 
588
        $(am__post_remove_distdir)
565
589
dist-xz: distdir
566
590
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
567
 
        $(am__remove_distdir)
 
591
        $(am__post_remove_distdir)
568
592
 
569
593
dist-tarZ: distdir
570
594
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
571
 
        $(am__remove_distdir)
 
595
        $(am__post_remove_distdir)
572
596
 
573
597
dist-shar: distdir
574
598
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
575
 
        $(am__remove_distdir)
 
599
        $(am__post_remove_distdir)
576
600
 
577
601
dist-zip: distdir
578
602
        -rm -f $(distdir).zip
579
603
        zip -rq $(distdir).zip $(distdir)
580
 
        $(am__remove_distdir)
 
604
        $(am__post_remove_distdir)
581
605
 
582
 
dist dist-all: distdir
583
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
584
 
        $(am__remove_distdir)
 
606
dist dist-all:
 
607
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
608
        $(am__post_remove_distdir)
585
609
 
586
610
# This target untars the dist file and tries a VPATH configuration.  Then
587
611
# it guarantees that the distribution is self-contained by making another
592
616
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
593
617
        *.tar.bz2*) \
594
618
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
595
 
        *.tar.lzma*) \
596
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
597
619
        *.tar.lz*) \
598
620
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
599
621
        *.tar.xz*) \
605
627
        *.zip*) \
606
628
          unzip $(distdir).zip ;;\
607
629
        esac
608
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
609
 
        mkdir $(distdir)/_build
610
 
        mkdir $(distdir)/_inst
 
630
        chmod -R a-w $(distdir)
 
631
        chmod u+w $(distdir)
 
632
        mkdir $(distdir)/_build $(distdir)/_inst
611
633
        chmod a-w $(distdir)
612
634
        test -d $(distdir)/_build || exit 0; \
613
635
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
639
661
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
640
662
          && cd "$$am__cwd" \
641
663
          || exit 1
642
 
        $(am__remove_distdir)
 
664
        $(am__post_remove_distdir)
643
665
        @(echo "$(distdir) archives ready for distribution: "; \
644
666
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
645
667
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
777
799
 
778
800
uninstall-am: uninstall-pkgconfigDATA
779
801
 
780
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
781
 
        install-am install-strip tags-recursive
 
802
.MAKE: $(am__recursive_targets) install-am install-strip
782
803
 
783
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
784
 
        all all-am am--refresh check check-am clean clean-generic \
785
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
786
 
        dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
804
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
805
        am--refresh check check-am clean clean-cscope clean-generic \
 
806
        cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
 
807
        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
787
808
        distcheck distclean distclean-generic distclean-tags \
788
809
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
789
810
        html-am info info-am install install-am install-data \
793
814
        install-pkgconfigDATA install-ps install-ps-am install-strip \
794
815
        installcheck installcheck-am installdirs installdirs-am \
795
816
        maintainer-clean maintainer-clean-generic mostlyclean \
796
 
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
797
 
        uninstall uninstall-am uninstall-pkgconfigDATA
 
817
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 
818
        uninstall-am uninstall-pkgconfigDATA
798
819
 
799
820
 
800
821
-include $(top_srcdir)/git.mk