~ubuntu-branches/ubuntu/precise/d-conf/precise-proposed

« back to all changes in this revision

Viewing changes to service/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2011-12-07 22:08:10 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20111207220810-jjel2x75ci4vldds
Tags: 0.11.2-0ubuntu1
* New upstream version:
  - improved editor geometry handling (lp: #715002, #840571, #848418)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
CONFIG_CLEAN_FILES =
46
46
CONFIG_CLEAN_VPATH_FILES =
47
47
am__installdirs = "$(DESTDIR)$(libexecdir)" \
48
 
        "$(DESTDIR)$(dbusservicedir)" \
49
 
        "$(DESTDIR)$(dbussystemservicedir)"
 
48
        "$(DESTDIR)$(dbusservicedir)"
50
49
PROGRAMS = $(libexec_PROGRAMS)
51
50
am_dconf_service_OBJECTS = gvdb-builder.$(OBJEXT) \
52
51
        gvdb-reader.$(OBJEXT) dconf-shmdir.$(OBJEXT) \
101
100
am__base_list = \
102
101
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
103
102
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
104
 
DATA = $(dbusservice_DATA) $(dbussystemservice_DATA)
 
103
DATA = $(dbusservice_DATA)
105
104
ETAGS = etags
106
105
CTAGS = ctags
107
106
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119
118
CYGPATH_W = @CYGPATH_W@
120
119
DEFS = @DEFS@
121
120
DEPDIR = @DEPDIR@
122
 
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
123
121
ECHO_C = @ECHO_C@
124
122
ECHO_N = @ECHO_N@
125
123
ECHO_T = @ECHO_T@
127
125
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
128
126
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
129
127
GTKDOC_CHECK = @GTKDOC_CHECK@
 
128
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
129
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
130
130
GTKDOC_MKPDF = @GTKDOC_MKPDF@
131
131
GTKDOC_REBASE = @GTKDOC_REBASE@
132
132
HTML_DIR = @HTML_DIR@
155
155
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
156
156
SET_MAKE = @SET_MAKE@
157
157
SHELL = @SHELL@
158
 
STRICT_FLAGS = @STRICT_FLAGS@
159
158
STRIP = @STRIP@
160
159
VALAC = @VALAC@
161
160
VERSION = @VERSION@
220
219
top_builddir = @top_builddir@
221
220
top_srcdir = @top_srcdir@
222
221
AM_CFLAGS = $(gio_CFLAGS) -I$(top_srcdir)/gvdb -I$(top_srcdir)/common -Wall -Wmissing-prototypes -Wwrite-strings
223
 
dbussystemservice_DATA = ca.desrt.dconf.service
224
222
dbusservice_DATA = ca.desrt.dconf.service
225
223
dconf_service_LDADD = $(gio_LIBS)
226
224
dconf_service_SOURCES = \
411
409
        test -n "$$files" || exit 0; \
412
410
        echo " ( cd '$(DESTDIR)$(dbusservicedir)' && rm -f" $$files ")"; \
413
411
        cd "$(DESTDIR)$(dbusservicedir)" && rm -f $$files
414
 
install-dbussystemserviceDATA: $(dbussystemservice_DATA)
415
 
        @$(NORMAL_INSTALL)
416
 
        test -z "$(dbussystemservicedir)" || $(MKDIR_P) "$(DESTDIR)$(dbussystemservicedir)"
417
 
        @list='$(dbussystemservice_DATA)'; test -n "$(dbussystemservicedir)" || list=; \
418
 
        for p in $$list; do \
419
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
420
 
          echo "$$d$$p"; \
421
 
        done | $(am__base_list) | \
422
 
        while read files; do \
423
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbussystemservicedir)'"; \
424
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(dbussystemservicedir)" || exit $$?; \
425
 
        done
426
 
 
427
 
uninstall-dbussystemserviceDATA:
428
 
        @$(NORMAL_UNINSTALL)
429
 
        @list='$(dbussystemservice_DATA)'; test -n "$(dbussystemservicedir)" || list=; \
430
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
431
 
        test -n "$$files" || exit 0; \
432
 
        echo " ( cd '$(DESTDIR)$(dbussystemservicedir)' && rm -f" $$files ")"; \
433
 
        cd "$(DESTDIR)$(dbussystemservicedir)" && rm -f $$files
434
412
 
435
413
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
436
414
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
518
496
check: check-am
519
497
all-am: Makefile $(PROGRAMS) $(DATA)
520
498
installdirs:
521
 
        for dir in "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(dbusservicedir)" "$(DESTDIR)$(dbussystemservicedir)"; do \
 
499
        for dir in "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(dbusservicedir)"; do \
522
500
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
523
501
        done
524
502
install: install-am
569
547
 
570
548
info-am:
571
549
 
572
 
install-data-am: install-dbusserviceDATA install-dbussystemserviceDATA
 
550
install-data-am: install-dbusserviceDATA
573
551
 
574
552
install-dvi: install-dvi-am
575
553
 
614
592
 
615
593
ps-am:
616
594
 
617
 
uninstall-am: uninstall-dbusserviceDATA \
618
 
        uninstall-dbussystemserviceDATA uninstall-libexecPROGRAMS
 
595
uninstall-am: uninstall-dbusserviceDATA uninstall-libexecPROGRAMS
619
596
 
620
597
.MAKE: install-am install-strip
621
598
 
623
600
        clean-libexecPROGRAMS ctags distclean distclean-compile \
624
601
        distclean-generic distclean-tags distdir dvi dvi-am html \
625
602
        html-am info info-am install install-am install-data \
626
 
        install-data-am install-dbusserviceDATA \
627
 
        install-dbussystemserviceDATA install-dvi install-dvi-am \
628
 
        install-exec install-exec-am install-html install-html-am \
629
 
        install-info install-info-am install-libexecPROGRAMS \
630
 
        install-man install-pdf install-pdf-am install-ps \
631
 
        install-ps-am install-strip installcheck installcheck-am \
632
 
        installdirs maintainer-clean maintainer-clean-generic \
633
 
        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
634
 
        ps ps-am tags uninstall uninstall-am uninstall-dbusserviceDATA \
635
 
        uninstall-dbussystemserviceDATA uninstall-libexecPROGRAMS
 
603
        install-data-am install-dbusserviceDATA install-dvi \
 
604
        install-dvi-am install-exec install-exec-am install-html \
 
605
        install-html-am install-info install-info-am \
 
606
        install-libexecPROGRAMS install-man install-pdf install-pdf-am \
 
607
        install-ps install-ps-am install-strip installcheck \
 
608
        installcheck-am installdirs maintainer-clean \
 
609
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
610
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
611
        uninstall-am uninstall-dbusserviceDATA \
 
612
        uninstall-libexecPROGRAMS
636
613
 
637
614
 
638
615
ca.desrt.dconf.service: Makefile