~ubuntu-branches/debian/sid/thunar/sid

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-05-23 14:12:33 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20100523141233-ntplken25atdr214
Tags: 1.0.2-1
* New upstream release.
* debian/patches/04_fix-umask-handling.patch: dropped, included upstream.
* debian/control: build-dep on libstartup-notification0-dev (>= 0.4) as
  startup notification support is enabled in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.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  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.
14
15
 
15
16
@SET_MAKE@
16
17
 
17
 
# $Id: Makefile.am 20528 2006-03-24 13:10:04Z benny $
 
18
# $Id$
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
44
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45
47
CONFIG_HEADER = $(top_builddir)/config.h
46
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
47
50
SOURCES =
48
51
DIST_SOURCES =
49
52
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55
58
        ps-recursive uninstall-recursive
56
59
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57
60
  distclean-recursive maintainer-clean-recursive
 
61
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
62
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
63
        distdir
58
64
ETAGS = etags
59
65
CTAGS = ctags
60
66
DIST_SUBDIRS = $(SUBDIRS)
61
67
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
68
am__relativize = \
 
69
  dir0=`pwd`; \
 
70
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
71
  sed_rest='s,^[^/]*/*,,'; \
 
72
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
73
  sed_butlast='s,/*[^/]*$$,,'; \
 
74
  while test -n "$$dir1"; do \
 
75
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
76
    if test "$$first" != "."; then \
 
77
      if test "$$first" = ".."; then \
 
78
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
79
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
80
      else \
 
81
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
82
        if test "$$first2" = "$$first"; then \
 
83
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
84
        else \
 
85
          dir2="../$$dir2"; \
 
86
        fi; \
 
87
        dir0="$$dir0"/"$$first"; \
 
88
      fi; \
 
89
    fi; \
 
90
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
91
  done; \
 
92
  reldir="$$dir2"
62
93
ACLOCAL = @ACLOCAL@
63
94
ALL_LINGUAS = @ALL_LINGUAS@
64
95
AMTAR = @AMTAR@
126
157
GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@
127
158
GTHREAD_VERSION = @GTHREAD_VERSION@
128
159
GTKDOC_CHECK = @GTKDOC_CHECK@
 
160
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
161
GTKDOC_REBASE = @GTKDOC_REBASE@
129
162
GTK_CFLAGS = @GTK_CFLAGS@
130
163
GTK_LIBS = @GTK_LIBS@
131
164
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
146
179
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147
180
INSTOBJEXT = @INSTOBJEXT@
148
181
INTLLIBS = @INTLLIBS@
149
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
150
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
151
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
152
182
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
153
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
154
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
155
183
INTLTOOL_MERGE = @INTLTOOL_MERGE@
156
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
157
184
INTLTOOL_PERL = @INTLTOOL_PERL@
158
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
159
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
160
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
161
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
162
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
163
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
164
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
165
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
166
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
167
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
168
185
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
169
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
170
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
171
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
172
186
LD = @LD@
173
187
LDFLAGS = @LDFLAGS@
174
188
LIBFAM_CFLAGS = @LIBFAM_CFLAGS@
214
228
MSGMERGE = @MSGMERGE@
215
229
NM = @NM@
216
230
NMEDIT = @NMEDIT@
 
231
OBJDUMP = @OBJDUMP@
217
232
OBJEXT = @OBJEXT@
218
233
OTOOL = @OTOOL@
219
234
OTOOL64 = @OTOOL64@
222
237
PACKAGE_NAME = @PACKAGE_NAME@
223
238
PACKAGE_STRING = @PACKAGE_STRING@
224
239
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
240
PACKAGE_URL = @PACKAGE_URL@
225
241
PACKAGE_VERSION = @PACKAGE_VERSION@
226
242
PATH_SEPARATOR = @PATH_SEPARATOR@
227
243
PCRE_CFLAGS = @PCRE_CFLAGS@
312
328
target_cpu = @target_cpu@
313
329
target_os = @target_os@
314
330
target_vendor = @target_vendor@
 
331
top_build_prefix = @top_build_prefix@
315
332
top_builddir = @top_builddir@
316
333
top_srcdir = @top_srcdir@
317
334
xfconf_query_found = @xfconf_query_found@
330
347
        @for dep in $?; do \
331
348
          case '$(am__configure_deps)' in \
332
349
            *$$dep*) \
333
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
334
 
                && exit 0; \
 
350
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
351
                && { if test -f $@; then exit 0; else break; fi; }; \
335
352
              exit 1;; \
336
353
          esac; \
337
354
        done; \
338
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/Makefile'; \
339
 
        cd $(top_srcdir) && \
340
 
          $(AUTOMAKE) --gnu  examples/Makefile
 
355
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
 
356
        $(am__cd) $(top_srcdir) && \
 
357
          $(AUTOMAKE) --gnu examples/Makefile
341
358
.PRECIOUS: Makefile
342
359
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
343
360
        @case '$?' in \
355
372
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356
373
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
357
374
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
375
$(am__aclocal_m4_deps):
358
376
 
359
377
mostlyclean-libtool:
360
378
        -rm -f *.lo
369
387
#     (which will cause the Makefiles to be regenerated when you run `make');
370
388
# (2) otherwise, pass the desired values on the `make' command line.
371
389
$(RECURSIVE_TARGETS):
372
 
        @failcom='exit 1'; \
 
390
        @fail= failcom='exit 1'; \
373
391
        for f in x $$MAKEFLAGS; do \
374
392
          case $$f in \
375
393
            *=* | --[!k]*);; \
386
404
          else \
387
405
            local_target="$$target"; \
388
406
          fi; \
389
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
407
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
390
408
          || eval $$failcom; \
391
409
        done; \
392
410
        if test "$$dot_seen" = "no"; then \
394
412
        fi; test -z "$$fail"
395
413
 
396
414
$(RECURSIVE_CLEAN_TARGETS):
397
 
        @failcom='exit 1'; \
 
415
        @fail= failcom='exit 1'; \
398
416
        for f in x $$MAKEFLAGS; do \
399
417
          case $$f in \
400
418
            *=* | --[!k]*);; \
420
438
          else \
421
439
            local_target="$$target"; \
422
440
          fi; \
423
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
441
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
424
442
          || eval $$failcom; \
425
443
        done && test -z "$$fail"
426
444
tags-recursive:
427
445
        list='$(SUBDIRS)'; for subdir in $$list; do \
428
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
446
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
429
447
        done
430
448
ctags-recursive:
431
449
        list='$(SUBDIRS)'; for subdir in $$list; do \
432
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
450
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
433
451
        done
434
452
 
435
453
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
437
455
        unique=`for i in $$list; do \
438
456
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439
457
          done | \
440
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
458
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441
459
              END { if (nonempty) { for (i in files) print i; }; }'`; \
442
460
        mkid -fID $$unique
443
461
tags: TAGS
444
462
 
445
463
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
446
464
                $(TAGS_FILES) $(LISP)
447
 
        tags=; \
 
465
        set x; \
448
466
        here=`pwd`; \
449
467
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
450
468
          include_option=--etags-include; \
456
474
        list='$(SUBDIRS)'; for subdir in $$list; do \
457
475
          if test "$$subdir" = .; then :; else \
458
476
            test ! -f $$subdir/TAGS || \
459
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
477
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
460
478
          fi; \
461
479
        done; \
462
480
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
465
483
          done | \
466
484
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467
485
              END { if (nonempty) { for (i in files) print i; }; }'`; \
468
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
486
        shift; \
 
487
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
469
488
          test -n "$$unique" || unique=$$empty_fix; \
470
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471
 
            $$tags $$unique; \
 
489
          if test $$# -gt 0; then \
 
490
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
491
              "$$@" $$unique; \
 
492
          else \
 
493
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
494
              $$unique; \
 
495
          fi; \
472
496
        fi
473
497
ctags: CTAGS
474
498
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
475
499
                $(TAGS_FILES) $(LISP)
476
 
        tags=; \
