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

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-02-05 10:49:36 UTC
  • mto: (10.3.1)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: package-import@ubuntu.com-20120205104936-4ujoylapu24cquuo
Tags: upstream-2.8.6.3+dfsg
ImportĀ upstreamĀ versionĀ 2.8.6.3+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
run-debug: $(PROGRAM)
111
111
        MONODEVELOP_CONSOLE_LOG_LEVEL=All $(MD_LAUNCH) --debug=casts $(MD_BIN_PATH)/MonoDevelop.exe
112
112
 
 
113
run-gdb: $(PROGRAM)
 
114
        echo "run --debug $(MD_BIN_PATH)/MonoDevelop.exe" > gdb.commands
 
115
        $(MD_LAUNCH_SETUP) gdb $(RUNTIME) -x gdb.commands
 
116
        rm -f gdb.commands
 
117
 
113
118
run-profile: $(PROGRAM)
114
119
        $(MD_LAUNCH) -O=inline --profile $(MD_BIN_PATH)/MonoDevelop.exe
115
120
 
125
130
 
126
131
run-profile-heap: $(PROGRAM)
127
132
        $(MD_LAUNCH) -O=inline --profile=heap:heaplog $(MD_BIN_PATH)/MonoDevelop.exe
128
 
        
 
133
 
129
134
check-addins:
130
135
        $(MDTOOL_RUN) setup reg-build -v
131
136
 
156
161
filter_stale_uninstalled = \
157
162
    | egrep -v '^.*/share/mime/.*$$' \
158
163
    | egrep -v '^.*./share/icons/hicolor/icon-theme\.cache$$'
159
 
    
 
164
 
160
165
filter_stale_buildfiles       = | egrep -v '^./report.out$$'
161
166
distuninstallcheck_listfiles  = find . -type f -print           # automake-1.9 setting
162
167
distuninstallcheck_listfiles += $(filter_stale_uninstalled)     # amend by required filtering