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

« back to all changes in this revision

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

  • 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
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
14
14
# PARTICULAR PURPOSE.
15
15
 
16
16
@SET_MAKE@
17
 
 
18
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
19
35
pkgdatadir = $(datadir)/@PACKAGE@
20
36
pkgincludedir = $(includedir)/@PACKAGE@
21
37
pkglibdir = $(libdir)/@PACKAGE@
33
49
PRE_UNINSTALL = :
34
50
POST_UNINSTALL = :
35
51
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
36
 
        $(top_srcdir)/Makefile.include ChangeLog
 
52
        $(top_srcdir)/xbuild.include ChangeLog
37
53
subdir = src/addins/MonoDevelop.GtkCore/libstetic
38
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
55
am__aclocal_m4_deps = $(top_srcdir)/configure.in
44
60
CONFIG_CLEAN_VPATH_FILES =
45
61
SOURCES =
46
62
DIST_SOURCES =
47
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48
 
am__vpath_adj = case $$p in \
49
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50
 
    *) f=$$p;; \
51
 
  esac;
52
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
53
 
am__install_max = 40
54
 
am__nobase_strip_setup = \
55
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
56
 
am__nobase_strip = \
57
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
58
 
am__nobase_list = $(am__nobase_strip_setup); \
59
 
  for p in $$list; do echo "$$p $$p"; done | \
60
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
61
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
62
 
    if (++n[$$2] == $(am__install_max)) \
63
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
64
 
    END { for (dir in files) print dir, files[dir] }'
65
 
am__base_list = \
66
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
68
 
am__installdirs = "$(DESTDIR)$(assemblydir)"
69
 
DATA = $(assembly_DATA)
 
63
am__can_run_installinfo = \
 
64
  case $$AM_UPDATE_INFO_DIR in \
 
65
    n|no|NO) false;; \
 
66
    *) (install-info --version) >/dev/null 2>&1;; \
 
67
  esac
70
68
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71
69
ACLOCAL = @ACLOCAL@
72
70
ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
119
117
MONO = @MONO@
120
118
MONODOC_CFLAGS = @MONODOC_CFLAGS@
121
119
MONODOC_LIBS = @MONODOC_LIBS@
122
 
MONO_ADDINS_CFLAGS = @MONO_ADDINS_CFLAGS@
123
 
MONO_ADDINS_GUI_CFLAGS = @MONO_ADDINS_GUI_CFLAGS@
124
 
MONO_ADDINS_GUI_LIBS = @MONO_ADDINS_GUI_LIBS@
125
 
MONO_ADDINS_LIBS = @MONO_ADDINS_LIBS@
126
 
MONO_ADDINS_SETUP_CFLAGS = @MONO_ADDINS_SETUP_CFLAGS@
127
 
MONO_ADDINS_SETUP_LIBS = @MONO_ADDINS_SETUP_LIBS@
128
120
MONO_GAC_PREFIX = @MONO_GAC_PREFIX@
129
121
MONO_NUNIT_CFLAGS = @MONO_NUNIT_CFLAGS@
130
122
MONO_NUNIT_LIBS = @MONO_NUNIT_LIBS@
193
185
top_build_prefix = @top_build_prefix@
194
186
top_builddir = @top_builddir@
195
187
top_srcdir = @top_srcdir@
196
 
ADDIN_BUILD = $(top_builddir)/build/AddIns/MonoDevelop.GtkCore
197
 
ASSEMBLY = $(ADDIN_BUILD)/libstetic.dll
198
 
assemblydir = $(MD_ADDIN_DIR)/MonoDevelop.GtkCore
199
 
assembly_DATA = $(ASSEMBLY) $(build_dll_config)
200
 
FILES = \
201
 
        ClassDescriptor.cs \
202
 
        Clipboard.cs \
203
 
        CommandDescriptor.cs \
204
 
        CustomWidget.cs \
205
 
        DND.cs \
206
 
        editor/Accelerator.cs \
207
 
        editor/ActionGroupEditor.cs \
208
 
        editor/ActionItem.cs \
209
 
        editor/ActionMenu.cs \
210
 
        editor/ActionMenuBar.cs \
211
 
        editor/ActionMenuItem.cs \
212
 
        editor/ActionToolbar.cs \
213
 
        editor/ActionToolItem.cs \
214
 
        editor/Boolean.cs \
215
 
        editor/CellRendererComboBox.cs \
216
 
        editor/Char.cs \
217
 
        editor/Color.cs \
218
 
        editor/DateTimeEditor.cs \
219
 
        editor/EditIconDialog.cs \
220
 
        editor/EditIconFactoryDialog.cs \
221
 
        editor/Enumeration.cs \
222
 
        editor/Flags.cs \
223
 
        editor/FlagsSelectorDialog.cs \
224
 
        editor/FloatRange.cs \
225
 
        editor/GroupPicker.cs \
226
 
        editor/GtkWorkarounds.cs \
227
 
        editor/IconList.cs \
228
 
        editor/IconSelectorItem.cs \
229
 
        editor/IconSelectorMenu.cs \
230
 
        editor/IconSelectorMenuItem.cs \
231
 
        editor/Identifier.cs \
232
 
        editor/Image.cs \
233
 
        editor/ImageFile.cs \
234
 
        editor/ImageSelector.cs \
235
 
        editor/IntRange.cs \
236
 
        editor/NonContainerWarningDialog.cs \
237
 
        editor/OptIntRange.cs \
238
 
        editor/ProjectIconList.cs \
239
 
        editor/ProjectIconSelectorItem.cs \
240
 
        editor/ResponseId.cs \
241
 
        editor/SelectIconDialog.cs \
242
 
        editor/SelectImageDialog.cs \
243
 
        editor/StockIconList.cs \
244
 
        editor/StockIconSelectorItem.cs \
245
 
        editor/StockItem.cs \
246
 
        editor/String.cs \
247
 
        editor/StringArray.cs \
248
 
        editor/Text.cs \
249
 
        editor/TextBox.cs \
250
 
        editor/TextEditor.cs \
251
 
        editor/TextEditorDialog.cs \
252
 
        editor/ThemedIcon.cs \
253
 
        editor/ThemedIconList.cs \
254
 
        editor/TimeSpanEditor.cs \
255
 
        editor/Translatable.cs \
256
 
        editor/TreeViewCellContainer.cs \
257
 
        editor/WidgetSelector.cs \
258
 
        EnumDescriptor.cs \
259
 
        ErrorWidget.cs \
260
 
        GeneratorContext.cs \
261
 
        GladeException.cs \
262
 
        GladeUtils.cs \
263
 
        IDesignArea.cs \
264
 
        IEditableObject.cs \
265
 
        ImageInfo.cs \
266
 
        IProject.cs \
267
 
        IPropertyEditor.cs \
268
 
        IRadioGroupManager.cs \
269
 
        IResourceProvider.cs \
270
 
        ItemDescriptor.cs \
271
 
        ItemGroup.cs \
272
 
        ItemGroupCollection.cs \
273
 
        NoGuiDispatchAttribute.cs \
274
 
        ObjectReader.cs \
275
 
        ObjectWrapper.cs \
276
 
        ObjectWrapperEventHandler.cs \
277
 
        ObjectWriter.cs \
278
 
        ParamSpec.cs \
279
 
        Placeholder.cs \
280
 
        ProjectIconFactory.cs \
281
 
        PropertyDescriptor.cs \
282
 
        PropertyEditorAttribute.cs \
283
 
        PropertyEditorCell.cs \
284
 
        RadioGroupManager.cs \
285
 
        Registry.cs \
286
 
        Set.cs \
287
 
        SignalDescriptor.cs \
288
 
        TopLevelDialog.cs \
289
 
        TopLevelWindow.cs \
290
 
        TranslatableAttribute.cs \
291
 
        TypedClassDescriptor.cs \
292
 
        TypedPropertyDescriptor.cs \
293
 
        TypedSignalDescriptor.cs \
294
 
        undo/ActionDiffAdaptor.cs \
295
 
        undo/DiffGenerator.cs \
296
 
        undo/IDiffAdaptor.cs \
297
 
        undo/UndoManager.cs \
298
 
        undo/XmlDiffAdaptor.cs \
299
 
        WidgetLibrary.cs \
300
 
        WidgetUtils.cs \
301
 
        wrapper/Action.cs \
302
 
        wrapper/ActionGroup.cs \
303
 
        wrapper/ActionToolbarWrapper.cs \
304
 
        wrapper/ActionTree.cs \
305
 
        wrapper/Bin.cs \
306
 
        wrapper/Box.cs \
307
 
        wrapper/Button.cs \
308
 
        wrapper/ButtonBox.cs \
309
 
        wrapper/CheckButton.cs \
310
 
        wrapper/ColorButton.cs \
311
 
        wrapper/ComboBox.cs \
312
 
        wrapper/ComboBoxEntry.cs \
313
 
        wrapper/Container.cs \
314
 
        wrapper/Custom.cs \
315
 
        wrapper/Dialog.cs \
316
 
        wrapper/Entry.cs \
317
 
        wrapper/Expander.cs \
318
 
        wrapper/Fixed.cs \
319
 
        wrapper/FontButton.cs \
320
 
        wrapper/FontSelectionDialog.cs \
321
 
        wrapper/Frame.cs \
322
 
        wrapper/HScale.cs \
323
 
        wrapper/HScrollbar.cs \
324
 
        wrapper/IconView.cs \
325
 
        wrapper/Image.cs \
326
 
        wrapper/ImageMenuItem.cs \
327
 
        wrapper/Label.cs \
328
 
        wrapper/MenuBar.cs \
329
 
        wrapper/MenuItem.cs \
330
 
        wrapper/MessageDialog.cs \
331
 
        wrapper/Misc.cs \
332
 
        wrapper/Notebook.cs \
333
 
        wrapper/NotifyWorkaround.cs \
334
 
        wrapper/Object.cs \
335
 
        wrapper/OptionMenu.cs \
336
 
        wrapper/Paned.cs \
337
 
        wrapper/RadioActionGroupManager.cs \
338
 
        wrapper/RadioButton.cs \
339
 
        wrapper/RadioMenuItem.cs \
340
 
        wrapper/RadioToolButton.cs \
341
 
        wrapper/Range.cs \
342
 
        wrapper/Scale.cs \
343
 
        wrapper/ScrolledWindow.cs \
344
 
        wrapper/Signal.cs \
345
 
        wrapper/SignalChangedEventHandler.cs \
346
 
        wrapper/SignalCollection.cs \
347
 
        wrapper/SignalEventHandler.cs \
348
 
        wrapper/SpinButton.cs \
349
 
        wrapper/Table.cs \
350
 
        wrapper/TextView.cs \
351
 
        wrapper/ToggleToolButton.cs \
352
 
        wrapper/Toolbar.cs \
353
 
        wrapper/ToolButton.cs \
354
 
        wrapper/TreeView.cs \
355
 
        wrapper/Viewport.cs \
356
 
        wrapper/VScale.cs \
357
 
        wrapper/VScrollbar.cs \
358
 
        wrapper/Widget.cs \
359
 
        wrapper/WidgetEventHandler.cs \
360
 
        wrapper/WidgetNameChangedHandler.cs \
361
 
        wrapper/Window.cs
362
 
 
363
 
RES = \
364
 
        stetic.glade \
365
 
        wrapper/objects.xml \
366
 
        wrapper/pixmaps/accellabel.png \
367
 
        wrapper/pixmaps/actiongroup.png \
368
 
        wrapper/pixmaps/add-check-label.png \
369
 
        wrapper/pixmaps/add-menu.png \
370
 
        wrapper/pixmaps/alignment.png \
371
 
        wrapper/pixmaps/arrow.png \
372
 
        wrapper/pixmaps/box-expand.png \
373
 
        wrapper/pixmaps/box-fill.png \
374
 
        wrapper/pixmaps/button.png \
375
 
        wrapper/pixmaps/calendar.png \
376
 
        wrapper/pixmaps/cell-expand-h.png \
377
 
        wrapper/pixmaps/cell-expand-v.png \
378
 
        wrapper/pixmaps/cell-fill-h.png \
379
 
        wrapper/pixmaps/cell-fill-v.png \
380
 
        wrapper/pixmaps/checkbutton.png \
381
 
        wrapper/pixmaps/colorbutton.png \
382
 
        wrapper/pixmaps/colorselection.png \
383
 
        wrapper/pixmaps/colorselectiondialog.png \
384
 
        wrapper/pixmaps/combo.png \
385
 
        wrapper/pixmaps/comboentry.png \
386
 
        wrapper/pixmaps/custom.png \
387
 
        wrapper/pixmaps/dec-border.png \
388
 
        wrapper/pixmaps/dialog.png \
389
 
        wrapper/pixmaps/drawingarea.png \
390
 
        wrapper/pixmaps/entry.png \
391
 
        wrapper/pixmaps/eventbox.png \
392
 
        wrapper/pixmaps/expander.png \
393
 
        wrapper/pixmaps/fileselection.png \
394
 
        wrapper/pixmaps/fixed.png \
395
 
        wrapper/pixmaps/fontbutton.png \
