~ubuntu-branches/ubuntu/raring/xfce4-volumed/raring

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-09-05 22:17:15 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090905221715-rj1pmaf4ms4r9jvl
Tags: 0.1.4-0ubuntu1
New upstream bugfix release.

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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
43
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_HEADER = config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
SOURCES =
47
50
DIST_SOURCES =
48
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54
57
        ps-recursive uninstall-recursive
55
58
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
56
59
  distclean-recursive maintainer-clean-recursive
 
60
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
61
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
62
        distdir dist dist-all distcheck
57
63
ETAGS = etags
58
64
CTAGS = ctags
59
65
DIST_SUBDIRS = $(SUBDIRS)
61
67
distdir = $(PACKAGE)-$(VERSION)
62
68
top_distdir = $(distdir)
63
69
am__remove_distdir = \
64
 
  { test ! -d $(distdir) \
65
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
66
 
         && rm -fr $(distdir); }; }
 
70
  { test ! -d "$(distdir)" \
 
71
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
72
         && rm -fr "$(distdir)"; }; }
 
73
am__relativize = \
 
74
  dir0=`pwd`; \
 
75
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
76
  sed_rest='s,^[^/]*/*,,'; \
 
77
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
78
  sed_butlast='s,/*[^/]*$$,,'; \
 
79
  while test -n "$$dir1"; do \
 
80
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
81
    if test "$$first" != "."; then \
 
82
      if test "$$first" = ".."; then \
 
83
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
84
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
85
      else \
 
86
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
87
        if test "$$first2" = "$$first"; then \
 
88
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
89
        else \
 
90
          dir2="../$$dir2"; \
 
91
        fi; \
 
92
        dir0="$$dir0"/"$$first"; \
 
93
      fi; \
 
94
    fi; \
 
95
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
96
  done; \
 
97
  reldir="$$dir2"
67
98
DIST_ARCHIVES = $(distdir).tar.gz
68
99
GZIP_ENV = --best
69
100
distuninstallcheck_listfiles = find . -type f -print
111
142
PACKAGE_NAME = @PACKAGE_NAME@
112
143
PACKAGE_STRING = @PACKAGE_STRING@
113
144
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
145
PACKAGE_URL = @PACKAGE_URL@
114
146
PACKAGE_VERSION = @PACKAGE_VERSION@
115
147
PATH_SEPARATOR = @PATH_SEPARATOR@
116
148
PKG_CONFIG = @PKG_CONFIG@
175
207
        @for dep in $?; do \
176
208
          case '$(am__configure_deps)' in \
177
209
            *$$dep*) \
178
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
179
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
210
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
211
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
180
212
                && exit 0; \
181
213
              exit 1;; \
182
214
          esac; \
183
215
        done; \
184
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
185
 
        cd $(top_srcdir) && \
186
 
          $(AUTOMAKE) --gnu  Makefile
 
216
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
217
        $(am__cd) $(top_srcdir) && \
 
218
          $(AUTOMAKE) --gnu Makefile
187
219
.PRECIOUS: Makefile
188
220
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
189
221
        @case '$?' in \
199
231
        $(SHELL) ./config.status --recheck
200
232
 
201
233
$(top_srcdir)/configure:  $(am__configure_deps)
202
 
        cd $(srcdir) && $(AUTOCONF)
 
234
        $(am__cd) $(srcdir) && $(AUTOCONF)
203
235
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
204
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
236
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
237
$(am__aclocal_m4_deps):
205
238
 
206
239
config.h: stamp-h1
207
240
        @if test ! -f $@; then \
213
246
        @rm -f stamp-h1
214
247
        cd $(top_builddir) && $(SHELL) ./config.status config.h
215
248
$(srcdir)/config.h.in:  $(am__configure_deps) 
216
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
249
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
217
250
        rm -f stamp-h1
218
251
        touch $@
219
252
 
244
277
          else \
245
278
            local_target="$$target"; \
246
279
          fi; \
247
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
280
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
248
281
          || eval $$failcom; \
249
282
        done; \
250
283
        if test "$$dot_seen" = "no"; then \
278
311
          else \
279
312
            local_target="$$target"; \
280
313
          fi; \
281
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
314
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
282
315
          || eval $$failcom; \
283
316
        done && test -z "$$fail"
284
317
tags-recursive:
285
318
        list='$(SUBDIRS)'; for subdir in $$list; do \
286
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
319
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
287
320
        done
288
321
ctags-recursive:
289
322
        list='$(SUBDIRS)'; for subdir in $$list; do \
290
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
323
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
291
324
        done
292
325
 
293
326
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
302
335
 
303
336
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
304
337
                $(TAGS_FILES) $(LISP)
305
 
        tags=; \
 
338
        set x; \
306
339
        here=`pwd`; \
307
340
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
308
341
          include_option=--etags-include; \
314
347
        list='$(SUBDIRS)'; for subdir in $$list; do \
315
348
          if test "$$subdir" = .; then :; else \
316
349
            test ! -f $$subdir/TAGS || \
317
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
350
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
318
351
          fi; \
319
352
        done; \
320
353
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
323
356
          done | \
324
357
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
325
358
              END { if (nonempty) { for (i in files) print i; }; }'`; \
326
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
359
        shift; \
 
360
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
327
361
          test -n "$$unique" || unique=$$empty_fix; \
328
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
329
 
            $$tags $$unique; \
 
362
          if test $$# -gt 0; then \
 
363
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
364
              "$$@" $$unique; \
 
365
          else \
 
366
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
367
              $$unique; \
 
368
          fi; \
330
369
        fi
331
370
ctags: CTAGS
332
371
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
333
372
                $(TAGS_FILES) $(LISP)
334
 
        tags=; \
335
373
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
336
374
        unique=`for i in $$list; do \
337
375
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
338
376
          done | \
339
377
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
340
378
              END { if (nonempty) { for (i in files) print i; }; }'`; \
341
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
379
        test -z "$(CTAGS_ARGS)$$unique" \
342
380
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
343
 
             $$tags $$unique
 
381
             $$unique
344
382
 
345
383
GTAGS:
346
384
        here=`$(am__cd) $(top_builddir) && pwd` \
347
 
          && cd $(top_srcdir) \
348
 
          && gtags -i $(GTAGS_ARGS) $$here
 
385
          && $(am__cd) $(top_srcdir) \
 
386
          && gtags -i $(GTAGS_ARGS) "$$here"
349
387
 
350
388
distclean-tags:
351
389
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
352
390
 
353
391
distdir: $(DISTFILES)
354
392
        $(am__remove_distdir)
355
 
        test -d $(distdir) || mkdir $(distdir)
 
393
        test -d "$(distdir)" || mkdir "$(distdir)"
356
394
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
357
395
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
358
396
        list='$(DISTFILES)'; \
368
406
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
369
407
          if test -d $$d/$$file; then \
370
408
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
409
            if test -d "$(distdir)/$$file"; then \
 
410
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
411
            fi; \
371
412
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
372
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
413
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
414
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
373
415
            fi; \
374
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
416
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
375
417
          else \
376
 
            test -f $(distdir)/$$file \
377
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
418
            test -f "$(distdir)/$$file" \
 
419
            || cp -p $$d/$$file "$(distdir)/$$file" \
378
420
            || exit 1; \
379
421
          fi; \
380
422
        done
381
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
423
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
382
424
          if test "$$subdir" = .; then :; else \
383
425
            test -d "$(distdir)/$$subdir" \
384
426
            || $(MKDIR_P) "$(distdir)/$$subdir" \
385
427
            || exit 1; \
386
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
387
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
388
 
            (cd $$subdir && \
 
428
          fi; \
 
429
        done
 
430
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
431
          if test "$$subdir" = .; then :; else \
 
432
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
433
            $(am__relativize); \
 
434
            new_distdir=$$reldir; \
 
435
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
436
            $(am__relativize); \
 
437
            new_top_distdir=$$reldir; \
 
438
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
439
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
440
            ($(am__cd) $$subdir && \
389
441
              $(MAKE) $(AM_MAKEFLAGS) \
390
 
                top_distdir="$$top_distdir" \
391
 
                distdir="$$distdir/$$subdir" \
 
442
                top_distdir="$$new_top_distdir" \
 
443
                distdir="$$new_distdir" \
392
444
                am__remove_distdir=: \
393
445
                am__skip_length_check=: \
 
446
                am__skip_mode_fix=: \
394
447
                distdir) \
395
448
              || exit 1; \
396
449
          fi; \
397
450
        done
398
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
451
        -test -n "$(am__skip_mode_fix)" \
 
452
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
399
453
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
400
454
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
401
455
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
402
 
        || chmod -R a+r $(distdir)
 
456
        || chmod -R a+r "$(distdir)"
403
457
dist-gzip: distdir
404
458
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
405
459
        $(am__remove_distdir)
412
466
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
413
467
        $(am__remove_distdir)
414
468
 
 
469
dist-xz: distdir
 
470
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
471
        $(am__remove_distdir)
 
472
 
415
473
dist-tarZ: distdir
416
474
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
417
475
        $(am__remove_distdir)
440
498
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
441
499
        *.tar.lzma*) \
442
500
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
501
        *.tar.xz*) \
 
502
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
443
503
        *.tar.Z*) \
444
504
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
445
505
        *.shar.gz*) \
451
511
        mkdir $(distdir)/_build
452
512
        mkdir $(distdir)/_inst
453
513
        chmod a-w $(distdir)
 
514
        test -d $(distdir)/_build || exit 0; \
454
515
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
455
516
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
456
 
          && cd $(distdir)/_build \
 
517
          && am__cwd=`pwd` \
 
518
          && $(am__cd) $(distdir)/_build \
457
519
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
458
520
            $(DISTCHECK_CONFIGURE_FLAGS) \
459
521
          && $(MAKE) $(AM_MAKEFLAGS) \
475
537
          && rm -rf "$$dc_destdir" \
476
538
          && $(MAKE) $(AM_MAKEFLAGS) dist \
477
539
          && rm -rf $(DIST_ARCHIVES) \
478
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
540
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
541
          && cd "$$am__cwd" \
 
542
          || exit 1
479
543
        $(am__remove_distdir)
480
544
        @(echo "$(distdir) archives ready for distribution: "; \
481
545
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
482
546
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
483
547
distuninstallcheck:
484
 
        @cd $(distuninstallcheck_dir) \
 
548
        @$(am__cd) '$(distuninstallcheck_dir)' \
485
549
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
486
550
           || { echo "ERROR: files left after uninstall:" ; \
487
551
                if test -n "$(DESTDIR)"; then \
523
587
 
524
588
distclean-generic:
525
589
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
590
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
526
591
 
527
592
maintainer-clean-generic:
528
593
        @echo "This command is intended for maintainers to use"
542
607
 
543
608
html: html-recursive
544
609
 
 
610
html-am:
 
611
 
545
612
info: info-recursive
546
613
 
547
614
info-am:
550
617
 
551
618
install-dvi: install-dvi-recursive
552
619
 
 
620
install-dvi-am:
 
621
 
553
622
install-exec-am:
554
623
 
555
624
install-html: install-html-recursive
556
625
 
 
626
install-html-am:
 
627
 
557
628
install-info: install-info-recursive
558
629
 
 
630
install-info-am:
 
631
 
559
632
install-man:
560
633
 
561
634
install-pdf: install-pdf-recursive
562
635
 
 
636
install-pdf-am:
 
637
 
563
638
install-ps: install-ps-recursive
564
639
 
 
640
install-ps-am:
 
641
 
565
642
installcheck-am:
566
643
 
567
644
maintainer-clean: maintainer-clean-recursive
584
661
 
585
662
uninstall-am:
586
663
 
587
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
588
 
        install-strip
 
664
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
665
        ctags-recursive install-am install-strip tags-recursive
589
666
 
590
667
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
591
668
        all all-am am--refresh check check-am clean clean-generic \
592
669
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
593
 
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
594
 
        distclean-generic distclean-hdr distclean-tags distcleancheck \
595
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
596
 
        info-am install install-am install-data install-data-am \
597
 
        install-dvi install-dvi-am install-exec install-exec-am \
598
 
        install-html install-html-am install-info install-info-am \
599
 
        install-man install-pdf install-pdf-am install-ps \
600
 
        install-ps-am install-strip installcheck installcheck-am \
601
 
        installdirs installdirs-am maintainer-clean \
 
670
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
671
        distclean distclean-generic distclean-hdr distclean-tags \
 
672
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
673
        html-am info info-am install install-am install-data \
 
674
        install-data-am install-dvi install-dvi-am install-exec \
 
675
        install-exec-am install-html install-html-am install-info \
 
676
        install-info-am install-man install-pdf install-pdf-am \
 
677
        install-ps install-ps-am install-strip installcheck \
 
678
        installcheck-am installdirs installdirs-am maintainer-clean \
602
679
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
603
680
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
604
681
 
 
682
 
605
683
# Tell versions [3.59,3.63) of GNU make to not export all variables.
606
684
# Otherwise a system limit (for SysV at least) may be exceeded.
607
685
.NOEXPORT: