~ubuntu-branches/ubuntu/hoary/monodevelop/hoary

« back to all changes in this revision

Viewing changes to src/Main/Base/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Brandon Hale
  • Date: 2004-10-07 11:51:11 UTC
  • Revision ID: james.westby@ubuntu.com-20041007115111-pxcqnwfxyq5mhcx5
Tags: 0.5.1-3
Use dh_netdeps in debian/rules and debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
CSC = mcs /debug
 
3
 
 
4
DLLS = /r:System.Drawing /r:ICSharpCode.SharpZipLib.dll \
 
5
        /r:../../../build/bin/ICSharpCode.SharpRefactory.dll \
 
6
        /r:../../../build/bin/MonoDevelop.Core.dll \
 
7
        /r:../../../build/bin/ICSharpCode.SharpAssembly.dll \
 
8
        /r:../../../build/bin/MonoDevelop.Gui.Utils.dll \
 
9
        /r:../../../build/bin/MonoDevelop.Gui.Widgets.dll \
 
10
        /r:System.Data.dll /r:System.Web.Services.dll \
 
11
        /r:../../../build/bin/gdl-sharp.dll \
 
12
        /r:Mono.Posix.dll \
 
13
        $(BASE_DEPENDENCIES_LIBS)
 
14
 
 
15
FILES= \
 
16
./Gui/Pads/ProjectBrowser/ProjectBrowserView.cs \
 
17
./Gui/Pads/ProjectBrowser/NodeBuilder/DefaultDotNetNodeBuilder.cs \
 
18
./Gui/Pads/ProjectBrowser/NodeBuilder/IProjectNodeBuilder.cs \
 
19
./Gui/Pads/ProjectBrowser/BrowserNode/ProjectBrowserNode.cs \
 
20
./Gui/Pads/ProjectBrowser/BrowserNode/FolderNode.cs \
 
21
./Gui/Pads/ProjectBrowser/BrowserNode/AbstractBrowserNode.cs \
 
22
./Gui/Pads/ProjectBrowser/BrowserNode/FileNode.cs \
 
23
./Gui/Pads/ProjectBrowser/BrowserNode/ReferenceNode.cs \
 
24
./Gui/Pads/ProjectBrowser/BrowserNode/CombineBrowserNode.cs \
 
25
./Gui/Pads/ProjectBrowser/BrowserNode/DragDropUtil.cs \
 
26
./Gui/Pads/ProjectBrowser/BrowserNode/DirectoryNode.cs \
 
27
./Gui/Pads/ProjectBrowser/BrowserNode/NamedFolderNode.cs \
 
28
./Gui/Pads/OpenTaskView.cs \
 
29
./Gui/Pads/TreeViewMemento.cs \
 
30
./Gui/Pads/FileScout/FileList.cs \
 
31
./Gui/Pads/FileScout/FileListItem.cs \
 
32
./Gui/Pads/FileScout/FileScout.cs \
 
33
./Gui/Pads/PropertyPad/PropertyPadCommands.cs \
 
34
./Gui/Pads/PropertyPad/PropertyPad.cs \
 
35
./Gui/Pads/ClassScout/ClassScout.cs \
 
36
./Gui/Pads/ClassScout/NodeBuilder/DefaultDotNetClassScoutNodeBuilder.cs \
 
37
./Gui/Pads/ClassScout/NodeBuilder/IClassScoutNodeBuilder.cs \
 
38
./Gui/Pads/ClassScout/BrowserNode/AbstractClassScoutNode.cs \
 
39
./Gui/Pads/HelpBrowser/MonodocTreePad.cs \
 
40
./Gui/Pads/HelpBrowser/HelpViewer.cs \
 
41
./Gui/Pads/SideBarView.cs \
 
42
./Gui/AbstractPadContent.cs \
 
43
./Gui/ISecondaryViewContent.cs \
 
44
./Gui/IViewContent.cs \
 
45
./Gui/AbstractViewContent.cs \
 
46
./Gui/Components/SdMenuSeparator.cs \
 
47
./Gui/Components/SharpMessageBox.cs \
 
48
./Gui/Components/StatusBar/AxStatusBar.cs \
 
49
./Gui/Components/StatusBar/SdStatusBar.cs \
 
50
./Gui/Components/StatusBar/AxStatusBarPanel.cs \
 
51
./Gui/Components/LocalizedPropertyGrid/LocalizedPropertyDescriptor.cs \
 
52
./Gui/Components/LocalizedPropertyGrid/LocalizedObject.cs \
 
53
./Gui/Components/LocalizedPropertyGrid/LocalizedPropertyAttribute.cs \
 
54
./Gui/Components/SideBar/AxSideTabItem.cs \
 
55
./Gui/Components/SideBar/AxSideTab.cs \
 
56
./Gui/Components/SideBar/SharpDevelopSideTabItem.cs \
 
57
./Gui/Components/SideBar/SharpDevelopSideBar.cs \
 
58
./Gui/Components/SideBar/AxSideBar.cs \
 
59
./Gui/Components/SdMenu.cs \
 
60
./Gui/Components/SdMenuCheckBox.cs \
 
61
./Gui/Components/SdMenuCommand.cs \
 
62
./Gui/Components/SdToolbarCommand.cs \
 
63
./Gui/IProgressMonitor.cs \
 
64
./Gui/WorkbenchWindowCollection.cs \
 
65
./Gui/WorkbenchSingleton.cs \
 
66
./Gui/IMementoCapable.cs \
 
67
./Gui/Dialogs/ViewGPLDialog.cs \
 
68
./Gui/Dialogs/CommonAboutDialog.cs \
 
69
./Gui/Dialogs/OptionPanels/ProjectOptions/CompileFileProjectOptions.cs \
 
70
./Gui/Dialogs/OptionPanels/ProjectOptions/DeployFileOptions.cs \
 
71
./Gui/Dialogs/OptionPanels/ProjectOptions/GeneralProjectOptions.cs \
 
72
./Gui/Dialogs/OptionPanels/IDEOptions/BuildPanel.cs \
 
73
./Gui/Dialogs/OptionPanels/IDEOptions/LoadSavePanel.cs \
 
74
./Gui/Dialogs/OptionPanels/IDEOptions/SelectStylePanel.cs \
 
75
./Gui/Dialogs/OptionPanels/IDEOptions/CodeGenerationPanel.cs \
 
76
./Gui/Dialogs/OptionPanels/EditTemplateDialog.cs \
 
77
./Gui/Dialogs/OptionPanels/ExternalToolPanel.cs \
 
78
./Gui/Dialogs/OptionPanels/PropertyGridPanel.cs \
 
79
./Gui/Dialogs/TreeViewOptions.cs \
 
80
./Gui/Dialogs/WordCountDialog.cs \
 
81
./Gui/Dialogs/SharpDevelopAboutPanels.cs \
 
82
./Gui/Dialogs/SplashScreen.cs \
 
83
./Gui/Dialogs/Wizard/WizardDialog.cs \
 
84
./Gui/Dialogs/Wizard/CurrentPanelPanel.cs \
 
85
./Gui/Dialogs/Wizard/StatusPanel.cs \
 
86
./Gui/Dialogs/Wizard/IWizardPanel.cs \
 
87
./Gui/Dialogs/Wizard/AbstractWizardPanel.cs \
 
88
./Gui/Dialogs/CombineConfiguration/CombineConfigurationPanel.cs \
 
89
./Gui/Dialogs/CombineConfiguration/CombineDependencyPanel.cs \
 
90
./Gui/Dialogs/CombineConfiguration/CombineStartupPanel.cs \
 
91
./Gui/Dialogs/CombineConfiguration/CombineBuildOptions.cs \
 
92
./Gui/Dialogs/CombineConfiguration/ConfigurationManager.cs \
 
93
./Gui/Dialogs/FusionNative.cs \
 
94
./Gui/Dialogs/NewProjectDialog.cs \
 
95
./Gui/Dialogs/AbstractOptionPanel.cs \
 
96
./Gui/Dialogs/ReferenceDialog/COMReferencePanel.cs \
 
97
./Gui/Dialogs/ReferenceDialog/WebReference.cs \
 
98
./Gui/Dialogs/ReferenceDialog/AssemblyReferencePanel.cs \
 
99
./Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs \
 
100
./Gui/Dialogs/ReferenceDialog/AddWebReferenceDialog.cs \
 
101
./Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs \
 
102
./Gui/Dialogs/ReferenceDialog/ProjectReferencePanel.cs \
 
103
./Gui/Dialogs/TabbedOptions.cs \
 
104
./Gui/Dialogs/DirtyFilesDialog.cs \
 
105
./Gui/Dialogs/TipOfTheDay.cs \
 
106
./Gui/Dialogs/InputBox.cs \
 
107
./Gui/Dialogs/NewFileDialog.cs \
 
108
./Gui/Dialogs/ProjectOptionsDialog.cs \
 
109
./Gui/Dialogs/NewLayoutDialog.cs \
 
110
./Gui/ContentInterfaces/IBookmarkOperations.cs \
 
111
./Gui/ContentInterfaces/IClipboardHandler.cs \
 
112
./Gui/ContentInterfaces/IPrintable.cs \
 
113
./Gui/ContentInterfaces/IPositionable.cs \
 
114
./Gui/ContentInterfaces/ICustomizedCommands.cs \
 
115
./Gui/ContentInterfaces/IEditable.cs \
 
116
./Gui/ContentInterfaces/IParseInformationListener.cs \
 
117
./Gui/ContentInterfaces/IParsableContent.cs \
 
118
./Gui/XmlForms/SharpDevelopStringValueFilter.cs \
 
119
./Gui/XmlForms/BaseSharpDevelopForm.cs \
 
120
./Gui/XmlForms/SharpDevelopPropertyValueCreator.cs \
 
121
./Gui/XmlForms/BaseSharpDevelopUserControl.cs \
 
122
./Gui/XmlForms/SharpDevelopObjectCreator.cs \
 
123
./Gui/IBaseViewContent.cs \
 
124
./Gui/ErrorDialogs/LoadingError.cs \
 
125
./Gui/IWorkbenchLayout.cs \
 
126
./Gui/ErrorHandlers/GenericError.cs \
 
127
./Gui/ErrorHandlers/CombineLoadError.cs \
 
128
./Gui/IWorkbench.cs \
 
129
./Gui/BrowserDisplayBinding/AxSHDocVw.cs \
 
130
./Gui/BrowserDisplayBinding/HtmlViewPane.cs \
 
131
./Gui/BrowserDisplayBinding/BrowserDisplayBinding.cs \
 
132
./Gui/BrowserDisplayBinding/HTMLInterfaces.cs \
 
133
./Gui/BrowserDisplayBinding/SHDocVw.cs \
 
134
./Gui/IPadContent.cs \
 
135
./Gui/AbstractBaseViewContent.cs \
 
136
./Gui/PadContentCollection.cs \
 
137
./Gui/PixbufList.cs \
 
138
./Gui/AbstractSecondaryViewContent.cs \
 
139
./Gui/ViewContentCollection.cs \
 
140
./Gui/IWorkbenchWindow.cs \
 
141
./Gui/HtmlControl/IHTMLDocument2.cs \
 
142
./Gui/HtmlControl/IHTMLElement.cs \
 
143
./Gui/HtmlControl/IWebBrowser.cs \
 
144
./Gui/HtmlControl/MozillaControl.cs \
 
145
./Gui/Workbench/Layouts/SdiWorkspaceWindow.cs \
 
146
./Gui/Workbench/Layouts/SdiWorkspaceLayout.cs \
 
147
./Gui/Workbench/WorkbenchMemento.cs \
 
148
./Gui/Workbench/DefaultWorkbench.cs \
 
149
./Commands/ClassBrowserCommands/ClassBrowserCommands.cs \
 
150
./Commands/FileCommands.cs \
 
151
./Commands/HelpCommands.cs \
 
152
./Commands/CustomStringTagProvider.cs \
 
153
./Commands/RunCommands.cs \
 
154
./Commands/ProjectBrowserCommands/FolderNodeCommands.cs \
 
155
./Commands/ProjectBrowserCommands/ReferenceFolderNodeCommands.cs \
 
156
./Commands/ProjectBrowserCommands/GeneralNodeCommands.cs \
 
157
./Commands/ProjectBrowserCommands/CombineNodeCommands.cs \
 
158
./Commands/ProjectBrowserCommands/ResourceFolderNodeCommands.cs \
 
159
./Commands/ProjectBrowserCommands/ProjectNodeCommands.cs \
 
160
./Commands/ProjectCommands.cs \
 
161
./Commands/VBConverter/ConvertProject.cs \
 
162
./Commands/VBConverter/ConvertBuffer.cs \
 
163
./Commands/SideBarCommands.cs \
 
164
./Commands/ProjectOptionsCommands.cs \
 
165
./Commands/EditCommands.cs \
 
166
./Commands/WindowCommands.cs \
 
167
./Commands/AutostartCommands.cs \
 
168
./Commands/ToolsCommands.cs \
 
169
./Commands/MenuItemBuilders.cs \
 
170
./Services/File/IFileService.cs \
 
171
./Services/File/DefaultFileService.cs \
 
172
./Services/File/FileEventArgs.cs \
 
173
./Services/File/RingBuffer.cs \
 
174
./Services/File/RecentOpen.cs \
 
175
./Services/MenuService/MenuService.cs \
 
176
./Services/DisplayBinding/DisplayBindingService.cs \
 
177
./Services/LanguageBinding/LanguageBindingService.cs \
 
178
./Services/Tasks/TaskService.cs \
 
179
./Services/Tasks/Task.cs \
 
180
./Services/AmbienceService/AmbienceService.cs \
 
181
./Services/AmbienceService/AmbienceReflectionDecorator.cs \
 
182
./Services/AmbienceService/AbstractAmbience.cs \
 
183
./Services/AmbienceService/CodeDOMGeneratorUtility.cs \
 
184
./Services/AmbienceService/NetAmbience.cs \
 
185
./Services/AmbienceService/IAmbience.cs \
 
186
./Services/Project/ProjectEventArgs.cs \
 
187
./Services/Project/IProjectService.cs \
 
188
./Services/Project/ProjectRenameEventArgs.cs \
 
189
./Services/Project/DefaultProjectService.cs \
 
190
./Services/Project/ParseInformationEventHandler.cs \
 
191
./Services/Project/CombineEventArgs.cs \
 
192
./Services/IconService.cs \
 
193
./Services/StatusBar/DefaultStatusBarService.cs \
 
194
./Services/StatusBar/IStatusBarService.cs \
 
195
./Services/Language/LanguageService.cs \
 
196
./Services/Language/Language.cs \
 
197
./Services/ClassBrowserIcons/ClassBrowserIconsService.cs \
 
198
./Services/ResourceNotFoundException.cs \
 
199
./Services/ParserService/DefaultParserService.cs \
 
200
./Services/ParserService/CodeCompletionDatabase.cs \
 
201
./Services/ParserService/ClassProxyCollection.cs \
 
202
./Services/ParserService/IParserService.cs \
 
203
./Services/ParserService/ClassProxy.cs \
 
204
./Services/ParserService/AssemblyInformation.cs \
 
205
./Services/ParserService/ParseInformation.cs \
 
206
./Services/ParserService/ClassInformationEventHandler.cs \
 
207
./Services/ResourceService.cs \
 
208
./Services/StockIcons.cs \
 
209
./Services/MessageService.cs \
 
210
./Services/Toolbar/ToolbarService.cs \
 
211
./Services/MonodocService.cs \
 
212
./Services/IDebuggerService.cs \
 
213
./Services/SystemAssemblyService.cs \
 
214
./Services/DispatchService/DispatchService.cs \
 
215
./Internal/Undo/IUndoableOperation.cs \
 
216
./Internal/Undo/UndoStack.cs \
 
217
./Internal/Undo/UndoQueue.cs \
 
218
./Internal/Conditions/OwnerStateCondition.cs \
 
219
./Internal/Conditions/ProjectActiveCondition.cs \
 
220
./Internal/Conditions/WindowActiveCondition.cs \
 
221
./Internal/Conditions/WindowOpenCondition.cs \
 
222
./Internal/Conditions/CombineOpenCondition.cs \
 
223
./Internal/Conditions/ProjectOpenCondition.cs \
 
224
./Internal/Conditions/WorkbenchContextCondition.cs \
 
225
./Internal/Codons/DisplayBinding/IDisplayBinding.cs \
 
226
./Internal/Codons/DisplayBinding/ISubDisplayBinding.cs \
 
227
./Internal/Codons/DisplayBinding/DisplayBindingCodon.cs \
 
228
./Internal/Codons/LanguageBinding/ICompilerResult.cs \
 
229
./Internal/Codons/LanguageBinding/FileFilterCodon.cs \
 
230
./Internal/Codons/LanguageBinding/ILanguageBinding.cs \
 
231
./Internal/Codons/LanguageBinding/LanguageBindingCodon.cs \
 
232
./Internal/Codons/LanguageBinding/DefaultCompilerResult.cs \
 
233
./Internal/Codons/DefaultDialogPanelDescriptor.cs \
 
234
./Internal/Codons/Toolbars/ToolbarItemCodon.cs \
 
235
./Internal/Codons/IDialogPanel.cs \
 
236
./Internal/Codons/DialogPanelCodon.cs \
 
237
./Internal/Codons/IDialogPanelDescriptor.cs \
 
238
./Internal/Codons/MenuItems/AbstractCheckableMenuCommand.cs \
 
239
./Internal/Codons/MenuItems/ISubmenuBuilder.cs \
 
240
./Internal/Codons/MenuItems/IMenuCommand.cs \
 
241
./Internal/Codons/MenuItems/AbstractMenuCommand.cs \
 
242
./Internal/Codons/MenuItems/ICheckableMenuCommand.cs \
 
243
./Internal/Codons/MenuItems/MenuItemCodon.cs \
 
244
./Internal/Codons/Templates/FileTemplateCodon.cs \
 
245
./Internal/Codons/Templates/ProjectTemplateCodon.cs \
 
246
./Internal/DataStructures/PriorityQueue.cs \
 
247
./Internal/Parser/IRegion.cs \
 
248
./Internal/Parser/ICompilationUnitBase.cs \
 
249
./Internal/Parser/IEvent.cs \
 
250
./Internal/Parser/Collections/PropertyCollection.cs \
 
251
./Internal/Parser/Collections/TypedCSharpCollection.cs \
 
252
./Internal/Parser/Collections/IUsingCollection.cs \
 
253
./Internal/Parser/Collections/TagCollection.cs \
 
254
./Internal/Parser/Collections/ClassCollection.cs \
 
255
./Internal/Parser/Collections/EventCollection.cs \
 
256
./Internal/Parser/Collections/AttributeCollection.cs \
 
257
./Internal/Parser/Collections/MethodCollection.cs \
 
258
./Internal/Parser/Collections/CommentCollection.cs \
 
259
./Internal/Parser/Collections/ParameterCollection.cs \
 
260
./Internal/Parser/Collections/FieldCollection.cs \
 
261
./Internal/Parser/Collections/AttributeSectionCollection.cs \
 
262
./Internal/Parser/ParameterModifier.cs \
 
263
./Internal/Parser/ClassType.cs \
 
264
./Internal/Parser/IParser.cs \
 
265
./Internal/Parser/Implementations/AbstractField.cs \
 
266
./Internal/Parser/Implementations/AbstractDecoration.cs \
 
267
./Internal/Parser/Implementations/AbstractCompilationUnit.cs \
 
268
./Internal/Parser/Implementations/AbstractParameter.cs \
 
269
./Internal/Parser/Implementations/AbstractProperty.cs \
 
270
./Internal/Parser/Implementations/AbstractIndexer.cs \
 
271
./Internal/Parser/Implementations/AbstractAttribute.cs \
 
272
./Internal/Parser/Implementations/AbstractEvent.cs \
 
273
./Internal/Parser/Implementations/DefaultRegion.cs \
 
274
./Internal/Parser/Implementations/AbstractComment.cs \
 
275
./Internal/Parser/Implementations/AbstractNamedEntity.cs \
 
276
./Internal/Parser/Implementations/AbstractMember.cs \
 
277
./Internal/Parser/Implementations/AbstractUsing.cs \
 
278
./Internal/Parser/Implementations/AbstractClass.cs \
 
279
./Internal/Parser/Implementations/AbstractMethod.cs \
 
280
./Internal/Parser/Implementations/AbstractReturnType.cs \
 
281
./Internal/Parser/Tag.cs \
 
282
./Internal/Parser/SharpAssemblyLayer/SharpAssemblyMethod.cs \
 
283
./Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs \
 
284
./Internal/Parser/SharpAssemblyLayer/SharpAssemblyReturnType.cs \
 
285
./Internal/Parser/SharpAssemblyLayer/SharpAssemblyClass.cs \
 
286
./Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs \
 
287
./Internal/Parser/SharpAssemblyLayer/SharpAssemblyIndexer.cs \
 
288
./Internal/Parser/SharpAssemblyLayer/SharpAssemblyEvent.cs \
 
289
./Internal/Parser/SharpAssemblyLayer/SharpAssemblyParameter.cs \
 
290
./Internal/Parser/SharpAssemblyLayer/SharpAssemblyProperty.cs \
 
291
./Internal/Parser/IReturnType.cs \
 
292
./Internal/Parser/IUsing.cs \
 
293
./Internal/Parser/IClass.cs \
 
294
./Internal/Parser/IParameter.cs \
 
295
./Internal/Parser/IIndexer.cs \
 
296
./Internal/Parser/IAttribute.cs \
 
297
./Internal/Parser/ReflectionLayer/ReflectionReturnType.cs \
 
298
./Internal/Parser/ReflectionLayer/ReflectionProperty.cs \
 
299
./Internal/Parser/ReflectionLayer/ReflectionClass.cs \
 
300
./Internal/Parser/ReflectionLayer/ReflectionIndexer.cs \
 
301
./Internal/Parser/ReflectionLayer/ReflectionMethod.cs \
 
302
./Internal/Parser/ReflectionLayer/ReflectionField.cs \
 
303
./Internal/Parser/ReflectionLayer/ReflectionParameter.cs \
 
304
./Internal/Parser/ReflectionLayer/ReflectionEvent.cs \
 
305
./Internal/Parser/IDecoration.cs \
 
306
./Internal/Parser/Comment.cs \
 
307
./Internal/Parser/ModifierEnum.cs \
 
308
./Internal/Parser/IMember.cs \
 
309
./Internal/Parser/IExpressionFinder.cs \
 
310
./Internal/Parser/IField.cs \
 
311
./Internal/Parser/IProperty.cs \
 
312
./Internal/Parser/PersistenceLayer/PersistentIndexer.cs \
 
313
./Internal/Parser/PersistenceLayer/PersistentField.cs \
 
314
./Internal/Parser/PersistenceLayer/PersistentMethod.cs \
 
315
./Internal/Parser/PersistenceLayer/PersistentReturnType.cs \
 
316
./Internal/Parser/PersistenceLayer/PersistentEvent.cs \
 
317
./Internal/Parser/PersistenceLayer/PersistentProperty.cs \
 
318
./Internal/Parser/PersistenceLayer/PersistentParameter.cs \
 
319
./Internal/Parser/PersistenceLayer/PersistentClass.cs \
 
320
./Internal/Parser/IMethod.cs \
 
321
./Internal/Parser/IComment.cs \
 
322
./Internal/Parser/ICompilationUnit.cs \
 
323
./Internal/Project/Attributes/XmlNodeNameAttribute.cs \
 
324
./Internal/Project/Attributes/ConvertToRelativePathAttribute.cs \
 
325
./Internal/Project/Attributes/XmlSetAttribute.cs \
 
326
./Internal/Project/Attributes/XmlAttributeAttribute.cs \
 
327
./Internal/Project/Project/Deployment/DeployInformation.cs \
 
328
./Internal/Project/Project/Deployment/AssemblyDeploy.cs \
 
329
./Internal/Project/Project/Deployment/ScriptDeploy.cs \
 
330
./Internal/Project/Project/Deployment/IDeploymentStrategy.cs \
 
331
./Internal/Project/Project/Deployment/FileDeploy.cs \
 
332
./Internal/Project/Project/Collections/ProjectFileCollection.cs \
 
333
./Internal/Project/Project/Collections/ProjectReferenceCollection.cs \
 
334
./Internal/Project/Project/UnknownProjectVersionException.cs \
 
