comparison src/Makefile.in.in @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children b82b59fe008d
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
250 #define C_SWITCH_ASM 250 #define C_SWITCH_ASM
251 #endif 251 #endif
252 252
253 ILD=/cadillac1/code/bin.sun4/ild 253 ILD=/cadillac1/code/bin.sun4/ild
254 254
255 PURIFY_PROG=/local/bin/purify 255 PURIFY_PROG=purify
256 QUANTIFY_PROG=/local/bin/quantify -windows=no -record-data=no 256 QUANTIFY_PROG=quantify
257 PURECOV_PROG=/local/bin/purecov 257 PURECOV_PROG=purecov
258 #ifdef QUANTIFY 258 #ifdef QUANTIFY
259 #define QUANTIFY_INCLUDES -I/local/include 259 #define QUANTIFY_INCLUDES -I/local/include
260 #define QUANTIFY_LIBS /local/lib/quantify_stubs.a 260 #define QUANTIFY_LIBS /local/lib/quantify_stubs.a
261 #else 261 #else
262 #define QUANTIFY_INCLUDES 262 #define QUANTIFY_INCLUDES
263 #define QUANTIFY_LIBS 263 #define QUANTIFY_LIBS
715 #define REALPATH_OBJS realpath.o 715 #define REALPATH_OBJS realpath.o
716 #endif 716 #endif
717 717
718 #ifdef TOOLTALK 718 #ifdef TOOLTALK
719 # define TOOLTALK_OBJS tooltalk.o 719 # define TOOLTALK_OBJS tooltalk.o
720 # if (defined (IRIX5) || defined (HPUX) || defined (POWERPC)) 720 # if (defined (IRIX5) || defined (HPUX) || defined (POWERPC) || defined (AIX4))
721 # define LIB_TOOLTALK -ltt 721 # define LIB_TOOLTALK -ltt
722 # else 722 # else
723 # if (defined (SPARC) && !defined (USG)) 723 # if (defined (SPARC) && !defined (USG))
724 # define LIB_TOOLTALK -ltt -lI18N 724 # define LIB_TOOLTALK -ltt -lI18N
725 # else 725 # else
735 735
736 #ifdef HAVE_CDE 736 #ifdef HAVE_CDE
737 # define LIB_CDE -lDtSvc 737 # define LIB_CDE -lDtSvc
738 #else 738 #else
739 # define LIB_CDE 739 # define LIB_CDE
740 #endif
741
742 #ifdef HAVE_OFFIX_DND
743 # define LIB_OFFIX_DND -lDnd
744 #else
745 # define LIB_OFFIX_DND
740 #endif 746 #endif
741 747
742 #if (defined(LIB_INTL) && (!(defined(I18N3) || defined(I18N4)))) 748 #if (defined(LIB_INTL) && (!(defined(I18N3) || defined(I18N4))))
743 /* this should be defined by s- files, but we should not use it unless 749 /* this should be defined by s- files, but we should not use it unless
744 I18N3 or I18N4 are defined. */ 750 I18N3 or I18N4 are defined. */
893 #else 899 #else
894 mallocobjs = 900 mallocobjs =
895 mallocdocsrc = 901 mallocdocsrc =
896 #endif /* SYSTEM_MALLOC */ 902 #endif /* SYSTEM_MALLOC */
897 903
904 #ifdef FORCE_ALLOCA_H
905 allocaobjs = alloca.o
906 #else /* !FORCE_ALLOCA_H */
898 allocaobjs = @ALLOCA@ 907 allocaobjs = @ALLOCA@
908 #endif /* !FORCE_ALLOCA_H */
899 909
900 #ifdef HAVE_X_WINDOWS 910 #ifdef HAVE_X_WINDOWS
901 911
902 # ifdef EXTERNAL_WIDGET 912 # ifdef EXTERNAL_WIDGET
903 # define EXTERNAL_WIDGET_OBJS ExternalShell.o extw-Xt-nonshared.o extw-Xlib-nonshared.o 913 # define EXTERNAL_WIDGET_OBJS ExternalShell.o extw-Xt-nonshared.o extw-Xlib-nonshared.o
1054 ${lispdir}comint/comint.elc \ 1064 ${lispdir}comint/comint.elc \
1055 ${lispdir}utils/ring.elc \ 1065 ${lispdir}utils/ring.elc \
1056 ${lispdir}eos/sun-eos-toolbar.elc \ 1066 ${lispdir}eos/sun-eos-toolbar.elc \
1057 ${lispdir}eos/sun-eos-menubar.elc \ 1067 ${lispdir}eos/sun-eos-menubar.elc \
1058 ${lispdir}utils/annotations.elc \ 1068 ${lispdir}utils/annotations.elc \
1059 ${lispdir}eos/loaddefs-eos.elc 1069 ${lispdir}prim/loaddefs.elc
1060 #else 1070 #else
1061 #define SUNPRO_LISP ${lispdir}prim/loaddefs.elc 1071 #define SUNPRO_LISP ${lispdir}prim/loaddefs.elc
1062 #endif 1072 #endif
1063 1073
1064 #ifdef TOOLTALK 1074 #ifdef TOOLTALK
1104 #define MOUSE_LISP 1114 #define MOUSE_LISP
1105 #endif 1115 #endif
1106 1116
1107 /* List of Lisp files loaded into the dumped Emacs. 1117 /* List of Lisp files loaded into the dumped Emacs.
1108 Every file that is loaded from loadup.el must be enumerated 1118 Every file that is loaded from loadup.el must be enumerated
1109 here, or the functions won't have have docstrings. 1119 here, or the functions won't have docstrings.
1110 This is dumb, this list should be generated automatically. 1120 This is dumb - this list should be generated automatically.
1111 [Note: "version.el" is included in the doc separately, but is not listed 1121 [Note: "version.el" is included in the doc separately, but is not listed
1112 here because we don't want things to appear to be out-of-date just 1122 here because we don't want things to appear to be out-of-date just
1113 because the version number has been incremented. -- D.N.G. 8/28/93] 1123 because the version number has been incremented. -- D.N.G. 8/28/93]
1114 */ 1124 */
1115 /* loaddefs is now included handled by the SUNPRO_LISP define because 1125 /* loaddefs is now included handled by the SUNPRO_LISP define because
1155 routines get confused. */ 1165 routines get confused. */
1156 otherlisp= ${lispdir}bytecomp/bytecomp.elc \ 1166 otherlisp= ${lispdir}bytecomp/bytecomp.elc \
1157 ${lispdir}bytecomp/byte-optimize.elc \ 1167 ${lispdir}bytecomp/byte-optimize.elc \
1158 ${lispdir}utils/advice.elc 1168 ${lispdir}utils/advice.elc
1159 1169
1160 LIBES = NAS_LIBS SOUND_LIBS SOCKS_LIBS ENERGIZE_LIBS LIB_CDE \ 1170 LIBES = NAS_LIBS SOUND_LIBS SOCKS_LIBS ENERGIZE_LIBS LIB_CDE LIB_OFFIX_DND \
1161 LIB_TOOLTALK $(LIBX) \ 1171 LIB_TOOLTALK $(LIBX) \
1162 LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP LIB_INTL QUANTIFY_LIBS \ 1172 LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP LIB_INTL QUANTIFY_LIBS \
1163 DATABASE_LIBS LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD \ 1173 DATABASE_LIBS LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD \
1164 $(GNULIB_VAR) 1174 $(GNULIB_VAR)
1165 1175
1243 LINTFILES= $(objs:.o=.ln) 1253 LINTFILES= $(objs:.o=.ln)
1244 LINTINCLUDES = -Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I. \ 1254 LINTINCLUDES = -Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I. \
1245 -I${srcdir} LCCFLAGS C_SWITCH_MACHINE C_SWITCH_SYSTEM \ 1255 -I${srcdir} LCCFLAGS C_SWITCH_MACHINE C_SWITCH_SYSTEM \
1246 C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE \ 1256 C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE \
1247 C_SWITCH_X_SYSTEM $(LIBX11_INCLUDES) 1257 C_SWITCH_X_SYSTEM $(LIBX11_INCLUDES)
1248 LINTFLAGS= -fd -m -p -s -u -v -x 1258 /* LINTFLAGS= -fd -m -p -s -u -v -x */
1259 LINTFLAGS= -fd -m -s -u -v -x
1249 lint: $(LINTFILES) 1260 lint: $(LINTFILES)
1250 $(LINT.c) $(LINTFILES) 1261 $(LINT.c) $(LINTFILES)
1251 /* end of Lint Section */ 1262 /* end of Lint Section */
1252 1263
1253 force: 1264 force: