~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to oop/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-07-20 19:39:17 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090720193917-s0985l9wxihwoscl
Tags: 1.8.7+1-1ubuntu1
* Merge from Debian unstable, remaining changes: (LP: #401816)
  - Build with -Wno-error.
  - Build with thread support. Some guile-using programs like autogen need it.
  - Add debian/guile-1.8-libs.shlibs: Thread support breaks ABI, bump the soname.

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 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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
42
44
mkinstalldirs = $(install_sh) -d
43
45
CONFIG_HEADER = $(top_builddir)/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
SOURCES =
46
49
DIST_SOURCES =
47
50
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56
59
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57
60
    *) f=$$p;; \
58
61
  esac;
59
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
62
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
63
am__install_max = 40
 
64
am__nobase_strip_setup = \
 
65
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
66
am__nobase_strip = \
 
67
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
68
am__nobase_list = $(am__nobase_strip_setup); \
 
69
  for p in $$list; do echo "$$p $$p"; done | \
 
70
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
71
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
72
    if (++n[$$2] == $(am__install_max)) \
 
73
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
74
    END { for (dir in files) print dir, files[dir] }'
 
75
am__base_list = \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
77
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
60
78
am__installdirs = "$(DESTDIR)$(subpkgdatadir)"
61
 
subpkgdataDATA_INSTALL = $(INSTALL_DATA)
62
79
DATA = $(subpkgdata_DATA)
63
80
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
64
81
  distclean-recursive maintainer-clean-recursive
 
82
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
83
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
84
        distdir
65
85
ETAGS = etags
66
86
CTAGS = ctags
67
87
DIST_SUBDIRS = $(SUBDIRS)
68
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
89
am__relativize = \
 
90
  dir0=`pwd`; \
 
91
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
92
  sed_rest='s,^[^/]*/*,,'; \
 
93
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
94
  sed_butlast='s,/*[^/]*$$,,'; \
 
95
  while test -n "$$dir1"; do \
 
96
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
97
    if test "$$first" != "."; then \
 
98
      if test "$$first" = ".."; then \
 
99
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
100
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
101
      else \
 
102
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
103
        if test "$$first2" = "$$first"; then \
 
104
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
105
        else \
 
106
          dir2="../$$dir2"; \
 
107
        fi; \
 
108
        dir0="$$dir0"/"$$first"; \
 
109
      fi; \
 
110
    fi; \
 
111
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
112
  done; \
 
113
  reldir="$$dir2"
69
114
ACLOCAL = @ACLOCAL@
70
115
ALLOCA = @ALLOCA@
71
116
AMTAR = @AMTAR@
86
131
DEFS = @DEFS@
87
132
DEPDIR = @DEPDIR@
88
133
DLLTOOL = @DLLTOOL@
89
 
DLPREOPEN = @DLPREOPEN@
90
134
DSYMUTIL = @DSYMUTIL@
91
135
DUMPBIN = @DUMPBIN@
92
136
ECHO_C = @ECHO_C@
290
334
        @for dep in $?; do \
291
335
          case '$(am__configure_deps)' in \
292
336
            *$$dep*) \
293
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
294
 
                && exit 0; \
 
337
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
338
                && { if test -f $@; then exit 0; else break; fi; }; \
295
339
              exit 1;; \
296
340
          esac; \
297
341
        done; \
298
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  oop/Makefile'; \
299
 
        cd $(top_srcdir) && \
300
 
          $(AUTOMAKE) --gnu  oop/Makefile
 
342
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu oop/Makefile'; \
 
343
        $(am__cd) $(top_srcdir) && \
 
344
          $(AUTOMAKE) --gnu oop/Makefile
301
345
.PRECIOUS: Makefile
302
346
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303
347
        @case '$?' in \
315
359
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316
360
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
317
361
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
362
$(am__aclocal_m4_deps):
318
363
 
319
364
mostlyclean-libtool:
320
365
        -rm -f *.lo
324
369
install-subpkgdataDATA: $(subpkgdata_DATA)
325
370
        @$(NORMAL_INSTALL)
326
371
        test -z "$(subpkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(subpkgdatadir)"
327
 
        @list='$(subpkgdata_DATA)'; for p in $$list; do \
 
372
        @list='$(subpkgdata_DATA)'; test -n "$(subpkgdatadir)" || list=; \
 
373
        for p in $$list; do \
328
374
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
329
 
          f=$(am__strip_dir) \
330
 
          echo " $(subpkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(subpkgdatadir)/$$f'"; \
331
 
          $(subpkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(subpkgdatadir)/$$f"; \
 
375
          echo "$$d$$p"; \
 
376
        done | $(am__base_list) | \
 
377
        while read files; do \
 
378
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(subpkgdatadir)'"; \
 
379
          $(INSTALL_DATA) $$files "$(DESTDIR)$(subpkgdatadir)" || exit $$?; \
332
380
        done
333
381
 
334
382
uninstall-subpkgdataDATA:
335
383
        @$(NORMAL_UNINSTALL)
336
 
        @list='$(subpkgdata_DATA)'; for p in $$list; do \
337
 
          f=$(am__strip_dir) \
338
 
          echo " rm -f '$(DESTDIR)$(subpkgdatadir)/$$f'"; \
339
 
          rm -f "$(DESTDIR)$(subpkgdatadir)/$$f"; \
340
 
        done
 
384
        @list='$(subpkgdata_DATA)'; test -n "$(subpkgdatadir)" || list=; \
 
385
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
386
        test -n "$$files" || exit 0; \
 
387
        echo " ( cd '$(DESTDIR)$(subpkgdatadir)' && rm -f" $$files ")"; \
 
388
        cd "$(DESTDIR)$(subpkgdatadir)" && rm -f $$files
341
389
 
342
390
# This directory's subdirectories are mostly independent; you can cd
343
391
# into them and run `make' without going through this Makefile.
363
411
          else \
364
412
            local_target="$$target"; \
365
413
          fi; \
366
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
414
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
367
415
          || eval $$failcom; \
368
416
        done; \
369
417
        if test "$$dot_seen" = "no"; then \
397
445
          else \
398
446
            local_target="$$target"; \
399
447
          fi; \
400
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
448
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
401
449
          || eval $$failcom; \
402
450
        done && test -z "$$fail"
403
451
tags-recursive:
404
452
        list='$(SUBDIRS)'; for subdir in $$list; do \
405
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
453
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
406
454
        done
407
455
ctags-recursive:
408
456
        list='$(SUBDIRS)'; for subdir in $$list; do \
409
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
457
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
410
458
        done
411
459
 
412
460
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
414
462
        unique=`for i in $$list; do \
415
463
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416
464
          done | \
417
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
465
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418
466
              END { if (nonempty) { for (i in files) print i; }; }'`; \
419
467
        mkid -fID $$unique
420
468
tags: TAGS
421
469
 
422
470
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
423
471
                $(TAGS_FILES) $(LISP)
424
 
        tags=; \
 
472
        set x; \
425
473
        here=`pwd`; \
426
474
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
427
475
          include_option=--etags-include; \
433
481
        list='$(SUBDIRS)'; for subdir in $$list; do \
434
482
          if test "$$subdir" = .; then :; else \
435
483
            test ! -f $$subdir/TAGS || \
436
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
484
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
437
485
          fi; \
438
486
        done; \
439
487
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
442
490
          done | \
443
491
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
444
492
              END { if (nonempty) { for (i in files) print i; }; }'`; \
445
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
493
        shift; \
 
494
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
446
495
          test -n "$$unique" || unique=$$empty_fix; \
447
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448
 
            $$tags $$unique; \
 
496
          if test $$# -gt 0; then \
 
497
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
498
              "$$@" $$unique; \
 
499
          else \
 
500
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
501
              $$unique; \
 
502
          fi; \
449
503
        fi
450
504
ctags: CTAGS
451
505
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
452
506
                $(TAGS_FILES) $(LISP)
453
 
        tags=; \
454
507
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
455
508
        unique=`for i in $$list; do \
456
509
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457
510
          done | \
458
511
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459
512
              END { if (nonempty) { for (i in files) print i; }; }'`; \
460
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
513
        test -z "$(CTAGS_ARGS)$$unique" \
461
514
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
462
 
             $$tags $$unique
 
515
             $$unique
463
516
 
464
517
GTAGS:
465
518
        here=`$(am__cd) $(top_builddir) && pwd` \
466
 
          && cd $(top_srcdir) \
467
 
          && gtags -i $(GTAGS_ARGS) $$here
 
519
          && $(am__cd) $(top_srcdir) \
 
520
          && gtags -i $(GTAGS_ARGS) "$$here"
468
521
 
469
522
distclean-tags:
470
523
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
485
538
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
486
539
          if test -d $$d/$$file; then \
487
540
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
541
            if test -d "$(distdir)/$$file"; then \
 
542
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
543
            fi; \
488
544
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
545
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
546
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490
547
            fi; \
491
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
548
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
492
549
          else \
493
 
            test -f $(distdir)/$$file \
494
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
550
            test -f "$(distdir)/$$file" \
 
551
            || cp -p $$d/$$file "$(distdir)/$$file" \
495
552
            || exit 1; \
496
553
          fi; \
497
554
        done
498
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
555
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
499
556
          if test "$$subdir" = .; then :; else \
500
557
            test -d "$(distdir)/$$subdir" \
501
558
            || $(MKDIR_P) "$(distdir)/$$subdir" \
502
559
            || exit 1; \
503
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
504
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
505
 
            (cd $$subdir && \
 
560
          fi; \
 
561
        done
 
562
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
563
          if test "$$subdir" = .; then :; else \
 
564
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
565
            $(am__relativize); \
 
566
            new_distdir=$$reldir; \
 
567
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
568
            $(am__relativize); \
 
569
            new_top_distdir=$$reldir; \
 
570
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
571
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
572
            ($(am__cd) $$subdir && \
506
573
              $(MAKE) $(AM_MAKEFLAGS) \
507
 
                top_distdir="$$top_distdir" \
508
 
                distdir="$$distdir/$$subdir" \
 
574
                top_distdir="$$new_top_distdir" \
 
575
                distdir="$$new_distdir" \
509
576
                am__remove_distdir=: \
510
577
                am__skip_length_check=: \
 
578
                am__skip_mode_fix=: \
511
579
                distdir) \
512
580
              || exit 1; \
513
581
          fi; \
540
608
 
541
609
distclean-generic:
542
610
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
611
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
543
612
 
544
613
maintainer-clean-generic:
545
614
        @echo "This command is intended for maintainers to use"
558
627
 
559
628
html: html-recursive
560
629
 
 
630
html-am:
 
631
 
561
632
info: info-recursive
562
633
 
563
634
info-am:
566
637
 
567
638
install-dvi: install-dvi-recursive
568
639
 
 
640
install-dvi-am:
 
641
 
569
642
install-exec-am:
570
643
 
571
644
install-html: install-html-recursive
572
645
 
 
646
install-html-am:
 
647
 
573
648
install-info: install-info-recursive
574
649
 
 
650
install-info-am:
 
651
 
575
652
install-man:
576
653
 
577
654
install-pdf: install-pdf-recursive
578
655
 
 
656
install-pdf-am:
 
657
 
579
658
install-ps: install-ps-recursive
580
659
 
 
660
install-ps-am:
 
661
 
581
662
installcheck-am:
582
663
 
583
664
maintainer-clean: maintainer-clean-recursive
598
679
 
599
680
uninstall-am: uninstall-subpkgdataDATA
600
681
 
601
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
602
 
        install-strip
 
682
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
683
        install-am install-strip tags-recursive
603
684
 
604
685
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
605
686
        all all-am check check-am clean clean-generic clean-libtool \
616
697
        tags tags-recursive uninstall uninstall-am \
617
698
        uninstall-subpkgdataDATA
618
699
 
 
700
 
619
701
# Tell versions [3.59,3.63) of GNU make to not export all variables.
620
702
# Otherwise a system limit (for SysV at least) may be exceeded.
621
703
.NOEXPORT: