~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.GtkCore/libstetic/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ADDIN_BUILD = $(top_builddir)/build/AddIns/MonoDevelop.GtkCore
2
 
ASSEMBLY = $(ADDIN_BUILD)/libstetic.dll
3
 
assemblydir = $(MD_ADDIN_DIR)/MonoDevelop.GtkCore
4
 
assembly_DATA = $(ASSEMBLY) $(build_dll_config)
5
 
 
6
 
FILES =  \
7
 
        ClassDescriptor.cs \
8
 
        Clipboard.cs \
9
 
        CommandDescriptor.cs \
10
 
        CustomWidget.cs \
11
 
        DND.cs \
12
 
        editor/Accelerator.cs \
13
 
        editor/ActionGroupEditor.cs \
14
 
        editor/ActionItem.cs \
15
 
        editor/ActionMenu.cs \
16
 
        editor/ActionMenuBar.cs \
17
 
        editor/ActionMenuItem.cs \
18
 
        editor/ActionToolbar.cs \
19
 
        editor/ActionToolItem.cs \
20
 
        editor/Boolean.cs \
21
 
        editor/CellRendererComboBox.cs \
22
 
        editor/Char.cs \
23
 
        editor/Color.cs \
24
 
        editor/DateTimeEditor.cs \
25
 
        editor/EditIconDialog.cs \
26
 
        editor/EditIconFactoryDialog.cs \
27
 
        editor/Enumeration.cs \
28
 
        editor/Flags.cs \
29
 
        editor/FlagsSelectorDialog.cs \
30
 
        editor/FloatRange.cs \
31
 
        editor/GroupPicker.cs \
32
 
        editor/GtkWorkarounds.cs \
33
 
        editor/IconList.cs \
34
 
        editor/IconSelectorItem.cs \
35
 
        editor/IconSelectorMenu.cs \
36
 
        editor/IconSelectorMenuItem.cs \
37
 
        editor/Identifier.cs \
38
 
        editor/Image.cs \
39
 
        editor/ImageFile.cs \
40
 
        editor/ImageSelector.cs \
41
 
        editor/IntRange.cs \
42
 
        editor/NonContainerWarningDialog.cs \
43
 
        editor/OptIntRange.cs \
44
 
        editor/ProjectIconList.cs \
45
 
        editor/ProjectIconSelectorItem.cs \
46
 
        editor/ResponseId.cs \
47
 
        editor/SelectIconDialog.cs \
48
 
        editor/SelectImageDialog.cs \
49
 
        editor/StockIconList.cs \
50
 
        editor/StockIconSelectorItem.cs \
51
 
        editor/StockItem.cs \
52
 
        editor/String.cs \
53
 
        editor/StringArray.cs \
54
 
        editor/Text.cs \
55
 
        editor/TextBox.cs \
56
 
        editor/TextEditor.cs \
57
 
        editor/TextEditorDialog.cs \
58
 
        editor/ThemedIcon.cs \
59
 
        editor/ThemedIconList.cs \
60
 
        editor/TimeSpanEditor.cs \
61
 
        editor/Translatable.cs \
62
 
        editor/TreeViewCellContainer.cs \
63
 
        editor/WidgetSelector.cs \
64
 
        EnumDescriptor.cs \
65
 
        ErrorWidget.cs \
66
 
        GeneratorContext.cs \
67
 
        GladeException.cs \
68
 
        GladeUtils.cs \
69
 
        IDesignArea.cs \
70
 
        IEditableObject.cs \
71
 
        ImageInfo.cs \
72
 
        IProject.cs \
73
 
        IPropertyEditor.cs \
74
 
        IRadioGroupManager.cs \
75
 
        IResourceProvider.cs \
76
 
        ItemDescriptor.cs \
77
 
        ItemGroup.cs \
78
 
        ItemGroupCollection.cs \
79
 
        NoGuiDispatchAttribute.cs \
80
 
        ObjectReader.cs \
81
 
        ObjectWrapper.cs \
82
 
        ObjectWrapperEventHandler.cs \
83
 
        ObjectWriter.cs \
84
 
        ParamSpec.cs \
85
 
        Placeholder.cs \
86
 
        ProjectIconFactory.cs \
87
 
        PropertyDescriptor.cs \
88
 
        PropertyEditorAttribute.cs \
89
 
        PropertyEditorCell.cs \
90
 
        RadioGroupManager.cs \
91
 
        Registry.cs \
92
 
        Set.cs \
93
 
        SignalDescriptor.cs \
94
 
        TopLevelDialog.cs \
95
 
        TopLevelWindow.cs \
96
 
        TranslatableAttribute.cs \
97
 
        TypedClassDescriptor.cs \
98
 
        TypedPropertyDescriptor.cs \
99
 
        TypedSignalDescriptor.cs \
100
 
        undo/ActionDiffAdaptor.cs \
101
 
        undo/DiffGenerator.cs \
102
 
        undo/IDiffAdaptor.cs \
103
 
        undo/UndoManager.cs \
104
 
        undo/XmlDiffAdaptor.cs \
105
 
        WidgetLibrary.cs \
106
 
        WidgetUtils.cs \
107
 
        wrapper/Action.cs \
108
 
        wrapper/ActionGroup.cs \
109
 
        wrapper/ActionToolbarWrapper.cs \
110
 
        wrapper/ActionTree.cs \
111
 
        wrapper/Bin.cs \
112
 
        wrapper/Box.cs \
113
 
        wrapper/Button.cs \
114
 
        wrapper/ButtonBox.cs \
115
 
        wrapper/CheckButton.cs \
116
 
        wrapper/ColorButton.cs \
117
 
        wrapper/ComboBox.cs \
118
 
        wrapper/ComboBoxEntry.cs \
119
 
        wrapper/Container.cs \
120
 
        wrapper/Custom.cs \
121
 
        wrapper/Dialog.cs \
122
 
        wrapper/Entry.cs \
123
 
        wrapper/Expander.cs \
124
 
        wrapper/Fixed.cs \
125
 
        wrapper/FontButton.cs \
126
 
        wrapper/FontSelectionDialog.cs \
127
 
        wrapper/Frame.cs \
128
 
        wrapper/HScale.cs \
129
 
        wrapper/HScrollbar.cs \
130
 
        wrapper/IconView.cs \
131
 
        wrapper/Image.cs \
132
 
        wrapper/ImageMenuItem.cs \
133
 
        wrapper/Label.cs \
134
 
        wrapper/MenuBar.cs \
135
 
        wrapper/MenuItem.cs \
136
 
        wrapper/MessageDialog.cs \
137
 
        wrapper/Misc.cs \
138
 
        wrapper/Notebook.cs \
139
 
        wrapper/NotifyWorkaround.cs \
140
 
        wrapper/Object.cs \
141
 
        wrapper/OptionMenu.cs \
142
 
        wrapper/Paned.cs \
143
 
        wrapper/RadioActionGroupManager.cs \
144
 
        wrapper/RadioButton.cs \
145
 
        wrapper/RadioMenuItem.cs \
146
 
        wrapper/RadioToolButton.cs \
147
 
        wrapper/Range.cs \
148
 
        wrapper/Scale.cs \
149
 
        wrapper/ScrolledWindow.cs \
150
 
        wrapper/Signal.cs \
151
 
        wrapper/SignalChangedEventHandler.cs \
152
 
        wrapper/SignalCollection.cs \
153
 
        wrapper/SignalEventHandler.cs \
154
 
        wrapper/SpinButton.cs \
155
 
        wrapper/Table.cs \
156
 
        wrapper/TextView.cs \
157
 
        wrapper/ToggleToolButton.cs \
158
 
        wrapper/Toolbar.cs \
159
 
        wrapper/ToolButton.cs \
160
 
        wrapper/TreeView.cs \
161
 
        wrapper/Viewport.cs \
162
 
        wrapper/VScale.cs \
163
 
        wrapper/VScrollbar.cs \
164
 
        wrapper/Widget.cs \
165
 
        wrapper/WidgetEventHandler.cs \
166
 
        wrapper/WidgetNameChangedHandler.cs \
167
 
        wrapper/Window.cs
168
 
 
169
 
RES =  \
170
 
        stetic.glade \
171
 
        wrapper/objects.xml \
172
 
        wrapper/pixmaps/accellabel.png \
173
 
        wrapper/pixmaps/actiongroup.png \
174
 
        wrapper/pixmaps/add-check-label.png \
175
 
        wrapper/pixmaps/add-menu.png \
176
 
        wrapper/pixmaps/alignment.png \
177
 
        wrapper/pixmaps/arrow.png \
178
 
        wrapper/pixmaps/box-expand.png \
179
 
        wrapper/pixmaps/box-fill.png \
180
 
        wrapper/pixmaps/button.png \
181
 
        wrapper/pixmaps/calendar.png \
182
 
        wrapper/pixmaps/cell-expand-h.png \
183
 
        wrapper/pixmaps/cell-expand-v.png \
184
 
        wrapper/pixmaps/cell-fill-h.png \
185
 
        wrapper/pixmaps/cell-fill-v.png \
186
 
        wrapper/pixmaps/checkbutton.png \
187
 
        wrapper/pixmaps/colorbutton.png \
188
 
        wrapper/pixmaps/colorselection.png \
189
 
        wrapper/pixmaps/colorselectiondialog.png \
190
 
        wrapper/pixmaps/combo.png \
191
 
        wrapper/pixmaps/comboentry.png \
192
 
        wrapper/pixmaps/custom.png \
193
 
        wrapper/pixmaps/dec-border.png \
194
 
        wrapper/pixmaps/dialog.png \
195
 
        wrapper/pixmaps/drawingarea.png \
196
 
        wrapper/pixmaps/entry.png \
197
 
        wrapper/pixmaps/eventbox.png \
198
 
        wrapper/pixmaps/expander.png \
199
 
        wrapper/pixmaps/fileselection.png \
200
 
        wrapper/pixmaps/fixed.png \
201
 
        wrapper/pixmaps/fontbutton.png \
202
 
        wrapper/pixmaps/fontselection.png \
203
 
        wrapper/pixmaps/fontselectiondialog.png \
204
 
        wrapper/pixmaps/frame.png \
205
 
        wrapper/pixmaps/globe.png \
206
 
        wrapper/pixmaps/globe-not.png \
207
 
        wrapper/pixmaps/handlebox.png \
208
 
        wrapper/pixmaps/hbox.png \
209
 
        wrapper/pixmaps/hbuttonbox.png \
210
 
        wrapper/pixmaps/hpaned.png \
211
 
        wrapper/pixmaps/hscale.png \
212
 
        wrapper/pixmaps/hscrollbar.png \
213
 
        wrapper/pixmaps/hseparator.png \
214
 
        wrapper/pixmaps/iconview.png \
215
 
        wrapper/pixmaps/image.png \
216
 
        wrapper/pixmaps/inc-border.png \
217
 
        wrapper/pixmaps/label.png \
218
 
        wrapper/pixmaps/menu.png \
219
 
        wrapper/pixmaps/menubar.png \
220
 
        wrapper/pixmaps/messagedialog.png \
221
 
        wrapper/pixmaps/missing.png \
222
 
        wrapper/pixmaps/notebook.png \
223
 
        wrapper/pixmaps/optionmenu.png \
224
 
        wrapper/pixmaps/progressbar.png \
225
 
        wrapper/pixmaps/radiobutton.png \
226
 
        wrapper/pixmaps/remove-check-label.png \
227
 
        wrapper/pixmaps/remove-menu.png \
228
 
        wrapper/pixmaps/scrolledwindow.png \
229
 
        wrapper/pixmaps/spinbutton.png \
230
 
        wrapper/pixmaps/statusbar.png \
231
 
        wrapper/pixmaps/table.png \
232
 
        wrapper/pixmaps/textview.png \
233
 
        wrapper/pixmaps/togglebutton.png \
234
 
        wrapper/pixmaps/toolbar.png \
235
 
        wrapper/pixmaps/treeview.png \
236
 
        wrapper/pixmaps/vbox.png \
237
 
        wrapper/pixmaps/vbuttonbox.png \
238
 
        wrapper/pixmaps/viewport.png \
239
 
        wrapper/pixmaps/vpaned.png \
240
 
        wrapper/pixmaps/vscale.png \
241
 
        wrapper/pixmaps/vscrollbar.png \
242
 
        wrapper/pixmaps/vseparator.png \
243
 
        wrapper/pixmaps/widget.png \
244
 
        wrapper/pixmaps/window.png
245
 
 
246
 
REFS =  \
247
 
        $(GLADE_SHARP_LIBS) \
248
 
        $(GLIB_SHARP_LIBS) \
249
 
        $(GTK_SHARP_LIBS) \
250
 
        -r:Mono.Cairo \
251
 
        -r:Mono.Posix \
252
 
        -r:System \
253
 
        -r:System.Core \
254
 
        -r:System.Xml
255
 
 
256
 
dll_config = libstetic.dll.config
257
 
build_dll_config = $(ADDIN_BUILD)/$(dll_config)
258
 
 
259
 
EXTRA_DIST = $(FILES) $(RES) $(dll_config) wrapper/pixmaps/COPIED
260
 
 
261
 
$(ASSEMBLY): $(build_sources) $(build_resources) $(DEPS)
262
 
        mkdir -p $(ADDIN_BUILD)
263
 
        $(CSC) $(CSC_FLAGS) -debug -out:$@ -target:library $(build_resources:%=/resource:%) $(build_sources) $(REFS)
264
 
 
265
 
$(build_dll_config): $(srcdir)/$(dll_config)
266
 
        mkdir -p $(ADDIN_BUILD)
267
 
        cp $(srcdir)/$(dll_config) $@
268
 
 
269
 
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(build_dll_config)
270
 
 
271
 
include $(top_srcdir)/Makefile.include
 
1
include $(top_srcdir)/xbuild.include