~ubuntu-branches/ubuntu/oneiric/gconf/oneiric-proposed

« back to all changes in this revision

Viewing changes to gconf/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-23 00:43:05 UTC
  • mto: (7.3.5 sid) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20090923004305-28dhb0orglxennwy
Tags: upstream-2.28.0
ImportĀ upstreamĀ versionĀ 2.28.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
20
19
 
21
20
VPATH = @srcdir@
22
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
23
23
pkgincludedir = $(includedir)/@PACKAGE@
24
 
pkglibdir = $(libdir)/@PACKAGE@
25
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
25
install_sh_DATA = $(install_sh) -c -m 644
28
26
install_sh_PROGRAM = $(install_sh) -c
49
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50
48
CONFIG_HEADER = $(top_builddir)/config.h
51
49
CONFIG_CLEAN_FILES =
52
 
CONFIG_CLEAN_VPATH_FILES =
53
50
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54
51
am__vpath_adj = case $$p in \
55
52
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56
53
    *) f=$$p;; \
57
54
  esac;
58
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
59
 
am__install_max = 40
60
 
am__nobase_strip_setup = \
61
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
62
 
am__nobase_strip = \
63
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
64
 
am__nobase_list = $(am__nobase_strip_setup); \
65
 
  for p in $$list; do echo "$$p $$p"; done | \
66
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
67
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
68
 
    if (++n[$$2] == $(am__install_max)) \
69
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
70
 
    END { for (dir in files) print dir, files[dir] }'
71
 
am__base_list = \
72
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
55
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
74
56
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
75
57
        "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(servicedir)" \
76
58
        "$(DESTDIR)$(gconfincludedir)"
 
59
libLTLIBRARIES_INSTALL = $(INSTALL)
77
60
LTLIBRARIES = $(lib_LTLIBRARIES)
78
61
am__DEPENDENCIES_1 =
79
62
libgconf_2_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
95
78
libgconf_2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
96
79
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
97
80
        $(libgconf_2_la_LDFLAGS) $(LDFLAGS) -o $@
 
81
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
98
82
@GTK_TRUE@am__EXEEXT_1 = gconf-sanity-check-2$(EXEEXT)
 
83
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
99
84
PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS)
100
85
am_gconf_sanity_check_2_OBJECTS = gconf-sanity-check.$(OBJEXT)
101
86
gconf_sanity_check_2_OBJECTS = $(am_gconf_sanity_check_2_OBJECTS)
116
101
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
117
102
depcomp = $(SHELL) $(top_srcdir)/depcomp
118
103
am__depfiles_maybe = depfiles
119
 
am__mv = mv -f
120
104
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121
105
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122
106
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
131
115
DIST_SOURCES = $(am__libgconf_2_la_SOURCES_DIST) \
132
116
        $(gconf_sanity_check_2_SOURCES) $(gconfd_2_SOURCES) \
133
117
        $(gconftool_2_SOURCES)
 
118
serviceDATA_INSTALL = $(INSTALL_DATA)
134
119
DATA = $(service_DATA)
 
120
gconfincludeHEADERS_INSTALL = $(INSTALL_HEADER)
135
121
HEADERS = $(gconfinclude_HEADERS)
136
122
ETAGS = etags
137
123
CTAGS = ctags
188
174
GMSGFMT = @GMSGFMT@
189
175
GREP = @GREP@
190
176
GTKDOC_CHECK = @GTKDOC_CHECK@
 
177
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
178
GTKDOC_REBASE = @GTKDOC_REBASE@
191
179
HTML_DIR = @HTML_DIR@
192
180
INSTALL = @INSTALL@
193
181
INSTALL_DATA = @INSTALL_DATA@
230
218
PACKAGE_NAME = @PACKAGE_NAME@
231
219
PACKAGE_STRING = @PACKAGE_STRING@
232
220
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
221
PACKAGE_URL = @PACKAGE_URL@
233
222
PACKAGE_VERSION = @PACKAGE_VERSION@
234
223
PATH_SEPARATOR = @PATH_SEPARATOR@
235
224
PKG_CONFIG = @PKG_CONFIG@
405
394
              exit 1;; \
406
395
          esac; \
407
396
        done; \
408
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gconf/Makefile'; \
409
 
        $(am__cd) $(top_srcdir) && \
410
 
          $(AUTOMAKE) --gnu gconf/Makefile
 