477
500
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
478
501
        unique=`for i in $$list; do \
479
502
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480
503
          done | \
481
504
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
482
505
              END { if (nonempty) { for (i in files) print i; }; }'`; \
483
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
506
        test -z "$(CTAGS_ARGS)$$unique" \
484
507
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
485
 
             $$tags $$unique
 
508
             $$unique
486
509
 
487
510
GTAGS:
488
511
        here=`$(am__cd) $(top_builddir) && pwd` \
489
 
          && cd $(top_srcdir) \
490
 
          && gtags -i $(GTAGS_ARGS) $$here
 
512
          && $(am__cd) $(top_srcdir) \
 
513
          && gtags -i $(GTAGS_ARGS) "$$here"
491
514
 
492
515
distclean-tags:
493
516
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
508
531
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
509
532
          if test -d $$d/$$file; then \
510
533
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
534
            if test -d "$(distdir)/$$file"; then \
 
535
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
536
            fi; \
511
537
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
512
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
538
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
539
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513
540
            fi; \
514
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
541
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
515
542
          else \
516
 
            test -f $(distdir)/$$file \
517
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
543
            test -f "$(distdir)/$$file" \
 
544
            || cp -p $$d/$$file "$(distdir)/$$file" \
518
545
            || exit 1; \
519
546
          fi; \
520
547
        done
521
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
548
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
522
549
          if test "$$subdir" = .; then :; else \
523
550
            test -d "$(distdir)/$$subdir" \
524
551
            || $(MKDIR_P) "$(distdir)/$$subdir" \
525
552
            || exit 1; \
526
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
527
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
528
 
            (cd $$subdir && \
 
553
          fi; \
 
554
        done
 
555
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
556
          if test "$$subdir" = .; then :; else \
 
557
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
558
            $(am__relativize); \
 
559
            new_distdir=$$reldir; \
 
560
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
561
            $(am__relativize); \
 
562
            new_top_distdir=$$reldir; \
 
563
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
564
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
565
            ($(am__cd) $$subdir && \
529
566
              $(MAKE) $(AM_MAKEFLAGS) \
530
 
                top_distdir="$$top_distdir" \
531
 
                distdir="$$distdir/$$subdir" \
 
567
                top_distdir="$$new_top_distdir" \
 
568
                distdir="$$new_distdir" \
532
569
                am__remove_distdir=: \
533
570
                am__skip_length_check=: \
 
571
                am__skip_mode_fix=: \
534
572
                distdir) \
535
573
              || exit 1; \
536
574
          fi; \
560
598
 
561
599
distclean-generic:
562
600
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
601
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
563
602
 
564
603
maintainer-clean-generic:
565
604
        @echo "This command is intended for maintainers to use"
578
617
 
579
618
html: html-recursive
580
619
 
 
620
html-am:
 
621
 
581
622
info: info-recursive
582
623
 
583
624
info-am:
586
627
 
587
628
install-dvi: install-dvi-recursive
588
629
 
 
630
install-dvi-am:
 
631
 
589
632
install-exec-am:
590
633
 
591
634
install-html: install-html-recursive
592
635
 
 
636
install-html-am:
 
637
 
593
638
install-info: install-info-recursive
594
639
 
 
640
install-info-am:
 
641
 
595
642
install-man:
596
643
 
597
644
install-pdf: install-pdf-recursive
598
645
 
 
646
install-pdf-am:
 
647
 
599
648
install-ps: install-ps-recursive
600
649
 
 
650
install-ps-am:
 
651
 
601
652
installcheck-am:
602
653
 
603
654
maintainer-clean: maintainer-clean-recursive
618
669
 
619
670
uninstall-am:
620
671
 
621
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
622
 
        install-strip
 
672
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
673
        install-am install-strip tags-recursive
623
674
 
624
675
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
625
676
        all all-am check check-am clean clean-generic clean-libtool \
637
688
 
638
689
 
639
690
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
691
 
640
692
# Tell versions [3.59,3.63) of GNU make to not export all variables.
641
693
# Otherwise a system limit (for SysV at least) may be exceeded.
642
694
.NOEXPORT: