~ubuntu-branches/ubuntu/saucy/monodevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-09-10 16:54:48 UTC
  • mfrom: (19.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100910165448-0rybfk25zd4o9431
Tags: 2.4+dfsg-2
* debian/patches/inject_Mono.Debugger.Soft_source.patch,
  debian/patches/use_system_Mono.Debugger.Soft.patch,
  debian/control:
  + Build against system Soft Debugger, since we now have a new
    enough Mono to match MonoDevelop's required API

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.Debugger.Soft.Moonlight.dll
3
3
 
4
4
DEPS =  \
 
5
        $(top_builddir)/build/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft.dll \
5
6
        $(top_builddir)/build/AddIns/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.dll \
6
7
        $(top_builddir)/build/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.dll \
7
8
        $(top_builddir)/build/AddIns/MonoDevelop.Moonlight/MonoDevelop.Moonlight.dll \
8
9
        $(top_builddir)/build/bin/Mono.Debugging.dll \
9
10
        $(top_builddir)/build/bin/Mono.TextEditor.dll \
10
 
        $(top_builddir)/build/bin/MonoDevelop.Components.dll \
11
11
        $(top_builddir)/build/bin/MonoDevelop.Core.dll \
12
 
        $(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
13
 
        $(top_builddir)/build/bin/MonoDevelop.Ide.dll \
14
 
        $(top_builddir)/build/bin/MonoDevelop.Projects.Gui.dll
 
12
        $(top_builddir)/build/bin/MonoDevelop.Ide.dll
15
13
 
16
14
REFS =  \
17
15
        $(GLIB_SHARP_LIBS) \
18
16
        $(GTK_SHARP_LIBS) \
19
 
        -r:$(top_srcdir)/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll \
 
17
        -r:$(top_srcdir)/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugger.Soft.dll \
20
18
        -r:System \
21
19
        -r:System.Core
22
20