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

« back to all changes in this revision

Viewing changes to src/addins/NUnit/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-18 08:40:51 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090218084051-gh8m6ukvokbwj7cf
Tags: 1.9.2+dfsg-1ubuntu1
* Merge from Debian Experimental (LP: #330519), remaining Ubuntu changes:
  + debian/control:
    - Update for Gnome# 2.24
    - Add libmono-cairo1.0-cil to build-deps to fool pkg-config check

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
41
41
CONFIG_CLEAN_FILES =
42
42
SOURCES =
43
43
DIST_SOURCES =
 
44
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
45
        html-recursive info-recursive install-data-recursive \
 
46
        install-dvi-recursive install-exec-recursive \
 
47
        install-html-recursive install-info-recursive \
 
48
        install-pdf-recursive install-ps-recursive install-recursive \
 
49
        installcheck-recursive installdirs-recursive pdf-recursive \
 
50
        ps-recursive uninstall-recursive
44
51
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
45
52
am__vpath_adj = case $$p in \
46
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50
57
am__installdirs = "$(DESTDIR)$(assemblydir)"
51
58
assemblyDATA_INSTALL = $(INSTALL_DATA)
52
59
DATA = $(assembly_DATA)
 
60
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
61
  distclean-recursive maintainer-clean-recursive
 
62
ETAGS = etags
 
63
CTAGS = ctags
 
64
DIST_SUBDIRS = $(SUBDIRS)
53
65
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
54
66
ACLOCAL = @ACLOCAL@
55
67
ALL_LINGUAS = @ALL_LINGUAS@
77
89
GNOME_SHARP_LIBS = @GNOME_SHARP_LIBS@
78
90
GNOME_VFS_SHARP_CFLAGS = @GNOME_VFS_SHARP_CFLAGS@
79
91
GNOME_VFS_SHARP_LIBS = @GNOME_VFS_SHARP_LIBS@
80
 
GTKSOURCEVIEW2_SHARP_CFLAGS = @GTKSOURCEVIEW2_SHARP_CFLAGS@
81
 
GTKSOURCEVIEW2_SHARP_LIBS = @GTKSOURCEVIEW2_SHARP_LIBS@
82
 
GTKSOURCEVIEW_SHARP_CFLAGS = @GTKSOURCEVIEW_SHARP_CFLAGS@
83
 
GTKSOURCEVIEW_SHARP_LIBS = @GTKSOURCEVIEW_SHARP_LIBS@
84
92
GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@
85
93
GTK_SHARP_LIBS = @GTK_SHARP_LIBS@
86
94
INSTALL = @INSTALL@
112
120
MONO_ADDINS_SETUP_LIBS = @MONO_ADDINS_SETUP_LIBS@
113
121
MONO_CAIRO_CFLAGS = @MONO_CAIRO_CFLAGS@
114
122
MONO_CAIRO_LIBS = @MONO_CAIRO_LIBS@
 
123
MONO_NUNIT_CFLAGS = @MONO_NUNIT_CFLAGS@
 
124
MONO_NUNIT_LIBS = @MONO_NUNIT_LIBS@
115
125
MOZILLA_HOME = @MOZILLA_HOME@
116
126
MSGFMT = @MSGFMT@
117
127
MSGMERGE = @MSGMERGE@
121
131
PACKAGE_STRING = @PACKAGE_STRING@
122
132
PACKAGE_TARNAME = @PACKAGE_TARNAME@
123
133
PACKAGE_VERSION = @PACKAGE_VERSION@
 
134
PACKAGE_VERSION_LABEL = @PACKAGE_VERSION_LABEL@
124
135
PATH = @PATH@
125
136
PATH_SEPARATOR = @PATH_SEPARATOR@
126
137
PKG_CONFIG = @PKG_CONFIG@
173
184
target_alias = @target_alias@
174
185
top_builddir = @top_builddir@
175
186
top_srcdir = @top_srcdir@
 
187
SUBDIRS = NUnitRunner .
176
188
ADDIN_BUILD = $(top_builddir)/build/AddIns/NUnit
177
189
ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.NUnit.dll
 
190
DEPS = \
 
191
        $(top_builddir)/build/AddIns/NUnit/NUnitRunner.dll \
 
192
        $(top_builddir)/build/bin/MonoDevelop.Components.dll \
 
193
        $(top_builddir)/build/bin/MonoDevelop.Core.dll \
 
194
        $(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
 
195
        $(top_builddir)/build/bin/MonoDevelop.Ide.dll \
 
196
        $(top_builddir)/build/bin/MonoDevelop.Projects.dll
 
197
 
178
198
REFS = \
179
199
        $(GLADE_SHARP_LIBS) \
180
200
        $(GLIB_SHARP_LIBS) \
181
201
        $(GTK_SHARP_LIBS) \
182
202
        $(MONO_ADDINS_LIBS) \
183
 
        -r:$(top_builddir)/build/bin/MonoDevelop.Components.dll \
184
 
        -r:$(top_builddir)/build/bin/MonoDevelop.Core.dll \
185
 
        -r:$(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
186
 
        -r:$(top_builddir)/build/bin/MonoDevelop.Ide.dll \
187
 
        -r:$(top_builddir)/build/bin/MonoDevelop.Projects.dll \
188
203
        -r:$(top_srcdir)/src/addins/NUnit/lib/nunit.core.dll \
 
204
        -r:$(top_srcdir)/src/addins/NUnit/lib/nunit.core.interfaces.dll \
189
205
        -r:$(top_srcdir)/src/addins/NUnit/lib/nunit.framework.dll \
 
206
        -r:$(top_srcdir)/src/addins/NUnit/lib/nunit.util.dll \
 
207
        -r:Mono.Posix \
190
208
        -r:System \
191
209
        -r:System.Xml
192
210
 
193
211
FILES = \
194
212
        AssemblyInfo.cs \
195
213
        Commands/NUnitCommands.cs \
 
214
        gtk-gui/generated.cs \
196
215
        Gui/CircleImage.cs \
197
216
        Gui/NUnitAssemblyGroupConfigurationNodeBuilder.cs \
198
217
        Gui/NUnitAssemblyGroupNodeBuilder.cs \
207
226
        Project/NUnitAssemblyGroupProject.cs \
208
227
        Project/TestAssembly.cs \
209
228
        Project/TestAssemblyCollection.cs \
210
 
        Services/CombineTestGroup.cs \
211
229
        Services/ExternalTestRunner.cs \
212
230
        Services/GeneralTestOptions.cs \
213
231
        Services/IResultsStore.cs \
215
233
        Services/ITestProvider.cs \
216
234
        Services/NUnitAssemblyTestSuite.cs \
217
235
        Services/NUnitOptions.cs \
 
236
        Services/NUnitProjectServiceExtension.cs \
218
237
        Services/NUnitProjectTestSuite.cs \
219
238
        Services/NUnitService.cs \
220
239
        Services/NUnitTestCase.cs \
221
240
        Services/NUnitTestSuite.cs \
 
241
        Services/SolutionFolderTestGroup.cs \
222
242
        Services/SystemTestProvider.cs \
223
243
        Services/TestContext.cs \
224
244
        Services/UnitTest.cs \
227
247
        Services/UnitTestResult.cs \
228
248
        Services/UnitTestResultsStore.cs \
229
249
        Services/UnitTestStatus.cs \
 
250
        Services/WorkspaceTestGroup.cs \
230
251
        Services/XmlResultsStore.cs
231
252
 
232
253
RES = \
 
254
        gtk-gui/gui.stetic \
233
255
        Gui/NUnit.Failed.png \
234
256
        Gui/NUnit.Loading.png \
235
257
        Gui/NUnit.None.png \
239
261
        Gui/NUnit.Success.png \
240
262
        Gui/NUnit.SuccessAndFailed.png \
241
263
        Gui/nunit-overlay-32.png \
 
264
        md1format.xml \
242
265
        MonoDevelopNUnit.addin.xml \
243
266
        nunit.glade \
244
267
        templates/NUnitAssemblyGroup.xpt.xml \
247
270
 
248
271
NUNIT_FILES = \
249
272
nunit.core.dll \
250
 
nunit.framework.dll
 
273
nunit.framework.dll \
 
274
nunit.core.interfaces.dll \
 
275
nunit.util.dll
251
276
 
252
277
SRC_NUNIT_FILES = $(addprefix $(srcdir)/lib/, $(NUNIT_FILES))
253
278
BUILD_NUNIT_FILES = $(addprefix $(ADDIN_BUILD)/, $(NUNIT_FILES))
254
279
assemblydir = $(MD_ADDIN_DIR)/NUnit
255
 
assembly_DATA = $(ASSEMBLY) $(SRC_NUNIT_FILES)
 
280
assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).mdb $(SRC_NUNIT_FILES)
256
281
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(BUILD_NUNIT_FILES)
257
282
EXTRA_DIST = $(FILES) $(RES) $(SRC_NUNIT_FILES)
 
283
build_deps = $(addprefix -r:, $(DEPS))
258
284
build_sources = $(addprefix $(srcdir)/, $(FILES)) $(GENERATED_FILES)
259
285
build_resources = $(addprefix $(srcdir)/, $(RES))
260
286
build_test_sources = $(addprefix $(srcdir)/, $(TESTFILES)) $(GENERATED_FILES)
261
 
 
262
 
### SYNCH BLOCK: any changes to this line should be kept in sync with the corresponding block in monodevelop.in and mdtool.in
263
 
MD_PKG_CONFIG_PATH = $(gtksharp_prefix)/lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/$(shell if test -d /usr/lib64; then echo ":/usr/lib64/pkgconfig/:/usr/local/lib64/pkgconfig/"; fi)
264
287
MD_BIN_PATH = $(abs_top_builddir)/build/bin
265
288
MD_LAUNCH_SETUP = \
266
289
        MONODEVELOP_LOCALE_PATH=$(abs_top_builddir)/build/locale \
267
290
        MONO_ADDINS_REGISTRY=$(MD_BIN_PATH) MOZILLA_FIVE_HOME=$(MOZILLA_HOME) \
268
 
        LD_LIBRARY_PATH=`echo "$(LD_LIBRARY_PATH):$(MOZILLA_HOME)" | sed 's/^://g'` \
269
 
        PKG_CONFIG_PATH=`echo "$(PKG_CONFIG_PATH):$(MD_PKG_CONFIG_PATH)" | sed 's/^://g'`
 
291
        LD_LIBRARY_PATH=`echo "$(LD_LIBRARY_PATH):$(MOZILLA_HOME)" | sed 's/^://g'`d
270
292
 
271
293
MDTOOL_RUN = $(MD_LAUNCH_SETUP) exec -a "mdtool" $(RUNTIME) --debug $(MD_BIN_PATH)/mdrun.exe
272
 
all: all-am
 
294
all: all-recursive
273
295
 
274
296
.SUFFIXES:
275
297
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.include $(am__configure_deps)
281
303
              exit 1;; \
282
304
          esac; \
283
305
        done; \
284
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/addins/NUnit/Makefile'; \
 
306
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/addins/NUnit/Makefile'; \
285
307
        cd $(top_srcdir) && \
286
 
          $(AUTOMAKE) --gnu  src/addins/NUnit/Makefile
 
308
          $(AUTOMAKE) --foreign  src/addins/NUnit/Makefile
287
309
.PRECIOUS: Makefile
288
310
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
289
311
        @case '$?' in \
318
340
          echo " rm -f '$(DESTDIR)$(assemblydir)/$$f'"; \
319
341
          rm -f "$(DESTDIR)$(assemblydir)/$$f"; \
320
342
        done
 
343
 
 
344
# This directory's subdirectories are mostly independent; you can cd
 
345
# into them and run `make' without going through this Makefile.
 
346
# To change the values of `make' variables: instead of editing Makefiles,
 
347
# (1) if the variable is set in `config.status', edit `config.status'
 
348
#     (which will cause the Makefiles to be regenerated when you run `make');
 
349
# (2) otherwise, pass the desired values on the `make' command line.
 
350
$(RECURSIVE_TARGETS):
 
351
        @failcom='exit 1'; \
 
352
        for f in x $$MAKEFLAGS; do \
 
353
          case $$f in \
 
354
            *=* | --[!k]*);; \
 
355
            *k*) failcom='fail=yes';; \
 
356
          esac; \
 
357
        done; \
 
358
        dot_seen=no; \
 
359
        target=`echo $@ | sed s/-recursive//`; \
 
360
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
361
          echo "Making $$target in $$subdir"; \
 
362
          if test "$$subdir" = "."; then \
 
363
            dot_seen=yes; \
 
364
            local_target="$$target-am"; \
 
365
          else \
 
366
            local_target="$$target"; \
 
367
          fi; \
 
368
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
369
          || eval $$failcom; \
 
370
        done; \
 
371
        if test "$$dot_seen" = "no"; then \
 
372
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
373
        fi; test -z "$$fail"
 
374
 
 
375
$(RECURSIVE_CLEAN_TARGETS):
 
376
        @failcom='exit 1'; \
 
377
        for f in x $$MAKEFLAGS; do \
 
378
          case $$f in \
 
379
            *=* | --[!k]*);; \
 
380
            *k*) failcom='fail=yes';; \
 
381
          esac; \
 
382
        done; \
 
383
        dot_seen=no; \
 
384
        case "$@" in \
 
385
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
386
          *) list='$(SUBDIRS)' ;; \
 
387
        esac; \
 
388
        rev=''; for subdir in $$list; do \
 
389
          if test "$$subdir" = "."; then :; else \
 
390
            rev="$$subdir $$rev"; \
 
391
          fi; \
 
392
        done; \
 
393
        rev="$$rev ."; \
 
394
        target=`echo $@ | sed s/-recursive//`; \
 
395
        for subdir in $$rev; do \
 
396
          echo "Making $$target in $$subdir"; \
 
397
          if test "$$subdir" = "."; then \
 
398
            local_target="$$target-am"; \
 
399
          else \
 
400
            local_target="$$target"; \
 
401
          fi; \
 
402
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
403
          || eval $$failcom; \
 
404
        done && test -z "$$fail"
 
405
tags-recursive:
 
406
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
407
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
408
        done
 
409
ctags-recursive:
 
410
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
411
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
412
        done
 
413
 
 
414
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
415
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
416
        unique=`for i in $$list; do \
 
417
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
418
          done | \
 
419
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
420
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
421
        mkid -fID $$unique
321
422
tags: TAGS
322
 
TAGS:
323
423
 
 
424
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
425
                $(TAGS_FILES) $(LISP)
 
426
        tags=; \
 
427
        here=`pwd`; \
 
428
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
429
          include_option=--etags-include; \
 
430
          empty_fix=.; \
 
431
        else \
 
432
          include_option=--include; \
 
433
          empty_fix=; \
 
434
        fi; \
 
435
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
436
          if test "$$subdir" = .; then :; else \
 
437
            test ! -f $$subdir/TAGS || \
 
438
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
439
          fi; \
 
440
        done; \
 
441
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
442
        unique=`for i in $$list; do \
 