397
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gconf/Makefile'; \
 
398
        cd $(top_srcdir) && \
 
399
          $(AUTOMAKE) --gnu  gconf/Makefile
411
400
.PRECIOUS: Makefile
412
401
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
413
402
        @case '$?' in \
425
414
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
426
415
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
427
416
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428
 
$(am__aclocal_m4_deps):
429
417
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
430
418
        @$(NORMAL_INSTALL)
431
419
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
432
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
433
 
        list2=; for p in $$list; do \
 
420
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
434
421
          if test -f $$p; then \
435
 
            list2="$$list2 $$p"; \
 
422
            f=$(am__strip_dir) \
 
423
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
424
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
436
425
          else :; fi; \
437
 
        done; \
438
 
        test -z "$$list2" || { \
439
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
440
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
441
 
        }
 
426
        done
442
427
 
443
428
uninstall-libLTLIBRARIES:
444
429
        @$(NORMAL_UNINSTALL)
445
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
446
 
        for p in $$list; do \
447
 
          $(am__strip_dir) \
448
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
449
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
 
430
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
431
          p=$(am__strip_dir) \
 
432
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
433
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
450
434
        done
451
435
 
452
436
clean-libLTLIBRARIES:
462
446
install-binPROGRAMS: $(bin_PROGRAMS)
463
447
        @$(NORMAL_INSTALL)
464
448
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
465
 
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
466
 
        for p in $$list; do echo "$$p $$p"; done | \
467
 
        sed 's/$(EXEEXT)$$//' | \
468
 
        while read p p1; do if test -f $$p || test -f $$p1; \
469
 
          then echo "$$p"; echo "$$p"; else :; fi; \
470
 
        done | \
471
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
472
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
473
 
        sed 'N;N;N;s,\n, ,g' | \
474
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
475
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
476
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
477
 
            else { print "f", $$3 "/" $$4, $$1; } } \
478
 
          END { for (d in files) print "f", d, files[d] }' | \
479
 
        while read type dir files; do \
480
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
481
 
            test -z "$$files" || { \
482
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
483
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
484
 
            } \
485
 
        ; done
 
449
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
450
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
451
          if test -f $$p \
 
452
             || test -f $$p1 \
 
453
          ; then \
 
454
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
455
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
456
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
457
          else :; fi; \
 
458
        done
486
459
 
487
460
uninstall-binPROGRAMS:
488
461
        @$(NORMAL_UNINSTALL)
489
 
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
490
 
        files=`for p in $$list; do echo "$$p"; done | \
491
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
492
 
              -e 's/$$/$(EXEEXT)/' `; \
493
 
        test -n "$$list" || exit 0; \
494
 
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
495
 
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
462
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
463
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
464
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
465
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
466
        done
496
467
 
497
468
clean-binPROGRAMS:
498
 
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
499
 
        echo " rm -f" $$list; \
500
 
        rm -f $$list || exit $$?; \
501
 
        test -n "$(EXEEXT)" || exit 0; \
502
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
503
 
        echo " rm -f" $$list; \
504
 
        rm -f $$list
 
469
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
470
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
471
          echo " rm -f $$p $$f"; \
 
472
          rm -f $$p $$f ; \
 
473
        done
505
474
install-libexecPROGRAMS: $(libexec_PROGRAMS)
506
475
        @$(NORMAL_INSTALL)
507
476
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
508
 
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
509
 
        for p in $$list; do echo "$$p $$p"; done | \
510
 
        sed 's/$(EXEEXT)$$//' | \
511
 
        while read p p1; do if test -f $$p || test -f $$p1; \
512
 
          then echo "$$p"; echo "$$p"; else :; fi; \
513
 
        done | \
514
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
515
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
516
 
        sed 'N;N;N;s,\n, ,g' | \
517
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
518
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
519
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
520
 
            else { print "f", $$3 "/" $$4, $$1; } } \
521
 
          END { for (d in files) print "f", d, files[d] }' | \
522
 
        while read type dir files; do \
523
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
524
 
            test -z "$$files" || { \
525
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
526
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
527
 
            } \
528
 
        ; done
 
477
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
 
478
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
479
          if test -f $$p \
 
480
             || test -f $$p1 \
 
481
          ; then \
 
482
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
483
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
 
484
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
 
485
          else :; fi; \
 
486
        done
529
487
 
530
488
uninstall-libexecPROGRAMS:
531
489
        @$(NORMAL_UNINSTALL)
532
 
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
533
 
        files=`for p in $$list; do echo "$$p"; done | \
534
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
535
 
              -e 's/$$/$(EXEEXT)/' `; \
536
 
        test -n "$$list" || exit 0; \
537
 
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
538
 
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
 
490
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
 
491
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
492
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
 
493
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
 
494
        done
539
495
 
540
496
clean-libexecPROGRAMS:
541
 
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
542
 
        echo " rm -f" $$list; \
543
 
        rm -f $$list || exit $$?; \
544
 
        test -n "$(EXEEXT)" || exit 0; \
545
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
546
 
        echo " rm -f" $$list; \
547
 
        rm -f $$list
 
497
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
 
498
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
499
          echo " rm -f $$p $$f"; \
 
500
          rm -f $$p $$f ; \
 
501
        done
548
502
gconf-sanity-check-2$(EXEEXT): $(gconf_sanity_check_2_OBJECTS) $(gconf_sanity_check_2_DEPENDENCIES) 
549
503
        @rm -f gconf-sanity-check-2$(EXEEXT)
550
504
        $(LINK) $(gconf_sanity_check_2_OBJECTS) $(gconf_sanity_check_2_LDADD) $(LIBS)
584
538
 
585
539
.c.o:
586
540
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
587
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
541
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
588
542
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
589
543
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590
544
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
591
545
 
592
546
.c.obj:
593
547
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
594
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
548
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
595
549
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
596
550
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597
551
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
598
552
 
599
553
.c.lo:
600
554
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
601
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
555
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
602
556
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
603
557
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
604
558
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
611
565
install-serviceDATA: $(service_DATA)
612
566
        @$(NORMAL_INSTALL)
613
567
        test -z "$(servicedir)" || $(MKDIR_P) "$(DESTDIR)$(servicedir)"
614
 
        @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
615
 
        for p in $$list; do \
 
568
        @list='$(service_DATA)'; for p in $$list; do \
616
569
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
617
 
          echo "$$d$$p"; \
618
 
        done | $(am__base_list) | \
619
 
        while read files; do \
620
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(servicedir)'"; \
621
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(servicedir)" || exit $$?; \
 
570
          f=$(am__strip_dir) \
 
571
          echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
 
572
          $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
622
573
        done
623
574
 
624
575
uninstall-serviceDATA:
625
576
        @$(NORMAL_UNINSTALL)
626
 
        @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
627
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
628
 
        test -n "$$files" || exit 0; \
629
 
        echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \
630
 
        cd "$(DESTDIR)$(servicedir)" && rm -f $$files
 
577
        @list='$(service_DATA)'; for p in $$list; do \
 
578
          f=$(am__strip_dir) \
 
579
          echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
 
580
          rm -f "$(DESTDIR)$(servicedir)/$$f"; \
 
581
        done
631
582
install-gconfincludeHEADERS: $(gconfinclude_HEADERS)
632
583
        @$(NORMAL_INSTALL)
633
584
        test -z "$(gconfincludedir)" || $(MKDIR_P) "$(DESTDIR)$(gconfincludedir)"
634
 
        @list='$(gconfinclude_HEADERS)'; test -n "$(gconfincludedir)" || list=; \
635
 
        for p in $$list; do \
 
585
        @list='$(gconfinclude_HEADERS)'; for p in $$list; do \
636
586
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
637
 
          echo "$$d$$p"; \
638
 
        done | $(am__base_list) | \
639
 
        while read files; do \
640
 
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(gconfincludedir)'"; \
641
 
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(gconfincludedir)" || exit $$?; \
 
587
          f=$(am__strip_dir) \
 
588
          echo " $(gconfincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(gconfincludedir)/$$f'"; \
 
