~ubuntu-branches/ubuntu/maverick/monodevelop/maverick

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-07-05 13:00:05 UTC
  • mfrom: (1.2.8 upstream) (1.3.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100705130005-d6hp4k5gcn1xkj8c
Tags: 2.4+dfsg-1ubuntu1
* debian/patches/remove_support_for_moonlight.patch,
  debian/patches/dont_add_moonlight_to_core_addins.patch,
  debian/control:
  + Enable support for Moonlight
* debian/rules:
  + Ensure Moonlight addin isn't shipped in main MonoDevelop package by
    mistake

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.Debugger.Soft.AspNet.dll
179
179
DEPS = \
180
180
        $(top_builddir)/build/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll \
 
181
        $(top_builddir)/build/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft.dll \
181
182
        $(top_builddir)/build/AddIns/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.dll \
182
183
        $(top_builddir)/build/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.dll \
183
184
        $(top_builddir)/build/bin/Mono.Debugging.dll \
184
185
        $(top_builddir)/build/bin/Mono.TextEditor.dll \
185
 
        $(top_builddir)/build/bin/MonoDevelop.Components.dll \
186
186
        $(top_builddir)/build/bin/MonoDevelop.Core.dll \
187
 
        $(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
188
 
        $(top_builddir)/build/bin/MonoDevelop.Ide.dll \
189
 
        $(top_builddir)/build/bin/MonoDevelop.Projects.Gui.dll
 
187
        $(top_builddir)/build/bin/MonoDevelop.Ide.dll
190
188
 
191
189
REFS = \
192
190
        $(GLIB_SHARP_LIBS) \
193
191
        $(GTK_SHARP_LIBS) \
194
 
        -r:$(top_srcdir)/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll \
 
192
        -r:$(top_srcdir)/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugger.Soft.dll \
195
193
        -r:System \
196
194
        -r:System.Core
197
195