~ubuntu-branches/ubuntu/trusty/gtkhtml3.14/trusty-proposed

« back to all changes in this revision

Viewing changes to components/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-08-10 13:53:53 UTC
  • Revision ID: james.westby@ubuntu.com-20090810135353-j7db6rax60jsdo63
Tags: 1:3.27.90-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
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
VPATH = @srcdir@
18
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
19
19
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
21
install_sh_DATA = $(install_sh) -c -m 644
24
22
install_sh_PROGRAM = $(install_sh) -c
43
41
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
42
CONFIG_HEADER = $(top_builddir)/config.h
45
43
CONFIG_CLEAN_FILES =
46
 
CONFIG_CLEAN_VPATH_FILES =
47
 
AM_V_GEN = $(am__v_GEN_$(V))
48
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
49
 
am__v_GEN_0 = @echo "  GEN   " $@;
50
 
AM_V_at = $(am__v_at_$(V))
51
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
52
 
am__v_at_0 = @
53
44
SOURCES =
54
45
DIST_SOURCES =
55
46
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
61
52
        ps-recursive uninstall-recursive
62
53
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63
54
  distclean-recursive maintainer-clean-recursive
64
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
65
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
66
 
        distdir
67
55
ETAGS = etags
68
56
CTAGS = ctags
69
57
DIST_SUBDIRS = $(SUBDIRS)
70
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71
 
am__relativize = \
72
 
  dir0=`pwd`; \
73
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
74
 
  sed_rest='s,^[^/]*/*,,'; \
75
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
76
 
  sed_butlast='s,/*[^/]*$$,,'; \
77
 
  while test -n "$$dir1"; do \
78
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
79
 
    if test "$$first" != "."; then \
80
 
      if test "$$first" = ".."; then \
81
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
82
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
83
 
      else \
84
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
85
 
        if test "$$first2" = "$$first"; then \
86
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
87
 
        else \
88
 
          dir2="../$$dir2"; \
89
 
        fi; \
90
 
        dir0="$$dir0"/"$$first"; \
91
 
      fi; \
92
 
    fi; \
93
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
94
 
  done; \
95
 
  reldir="$$dir2"
96
59
ACLOCAL = @ACLOCAL@
97
60
ALLOCA = @ALLOCA@
98
61
ALL_LINGUAS = @ALL_LINGUAS@
99
62
AMTAR = @AMTAR@
100
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
101
63
AR = @AR@
102
64
AS = @AS@
103
65
AUTOCONF = @AUTOCONF@
276
238
        @for dep in $?; do \
277
239
          case '$(am__configure_deps)' in \
278
240
            *$$dep*) \
279
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
280
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
241
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
242
                && exit 0; \
281
243
              exit 1;; \
282
244
          esac; \
283
245
        done; \
284
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu components/Makefile'; \
285
 
        $(am__cd) $(top_srcdir) && \
286
 
          $(AUTOMAKE) --gnu components/Makefile
 
246
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  components/Makefile'; \
 
247
        cd $(top_srcdir) && \
 
248
          $(AUTOMAKE) --gnu  components/Makefile
287
249
.PRECIOUS: Makefile
288
250
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
289
251
        @case '$?' in \
301
263
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
264
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
303
265
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304
 
$(am__aclocal_m4_deps):
305
266
 
306
267
mostlyclean-libtool:
307
268
        -rm -f *.lo
333
294
          else \
334
295
            local_target="$$target"; \
335
296
          fi; \
336
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
297
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
337
298
          || eval $$failcom; \
338
299
        done; \
339
300
        if test "$$dot_seen" = "no"; then \
367
328
          else \
368
329
            local_target="$$target"; \
369
330
          fi; \
370
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
331
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
371
332
          || eval $$failcom; \
372
333
        done && test -z "$$fail"
373
334
tags-recursive:
374
335
        list='$(SUBDIRS)'; for subdir in $$list; do \
375
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
336
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
376
337
        done
377
338
ctags-recursive:
378
339
        list='$(SUBDIRS)'; for subdir in $$list; do \
379
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
340
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
380
341
        done
381
342
 
382
343
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
384
345
        unique=`for i in $$list; do \
385
346
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386
347
          done | \
387
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
348
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
388
349
              END { if (nonempty) { for (i in files) print i; }; }'`; \
389
350
        mkid -fID $$unique
390
351
tags: TAGS
391
352
 
392
353
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
393
354
                $(TAGS_FILES) $(LISP)
394
 
        set x; \
 
355
        tags=; \
395
356
        here=`pwd`; \
396
357
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
397
358
          include_option=--etags-include; \
403
364
        list='$(SUBDIRS)'; for subdir in $$list; do \
404
365
          if test "$$subdir" = .; then :; else \