396
 
        wrapper/pixmaps/fontselection.png \
397
 
        wrapper/pixmaps/fontselectiondialog.png \
398
 
        wrapper/pixmaps/frame.png \
399
 
        wrapper/pixmaps/globe.png \
400
 
        wrapper/pixmaps/globe-not.png \
401
 
        wrapper/pixmaps/handlebox.png \
402
 
        wrapper/pixmaps/hbox.png \
403
 
        wrapper/pixmaps/hbuttonbox.png \
404
 
        wrapper/pixmaps/hpaned.png \
405
 
        wrapper/pixmaps/hscale.png \
406
 
        wrapper/pixmaps/hscrollbar.png \
407
 
        wrapper/pixmaps/hseparator.png \
408
 
        wrapper/pixmaps/iconview.png \
409
 
        wrapper/pixmaps/image.png \
410
 
        wrapper/pixmaps/inc-border.png \
411
 
        wrapper/pixmaps/label.png \
412
 
        wrapper/pixmaps/menu.png \
413
 
        wrapper/pixmaps/menubar.png \
414
 
        wrapper/pixmaps/messagedialog.png \
415
 
        wrapper/pixmaps/missing.png \
416
 
        wrapper/pixmaps/notebook.png \
417
 
        wrapper/pixmaps/optionmenu.png \
418
 
        wrapper/pixmaps/progressbar.png \
419
 
        wrapper/pixmaps/radiobutton.png \
420
 
        wrapper/pixmaps/remove-check-label.png \
421
 
        wrapper/pixmaps/remove-menu.png \
422
 
        wrapper/pixmaps/scrolledwindow.png \
423
 
        wrapper/pixmaps/spinbutton.png \
424
 
        wrapper/pixmaps/statusbar.png \
425
 
        wrapper/pixmaps/table.png \
426
 
        wrapper/pixmaps/textview.png \
427
 
        wrapper/pixmaps/togglebutton.png \
428
 
        wrapper/pixmaps/toolbar.png \
429
 
        wrapper/pixmaps/treeview.png \
430
 
        wrapper/pixmaps/vbox.png \
431
 
        wrapper/pixmaps/vbuttonbox.png \
432
 
        wrapper/pixmaps/viewport.png \
433
 
        wrapper/pixmaps/vpaned.png \
434
 
        wrapper/pixmaps/vscale.png \
435
 
        wrapper/pixmaps/vscrollbar.png \
436
 
        wrapper/pixmaps/vseparator.png \
437
 
        wrapper/pixmaps/widget.png \
438
 
        wrapper/pixmaps/window.png
439
 
 
440
 
REFS = \
441
 
        $(GLADE_SHARP_LIBS) \
442
 
        $(GLIB_SHARP_LIBS) \
443
 
        $(GTK_SHARP_LIBS) \
444
 
        -r:Mono.Cairo \
445
 
        -r:Mono.Posix \
446
 
        -r:System \
447
 
        -r:System.Core \
448
 
        -r:System.Xml
449
 
 
450
 
dll_config = libstetic.dll.config
451
 
build_dll_config = $(ADDIN_BUILD)/$(dll_config)
452
 
EXTRA_DIST = $(FILES) $(RES) $(dll_config) wrapper/pixmaps/COPIED
453
 
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(build_dll_config)
454
 
build_deps = $(addprefix -r:, $(DEPS))
455
 
build_sources = $(addprefix $(srcdir)/, $(FILES)) $(GENERATED_FILES)
456
 
build_resources = $(addprefix $(srcdir)/, $(RES))
457
 
build_test_sources = $(addprefix $(srcdir)/, $(TESTFILES)) $(GENERATED_FILES)
458
 
MD_BIN_PATH = $(abs_top_builddir)/build/bin
459
 
MD_LAUNCH_SETUP = \
460
 
        PATH="$(PATH)" \
461
 
        PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
462
 
        LD_LIBRARY_PATH="$(LD_LIBRARY_PATH)" \
463
 
        DYLD_FALLBACK_LIBRARY_PATH="$(DYLD_FALLBACK_LIBRARY_PATH)" \
464
 
        MONO_GAC_PREFIX="$(MONO_GAC_PREFIX)" \
465
 
        MONODEVELOP_LOCALE_PATH="$(abs_top_builddir)/build/locale" \
466
 
        MONO_ADDINS_REGISTRY="$(MD_BIN_PATH)"
467
 
 
468
 
MDTOOL_RUN = $(MD_LAUNCH_SETUP) exec -a "mdtool" $(RUNTIME) --debug "$(MD_BIN_PATH)/mdtool.exe"
 
188
ALL_CSPROJ = $(wildcard *.csproj)
 
189
MAIN_SLN = $(top_builddir)/Main.sln
 
190
@ENABLE_GNOMEPLATFORM_TRUE@PROFILE_NAME = Debug
 
191
@ENABLE_MACPLATFORM_TRUE@PROFILE_NAME = DebugMac
 
192
@ENABLE_WINDOWSPLATFORM_TRUE@PROFILE_NAME = DebugWin32
 
193
XBUILD = xbuild
 
194
XBUILD_VERBOSITY = quiet
 
195
XBUILD_ARGS = /verbosity:$(XBUILD_VERBOSITY) /nologo /property:CodePage=65001
 
196
XBUILD_PROFILE = /property:Configuration=$(PROFILE_NAME)
 
197
 
 
198
# Figure out how far we are from top_builddir
 
199
DEPTH = $(shell echo "$(top_builddir)" | tr '/' '\n' | grep -c '..')
 
200
EXTS := *.bmp *.cs *.csproj *.html *.png *.snk *.config *.stetic *.glade *.xml *.xsd *.exe.addins *.template *.tt *.txt
 
201
ALL_FILES := $(EXTS) \
 
202
                $(addprefix */,$(EXTS))         \
 
203
                $(addprefix */*/,$(EXTS))       \
 
204
                $(addprefix */*/*/,$(EXTS))     \
 
205
                $(addprefix */*/*/*/,$(EXTS))   \
 
206
                $(addprefix */*/*/*/*/,$(EXTS)) \
 
207
                $(wildcard icons/*)             \
 
208
                $(wildcard templates/*)
 
209
 
 
210
WILDCARDED_FILES := $(wildcard $(ALL_FILES))
 
211
EXTRA_DIST = \
 
212
        $(wildcard $(ALL_FILES))
 
213
 
469
214
all: all-am
470
215
 
471
216
.SUFFIXES:
472
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.include $(am__configure_deps)
 
217
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/xbuild.include $(am__configure_deps)
473
218
        @for dep in $?; do \
474
219
          case '$(am__configure_deps)' in \
475
220
            *$$dep*) \
490
235
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
491
236
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
492
237
        esac;
 
238
$(top_srcdir)/xbuild.include:
493
239
 
494
240
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
495
241
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
499
245
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
500
246
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
501
247
$(am__aclocal_m4_deps):
502
 
install-assemblyDATA: $(assembly_DATA)
503
 
        @$(NORMAL_INSTALL)
504
 
        test -z "$(assemblydir)" || $(MKDIR_P) "$(DESTDIR)$(assemblydir)"
505
 
        @list='$(assembly_DATA)'; test -n "$(assemblydir)" || list=; \
506
 
        for p in $$list; do \
507
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
508
 
          echo "$$d$$p"; \
509
 
        done | $(am__base_list) | \
510
 
        while read files; do \
511
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(assemblydir)'"; \
512
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(assemblydir)" || exit $$?; \
513
 
        done
514
 
 
515
 
uninstall-assemblyDATA:
516
 
        @$(NORMAL_UNINSTALL)
517
 
        @list='$(assembly_DATA)'; test -n "$(assemblydir)" || list=; \
518
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
519
 
        test -n "$$files" || exit 0; \
520
 
        echo " ( cd '$(DESTDIR)$(assemblydir)' && rm -f" $$files ")"; \
521
 
        cd "$(DESTDIR)$(assemblydir)" && rm -f $$files
522
248
tags: TAGS
523
249
TAGS:
524
250
 
558
284
        done
559
285
check-am: all-am
560
286
check: check-am
561
 
all-am: Makefile $(DATA)
 
287
all-am: Makefile
562
288
installdirs:
563
 
        for dir in "$(DESTDIR)$(assemblydir)"; do \
564
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
565
 
        done
566
289
install: install-am
567
290
install-exec: install-exec-am
568
291
install-data: install-data-am
573
296
 
574
297
installcheck: installcheck-am
575
298
install-strip:
576
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
577
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
578
 
          `test -z '$(STRIP)' || \
579
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
299
        if test -z '$(STRIP)'; then \
 
300
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
301
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
302
              install; \
 
303
        else \
 
304
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
305
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
306
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
307
        fi
580
308
mostlyclean-generic:
581
309
 
582
310
clean-generic:
583
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
584
311
 
585
312
distclean-generic:
586
313
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
589
316
maintainer-clean-generic:
590
317
        @echo "This command is intended for maintainers to use"
591
318
        @echo "it deletes files that may require special tools to rebuild."
592
 
clean: clean-am
593
 
 
594
319
clean-am: clean-generic mostlyclean-am
595
320
 
596
321
distclean: distclean-am
609
334
 
610
335
info-am:
611
336
 
612
 
install-data-am: install-assemblyDATA
 
337
install-data-am:
613
338
 
614
339
install-dvi: install-dvi-am
615
340
 
653
378
 
654
379
ps-am:
655
380
 
656
 
uninstall-am: uninstall-assemblyDATA
 
381
uninstall-am:
657
382
 
658
383
.MAKE: install-am install-strip
659
384
 
660
385
.PHONY: all all-am check check-am clean clean-generic distclean \
661
386
        distclean-generic distdir dvi dvi-am html html-am info info-am \
662
 
        install install-am install-assemblyDATA install-data \
663
 
        install-data-am install-dvi install-dvi-am install-exec \
664
 
        install-exec-am install-html install-html-am install-info \
665
 
        install-info-am install-man install-pdf install-pdf-am \
666
 
        install-ps install-ps-am install-strip installcheck \
667
 
        installcheck-am installdirs maintainer-clean \
668
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
669
 
        pdf-am ps ps-am uninstall uninstall-am uninstall-assemblyDATA
670
 
 
671
 
 
672
 
$(ASSEMBLY): $(build_sources) $(build_resources) $(DEPS)
673
 
        mkdir -p $(ADDIN_BUILD)
674
 
        $(CSC) $(CSC_FLAGS) -debug -out:$@ -target:library $(build_resources:%=/resource:%) $(build_sources) $(REFS)
675
 
 
676
 
$(build_dll_config): $(srcdir)/$(dll_config)
677
 
        mkdir -p $(ADDIN_BUILD)
678
 
        cp $(srcdir)/$(dll_config) $@
679
 
 
680
 
# workaroundfor lack of abs_top_builddir variable in automake < 1.10. Will break if mdtool isn't 
681
 
# launched from top_srcdir (i.e. where this script is located)
682
 
abs_top_builddir ?= $(top_builddir)
 
387
        install install-am install-data install-data-am install-dvi \
 
388
        install-dvi-am install-exec install-exec-am install-html \
 
389
        install-html-am install-info install-info-am install-man \
 
390
        install-pdf install-pdf-am install-ps install-ps-am \
 
391
        install-strip installcheck installcheck-am installdirs \
 
392
        maintainer-clean maintainer-clean-generic mostlyclean \
 
393
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
 
394
 
 
395
 
 
396
all: csproj_build
 
397
 
 
398
clean: csproj_clean
 
399
 
 
400
csproj_build:
 
401
        @if test x$(SKIP) != xy -a $(DEPTH) -gt $(MAKELEVEL); then \
 
402
        echo Building $(ALL_CSPROJ); \
 
403
        for p in $(ALL_CSPROJ); do $(XBUILD) $(XBUILD_ARGS) $$p; done \
 
404
        fi
 
405
 
 
406
csproj_clean:
 
407
        @if test x$(SKIP) != xy -a $(DEPTH) -gt $(MAKELEVEL); then \
 
408
        echo Cleaning $(ALL_CSPROJ); \
 
409
        for p in $(ALL_CSPROJ); do $(XBUILD) $(XBUILD_ARGS) $$p /t:Clean; done \
 
410
        fi
 
411
 
 
412
sln_build:
 
413
        @echo Building $(MAIN_SLN)
 
414
        $(XBUILD) $(XBUILD_ARGS) $(MAIN_SLN) $(XBUILD_PROFILE)
 
415
 
 
416
sln_clean:
 
417
        @echo Cleaning $(MAIN_SLN)
 
418
        $(XBUILD) $(XBUILD_ARGS) $(MAIN_SLN) $(XBUILD_PROFILE) /t:Clean
 
419
 
 
420
print_extradist:
 
421
        @echo $(WILDCARDED_FILES)
 
422
 
 
423
.PHONY: all clean csproj_build csproj_clean sln_build sln_clean
683
424
 
684
425
# Tell versions [3.59,3.63) of GNU make to not export all variables.
685
426
# Otherwise a system limit (for SysV at least) may be exceeded.