~ubuntu-branches/debian/squeeze/glib2.0/squeeze

« back to all changes in this revision

Viewing changes to gthread/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-06-27 09:56:08 UTC
  • mfrom: (1.4.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627095608-pi9244lmozmr2cm6
Tags: 2.20.4-1
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.
19
20
 
20
21
VPATH = @srcdir@
21
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
22
24
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkgincludedir = $(includedir)/@PACKAGE@
 
25
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
27
install_sh_DATA = $(install_sh) -c -m 644
26
28
install_sh_PROGRAM = $(install_sh) -c
51
53
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
52
54
CONFIG_HEADER = $(top_builddir)/config.h
53
55
CONFIG_CLEAN_FILES = makefile.msc gthread.rc
 
56
CONFIG_CLEAN_VPATH_FILES =
54
57
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55
58
am__vpath_adj = case $$p in \
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)$(libdir)"
61
 
libLTLIBRARIES_INSTALL = $(INSTALL)
62
79
LTLIBRARIES = $(lib_LTLIBRARIES)
63
80
am__DEPENDENCIES_1 =
64
81
am_libgthread_2_0_la_OBJECTS = gthread-impl.lo
69
86
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
70
87
depcomp = $(SHELL) $(top_srcdir)/depcomp
71
88
am__depfiles_maybe = depfiles
 
89
am__mv = mv -f
72
90
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73
91
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74
92
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
342
360
              exit 1;; \
343
361
          esac; \
344
362
        done; \
345
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gthread/Makefile'; \
346
 
        cd $(top_srcdir) && \
347
 
          $(AUTOMAKE) --gnu  gthread/Makefile
 
363
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gthread/Makefile'; \
 
364
        $(am__cd) $(top_srcdir) && \
 
365
          $(AUTOMAKE) --gnu gthread/Makefile
348
366
.PRECIOUS: Makefile
349
367
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350
368
        @case '$?' in \
362
380
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363
381
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
364
382
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
383
$(am__aclocal_m4_deps):
365
384
makefile.msc: $(top_builddir)/config.status $(srcdir)/makefile.msc.in
366
385
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
367
386
gthread.rc: $(top_builddir)/config.status $(srcdir)/gthread.rc.in
369
388
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
370
389
        @$(NORMAL_INSTALL)
371
390
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
372
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
391
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
392
        list2=; for p in $$list; do \
373
393
          if test -f $$p; then \
374
 
            f=$(am__strip_dir) \
375
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
376
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
394
            list2="$$list2 $$p"; \
377
395
          else :; fi; \
378
 
        done
 
396
        done; \
 
397
        test -z "$$list2" || { \
 
398
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
399
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
400
        }
379
401
 
380
402
uninstall-libLTLIBRARIES:
381
403
        @$(NORMAL_UNINSTALL)
382
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
383
 
          p=$(am__strip_dir) \
384
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
385
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
404
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
405
        for p in $$list; do \
 
406
          $(am__strip_dir) \
 
407
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
408
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
386
409
        done
387
410
 
388
411
clean-libLTLIBRARIES:
406
429
 
407
430
.c.o:
408
431
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
409
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
432
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
410
433
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
411
434
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412
435
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
413
436
 
414
437
.c.obj:
415
438
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
416
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
439
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
417
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
418
441
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419
442
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
420
443
 
421
444
.c.lo:
422
445
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
423
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
446
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
424
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
425
448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426
449
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
443
466
 
444
467
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
445
468
                $(TAGS_FILES) $(LISP)
446
 
        tags=; \
 
469
        set x; \
447
470
        here=`pwd`; \
448
471
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
449
472
        unique=`for i in $$list; do \
451
474
          done | \
452
475
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
453
476
              END { if (nonempty) { for (i in files) print i; }; }'`; \
454
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
477
        shift; \
 
478
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
455
479
          test -n "$$unique" || unique=$$empty_fix; \
456
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457
 
            $$tags $$unique; \
 
480
          if test $$# -gt 0; then \
 
481
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
482
              "$$@" $$unique; \
 
483
          else \
 
484
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
485
              $$unique; \
 
486
          fi; \
458
487
        fi
459
488
ctags: CTAGS
460
489
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
461
490
                $(TAGS_FILES) $(LISP)
462
 
        tags=; \
463
491
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
464
492
        unique=`for i in $$list; do \
465
493
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466
494
          done | \
467
495
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468
496
              END { if (nonempty) { for (i in files) print i; }; }'`; \
469
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
497
        test -z "$(CTAGS_ARGS)$$unique" \
470
498
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
471
 
             $$tags $$unique
 
499
             $$unique
472
500
 
473
501
GTAGS:
474
502
        here=`$(am__cd) $(top_builddir) && pwd` \
475
 
          && cd $(top_srcdir) \
476
 
          && gtags -i $(GTAGS_ARGS) $$here
 
503
          && $(am__cd) $(top_srcdir) \
 
504
          && gtags -i $(GTAGS_ARGS) "$$here"
477
505
 
478
506
distclean-tags:
479
507
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
494
522
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495
523
          if test -d $$d/$$file; then \
496
524
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
525
            if test -d "$(distdir)/$$file"; then \
 
526
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
527
            fi; \
497
528
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
498
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
529
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
530
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499
531
            fi; \
500
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
532
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
501
533
          else \
502
 
            test -f $(distdir)/$$file \
503
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
534
            test -f "$(distdir)/$$file" \
 
535
            || cp -p $$d/$$file "$(distdir)/$$file" \
504
536
            || exit 1; \
505
537
          fi; \
506
538
        done
535
567
 
536
568
distclean-generic:
537
569
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
570
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
538
571
 
539
572
maintainer-clean-generic:
540
573
        @echo "This command is intended for maintainers to use"
556
589
 
557
590
html: html-am
558
591
 
 
592
html-am:
 
593
 
559
594
info: info-am
560
595
 
561
596
info-am:
564
599
 
565
600
install-dvi: install-dvi-am
566
601
 
 
602
install-dvi-am:
 
603
 
567
604
install-exec-am: install-libLTLIBRARIES
568
605
 
569
606
install-html: install-html-am
570
607
 
 
608
install-html-am:
 
609
 
571
610
install-info: install-info-am
572
611
 
 
612
install-info-am:
 
613
 
573
614
install-man:
574
615
 
575
616
install-pdf: install-pdf-am
576
617
 
 
618
install-pdf-am:
 
619
 
577
620
install-ps: install-ps-am
578
621
 
 
622
install-ps-am:
 
623
 
579
624
installcheck-am:
580
625
 
581
626
maintainer-clean: maintainer-clean-am
598
643
 
599
644
uninstall-am: uninstall-libLTLIBRARIES uninstall-local
600
645
 
601
 
.MAKE: install-am install-strip
 
646
.MAKE: check-am install-am install-strip
602
647
 
603
648
.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
604
649
        clean-generic clean-libLTLIBRARIES clean-libtool ctags \
695
740
install-data-local: install-ms-lib install-def-file
696
741
 
697
742
uninstall-local: uninstall-ms-lib uninstall-def-file
 
743
 
698
744
# Tell versions [3.59,3.63) of GNU make to not export all variables.
699
745
# Otherwise a system limit (for SysV at least) may be exceeded.
700
746
.NOEXPORT: