~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.Debugger.Soft.dll
3
3
 
4
4
DEPS =  \
 
5
        $(top_builddir)/build/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll \
5
6
        $(top_builddir)/build/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft.dll \
6
7
        $(top_builddir)/build/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.dll \
7
8
        $(top_builddir)/build/bin/Mono.Cecil.dll \
13
14
REFS =  \
14
15
        $(GLIB_SHARP_LIBS) \
15
16
        $(GTK_SHARP_LIBS) \
16
 
        -r:$(top_srcdir)/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugger.Soft.dll \
17
17
        -r:System \
18
18
        -r:System.Core
19
19
 
20
20
FILES =  \
21
21
        AssemblyInfo.cs \
22
22
        CustomSoftDebuggerEngine.cs \
23
 
        RemoteSoftDebuggerSession.cs \
24
23
        SoftDebuggerEngine.cs
25
24
 
26
25
RES = Manifest.addin.xml