-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autotools working properly now, should be [STABLE]
- Loading branch information
1 parent
72ecae4
commit c946db1
Showing
28 changed files
with
1,669 additions
and
115,043 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
AUTOMAKE_OPTIONS = foreign | ||
ACLOCAL_AMFLAGS = -I m4 --install | ||
|
||
SUBDIRS = nint src | ||
SUBDIRS = nint src inc | ||
|
||
lib_LIBRARIES = libfastmath.a | ||
include_HEADERS = inc/config.h inc/fastapprox.h inc/FastBitset.h inc/FastMath.h inc/FastNumInt.h inc/stopwatch.h nint/nint.hpp @xtra@ | ||
include_HEADERS = inc/config.h inc/fastapprox.h inc/FastBitset.h inc/FastMath.h inc/FastNumInt.h inc/stopwatch.h nint/nint.hpp | ||
libfastmath_a_LIBADD = nint/nint.o src/FastMath.o src/FastNumInt.o src/stopwatch.o | ||
libfastmath_a_SOURCES = | ||
EXTRA_HEADERS = |
Oops, something went wrong.