~ubuntu-branches/ubuntu/trusty/indicator-sync/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-08-28 16:25:25 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120828162525-v3mx9o332fqrseu8
Tags: 12.10.1-0ubuntu1
* New upstream release.
* debian/control:
  - rename gir1.2-syncclient-12.10 to gir1.2-syncmenu-0.1.
  - rename libindicator-sync-client1 to libsync-menu1.
  - rename libindicator-sync-client-dev to libsync-menu-dev.
  - add gir1.2-dbusmenu-glib-0.4 to Build-Depends.
  - add dbus-test-runner to Build-Depends.
* debian/*.install:
  - rename files as per package name changes.
  - update libsync-menu-dev.install to the library name.
  - update libsync-menu1.install to the library name.
  - update libsync-menu1.symbols to the library name.
  - rename /usr/include/indicator-sync-0.1 to /usr/include/sync-menu-0.1.
* debian/patches/upstream-soname-versioning.patch,
  debian/patches/upstream-pkgconfig-fixes.patch: dropped, no longer needed.
* debian/libsync-menu1.symbols:
  - update symbols that were renamed; keep the old ones as missing.
* debian/patches/upstream-watchers-client-test.patch: fix up the client test
  to avoid failing due to watchers not being allowed to connect.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
POST_UNINSTALL = :
53
53
build_triplet = @build@
54
54
host_triplet = @host@
55
 
@BUILD_TESTS_TRUE@am__append_1 = \
56
 
@BUILD_TESTS_TRUE@      test
57
 
 
 
55
@BUILD_TESTS_TRUE@am__append_1 = test
58
56
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
59
57
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
58
        $(top_srcdir)/Makefile.am.authors \
60
59
        $(top_srcdir)/Makefile.am.coverage $(top_srcdir)/configure \
61
60
        AUTHORS COPYING ChangeLog INSTALL NEWS compile config.guess \
62
61
        config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
103
102
        distdir dist dist-all distcheck
104
103
ETAGS = etags
105
104
CTAGS = ctags
106
 
DIST_SUBDIRS = indicator-sync data examples po test
 
105
DIST_SUBDIRS = src data examples po test
107
106
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108
107
distdir = $(PACKAGE)-$(VERSION)
109
108
top_distdir = $(distdir)
194
193
GTEST_SOURCE = @GTEST_SOURCE@
195
194
INDICATORDIR = @INDICATORDIR@
196
195
INDICATORICONSDIR = @INDICATORICONSDIR@
 
196
INDICATOR_DEPS_CFLAGS = @INDICATOR_DEPS_CFLAGS@
 
197
INDICATOR_DEPS_LIBS = @INDICATOR_DEPS_LIBS@
197
198
INSTALL = @INSTALL@
198
199
INSTALL_DATA = @INSTALL_DATA@
199
200
INSTALL_PROGRAM = @INSTALL_PROGRAM@
257
258
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
258
259
RANLIB = @RANLIB@
259
260
SED = @SED@
 
261
SERVICE_DEPS_CFLAGS = @SERVICE_DEPS_CFLAGS@
 
262
SERVICE_DEPS_LIBS = @SERVICE_DEPS_LIBS@
260
263
SET_MAKE = @SET_MAKE@
261
264
SHELL = @SHELL@
262
265
SHTOOL = @SHTOOL@
263
266
STRIP = @STRIP@
264
 
SYNC_CLIENT_CFLAGS = @SYNC_CLIENT_CFLAGS@
265
 
SYNC_CLIENT_LIBS = @SYNC_CLIENT_LIBS@
266
 
SYNC_INDICATOR_CFLAGS = @SYNC_INDICATOR_CFLAGS@
267
 
SYNC_INDICATOR_LIBS = @SYNC_INDICATOR_LIBS@
268
 
SYNC_SERVICE_CFLAGS = @SYNC_SERVICE_CFLAGS@
269
 
SYNC_SERVICE_LIBS = @SYNC_SERVICE_LIBS@
 
267
SYNC_LIB_DEPS_CFLAGS = @SYNC_LIB_DEPS_CFLAGS@
 
268
SYNC_LIB_DEPS_LIBS = @SYNC_LIB_DEPS_LIBS@
270
269
USE_NLS = @USE_NLS@
271
270
VERSION = @VERSION@
272
271
XGETTEXT = @XGETTEXT@
325
324
top_build_prefix = @top_build_prefix@
326
325
top_builddir = @top_builddir@
327
326
top_srcdir = @top_srcdir@
328
 
SUBDIRS = indicator-sync data examples po $(am__append_1)
329
 
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-deprecations --enable-introspection
 
327
SUBDIRS = src data examples po $(am__append_1)
 
328
DISTCHECK_CONFIGURE_FLAGS = \
 
329
  --enable-localinstall \
 
330
  --enable-introspection \
 
331
  --enable-tests=yes
 
332
 
330
333
all: config.h
331
334
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
332
335
 
333
336
.SUFFIXES:
334
337
am--refresh: Makefile
335
338
        @:
336
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.coverage $(am__configure_deps)
 
339
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.authors $(top_srcdir)/Makefile.am.coverage $(am__configure_deps)
337
340
        @for dep in $?; do \
338
341
          case '$(am__configure_deps)' in \
339
342
            *$$dep*) \
356
359
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
357
360
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
358
361
        esac;
359
 
$(top_srcdir)/Makefile.am.coverage:
 
362
$(top_srcdir)/Makefile.am.authors $(top_srcdir)/Makefile.am.coverage:
360
363
 
361
364
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
362
365
        $(SHELL) ./config.status --recheck
841
844
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
842
845
        tags tags-recursive uninstall uninstall-am
843
846
 
844
 
 
845
 
# build src first
846
 
@BUILD_TESTS_TRUE@test: indicator-sync
847
 
 
 
847
@BUILD_TESTS_TRUE@  # build src first
 
848
@BUILD_TESTS_TRUE@  test: src
848
849
dist-hook:
849
850
        @if test -d "$(top_srcdir)/.bzr"; \
850
851
                then \