589
          $(gconfincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(gconfincludedir)/$$f"; \
642
590
        done
643
591
 
644
592
uninstall-gconfincludeHEADERS:
645
593
        @$(NORMAL_UNINSTALL)
646
 
        @list='$(gconfinclude_HEADERS)'; test -n "$(gconfincludedir)" || list=; \
647
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
648
 
        test -n "$$files" || exit 0; \
649
 
        echo " ( cd '$(DESTDIR)$(gconfincludedir)' && rm -f" $$files ")"; \
650
 
        cd "$(DESTDIR)$(gconfincludedir)" && rm -f $$files
 
594
        @list='$(gconfinclude_HEADERS)'; for p in $$list; do \
 
595
          f=$(am__strip_dir) \
 
596
          echo " rm -f '$(DESTDIR)$(gconfincludedir)/$$f'"; \
 
597
          rm -f "$(DESTDIR)$(gconfincludedir)/$$f"; \
 
598
        done
651
599
 
652
600
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
653
601
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
661
609
 
662
610
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
663
611
                $(TAGS_FILES) $(LISP)
664
 
        set x; \
 
612
        tags=; \
665
613
        here=`pwd`; \
666
614
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
667
615
        unique=`for i in $$list; do \
669
617
          done | \
670
618
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
671
619
              END { if (nonempty) { for (i in files) print i; }; }'`; \
672
 
        shift; \
673
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
620
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
674
621
          test -n "$$unique" || unique=$$empty_fix; \
675
 
          if test $$# -gt 0; then \
676
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
677
 
              "$$@" $$unique; \
678
 
          else \
679
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
680
 
              $$unique; \
681
 
          fi; \
 
622
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
623
            $$tags $$unique; \
682
624
        fi
683
625
ctags: CTAGS
684
626
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
685
627
                $(TAGS_FILES) $(LISP)
 
628
        tags=; \
686
629
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
687
630
        unique=`for i in $$list; do \
688
631
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
689
632
          done | \
690
633
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
691
634
              END { if (nonempty) { for (i in files) print i; }; }'`; \
692
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
635
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
693
636
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
694
 
             $$unique
 
637
             $$tags $$unique
695
638
 
696
639
GTAGS:
697
640
        here=`$(am__cd) $(top_builddir) && pwd` \
698
 
          && $(am__cd) $(top_srcdir) \
699
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
641
          && cd $(top_srcdir) \
 
642
          && gtags -i $(GTAGS_ARGS) $$here
700
643
 
701
644
distclean-tags:
702
645
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
717
660
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
718
661
          if test -d $$d/$$file; then \
719
662
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
720
 
            if test -d "$(distdir)/$$file"; then \
721
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
722
 
            fi; \
723
663
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
724
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
725
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
664
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
726
665
            fi; \
727
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
666
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
728
667
          else \
729
 
            test -f "$(distdir)/$$file" \
730
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
668
            test -f $(distdir)/$$file \
 
669
            || cp -p $$d/$$file $(distdir)/$$file \
731
670
            || exit 1; \
732
671
          fi; \
733
672
        done
766
705
 
767
706
distclean-generic:
768
707
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
769
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
770
708
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
771
709
 
772
710
maintainer-clean-generic:
790
728
 
791
729
html: html-am
792
730
 
793
 
html-am:
794
 
 
795
731
info: info-am
796
732
 
797
733
info-am:
801
737
 
802
738
install-dvi: install-dvi-am
803
739
 
804
 
install-dvi-am:
805
 
 
806
740
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES \
807
741
        install-libexecPROGRAMS
808
742
 
809
743
install-html: install-html-am
810
744
 
811
 
install-html-am:
812
 
 
813
745
install-info: install-info-am
814
746
 
815
 
install-info-am:
816
 
 
817
747
install-man:
818
748
 
819
749
install-pdf: install-pdf-am
820
750
 
821
 
install-pdf-am:
822
 
 
823
751
install-ps: install-ps-am
824
752
 
825
 
install-ps-am:
826
 
 
827
753
installcheck-am:
828
754
 
829
755
maintainer-clean: maintainer-clean-am
848
774
        uninstall-libLTLIBRARIES uninstall-libexecPROGRAMS \
849
775
        uninstall-local uninstall-serviceDATA
850
776
 
851
 
.MAKE: all check install install-am install-strip
 
777
.MAKE: install-am install-strip
852
778
 
853
779
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
854
780
        clean-generic clean-libLTLIBRARIES clean-libexecPROGRAMS \
907
833
regenerate-built-sources:
908
834
        GCONF_SRCDIR=$(srcdir) $(srcdir)/regenerate-enum-header.sh $(gconf_headers)
909
835
        GCONF_SRCDIR=$(srcdir) $(srcdir)/regenerate-enum-footer.sh $(gconf_headers)
910
 
 
911
836
# Tell versions [3.59,3.63) of GNU make to not export all variables.
912
837
# Otherwise a system limit (for SysV at least) may be exceeded.
913
838
.NOEXPORT: