~ubuntu-branches/ubuntu/wily/gnome-do/wily

« back to all changes in this revision

Viewing changes to Do.Platform.Linux/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2011-02-15 21:50:02 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110215215002-1j8ylb69o15asb06
Tags: 0.8.4-0ubuntu1
* The Race Against FF upload.  Merge from unreleased Debian git.
  Remaining Ubuntu changes:
  + debian/patches/05_disable_resize_grips.patch.diff:
    Disable resize handles for the Do windows.
  + debian/control:
    Bump gtk# build dep for HasResizeGrip API.
* New Debian changes:
* The long fortold release
  + Fixes a threadsafety issue resulting in 100% CPU usage (Closes: 565591,
    LP: #450852).
  + Proxies all keyring calls to the GTK main thread, as required by the new
    gnome-keyring (Closes: 603876, LP: #553643)
* debian/patches/00_bundledlibs.dpatch:
* debian/rules:
  + Upstream has dropped bundled gmcs binary; now 100% DFSG-free, so we don't
    have to repack the tarball or patch the buildsystem.
* debian/patches/03_disable_docky.dpatch:
  + Drop.  Docky is now gone in the upstream tarball.
* debian/rules:
* debian/control:
* debian/patches/*:
  + Switch to quilt to harmonise with other pkg-cli-* packages.
* debian/control:
  + Drop recommends on gnome-do-docklets.  Docky is now a separate package,
    so the docklets are useless for Do.
  + Bump Breaks on gnome-do-plugins to 0.8.3.  Do no longer provides the Wink
    library, which has been imported into the 0.8.3 do-plugins sources.
  + Bump standards-version; no changes needed.
  + Migrate to git and update VCS fields appropriately

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.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
39
39
POST_UNINSTALL = :
40
40
build_triplet = @build@
41
41
host_triplet = @host@
42
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
42
DIST_COMMON = $(srcdir)/Do.Platform.Linux.dll.config.in \
 
43
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
43
44
        $(top_srcdir)/build.rules.mk
44
45
@ENABLE_DEBUG_TRUE@am__append_1 = -debug -d:DEBUG
45
46
@HAVE_NUNIT_TRUE@am__append_2 = \
55
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56
57
        $(ACLOCAL_M4)
57
58
mkinstalldirs = $(install_sh) -d
58
 
CONFIG_CLEAN_FILES =
 
59
CONFIG_CLEAN_FILES = Do.Platform.Linux.dll.config
59
60
CONFIG_CLEAN_VPATH_FILES =
60
61
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61
62
am__vpath_adj = case $$p in \
197
198
PACKAGE_VERSION = @PACKAGE_VERSION@
198
199
PATH_SEPARATOR = @PATH_SEPARATOR@
199
200
PKG_CONFIG = @PKG_CONFIG@
 
201
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
202
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
200
203
POFILES = @POFILES@
201
204
POSUB = @POSUB@
202
205
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
285
288
 
286
289
moduledir = $(pkglibdir)
287
290
# Install libraries as data; there's no need for them to be excutable
288
 
module_DATA = $(foreach file,$(filter %.dll,$(OUTPUT_FILES)),$(file) $(file).mdb) $(foreach file,$(filter %.exe,$(OUTPUT_FILES)),$(file).mdb)
 
291
module_DATA = $(foreach file,$(filter %.dll,$(OUTPUT_FILES)),$(file) \
 
292
        $(file).mdb) $(foreach file,$(filter \
 
293
        %.exe,$(OUTPUT_FILES)),$(file).mdb) \
 
294
        Do.Platform.Linux.dll.config
289
295
# Install executables as scripts
290
296
module_SCRIPTS = $(filter %.exe,$(OUTPUT_FILES))
291
297
MCS_FLAGS = $(MCS_LINQ_FLAG) -noconfig -codepage:utf8 -warn:4 \
300
306
#
301
307
# Clean and dist targets
302
308
#
303
 
EXTRA_DIST = $(SOURCES_BUILD) $(RESOURCES_EXPANDED) $(THEME_ICONS_SOURCE) \
304
 
        $(foreach pkgcfg_file, $(PKG_CONFIG_FILES), $(pkgcfg_file).in)
305
 
 
306
 
CLEANFILES = $(OUTPUT_FILES) $(pkgconfig_DATA)
 
309
EXTRA_DIST = $(SOURCES_BUILD) $(RESOURCES_EXPANDED) \
 
310
        $(THEME_ICONS_SOURCE) $(foreach pkgcfg_file, \
 
311
        $(PKG_CONFIG_FILES), $(pkgcfg_file).in) \
 
312
        Do.Platform.Linux.dll.config.in
 
313
CLEANFILES = $(OUTPUT_FILES) $(pkgconfig_DATA) \
 
314
        Do.Platform.Linux.dll.config
307
315
DISTCLEANFILES = *.pidb
308
316
MAINTAINERCLEANFILES = Makefile.in
309
317
 
311
319
ASSEMBLY = Do.Platform.Linux
312
320
TARGET = library
313
321
FILES = gtk-gui/Do.Platform.Linux.AbstractLoginWidget.cs \
 
322
        gtk-gui/Do.Platform.Linux.PluginAvailableDialog.cs \
314
323
        gtk-gui/generated.cs src/AssemblyInfo.cs \
315
324
        src/Do.Platform/ConsoleCrayon.cs \
316
325
        src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.DBus/IController.cs \
317
326
        src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.DBus/Registrar.cs \
318
327
        src/Do.Platform/Do.Platform.Linux/ConsoleLogService.cs \
319
328
        src/Do.Platform/Do.Platform.Linux/EnvironmentService.cs \
 
329
        src/Do.Platform/Do.Platform.Linux/EnvironmentServiceExtensions.cs \
320
330
        src/Do.Platform/Do.Platform.Linux/SystemService.cs \
321
331
        src/Do.Platform/Do.Platform.Linux/GConfPreferencesService.cs \
322
332
        src/Do.Platform/Do.Platform.Linux/GnomeKeyringSecurePreferencesService.cs \
326
336
        src/Do.Platform/Do.Platform.Linux/TrayIconService.cs \
327
337
        src/Do.Platform/Do.Platform.Linux/UniverseFactoryService.cs \
328
338
        src/Do.Platform/Do.Platform.Linux/NetworkService.cs \
 
339
        src/Do.Platform/Do.Platform.Linux/KeyBindingService.cs \
329
340
        src/Do.Universe/ApplicationItem.cs \
330
341
        src/Do.Universe/CategoryItem.cs \
331
342
        src/Do.Universe/NullApplicationItem.cs \
332
343
        src/Do.Universe/FileItem.cs \
333
344
        src/Do.Universe/ApplicationItemSource.cs \
334
 
        src/Do.Universe/CopyToClipboardAction.cs \
 
345
        src/Do.Universe/GNOMEBookmarkItem.cs \
335
346
        src/Do.Universe/GNOMESpecialLocationsItemSource.cs \
336
 
        src/Do.Widgets/AbstractLoginWidget.cs $(am__append_2)
 
347
        src/Do.Universe/GNOMETrashItem.cs \
 
348
        src/Do.Widgets/AbstractLoginWidget.cs \
 
349
        src/Do.Widgets/PluginAvailableDialog.cs $(am__append_2)
337
350
RESOURCES = \
338
351
        gtk-gui/gui.stetic \
339
352
        Resources/Do.Platform.Linux.addin.xml
343
356
        System \
344
357
        System.Core \
345
358
        Mono.Posix \
346
 
        $(NUNIT_LIBS) \
347
359
        $(GTK_SHARP_20_LIBS) \
348
360
        $(GNOME_KEYRING_SHARP_LIBS) \
349
361
        $(GNOME_SHARP_20_LIBS) \
350
362
        $(GNOME_DESKTOP_SHARP_20_LIBS) \
351
363
        $(GCONF_SHARP_20_LIBS) \
 
364
        $(MONO_ADDINS_LIBS) \
352
365
        $(NDESK_DBUS_10_LIBS) \
353
366
        $(NDESK_DBUS_GLIB_10_LIBS) \
354
 
        $(NOTIFY_SHARP_LIBS)
 
367
        $(NOTIFY_SHARP_LIBS) \
 
368
        $(NUNIT_LIBS)
355
369
 
356
370
PROJECT_REFERENCES = \
357
371
        Do.Universe \
391
405
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
392
406
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393
407
$(am__aclocal_m4_deps):
 
408
Do.Platform.Linux.dll.config: $(top_builddir)/config.status $(srcdir)/Do.Platform.Linux.dll.config.in
 
409
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
394
410
install-moduleSCRIPTS: $(module_SCRIPTS)
395
411
        @$(NORMAL_INSTALL)
396
412
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"