~ubuntu-branches/ubuntu/vivid/gnome-desktop3/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/reference/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2013-05-28 09:10:46 UTC
  • mfrom: (1.6.1) (21.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20130528091046-b0oc28za9l97fgq1
Tags: 3.8.2-0ubuntu1
* New upstream release
* Sync with Debian (LP: #1184812) Remaining changes:
  - debian/patches:
    + 04_compute_average_color.patch: Compute the avergage color in
      gnome-desktop itself, not in unity to fix some races (LP #963140)
    + tweak_color_computation.patch, Patch from Gord, no patch header,
      no bug link.
    + git_revert_draw_background.patch
    + ubuntu_language.patch, Ported relevant bits from g-c-c 
      52_region_language.patch, as required for gnome 3.8 region panel
    + ubuntu_language_list_from_SUPPORTED.patch,
      adds api to get list of available languages from SUPPORTED file.
      To be used by gnome 3.8 region panel language installation.
  - debian/control.in:
    + Don't break gnome-shell << 3.7.90
    + Use source:Version for gnome-desktop3-data Depend
    + Add epoch to gnome-desktop3-data's Breaks/Replaces, as our old
      gnome-desktop source package introduced an epoch. This needs to be
      kept until after 14.04 LTS.
 - Install helper tools into a versioned directory (by overriding
   libexecdir). They could alternatively be installed in a separate package
* Dropped changes:
  - 02_refuse_to_break_GL_compositors.patch:
    + Doesn't appear to be needed any more
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6
 
# 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.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
 
17
am__make_dryrun = \
 
18
  { \
 
19
    am__dry=no; \
 
20
    case $$MAKEFLAGS in \
 
21
      *\\[\ \   ]*) \
 
22
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
23
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
24
      *) \
 
25
        for am__flg in $$MAKEFLAGS; do \
 
26
          case $$am__flg in \
 
27
            *=*|--*) ;; \
 
28
            *n*) am__dry=yes; break;; \
 
29
          esac; \
 
30
        done;; \
 
31
    esac; \
 
32
    test $$am__dry = yes; \
 
33
  }
18
34
pkgdatadir = $(datadir)/@PACKAGE@
19
35
pkgincludedir = $(includedir)/@PACKAGE@
20
36
pkglibdir = $(libdir)/@PACKAGE@
34
50
build_triplet = @build@
35
51
host_triplet = @host@
36
52
subdir = docs/reference
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
53
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
38
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
40
 
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
41
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
42
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
43
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
44
 
        $(top_srcdir)/configure.ac
 
55
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
 
56
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
57
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
58
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
59
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
45
60
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
61
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
62
mkinstalldirs = $(install_sh) -d
48
63
CONFIG_HEADER = $(top_builddir)/config.h
49
64
CONFIG_CLEAN_FILES =
50
65
CONFIG_CLEAN_VPATH_FILES =
51
 
AM_V_GEN = $(am__v_GEN_$(V))
52
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
53
 
am__v_GEN_0 = @echo "  GEN   " $@;
54
 
AM_V_at = $(am__v_at_$(V))
55
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
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 = :
 
70
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
71
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
72
am__v_GEN_0 = @echo "  GEN     " $@;
 
73
am__v_GEN_1 = 
 
74
AM_V_at = $(am__v_at_@AM_V@)
 
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
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
67
94
  distclean-recursive maintainer-clean-recursive
68
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
69
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
95
am__recursive_targets = \
 
96
  $(RECURSIVE_TARGETS) \
 
97
  $(RECURSIVE_CLEAN_TARGETS) \
 
98
  $(am__extra_recursive_targets)
 
99
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
70
100
        distdir
 
101
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
102
# Read a list of newline-separated strings from the standard input,
 
103
# and print each of them once, without duplicates.  Input order is
 
104
# *not* preserved.
 
105
am__uniquify_input = $(AWK) '\
 
106
  BEGIN { nonempty = 0; } \
 
107
  { items[$$0] = 1; nonempty = 1; } \
 
108
  END { if (nonempty) { for (i in items) print i; }; } \
 
109
'
 
110
# Make sure the list of sources is unique.  This is necessary because,
 
111
# e.g., the same source file might be shared among _SOURCES variables
 
112
# for different programs/libraries.
 
113
am__define_uniq_tagged_files = \
 
114
  list='$(am__tagged_files)'; \
 
115
  unique=`for i in $$list; do \
 
116
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
117
  done | $(am__uniquify_input)`
71
118
ETAGS = etags
72
119
CTAGS = ctags
73
120
DIST_SUBDIRS = $(SUBDIRS)
120
167
DEPDIR = @DEPDIR@
121
168
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
122
169
DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
123
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
124
170
DLLTOOL = @DLLTOOL@
125
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
126
171
DSYMUTIL = @DSYMUTIL@
127
172
DUMPBIN = @DUMPBIN@
128
173
ECHO_C = @ECHO_C@
165
210
INTLTOOL_MERGE = @INTLTOOL_MERGE@
166
211
INTLTOOL_PERL = @INTLTOOL_PERL@
167
212
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
213
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
214
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
215
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
216
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
168
217
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
169
218
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
170
219
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
173
222
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
174
223
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
175
224
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
225
ISO_CODES_PREFIX = @ISO_CODES_PREFIX@
 
226
ITSTOOL = @ITSTOOL@
176
227
LD = @LD@
177
228
LDFLAGS = @LDFLAGS@
178
229
LIBM = @LIBM@
185
236
LT_VERSION = @LT_VERSION@
186
237
MAINT = @MAINT@
187
238
MAKEINFO = @MAKEINFO@
 
239
MANIFEST_TOOL = @MANIFEST_TOOL@
188
240
MKDIR_P = @MKDIR_P@
189
241
MKINSTALLDIRS = @MKINSTALLDIRS@
190
242
MSGFMT = @MSGFMT@
194
246
NMEDIT = @NMEDIT@
195
247
OBJDUMP = @OBJDUMP@
196
248
OBJEXT = @OBJEXT@
197
 
OMF_DIR = @OMF_DIR@
198
249
OTOOL = @OTOOL@
199
250
OTOOL64 = @OTOOL64@
200
251
PACKAGE = @PACKAGE@
224
275
X11_PACKAGE = @X11_PACKAGE@
225
276
XEXT_REQUIRED = @XEXT_REQUIRED@
226
277
XGETTEXT = @XGETTEXT@
 
278
XKB_BASE = @XKB_BASE@
227
279
XLIB_CFLAGS = @XLIB_CFLAGS@
228
280
XLIB_LIBS = @XLIB_LIBS@
229
281
XMKMF = @XMKMF@
 
282
XMLLINT = @XMLLINT@
230
283
XRANDR_REQUIRED = @XRANDR_REQUIRED@
231
284
X_CFLAGS = @X_CFLAGS@
232
285
X_EXTRA_LIBS = @X_EXTRA_LIBS@
236
289
abs_srcdir = @abs_srcdir@
237
290
abs_top_builddir = @abs_top_builddir@
238
291
abs_top_srcdir = @abs_top_srcdir@
 
292
ac_ct_AR = @ac_ct_AR@
239
293
ac_ct_CC = @ac_ct_CC@
240
294
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
241
295
am__include = @am__include@
264
318
includedir = @includedir@
265
319
infodir = @infodir@
266
320
install_sh = @install_sh@
 
321
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
322
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
267
323
libdir = @libdir@
268
324
libexecdir = @libexecdir@
269
325
localedir = @localedir@
270
326
localstatedir = @localstatedir@
271
 
lt_ECHO = @lt_ECHO@
272
327
mandir = @mandir@
273
328
mkdir_p = @mkdir_p@
274
329
oldincludedir = @oldincludedir@
326
381
        -rm -rf .libs _libs
327
382
 
328
383
# This directory's subdirectories are mostly independent; you can cd
329
 
# into them and run `make' without going through this Makefile.
330
 
# To change the values of `make' variables: instead of editing Makefiles,
331
 
# (1) if the variable is set in `config.status', edit `config.status'
332
 
#     (which will cause the Makefiles to be regenerated when you run `make');
333
 
# (2) otherwise, pass the desired values on the `make' command line.
334
 
$(RECURSIVE_TARGETS):
 
384
# into them and run 'make' without going through this Makefile.
 
385
# To change the values of 'make' variables: instead of editing Makefiles,
 
386
# (1) if the variable is set in 'config.status', edit 'config.status'
 
387
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
388
# (2) otherwise, pass the desired values on the 'make' command line.
 
389
$(am__recursive_targets):
335
390
        @fail= failcom='exit 1'; \
336
391
        for f in x $$MAKEFLAGS; do \
337
392
          case $$f in \
341
396
        done; \
342
397
        dot_seen=no; \
343
398
        target=`echo $@ | sed s/-recursive//`; \
344
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
399
        case "$@" in \
 
400
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
401
          *) list='$(SUBDIRS)' ;; \
 
402
        esac; \
 
403
        for subdir in $$list; do \
345
404
          echo "Making $$target in $$subdir"; \
346
405
          if test "$$subdir" = "."; then \
347
406
            dot_seen=yes; \
356
415
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
357
416
        fi; test -z "$$fail"
358
417
 
359
 
$(RECURSIVE_CLEAN_TARGETS):
360
 
        @fail= failcom='exit 1'; \
361
 
        for f in x $$MAKEFLAGS; do \
362
 
          case $$f in \
363
 
            *=* | --[!k]*);; \
364
 
            *k*) failcom='fail=yes';; \
365
 
          esac; \
366
 
        done; \
367
 
        dot_seen=no; \
368
 
        case "$@" in \
369
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
370
 
          *) list='$(SUBDIRS)' ;; \
371
 
        esac; \
372
 
        rev=''; for subdir in $$list; do \
373
 
          if test "$$subdir" = "."; then :; else \
374
 
            rev="$$subdir $$rev"; \
375
 
          fi; \
376
 
        done; \
377
 
        rev="$$rev ."; \
378
 
        target=`echo $@ | sed s/-recursive//`; \
379
 
        for subdir in $$rev; do \
380
 
          echo "Making $$target in $$subdir"; \
381
 
          if test "$$subdir" = "."; then \
382
 
            local_target="$$target-am"; \
383
 
          else \
384
 
            local_target="$$target"; \
385
 
          fi; \
386
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
387
 
          || eval $$failcom; \
388
 
        done && test -z "$$fail"
389
 
tags-recursive:
390
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
391
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
392
 
        done
393
 
ctags-recursive:
394
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
395
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
396
 
        done
397
 
 
398
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
399
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
400
 
        unique=`for i in $$list; do \
401
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402
 
          done | \
403
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
405
 
        mkid -fID $$unique
406
 
tags: TAGS
407
 
 
408
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
409
 
                $(TAGS_FILES) $(LISP)
 
418
ID: $(am__tagged_files)
 
419
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
420
tags: tags-recursive
 
421
TAGS: tags
 
422
 
 
423
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
410
424
        set x; \
411
425
        here=`pwd`; \
412
426
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
422
436
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
423
437
          fi; \
424
438
        done; \
425
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
426
 
        unique=`for i in $$list; do \
427
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428
 
          done | \
429
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
430
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
439
        $(am__define_uniq_tagged_files); \
431
440
        shift; \
432
441
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
433
442
          test -n "$$unique" || unique=$$empty_fix; \
439
448
              $$unique; \
440
449
          fi; \
441
450
        fi
442
 
ctags: CTAGS
443
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
444
 
                $(TAGS_FILES) $(LISP)
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; }; }'`; \
 
451
ctags: ctags-recursive
 
452
 
 
453
CTAGS: ctags
 
454
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
455
        $(am__define_uniq_tagged_files); \
451
456
        test -z "$(CTAGS_ARGS)$$unique" \
452
457
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
453
458
             $$unique
456
461
        here=`$(am__cd) $(top_builddir) && pwd` \
457
462
          && $(am__cd) $(top_srcdir) \
458
463
          && gtags -i $(GTAGS_ARGS) "$$here"
 
464
cscopelist: cscopelist-recursive
 
465
 
 
466
cscopelist-am: $(am__tagged_files)
 
467
        list='$(am__tagged_files)'; \
 
468
        case "$(srcdir)" in \
 
469
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
470
          *) sdir=$(subdir)/$(srcdir) ;; \
 
471
        esac; \
 
472
        for i in $$list; do \
 
473
          if test -f "$$i"; then \
 
474
            echo "$(subdir)/$$i"; \
 
475
          else \
 
476
            echo "$$sdir/$$i"; \
 
477
          fi; \
 
478
        done >> $(top_builddir)/cscope.files
459
479
 
460
480
distclean-tags:
461
481
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
492
512
        done
493
513
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
494
514
          if test "$$subdir" = .; then :; else \
495
 
            test -d "$(distdir)/$$subdir" \
496
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
497
 
            || exit 1; \
498
 
          fi; \
499
 
        done
500
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
501
 
          if test "$$subdir" = .; then :; else \
 
515
            $(am__make_dryrun) \
 
516
              || test -d "$(distdir)/$$subdir" \
 
517
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
518
              || exit 1; \
502
519
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
503
520
            $(am__relativize); \
504
521
            new_distdir=$$reldir; \
533
550
 
534
551
installcheck: installcheck-recursive
535
552
install-strip:
536
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
537
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
538
 
          `test -z '$(STRIP)' || \
539
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
553
        if test -z '$(STRIP)'; then \
 
554
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
555
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
556
              install; \
 
557
        else \
 
558
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
559
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
560
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
561
        fi
540
562
mostlyclean-generic:
541
563
 
542
564
clean-generic:
614
636
 
615
637
uninstall-am:
616
638
 
617
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
618
 
        install-am install-strip tags-recursive
 
639
.MAKE: $(am__recursive_targets) install-am install-strip
619
640
 
620
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
621
 
        all all-am check check-am clean clean-generic clean-libtool \
622
 
        ctags ctags-recursive distclean distclean-generic \
623
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
624
 
        html-am info info-am install install-am install-data \
625
 
        install-data-am install-dvi install-dvi-am install-exec \
626
 
        install-exec-am install-html install-html-am install-info \
627
 
        install-info-am install-man install-pdf install-pdf-am \
628
 
        install-ps install-ps-am install-strip installcheck \
629
 
        installcheck-am installdirs installdirs-am maintainer-clean \
630
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
631
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
632
 
        uninstall uninstall-am
 
641
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
642
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
643
        ctags-am distclean distclean-generic distclean-libtool \
 
644
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
645
        install install-am install-data install-data-am install-dvi \
 
646
        install-dvi-am install-exec install-exec-am install-html \
 
647
        install-html-am install-info install-info-am install-man \
 
648
        install-pdf install-pdf-am install-ps install-ps-am \
 
649
        install-strip installcheck installcheck-am installdirs \
 
650
        installdirs-am maintainer-clean maintainer-clean-generic \
 
651
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
652
        ps ps-am tags tags-am uninstall uninstall-am
633
653
 
634
654
 
635
655
-include $(top_srcdir)/git.mk