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

« back to all changes in this revision

Viewing changes to gio/xdgmime/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 =
 
56
CONFIG_CLEAN_VPATH_FILES =
54
57
LTLIBRARIES = $(noinst_LTLIBRARIES)
55
58
libxdgmime_la_LIBADD =
56
59
am_libxdgmime_la_OBJECTS = xdgmime.lo xdgmimealias.lo xdgmimecache.lo \
64
67
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
65
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
66
69
am__depfiles_maybe = depfiles
 
70
am__mv = mv -f
67
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
73
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
325
329
              exit 1;; \
326
330
          esac; \
327
331
        done; \
328
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gio/xdgmime/Makefile'; \
329
 
        cd $(top_srcdir) && \
330
 
          $(AUTOMAKE) --gnu  gio/xdgmime/Makefile
 
332
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gio/xdgmime/Makefile'; \
 
333
        $(am__cd) $(top_srcdir) && \
 
334
          $(AUTOMAKE) --gnu gio/xdgmime/Makefile
331
335
.PRECIOUS: Makefile
332
336
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
333
337
        @case '$?' in \
345
349
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346
350
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
347
351
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
352
$(am__aclocal_m4_deps):
348
353
 
349
354
clean-noinstLTLIBRARIES:
350
355
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
358
363
        $(LINK)  $(libxdgmime_la_OBJECTS) $(libxdgmime_la_LIBADD) $(LIBS)
359
364
 
360
365
clean-noinstPROGRAMS:
361
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
362
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
363
 
          echo " rm -f $$p $$f"; \
364
 
          rm -f $$p $$f ; \
365
 
        done
 
366
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
367
        echo " rm -f" $$list; \
 
368
        rm -f $$list || exit $$?; \
 
369
        test -n "$(EXEEXT)" || exit 0; \
 
370
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
371
        echo " rm -f" $$list; \
 
372
        rm -f $$list
366
373
test-mime$(EXEEXT): $(test_mime_OBJECTS) $(test_mime_DEPENDENCIES) 
367
374
        @rm -f test-mime$(EXEEXT)
368
375
        $(LINK) $(test_mime_OBJECTS) $(test_mime_LDADD) $(LIBS)
385
392
 
386
393
.c.o:
387
394
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
388
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
395
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
389
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
390
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
398
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
392
399
 
393
400
.c.obj:
394
401
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
395
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
402
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
396
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
397
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398
405
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
399
406
 
400
407
.c.lo:
401
408
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
402
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
409
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
403
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
404
411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
405
412
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
422
429
 
423
430
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
424
431
                $(TAGS_FILES) $(LISP)
425
 
        tags=; \
 
432
        set x; \
426
433
        here=`pwd`; \
427
434
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
428
435
        unique=`for i in $$list; do \
430
437
          done | \
431
438
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432
439
              END { if (nonempty) { for (i in files) print i; }; }'`; \
433
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
440
        shift; \
 
441
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
434
442
          test -n "$$unique" || unique=$$empty_fix; \
435
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
436
 
            $$tags $$unique; \
 
443
          if test $$# -gt 0; then \
 
444
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
445
              "$$@" $$unique; \
 
446
          else \
 
447
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
448
              $$unique; \
 
449
          fi; \
437
450
        fi
438
451
ctags: CTAGS
439
452
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
440
453
                $(TAGS_FILES) $(LISP)
441
 
        tags=; \
442
454
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
443
455
        unique=`for i in $$list; do \
444
456
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445
457
          done | \
446
458
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447
459
              END { if (nonempty) { for (i in files) print i; }; }'`; \
448
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
460
        test -z "$(CTAGS_ARGS)$$unique" \
449
461
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
450
 
             $$tags $$unique
 
462
             $$unique
451
463
 
452
464
GTAGS:
453
465
        here=`$(am__cd) $(top_builddir) && pwd` \
454
 
          && cd $(top_srcdir) \
455
 
          && gtags -i $(GTAGS_ARGS) $$here
 
466
          && $(am__cd) $(top_srcdir) \
 
467
          && gtags -i $(GTAGS_ARGS) "$$here"
456
468
 
457
469
distclean-tags:
458
470
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
473
485
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
474
486
          if test -d $$d/$$file; then \
475
487
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
488
            if test -d "$(distdir)/$$file"; then \
 
489
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
490
            fi; \
476
491
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
477
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
492
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
493
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
478
494
            fi; \
479
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
495
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
480
496
          else \
481
 
            test -f $(distdir)/$$file \
482
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
497
            test -f "$(distdir)/$$file" \
 
498
            || cp -p $$d/$$file "$(distdir)/$$file" \
483
499
            || exit 1; \
484
500
          fi; \
485
501
        done
508
524
 
509
525
distclean-generic:
510
526
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
527
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
511
528
 
512
529
maintainer-clean-generic:
513
530
        @echo "This command is intended for maintainers to use"
529
546
 
530
547
html: html-am
531
548
 
 
549
html-am:
 
550
 
532
551
info: info-am
533
552
 
534
553
info-am:
537
556
 
538
557
install-dvi: install-dvi-am
539
558
 
 
559
install-dvi-am:
 
560
 
540
561
install-exec-am:
541
562
 
542
563
install-html: install-html-am
543
564
 
 
565
install-html-am:
 
566
 
544
567
install-info: install-info-am
545
568
 
 
569
install-info-am:
 
570
 
546
571
install-man:
547
572
 
548
573
install-pdf: install-pdf-am
549
574
 
 
575
install-pdf-am:
 
576
 
550
577
install-ps: install-ps-am
551
578
 
 
579
install-ps-am:
 
580
 
552
581
installcheck-am:
553
582
 
554
583
maintainer-clean: maintainer-clean-am
571
600
 
572
601
uninstall-am:
573
602
 
574
 
.MAKE: install-am install-strip
 
603
.MAKE: check-am install-am install-strip
575
604
 
576
605
.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
577
606
        clean-generic clean-libtool clean-noinstLTLIBRARIES \
637
666
.PHONY: test test-report perf-report full-report
638
667
# run make test as part of make check
639
668
check-local: test
 
669
 
640
670
# Tell versions [3.59,3.63) of GNU make to not export all variables.
641
671
# Otherwise a system limit (for SysV at least) may be exceeded.
642
672
.NOEXPORT: