aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-17 09:45:46 +0000
committerGerd Moellmann2000-02-17 09:45:46 +0000
commitcc94f3b24e447e04da3e899af8909cb77d648ef0 (patch)
tree9dc9189ad96dec0e5237e9fd36a6baf505c9eb7d /src/Makefile.in
parent10689a01d99ab2f3382bb7ef3912961ec08f8bb9 (diff)
downloademacs-cc94f3b24e447e04da3e899af8909cb77d648ef0.tar.gz
emacs-cc94f3b24e447e04da3e899af8909cb77d648ef0.zip
Remove `LISP_FLOAT_TYPE' and `standalone'.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 84317d1f28b..469d948d185 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -127,11 +127,7 @@ CC = C_COMPILER
127#endif 127#endif
128 128
129#ifndef LIB_MATH 129#ifndef LIB_MATH
130# ifdef LISP_FLOAT_TYPE
131# define LIB_MATH -lm 130# define LIB_MATH -lm
132# else /* ! defined (LISP_FLOAT_TYPE) */
133# define LIB_MATH
134# endif /* ! defined (LISP_FLOAT_TYPE) */
135#endif /* LIB_MATH */ 131#endif /* LIB_MATH */
136 132
137/* Some s/SYSTEM.h files define this to request special switches in ld. */ 133/* Some s/SYSTEM.h files define this to request special switches in ld. */
@@ -628,11 +624,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj)
628#define FACE_SUPPORT 624#define FACE_SUPPORT
629#endif 625#endif
630 626
631#ifdef LISP_FLOAT_TYPE
632#define FLOAT_SUPPORT ${lispsource}float-sup.elc 627#define FLOAT_SUPPORT ${lispsource}float-sup.elc
633#else
634#define FLOAT_SUPPORT
635#endif
636 628
637#ifdef HAVE_MOUSE 629#ifdef HAVE_MOUSE
638#define MOUSE_SUPPORT ${lispsource}mouse.elc \ 630#define MOUSE_SUPPORT ${lispsource}mouse.elc \