diff options
Diffstat (limited to '.deps')
| -rw-r--r-- | .deps/all.c | 1 | ||||
| -rw-r--r-- | .deps/libm.C_0 | 3 | ||||
| -rw-r--r-- | .deps/math.h.deps | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/.deps/all.c b/.deps/all.c index f47c1bde..e3661fe0 100644 --- a/.deps/all.c +++ b/.deps/all.c @@ -2928,6 +2928,7 @@ ./src/math/M_LOG2E.c ./src/math/erf.c ./src/math/fpclassify.c +./src/math/__fpclassify.c ./src/math/sqrt.c ./src/math/FP_INFINITE.c ./src/math/sinh.c diff --git a/.deps/libm.C_0 b/.deps/libm.C_0 new file mode 100644 index 00000000..4805cf23 --- /dev/null +++ b/.deps/libm.C_0 @@ -0,0 +1,3 @@ +.POSIX: +libm_C_0_OBJS= \ + libm.a($(OBJDIR)/__fpclassify.o)
\ No newline at end of file diff --git a/.deps/math.h.deps b/.deps/math.h.deps index 742dbfe8..3bd468a5 100644 --- a/.deps/math.h.deps +++ b/.deps/math.h.deps @@ -64,6 +64,7 @@ ./src/math/M_LOG2E.c ./src/math/erf.c ./src/math/fpclassify.c +./src/math/__fpclassify.c ./src/math/sqrt.c ./src/math/FP_INFINITE.c ./src/math/sinh.c |
