~ubuntu-branches/ubuntu/precise/gnome-do/precise-proposed

« back to all changes in this revision

Viewing changes to Do/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)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20110215215002-85d0069su39rh04k
Tags: 0.8.4-1
* 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)/Do.exe.config.in $(srcdir)/Makefile.am \
43
 
        $(srcdir)/Makefile.in $(srcdir)/gnome-do.in \
44
 
        $(top_srcdir)/build.rules.mk
 
42
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
43
        $(srcdir)/gnome-do.in $(top_srcdir)/build.rules.mk
45
44
@ENABLE_DEBUG_TRUE@am__append_1 = -debug -d:DEBUG
46
45
subdir = Do
47
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
53
        $(ACLOCAL_M4)
55
54
mkinstalldirs = $(install_sh) -d
56
 
CONFIG_CLEAN_FILES = Do.exe.config gnome-do
 
55
CONFIG_CLEAN_FILES = gnome-do
57
56
CONFIG_CLEAN_VPATH_FILES =
58
57
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59
58
am__vpath_adj = case $$p in \
195
194
PACKAGE_VERSION = @PACKAGE_VERSION@
196
195
PATH_SEPARATOR = @PATH_SEPARATOR@
197
196
PKG_CONFIG = @PKG_CONFIG@
 
197
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
198
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
198
199
POFILES = @POFILES@
199
200
POSUB = @POSUB@
200
201
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
285
286
# Install libraries as data; there's no need for them to be excutable
286
287
module_DATA = $(foreach file,$(filter %.dll,$(OUTPUT_FILES)),$(file) \
287
288
        $(file).mdb) $(foreach file,$(filter \
288
 
        %.exe,$(OUTPUT_FILES)),$(file).mdb) Do.exe.config Do.addins
 
289
        %.exe,$(OUTPUT_FILES)),$(file).mdb) Do.addins
289
290
# Install executables as scripts
290
291
module_SCRIPTS = $(filter %.exe,$(OUTPUT_FILES))
291
292
MCS_FLAGS = $(MCS_LINQ_FLAG) -noconfig -codepage:utf8 -warn:4 \
302
303
#
303
304
EXTRA_DIST = $(SOURCES_BUILD) $(RESOURCES_EXPANDED) \
304
305
        $(THEME_ICONS_SOURCE) $(foreach pkgcfg_file, \
305
 
        $(PKG_CONFIG_FILES), $(pkgcfg_file).in) Do.exe.config.in \
306
 
        gnome-do.in Do.addins
 
306
        $(PKG_CONFIG_FILES), $(pkgcfg_file).in) gnome-do.in Do.addins
307
307
 
308
308
#
309
309
# Extra rules for our binary, not worth factoring out
310
310
#
311
 
CLEANFILES = $(OUTPUT_FILES) $(pkgconfig_DATA) Do.exe.config gnome-do
 
311
CLEANFILES = $(OUTPUT_FILES) $(pkgconfig_DATA) gnome-do
312
312
DISTCLEANFILES = *.pidb
313
313
MAINTAINERCLEANFILES = Makefile.in
314
314
 
327
327
        gtk-gui/generated.cs \
328
328
        src/AssemblyInfo.cs \
329
329
        src/CorePreferences.cs \
330
 
        src/CoreKeybindings.cs \
331
330
        src/Do.Core/Do.Core.Addins/AddinClassifier.cs \
332
331
        src/Do.Core/Do.Core.Addins/CommunityAddinClassifier.cs \
333
332
        src/Do.Core/Do.Core.Addins/GreedyAddinClassifier.cs \
334
333
        src/Do.Core/Do.Core.Addins/OfficialAddinClassifier.cs \
335
 
        src/Do.Core/Do.Core.Addins/DockletAddinClassifier.cs \
336
334
        src/Do.Core/Controller.cs \
337
335
        src/Do.Core/DoAddinInstaller.cs \
338
336
        src/Do.Core/FirstSearchController.cs \
352
350
        src/Do.Platform/CoreService.cs \
353
351
        src/Do.Platform/ApplicationService.cs \
354
352
        src/Do.Platform/WindowingService.cs \
 
353
        src/Do.Platform/PluginManagerService.cs \
355
354
        src/Do.UI/ColorConfigurationWidget.cs \
356
355
        src/Do.UI/DoAddinInstallerDialog.cs \
357
356
        src/Do.UI/GeneralPreferencesWidget.cs \
382
381
        src/Do.cs \
383
382
        src/Mono.Addins/AddinExtensions.cs \
384
383
        src/Mono.Addins/Mono.Addins.Setup/AddinRepositoryEntryExtensions.cs \
385
 
        src/PathExtensions.cs \
386
 
        src/Util.cs \
387
 
        src/XKeybinder.cs
 
384
        src/PathExtensions.cs
388
385
 
389
386
RESOURCES = \
390
387
        gtk-gui/gui.stetic \
443
440
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
444
441
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
445
442
$(am__aclocal_m4_deps):
446
 
Do.exe.config: $(top_builddir)/config.status $(srcdir)/Do.exe.config.in
447
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
448
443
gnome-do: $(top_builddir)/config.status $(srcdir)/gnome-do.in
449
444
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
450
445
install-binSCRIPTS: $(bin_SCRIPTS)