335
./Internal/Project/Project/TypelibImporter.cs \
 
336
./Internal/Project/Project/AbstractProjectConfiguration.cs \
 
337
./Internal/Project/Project/AbstractProject.cs \
 
338
./Internal/Project/Project/ProjectReference.cs \
 
339
./Internal/Project/Project/ProjectReferenceEventArgs.cs \
 
340
./Internal/Project/Project/ConvertXml.cs \
 
341
./Internal/Project/Project/IncludeFilesDialog.cs \
 
342
./Internal/Project/Project/IConfiguration.cs \
 
343
./Internal/Project/Project/ProjectFile.cs \
 
344
./Internal/Project/Project/ProjectFileEventArgs.cs \
 
345
./Internal/Project/Project/AbstractConfiguration.cs \
 
346
./Internal/Project/Project/IProject.cs \
 
347
./Internal/Project/Combine/Combine.cs \
 
348
./Internal/Project/Combine/CombineExecuteDefinition.cs \
 
349
./Internal/Project/Combine/CyclicBuildOrderException.cs \
 
350
./Internal/Project/Combine/CombineConfiguration.cs \
 
351
./Internal/Project/Combine/NoStartupCombineDefinedException.cs \
 
352
./Internal/Project/Combine/CombineEntry.cs \
 
353
./Internal/Project/Combine/CombineEntryEventArgs.cs \
 
354
./Internal/Templates/FileDescriptionTemplate.cs \
 
355
./Internal/Templates/CodeTemplate.cs \
 
356
./Internal/Templates/CodeTemplateGroup.cs \
 
357
./Internal/Templates/FileTemplate.cs \
 
358
./Internal/Templates/TextTemplate.cs \
 
359
./Internal/Templates/CodeTemplateLoader.cs \
 
360
./Internal/Templates/INewFileCreator.cs \
 
361
./Internal/Templates/ProjectTemplates/ProjectTemplate.cs \
 
362
./Internal/Templates/ProjectTemplates/ProjectDescriptor.cs \
 
363
./Internal/Templates/ProjectTemplates/CombineDescriptor.cs \
 
364
./Internal/Templates/ProjectTemplates/ProjectCreateInformation.cs \
 
365
./Internal/CollectionUtilities/DiffUtility.cs \
 
366
./Internal/CollectionUtilities/SortUtilityBase.cs \
 
367
./Internal/CollectionUtilities/SortUtility.cs \
 
368
./Internal/CollectionUtilities/Comparers.cs \
 
369
./Internal/ExternalTool/ToolLoader.cs \
 
370
./Internal/ExternalTool/ExternalTool.cs \
 
371
./AssemblyInfo.cs
 
372
 
 
373
build_sources = $(addprefix $(srcdir)/, $(FILES))
 
374
 
 
375
ASSEMBLY = MonoDevelop.Base.dll
 
376
 
 
377
all: $(ASSEMBLY)
 
378
 
 
379
$(ASSEMBLY): $(build_sources) ../../../data/resources/glade/Base.glade
 
380
        $(CSC) -codepage:utf8 /out:$(ASSEMBLY) /target:library $(DLLS) \
 
381
                /resource:$(srcdir)/../../../data/resources/glade/Base.glade,Base.glade \
 
382
                $(monodoc_libflags) \
 
383
                $(build_sources) \
 
384
        && cp $(ASSEMBLY) ../../../build/bin/. \
 
385
        && cp $(ASSEMBLY).config ../../../build/bin/.
 
386
 
 
387
Services/StockIcons.cs : ./Services/process-icons.pl ../../../build/data/resources/icons
 
388
        perl  -x$(srcdir)/../../../build/data/resources/icons -w $(srcdir)/./Services/process-icons.pl > $(srcdir)/Services/StockIcons.cs
 
389
 
 
390
assemblydir = $(libdir)/monodevelop/bin
 
391
assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).config
 
392
 
 
393
CLEANFILES = $(ASSEMBLY)
 
394
DISTCLEANFILES = $(ASSEMBLY).config
 
395
 
 
396
EXTRA_DIST = $(FILES) ./Services/process-icons.pl $(ASSEMBLY).config.in
 
397