~ubuntu-branches/ubuntu/vivid/gnote/vivid-proposed

« back to all changes in this revision

Viewing changes to src/dbus/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2011-09-24 20:18:37 UTC
  • mfrom: (1.3.11 upstream)
  • Revision ID: package-import@ubuntu.com-20110924201837-39jpl1odhsub2956
Tags: 0.8.0-1
* New upstream release, featuring GTK+ 3 port.
  - Add versioned build dependency on libglibmm-2.4-dev (>= 2.28).
  - Replace build dependency on libgtkmm-2.4-dev with libgtkmm-3.0-dev.
  - Remove build dependencies on the following packages:
    - libdbus-c++-dev
    - libgconf2-dev
    - libgtkspell-dev (GtkSpell has yet to be ported to GTK+ 3)
    - libpanelappletmm-2.6-dev (Closes: #638108)
      - This removes support for the gnome-panel applet. (Closes: #566670)
      - Support for gnome-panel will be re-enabled once
        libpanel-applet-4-dev migrates from experimental to unstable.
* Re-format debian/copyright to fix lintian warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# PARTICULAR PURPOSE.
15
15
 
16
16
@SET_MAKE@
 
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
19
20
pkgincludedir = $(includedir)/@PACKAGE@
50
51
CONFIG_CLEAN_VPATH_FILES =
51
52
SOURCES =
52
53
DIST_SOURCES =
 
54
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
55
am__vpath_adj = case $$p in \
 
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
57
    *) f=$$p;; \
 
58
  esac;
 
59
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
60
am__install_max = 40
 
61
am__nobase_strip_setup = \
 
62
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
63
am__nobase_strip = \
 
64
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
65
am__nobase_list = $(am__nobase_strip_setup); \
 
66
  for p in $$list; do echo "$$p $$p"; done | \
 
67
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
68
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
69
    if (++n[$$2] == $(am__install_max)) \
 
70
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
71
    END { for (dir in files) print dir, files[dir] }'
 
72
am__base_list = \
 
73
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
75
am__installdirs = "$(DESTDIR)$(introspectdir)"
 
76
DATA = $(introspect_DATA)
53
77
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
54
78
ACLOCAL = @ACLOCAL@
55
79
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
80
104
CXXFLAGS = @CXXFLAGS@
81
105
CYGPATH_W = @CYGPATH_W@
82
106
DATADIRNAME = @DATADIRNAME@
83
 
DBUS_CFLAGS = @DBUS_CFLAGS@
84
 
DBUS_LIBS = @DBUS_LIBS@
85
107
DBUS_SERVICE_DIR = @DBUS_SERVICE_DIR@
86
108
DEFS = @DEFS@
87
109
DEPDIR = @DEPDIR@
96
118
EGREP = @EGREP@
97
119
EXEEXT = @EXEEXT@
98
120
FGREP = @FGREP@
99
 
GCONFTOOL = @GCONFTOOL@
100
 
GCONF_CFLAGS = @GCONF_CFLAGS@
101
 
GCONF_LIBS = @GCONF_LIBS@
102
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
103
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
104
121
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
122
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
105
123
GMOFILES = @GMOFILES@
106
124
GMSGFMT = @GMSGFMT@
107
125
GNOTE_LOCALEDIR = @GNOTE_LOCALEDIR@
108
126
GNOTE_VERSION = @GNOTE_VERSION@
109
127
GREP = @GREP@
 
128
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
110
129
GTKSPELL_CFLAGS = @GTKSPELL_CFLAGS@
111
130
GTKSPELL_LIBS = @GTKSPELL_LIBS@
112
131
GTK_CFLAGS = @GTK_CFLAGS@
130
149
LIBGTKMM_CFLAGS = @LIBGTKMM_CFLAGS@
131
150
LIBGTKMM_LIBS = @LIBGTKMM_LIBS@
132
151
LIBOBJS = @LIBOBJS@
133
 
LIBPANELAPPLETMM_CFLAGS = @LIBPANELAPPLETMM_CFLAGS@
134
 
LIBPANELAPPLETMM_LIBS = @LIBPANELAPPLETMM_LIBS@
 
152
LIBPANELAPPLET_CFLAGS = @LIBPANELAPPLET_CFLAGS@
 
153
LIBPANELAPPLET_LIBS = @LIBPANELAPPLET_LIBS@
135
154
LIBS = @LIBS@
136
155
LIBTOOL = @LIBTOOL@
137
156
LIBXML_CFLAGS = @LIBXML_CFLAGS@
184
203
SHELL = @SHELL@
185
204
STRIP = @STRIP@
186
205
USE_NLS = @USE_NLS@
 
206
UUID_CFLAGS = @UUID_CFLAGS@
 
207
UUID_LIBS = @UUID_LIBS@
187
208
VERSION = @VERSION@
188
209
XGETTEXT = @XGETTEXT@
189
210
abs_builddir = @abs_builddir@
211
232
docdir = @docdir@
212
233
dvidir = @dvidir@
213
234
exec_prefix = @exec_prefix@
 
235
gsettingsschemadir = @gsettingsschemadir@
214
236
host = @host@
215
237
host_alias = @host_alias@
216
238
host_cpu = @host_cpu@
240
262
top_build_prefix = @top_build_prefix@
241
263
top_builddir = @top_builddir@
242
264
top_srcdir = @top_srcdir@
243
 
BUILT_SOURCES = remotecontrol-glue.hpp remotecontrol-client-glue.hpp
244
 
CLEANFILES = $(BUILT_SOURCES)
245
 
EXTRA_DIST = gnote-introspect.xml
246
 
all: $(BUILT_SOURCES)
247
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
265
introspectdir = $(datadir)/gnote
 
266
introspect_DATA = gnote-introspect.xml
 
267
EXTRA_DIST = \
 
268
        gnote-introspect.xml \
 
269
        remotecontrol-glue.hpp \
 
270
        remotecontrol-client-glue.hpp
 
271
 
 
272
all: all-am
248
273
 
249
274
.SUFFIXES:
250
275
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
283
308
 
284
309
clean-libtool:
285
310
        -rm -rf .libs _libs
 
311
install-introspectDATA: $(introspect_DATA)
 
312
        @$(NORMAL_INSTALL)
 
313
        test -z "$(introspectdir)" || $(MKDIR_P) "$(DESTDIR)$(introspectdir)"
 
314
        @list='$(introspect_DATA)'; test -n "$(introspectdir)" || list=; \
 
315
        for p in $$list; do \
 
316
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
317
          echo "$$d$$p"; \
 
318
        done | $(am__base_list) | \
 
319
        while read files; do \
 
320
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(introspectdir)'"; \
 
321
          $(INSTALL_DATA) $$files "$(DESTDIR)$(introspectdir)" || exit $$?; \
 
322
        done
 
323
 
 
324
uninstall-introspectDATA:
 
325
        @$(NORMAL_UNINSTALL)
 
326
        @list='$(introspect_DATA)'; test -n "$(introspectdir)" || list=; \
 
327
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
328
        test -n "$$files" || exit 0; \
 
329
        echo " ( cd '$(DESTDIR)$(introspectdir)' && rm -f" $$files ")"; \
 
330
        cd "$(DESTDIR)$(introspectdir)" && rm -f $$files
286
331
tags: TAGS
287
332
TAGS:
288
333
 
320
365
            || exit 1; \
321
366
          fi; \
322
367
        done
323
 
        $(MAKE) $(AM_MAKEFLAGS) \
324
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
325
 
          dist-hook
326
368
check-am: all-am
327
 
check: $(BUILT_SOURCES)
328
 
        $(MAKE) $(AM_MAKEFLAGS) check-am
329
 
all-am: Makefile
 
369
check: check-am
 
370
all-am: Makefile $(DATA)
330
371
installdirs:
331
 
install: $(BUILT_SOURCES)
332
 
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
372
        for dir in "$(DESTDIR)$(introspectdir)"; do \
 
373
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
374
        done
 
375
install: install-am
333
376
install-exec: install-exec-am
334
377
install-data: install-data-am
335
378
uninstall: uninstall-am
346
389
mostlyclean-generic:
347
390
 
348
391
clean-generic:
349
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
350
392
 
351
393
distclean-generic:
352
394
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
355
397
maintainer-clean-generic:
356
398
        @echo "This command is intended for maintainers to use"
357
399
        @echo "it deletes files that may require special tools to rebuild."
358
 
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
359
400
clean: clean-am
360
401
 
361
402
clean-am: clean-generic clean-libtool mostlyclean-am
376
417
 
377
418
info-am:
378
419
 
379
 
install-data-am:
 
420
install-data-am: install-introspectDATA
380
421
 
381
422
install-dvi: install-dvi-am
382
423
 
420
461
 
421
462
ps-am:
422
463
 
423
 
uninstall-am:
 
464
uninstall-am: uninstall-introspectDATA
424
465
 
425
 
.MAKE: all check install install-am install-strip
 
466
.MAKE: install-am install-strip
426
467
 
427
468
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
428
 
        dist-hook distclean distclean-generic distclean-libtool \
429
 
        distdir dvi dvi-am html html-am info info-am install \
430
 
        install-am install-data install-data-am install-dvi \
431
 
        install-dvi-am install-exec install-exec-am install-html \
432
 
        install-html-am install-info install-info-am install-man \
433
 
        install-pdf install-pdf-am install-ps install-ps-am \
434
 
        install-strip installcheck installcheck-am installdirs \
435
 
        maintainer-clean maintainer-clean-generic mostlyclean \
436
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
437
 
        uninstall uninstall-am
438
 
 
439
 
 
440
 
remotecontrol-glue.hpp: gnote-introspect.xml
441
 
        dbusxx-xml2cpp $^ --adaptor=$@
442
 
 
443
 
remotecontrol-client-glue.hpp: gnote-introspect.xml
444
 
        dbusxx-xml2cpp $^ --proxy=$@
445
 
 
446
 
dist-hook:
447
 
        cd $(distdir); rm -f $(BUILT_SOURCES)
 
469
        distclean distclean-generic distclean-libtool distdir dvi \
 
470
        dvi-am html html-am info info-am install install-am \
 
471
        install-data install-data-am install-dvi install-dvi-am \
 
472
        install-exec install-exec-am install-html install-html-am \
 
473
        install-info install-info-am install-introspectDATA \
 
474
        install-man install-pdf install-pdf-am install-ps \
 
475
        install-ps-am install-strip installcheck installcheck-am \
 
476
        installdirs maintainer-clean maintainer-clean-generic \
 
477
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
478
        ps ps-am uninstall uninstall-am uninstall-introspectDATA
 
479
 
448
480
 
449
481
# Tell versions [3.59,3.63) of GNU make to not export all variables.
450
482
# Otherwise a system limit (for SysV at least) may be exceeded.