Richard Kreckel
25 years ago
31 changed files with 159 additions and 171 deletions
-
2FILES
-
2benchmarks/Makefile.in
-
208configure
-
41configure.in
-
5src/Makefile.in
-
2src/base/digitseq/Makeflags
-
22src/base/digitseq/cl_DS.h
-
2src/complex/algebraic/Makeflags
-
2src/complex/elem/division/Makeflags
-
2src/complex/input/Makeflags
-
2src/complex/misc/Makeflags
-
2src/complex/transcendental/Makeflags
-
2src/float/Makeflags
-
2src/float/dfloat/algebraic/Makeflags
-
2src/float/dfloat/conv/Makeflags
-
2src/float/dfloat/elem/Makeflags
-
2src/float/dfloat/misc/Makeflags
-
2src/float/ffloat/conv/Makeflags
-
2src/float/ffloat/elem/Makeflags
-
2src/float/ffloat/misc/Makeflags
-
2src/float/lfloat/Makeflags
-
2src/float/sfloat/elem/Makeflags
-
2src/float/sfloat/misc/Makeflags
-
2src/integer/Makeflags
-
2src/modinteger/Makeflags
-
2src/numtheory/Makeflags
-
2src/polynomial/elem/Makeflags
-
2src/rational/Makeflags
-
2src/real/Makeflags
-
2src/vector/Makeflags
-
2tests/Makefile.in
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/base/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/base/digit -I$(srcdir)/base/random -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/base/digit -I$(srcdir)/base/random -Ibase |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/complex/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/real -I$(srcdir)/float/sfloat/elem -I$(srcdir)/float/sfloat -I$(srcdir)/float/ffloat/elem -I$(srcdir)/float/ffloat -I$(srcdir)/float/dfloat/elem -I$(srcdir)/float/dfloat -I$(srcdir)/float/lfloat/elem -I$(srcdir)/float/lfloat -I$(srcdir)/float -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/real -I$(srcdir)/float/sfloat/elem -I$(srcdir)/float/sfloat -I$(srcdir)/float/ffloat/elem -I$(srcdir)/float/ffloat -I$(srcdir)/float/dfloat/elem -I$(srcdir)/float/dfloat -I$(srcdir)/float/lfloat/elem -I$(srcdir)/float/lfloat -I$(srcdir)/float -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/complex/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/real -I$(srcdir)/float/sfloat -I$(srcdir)/float/ffloat -I$(srcdir)/float/dfloat -I$(srcdir)/float/lfloat -I$(srcdir)/float -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/real -I$(srcdir)/float/sfloat -I$(srcdir)/float/ffloat -I$(srcdir)/float/dfloat -I$(srcdir)/float/lfloat -I$(srcdir)/float -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/complex/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/float -I$(srcdir)/integer -I$(srcdir)/base/string -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/float -I$(srcdir)/integer -I$(srcdir)/base/string -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/complex/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/complex/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/real/conv -I$(srcdir)/real -I$(srcdir)/float/transcendental -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/real/conv -I$(srcdir)/real -I$(srcdir)/float/transcendental -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,3 +1,3 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
SUBDIR_INCLUDES = -I$(srcdir)/float/sfloat -I$(srcdir)/float/ffloat -I$(srcdir)/float/dfloat -I$(srcdir)/float/lfloat -I$(srcdir)/float -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES = -I$(srcdir)/float/sfloat -I$(srcdir)/float/ffloat -I$(srcdir)/float/dfloat -I$(srcdir)/float/lfloat -I$(srcdir)/float -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/float/dfloat/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/float/dfloat/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/float/dfloat/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/float/base -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/float/base -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/float/dfloat/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/float/dfloat/elem -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/float/dfloat/elem -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/float/ffloat/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/float/ffloat/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/float/base -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/float/base -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/float/ffloat/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/float/ffloat/elem -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/float/ffloat/elem -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,3 +1,3 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
SUBDIR_INCLUDES = -I$(srcdir)/float/lfloat -I$(srcdir)/float -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES = -I$(srcdir)/float/lfloat -I$(srcdir)/float -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/float/sfloat/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,4 +1,4 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/float/sfloat/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/float/sfloat/elem -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/float/sfloat/elem -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
@ -1,3 +1,3 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
SUBDIR_INCLUDES = -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES = -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base |
@ -1,3 +1,3 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
SUBDIR_INCLUDES = -I$(srcdir)/integer/hash -I$(srcdir)/integer -I$(srcdir)/base/hash -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES = -I$(srcdir)/integer/hash -I$(srcdir)/integer -I$(srcdir)/base/hash -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base |
@ -1,3 +1,3 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
SUBDIR_INCLUDES = -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES = -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base |
@ -1,5 +1,5 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
include $(srcdir)/polynomial/Makeflags |
|||
SUBDIR_INCLUDES += -I$(srcdir)/base/hash -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES += -I$(srcdir)/base/hash -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase |
|||
|
@ -1,3 +1,3 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
SUBDIR_INCLUDES = -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES = -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base |
@ -1,3 +1,3 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
SUBDIR_INCLUDES = -I$(srcdir)/real -I$(srcdir)/float/sfloat -I$(srcdir)/float/ffloat -I$(srcdir)/float/dfloat -I$(srcdir)/float/lfloat -I$(srcdir)/float -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES = -I$(srcdir)/real -I$(srcdir)/float/sfloat -I$(srcdir)/float/ffloat -I$(srcdir)/float/dfloat -I$(srcdir)/float/lfloat -I$(srcdir)/float -I$(srcdir)/rational -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base |
@ -1,3 +1,3 @@ |
|||
# This file contains additional flags for the main Makefile. |
|||
|
|||
SUBDIR_INCLUDES = -I$(srcdir)/vector -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base $(GMP_INCLUDES) |
|||
SUBDIR_INCLUDES = -I$(srcdir)/vector -I$(srcdir)/integer -I$(srcdir)/base/digitseq -I$(srcdir)/base/digit -Ibase -I$(srcdir)/base |
Write
Preview
Loading…
Cancel
Save
Reference in new issue