405
366
            test ! -f $$subdir/TAGS || \
406
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
367
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
407
368
          fi; \
408
369
        done; \
409
370
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
412
373
          done | \
413
374
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
414
375
              END { if (nonempty) { for (i in files) print i; }; }'`; \
415
 
        shift; \
416
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
376
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
417
377
          test -n "$$unique" || unique=$$empty_fix; \
418
 
          if test $$# -gt 0; then \
419
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420
 
              "$$@" $$unique; \
421
 
          else \
422
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
423
 
              $$unique; \
424
 
          fi; \
 
378
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
379
            $$tags $$unique; \
425
380
        fi
426
381
ctags: CTAGS
427
382
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
428
383
                $(TAGS_FILES) $(LISP)
 
384
        tags=; \
429
385
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
430
386
        unique=`for i in $$list; do \
431
387
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432
388
          done | \
433
389
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434
390
              END { if (nonempty) { for (i in files) print i; }; }'`; \
435
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
391
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
436
392
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
437
 
             $$unique
 
393
             $$tags $$unique
438
394
 
439
395
GTAGS:
440
396
        here=`$(am__cd) $(top_builddir) && pwd` \
441
 
          && $(am__cd) $(top_srcdir) \
442
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
397
          && cd $(top_srcdir) \
 
398
          && gtags -i $(GTAGS_ARGS) $$here
443
399
 
444
400
distclean-tags:
445
401
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
460
416
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
461
417
          if test -d $$d/$$file; then \
462
418
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
463
 
            if test -d "$(distdir)/$$file"; then \
464
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
465
 
            fi; \
466
419
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
467
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
468
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
420
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
469
421
            fi; \
470
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
422
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
471
423
          else \
472
 
            test -f "$(distdir)/$$file" \
473
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
424
            test -f $(distdir)/$$file \
 
425
            || cp -p $$d/$$file $(distdir)/$$file \
474
426
            || exit 1; \
475
427
          fi; \
476
428
        done
477
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
429
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
478
430
          if test "$$subdir" = .; then :; else \
479
431
            test -d "$(distdir)/$$subdir" \
480
432
            || $(MKDIR_P) "$(distdir)/$$subdir" \
481
433
            || exit 1; \
482
 
          fi; \
483
 
        done
484
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
485
 
          if test "$$subdir" = .; then :; else \
486
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
487
 
            $(am__relativize); \
488
 
            new_distdir=$$reldir; \
489
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
490
 
            $(am__relativize); \
491
 
            new_top_distdir=$$reldir; \
492
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
493
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
494
 
            ($(am__cd) $$subdir && \
 
434
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
435
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
436
            (cd $$subdir && \
495
437
              $(MAKE) $(AM_MAKEFLAGS) \
496
 
                top_distdir="$$new_top_distdir" \
497
 
                distdir="$$new_distdir" \
 
438
                top_distdir="$$top_distdir" \
 
439
                distdir="$$distdir/$$subdir" \
498
440
                am__remove_distdir=: \
499
441
                am__skip_length_check=: \
500
 
                am__skip_mode_fix=: \
501
442
                distdir) \
502
443
              || exit 1; \
503
444
          fi; \
527
468
 
528
469
distclean-generic:
529
470
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
530
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
531
471
 
532
472
maintainer-clean-generic:
533
473
        @echo "This command is intended for maintainers to use"
546
486
 
547
487
html: html-recursive
548
488
 
549
 
html-am:
550
 
 
551
489
info: info-recursive
552
490
 
553
491
info-am:
556
494
 
557
495
install-dvi: install-dvi-recursive
558
496
 
559
 
install-dvi-am:
560
 
 
561
497
install-exec-am:
562
498
 
563
499
install-html: install-html-recursive
564
500
 
565
 
install-html-am:
566
 
 
567
501
install-info: install-info-recursive
568
502
 
569
 
install-info-am:
570
 
 
571
503
install-man:
572
504
 
573
505
install-pdf: install-pdf-recursive
574
506
 
575
 
install-pdf-am:
576
 
 
577
507
install-ps: install-ps-recursive
578
508
 
579
 
install-ps-am:
580
 
 
581
509
installcheck-am:
582
510
 
583
511
maintainer-clean: maintainer-clean-recursive
598
526
 
599
527
uninstall-am:
600
528
 
601
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
602
 
        install-am install-strip tags-recursive
 
529
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
530
        install-strip
603
531
 
604
532
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
605
533
        all all-am check check-am clean clean-generic clean-libtool \
617
545
 
618
546
 
619
547
-include $(top_srcdir)/git.mk
620
 
 
621
548
# Tell versions [3.59,3.63) of GNU make to not export all variables.
622
549
# Otherwise a system limit (for SysV at least) may be exceeded.
623
550
.NOEXPORT: