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

« back to all changes in this revision

Viewing changes to src/tools/mdmonitor/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 = $(top_builddir)/build/bin/mdmonitor.exe
3
3
 
4
4
FILES =  \
 
5
        ../../addins/MacPlatform/MacInterop/AppleEvent.cs \
 
6
        ../../addins/MacPlatform/MacInterop/ApplicationEvents.cs \
 
7
        ../../addins/MacPlatform/MacInterop/Carbon.cs \
 
8
        ../../addins/MacPlatform/MacInterop/CoreFoundation.cs \
5
9
        AssemblyInfo.cs \
6
10
        ChartSerieInfo.cs \
7
11
        ChartView.cs \
15
19
        gtk-gui/Mono.Instrumentation.Monitor.TimeStatisticsView.cs \
16
20
        InstrumenationChartView.cs \
17
21
        InstrumentationViewerDialog.cs \
 
22
        MacIntegration/MacIntegration.cs \
18
23
        Main.cs \
19
24
        NewProfile.cs \
20
25
        TimeLineView.cs \
29
34
        $(GLADE_SHARP_LIBS) \
30
35
        $(GLIB_SHARP_LIBS) \
31
36
        $(GTK_SHARP_LIBS) \
32
 
        -r:../../../build/bin/MonoDevelop.Core.dll \
33
 
        -r:../../../build/bin/MonoDevelop.Ide.dll \
34
37
        -r:Mono.Cairo \
35
38
        -r:Mono.Posix \
36
39
        -r:System \
37
40
        -r:System.Core \
38
41
        -r:System.Xml
39
 
        
40
 
$(ASSEMBLY): $(build_sources) $(build_resources)
41
 
        $(CSC) $(CSC_FLAGS) $(build_sources) $(REFS) $(build_resources:%=/resource:%) -out:$(ASSEMBLY)
 
42
 
 
43
DEPS =  \
 
44
        $(top_builddir)/build/bin/MonoDevelop.Core.dll \
 
45
        $(top_builddir)/build/bin/MonoDevelop.Ide.dll
 
46
 
 
47
 
 
48
$(ASSEMBLY): $(build_sources) $(build_resources) $(DEPS)
 
49
        $(CSC) /unsafe $(CSC_FLAGS) $(build_sources) $(REFS) $(build_deps) $(build_resources:%=/resource:%) -out:$(ASSEMBLY)
42
50
 
43
51
assemblydir = $(MD_ASSEMBLY_DIR)
44
52
assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).mdb