Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gendarme/rules/Gendarme.Rules.Performance/Makefile.am')
-rw-r--r--gendarme/rules/Gendarme.Rules.Performance/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Performance/Makefile.am b/gendarme/rules/Gendarme.Rules.Performance/Makefile.am
index 98c08c64..5a20023e 100644
--- a/gendarme/rules/Gendarme.Rules.Performance/Makefile.am
+++ b/gendarme/rules/Gendarme.Rules.Performance/Makefile.am
@@ -2,8 +2,8 @@ SUBDIRS=Test
performance_rulesdir=$(prefix)/lib/gendarme
performance_rules_SCRIPTS = ../../bin/Gendarme.Rules.Performance.dll
-performance_rules_DATA = Gendarme.Rules.Performance.xml
-EXTRA_DIST = $(performance_rules_sources) $(performance_rules_sources_in) Gendarme.Rules.Performance.xml \
+performance_rules_DATA =
+EXTRA_DIST = $(performance_rules_sources) $(performance_rules_sources_in) \
Gendarme.Rules.Performance.mdp Gendarme.Rules.Performance.csproj
CLEANFILES = $(performance_rules_SCRIPTS) $(performance_rules_SCRIPTS).mdb Test.Rules.Performance.dll
DISTCLEANFILES = Makefile.in Gendarme.Rules.Performance.xml TestResult.xml
@@ -29,8 +29,8 @@ performance_rules_build_sources = $(addprefix $(srcdir)/, $(performance_rules_so
performance_rules_build_sources += $(performance_rules_generated_sources)
../../bin/Gendarme.Rules.Performance.dll: $(performance_rules_build_sources)
- $(GMCS) -debug -target:library -r:$(top_builddir)/gendarme/bin/Mono.Cecil.dll -r:../../bin/Gendarme.Framework.dll -out:$@ $(performance_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:$@ $(performance_rules_build_sources)
performance_test_sources = \
EmptyDestructorTest.cs \
@@ -49,9 +49,9 @@ performance_test_sources = \
performance_test_build_sources = $(addprefix $(srcdir)/Test/, $(performance_test_sources))
-Test.Rules.Performance.dll: $(performance_rules_build_sources) $(performance_rules_SCRIPTS)
- $(GMCS) -target:library -debug -r:$(top_builddir)/gendarme/bin/Mono.Cecil.dll -pkg:mono-nunit -r:../../bin/Gendarme.Framework.dll \
- -r:$(performance_rules_SCRIPTS) -out:$@ $(performance_test_build_sources)
+Test.Rules.Performance.dll: $(performance_test_build_sources) $(performance_rules_SCRIPTS)
+ $(GMCS) -target:library -debug -r:$(top_builddir)/gendarme/bin/Mono.Cecil.dll -pkg:mono-nunit \
+ -r:../../bin/Gendarme.Framework.dll -r:$(performance_rules_SCRIPTS) -out:$@ $(performance_test_build_sources)
test: Test.Rules.Performance.dll