summaryrefslogtreecommitdiff
path: root/macos
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-04-02 22:37:04 +0200
committerKevin Ryde <user42@zip.com.au>2001-04-02 22:37:04 +0200
commit0ca49b33d309125a7702fe8974baae46e351c066 (patch)
treea6982490d91ba8d698925931560b40c4be43fb1e /macos
parent9cef8156d6641f4ffc5994e433a692e35654f52f (diff)
downloadgmp-0ca49b33d309125a7702fe8974baae46e351c066.tar.gz
* mpf/trunc.c: New file, rewrite of integer.c, preserve prec+1 in
copy, don't copy if unnecessary. * mpf/ceilfloor.c: New file likewise, and use common subroutine for ceil and floor. * mpf/integer.c: Remove file. * Makefile.am, mpf/Makefile.am, macos/Makefile.in: Update.
Diffstat (limited to 'macos')
-rw-r--r--macos/Makefile.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/macos/Makefile.in b/macos/Makefile.in
index 59932748f..feeb98ef5 100644
--- a/macos/Makefile.in
+++ b/macos/Makefile.in
@@ -163,16 +163,6 @@ all @dep@ {Lib}
{C} ::mpf:fits_u.c -o {Targ} {COptions} -d OPERATION_fits_ushort
-{MpfObjDir}floor.o @dep@ ::mpf:integer.c Makefile
- {C} ::mpf:integer.c -o {Targ} {COptions} -d OPERATION_floor
-
-{MpfObjDir}ceil.o @dep@ ::mpf:integer.c Makefile
- {C} ::mpf:integer.c -o {Targ} {COptions} -d OPERATION_ceil
-
-{MpfObjDir}trunc.o @dep@ ::mpf:integer.c Makefile
- {C} ::mpf:integer.c -o {Targ} {COptions} -d OPERATION_trunc
-
-
###########################################################################
# Default rules/ directory rules