443
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
444
          done | \
 
445
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
446
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
447
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
448
          test -n "$$unique" || unique=$$empty_fix; \
 
449
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
450
            $$tags $$unique; \
 
451
        fi
324
452
ctags: CTAGS
325
 
CTAGS:
326
 
 
 
453
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
454
                $(TAGS_FILES) $(LISP)
 
455
        tags=; \
 
456
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
457
        unique=`for i in $$list; do \
 
458
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
459
          done | \
 
460
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
461
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
462
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
463
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
464
             $$tags $$unique
 
465
 
 
466
GTAGS:
 
467
        here=`$(am__cd) $(top_builddir) && pwd` \
 
468
          && cd $(top_srcdir) \
 
469
          && gtags -i $(GTAGS_ARGS) $$here
 
470
 
 
471
distclean-tags:
 
472
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
327
473
 
328
474
distdir: $(DISTFILES)
329
475
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
351
497
            || exit 1; \
352
498
          fi; \
353
499
        done
 
500
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
501
          if test "$$subdir" = .; then :; else \
 
502
            test -d "$(distdir)/$$subdir" \
 
503
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
504
            || exit 1; \
 
505
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
506
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
507
            (cd $$subdir && \
 
508
              $(MAKE) $(AM_MAKEFLAGS) \
 
509
                top_distdir="$$top_distdir" \
 
510
                distdir="$$distdir/$$subdir" \
 
511
                am__remove_distdir=: \
 
512
                am__skip_length_check=: \
 
513
                distdir) \
 
514
              || exit 1; \
 
515
          fi; \
 
516
        done
354
517
check-am: all-am
355
 
check: check-am
 
518
check: check-recursive
356
519
all-am: Makefile $(DATA)
357
 
installdirs:
 
520
installdirs: installdirs-recursive
 
521
installdirs-am:
358
522
        for dir in "$(DESTDIR)$(assemblydir)"; do \
359
523
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
360
524
        done
361
 
install: install-am
362
 
install-exec: install-exec-am
363
 
install-data: install-data-am
364
 
uninstall: uninstall-am
 
525
install: install-recursive
 
526
install-exec: install-exec-recursive
 
527
install-data: install-data-recursive
 
528
uninstall: uninstall-recursive
365
529
 
366
530
install-am: all-am
367
531
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
368
532
 
369
 
installcheck: installcheck-am
 
533
installcheck: installcheck-recursive
370
534
install-strip:
371
535
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
372
536
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
383
547
maintainer-clean-generic:
384
548
        @echo "This command is intended for maintainers to use"
385
549
        @echo "it deletes files that may require special tools to rebuild."
386
 
clean: clean-am
 
550
clean: clean-recursive
387
551
 
388
552
clean-am: clean-generic mostlyclean-am
389
553
 
390
 
distclean: distclean-am
 
554
distclean: distclean-recursive
391
555
        -rm -f Makefile
392
 
distclean-am: clean-am distclean-generic
 
556
distclean-am: clean-am distclean-generic distclean-tags
393
557
 
394
 
dvi: dvi-am
 
558
dvi: dvi-recursive
395
559
 
396
560
dvi-am:
397
561
 
398
 
html: html-am
 
562
html: html-recursive
399
563
 
400
 
info: info-am
 
564
info: info-recursive
401
565
 
402
566
info-am:
403
567
 
404
568
install-data-am: install-assemblyDATA
405
569
 
406
 
install-dvi: install-dvi-am
 
570
install-dvi: install-dvi-recursive
407
571
 
408
572
install-exec-am:
409
573
 
410
 
install-html: install-html-am
 
574
install-html: install-html-recursive
411
575
 
412
 
install-info: install-info-am
 
576
install-info: install-info-recursive
413
577
 
414
578
install-man:
415
579
 
416
 
install-pdf: install-pdf-am
 
580
install-pdf: install-pdf-recursive
417
581
 
418
 
install-ps: install-ps-am
 
582
install-ps: install-ps-recursive
419
583
 
420
584
installcheck-am:
421
585
 
422
 
maintainer-clean: maintainer-clean-am
 
586
maintainer-clean: maintainer-clean-recursive
423
587
        -rm -f Makefile
424
588
maintainer-clean-am: distclean-am maintainer-clean-generic
425
589
 
426
 
mostlyclean: mostlyclean-am
 
590
mostlyclean: mostlyclean-recursive
427
591
 
428
592
mostlyclean-am: mostlyclean-generic
429
593
 
430
 
pdf: pdf-am
 
594
pdf: pdf-recursive
431
595
 
432
596
pdf-am:
433
597
 
434
 
ps: ps-am
 
598
ps: ps-recursive
435
599
 
436
600
ps-am:
437
601
 
438
602
uninstall-am: uninstall-assemblyDATA
439
603
 
440
 
.MAKE: install-am install-strip
 
604
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
605
        install-strip
441
606
 
442
 
.PHONY: all all-am check check-am clean clean-generic distclean \
443
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
444
 
        install install-am install-assemblyDATA install-data \
445
 
        install-data-am install-dvi install-dvi-am install-exec \
446
 
        install-exec-am install-html install-html-am install-info \
447
 
        install-info-am install-man install-pdf install-pdf-am \
448
 
        install-ps install-ps-am install-strip installcheck \
449
 
        installcheck-am installdirs maintainer-clean \
 
607
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
608
        all all-am check check-am clean clean-generic ctags \
 
609
        ctags-recursive distclean distclean-generic distclean-tags \
 
610
        distdir dvi dvi-am html html-am info info-am install \
 
611
        install-am install-assemblyDATA install-data install-data-am \
 
612
        install-dvi install-dvi-am install-exec install-exec-am \
 
613
        install-html install-html-am install-info install-info-am \
 
614
        install-man install-pdf install-pdf-am install-ps \
 
615
        install-ps-am install-strip installcheck installcheck-am \
 
616
        installdirs installdirs-am maintainer-clean \
450
617
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
451
 
        pdf-am ps ps-am uninstall uninstall-am uninstall-assemblyDATA
452
 
 
453
 
 
454
 
all: $(ASSEMBLY) $(BUILD_NUNIT_FILES)
 
618
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
619
        uninstall-assemblyDATA
 
620
 
 
621
 
 
622
all: $(ASSEMBLY) $(ASSEMBLY).mdb $(BUILD_NUNIT_FILES)
455
623
 
456
624
$(ADDIN_BUILD)/%: $(srcdir)/lib/%
457
625
        mkdir -p $(ADDIN_BUILD)
458
626
        cp $< $@
459
627
 
460
 
$(ASSEMBLY): $(FILES) $(build_resources)
 
628
$(ASSEMBLY): $(build_sources) $(build_resources) $(DEPS)
461
629
        mkdir -p $(ADDIN_BUILD)
462
 
        $(CSC) $(CSC_FLAGS) $(REFS) $(build_resources:%=/resource:%) $(build_sources) -out:$@ -target:library
463
 
### END BLOCK
 
630
        $(CSC) $(CSC_FLAGS) $(REFS) $(build_deps) $(build_resources:%=/resource:%) $(build_sources) -out:$@ -target:library
 
631
 
 
632
$(ASSEMBLY).mdb: $(ASSEMBLY)
464
633
 
465
634
# workaroundfor lack of abs_top_builddir variable in automake < 1.10. Will break if mdtool isn't 
466
635
# launched from top_srcdir (i.e. where this script is located)