From b565c97f63d72a1fc53cc6c07a19c9c8c7ea9a48 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Sat, 16 Feb 2008 17:01:18 +0000 Subject: update build files svn path=/trunk/mono-tools/; revision=95902 --- .../Gendarme.Rules.Interoperability.mdp | 4 +++- gendarme/rules/Gendarme.Rules.Interoperability/Makefile.am | 10 +++++----- .../Test/Test.Rules.Interoperability.mdp | 3 +++ 3 files changed, 11 insertions(+), 6 deletions(-) (limited to 'gendarme/rules/Gendarme.Rules.Interoperability') diff --git a/gendarme/rules/Gendarme.Rules.Interoperability/Gendarme.Rules.Interoperability.mdp b/gendarme/rules/Gendarme.Rules.Interoperability/Gendarme.Rules.Interoperability.mdp index 6d6d602f..8d156918 100644 --- a/gendarme/rules/Gendarme.Rules.Interoperability/Gendarme.Rules.Interoperability.mdp +++ b/gendarme/rules/Gendarme.Rules.Interoperability/Gendarme.Rules.Interoperability.mdp @@ -16,7 +16,9 @@ - + + + diff --git a/gendarme/rules/Gendarme.Rules.Interoperability/Makefile.am b/gendarme/rules/Gendarme.Rules.Interoperability/Makefile.am index 273cf2f3..3c7153d5 100644 --- a/gendarme/rules/Gendarme.Rules.Interoperability/Makefile.am +++ b/gendarme/rules/Gendarme.Rules.Interoperability/Makefile.am @@ -2,8 +2,8 @@ SUBDIRS=Test interoperability_rulesdir=$(prefix)/lib/gendarme interoperability_rules_SCRIPTS = ../../bin/Gendarme.Rules.Interoperability.dll -interoperability_rules_DATA = Gendarme.Rules.Interoperability.xml -EXTRA_DIST = $(interoperability_rules_sources) $(interoperability_rules_sources_in) Gendarme.Rules.Interoperability.xml \ +interoperability_rules_DATA = +EXTRA_DIST = $(interoperability_rules_sources) $(interoperability_rules_sources_in) \ Gendarme.Rules.Interoperability.mdp CLEANFILES = $(interoperability_rules_SCRIPTS) $(interoperability_rules_SCRIPTS).mdb Test.Rules.Interoperability.dll DISTCLEANFILES = Makefile.in Gendarme.Rules.Interoperability.xml TestResult.xml @@ -17,15 +17,15 @@ interoperability_rules_build_sources = $(addprefix $(srcdir)/, $(interoperabilit interoperability_rules_build_sources += $(interoperability_rules_generated_sources) ../../bin/Gendarme.Rules.Interoperability.dll: $(interoperability_rules_build_sources) - $(GMCS) -debug -target:library -r:$(top_builddir)/gendarme/bin/Mono.Cecil.dll -r:../../bin/Gendarme.Framework.dll -out:$@ $(interoperability_rules_build_sources) - cp Gendarme.Rules.*.xml ../../bin/ + $(GMCS) -debug -target:library -r:$(top_builddir)/gendarme/bin/Mono.Cecil.dll -r:../../bin/Gendarme.Framework.dll \ + -out:$@ $(interoperability_rules_build_sources) interoperability_test_sources = PInvokeShouldNotBeVisibleTest.cs GetLastErrorMustBeCalledRightAfterPInvokeTest.cs \ UseManagedAlternativesToPInvokeTest.cs MarshalStringsInPInvokeDeclarationsTest.cs interoperability_test_build_sources = $(addprefix $(srcdir)/Test/, $(interoperability_test_sources)) -Test.Rules.Interoperability.dll: $(interoperability_rules_build_sources) $(interoperability_rules_SCRIPTS) +Test.Rules.Interoperability.dll: $(interoperability_test_build_sources) $(interoperability_rules_SCRIPTS) $(GMCS) -target:library -r:$(top_builddir)/gendarme/bin/Mono.Cecil.dll -pkg:mono-nunit -r:../../bin/Gendarme.Framework.dll \ -r:$(interoperability_rules_SCRIPTS) -out:$@ $(interoperability_test_build_sources) diff --git a/gendarme/rules/Gendarme.Rules.Interoperability/Test/Test.Rules.Interoperability.mdp b/gendarme/rules/Gendarme.Rules.Interoperability/Test/Test.Rules.Interoperability.mdp index 9a0d3f7d..d002837f 100644 --- a/gendarme/rules/Gendarme.Rules.Interoperability/Test/Test.Rules.Interoperability.mdp +++ b/gendarme/rules/Gendarme.Rules.Interoperability/Test/Test.Rules.Interoperability.mdp @@ -16,6 +16,9 @@ + + + -- cgit v1.2.3