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

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2011-09-10 14:24:16 UTC
  • mfrom: (1.8.2 upstream) (1.3.13 experimental)
  • Revision ID: package-import@ubuntu.com-20110910142416-hibzz1tc5fh423bx
Tags: 2.6+dfsg-1
* [7c7e1e1] Update watch file to point to Xamarin-hosted MonoDevelop.
* [c1bd155] Imported Upstream version 2.6+dfsg
* [9b44935] Disable Ubuntu Appmenu for monodevelop (thanks bratsche) (LP: #606470)
* [21473bc] Refresh system nunit patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
997
997
run: runmd
998
998
 
999
999
runmd: $(PROGRAM)
1000
 
        $(MD_LAUNCH) --debug $(MD_BIN_PATH)/MonoDevelop.exe
 
1000
        UBUNTU_MENUPROXY=0 $(MD_LAUNCH) --debug $(MD_BIN_PATH)/MonoDevelop.exe
1001
1001
 
1002
1002
run-debug: $(PROGRAM)
1003
1003
        MONODEVELOP_CONSOLE_LOG_LEVEL=All $(MD_LAUNCH) --debug=casts $(MD_BIN_PATH)/MonoDevelop.exe
1033
1033
 
1034
1034
.PHONY: vcrevision
1035
1035
 
 
1036
package-monomac:
 
1037
        $(MD_LAUNCH_SETUP) mono --debug "build/bin/mdrun.exe" setup pack ../extras/MonoDevelop.MonoMac/build/MonoDevelop.MonoMac.dll
 
1038
 
1036
1039
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1037
1040
# Otherwise a system limit (for SysV at least) may be exceeded.
1038
1041
.NOEXPORT: