aboutsummaryrefslogtreecommitdiffstats
path: root/src/math
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-17 16:13:43 +0000
committerlloyd <[email protected]>2009-07-17 16:13:43 +0000
commit63f978c3ec5664baa7ab1e5267f94b4d49c68bdb (patch)
tree8870861f4b42ca80cd2b66fed3ee7f6bcd00c503 /src/math
parentf02ecd78ae9327c01bb28c2d0955329b37462a40 (diff)
Fix various auto generated dependencies that were wrong
Diffstat (limited to 'src/math')
-rw-r--r--src/math/bigint/info.txt5
-rw-r--r--src/math/bigint/monty_amd64/info.txt2
-rw-r--r--src/math/bigint/monty_generic/info.txt5
-rw-r--r--src/math/bigint/mp_ia32_msvc/info.txt4
-rw-r--r--src/math/bigint/mulop_amd64/info.txt4
-rw-r--r--src/math/bigint/mulop_generic/info.txt5
-rw-r--r--src/math/gfpmath/info.txt2
7 files changed, 5 insertions, 22 deletions
diff --git a/src/math/bigint/info.txt b/src/math/bigint/info.txt
index 07b254683..513703deb 100644
--- a/src/math/bigint/info.txt
+++ b/src/math/bigint/info.txt
@@ -26,7 +26,8 @@ mp_shift.cpp
<requires>
alloc
hex
-mp_ia32
-mp_ia32_msvc
+mp_amd64|mp_asm64|mp_ia32|mp_ia32_msvc|mp_generic
+monty_generic
+mulop_generic
rng
</requires>
diff --git a/src/math/bigint/monty_amd64/info.txt b/src/math/bigint/monty_amd64/info.txt
index dff74c611..7fb70da46 100644
--- a/src/math/bigint/monty_amd64/info.txt
+++ b/src/math/bigint/monty_amd64/info.txt
@@ -27,5 +27,5 @@ solaris
</os>
<requires>
-asm_ia32
+asm_amd64
</requires>
diff --git a/src/math/bigint/monty_generic/info.txt b/src/math/bigint/monty_generic/info.txt
index e99e5e083..6f5f0e722 100644
--- a/src/math/bigint/monty_generic/info.txt
+++ b/src/math/bigint/monty_generic/info.txt
@@ -5,8 +5,3 @@ load_on dep
<add>
mp_monty.cpp
</add>
-
-<requires>
-mp_ia32
-mp_ia32_msvc
-</requires>
diff --git a/src/math/bigint/mp_ia32_msvc/info.txt b/src/math/bigint/mp_ia32_msvc/info.txt
index 9ca22a2da..9c7ac9b43 100644
--- a/src/math/bigint/mp_ia32_msvc/info.txt
+++ b/src/math/bigint/mp_ia32_msvc/info.txt
@@ -16,7 +16,3 @@ ia32
<cc>
msvc
</cc>
-
-<requires>
-mp_ia32
-</requires>
diff --git a/src/math/bigint/mulop_amd64/info.txt b/src/math/bigint/mulop_amd64/info.txt
index 0f512251c..c4b14db93 100644
--- a/src/math/bigint/mulop_amd64/info.txt
+++ b/src/math/bigint/mulop_amd64/info.txt
@@ -27,7 +27,5 @@ solaris
</os>
<requires>
-asm_ia32
-mp_ia32
-mp_ia32_msvc
+asm_amd64
</requires>
diff --git a/src/math/bigint/mulop_generic/info.txt b/src/math/bigint/mulop_generic/info.txt
index 8700e9332..28ebe41eb 100644
--- a/src/math/bigint/mulop_generic/info.txt
+++ b/src/math/bigint/mulop_generic/info.txt
@@ -5,8 +5,3 @@ load_on dep
<add>
mp_mulop.cpp
</add>
-
-<requires>
-mp_ia32
-mp_ia32_msvc
-</requires>
diff --git a/src/math/gfpmath/info.txt b/src/math/gfpmath/info.txt
index 0fadcc819..1a52144b7 100644
--- a/src/math/gfpmath/info.txt
+++ b/src/math/gfpmath/info.txt
@@ -18,7 +18,5 @@ point_gfp.h
<requires>
bigint
-mp_ia32
-mp_ia32_msvc
numbertheory
</requires>