Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/Makefile.in.in Mon Aug 13 08:45:53 2007 +0200 +++ b/src/Makefile.in.in Mon Aug 13 08:46:35 2007 +0200 @@ -252,10 +252,10 @@ ILD=/cadillac1/code/bin.sun4/ild -PURIFY_PROG=/local/bin/purify -QUANTIFY_PROG=/local/bin/quantify -windows=no -record-data=no -PURECOV_PROG=/local/bin/purecov -#ifdef QUANTIFY +PURIFY_PROG=purify +QUANTIFY_PROG=quantify +PURECOV_PROG=purecov +#ifdef QUANTIFY #define QUANTIFY_INCLUDES -I/local/include #define QUANTIFY_LIBS /local/lib/quantify_stubs.a #else @@ -717,7 +717,7 @@ #ifdef TOOLTALK # define TOOLTALK_OBJS tooltalk.o -# if (defined (IRIX5) || defined (HPUX) || defined (POWERPC)) +# if (defined (IRIX5) || defined (HPUX) || defined (POWERPC) || defined (AIX4)) # define LIB_TOOLTALK -ltt # else # if (defined (SPARC) && !defined (USG)) @@ -739,6 +739,12 @@ # define LIB_CDE #endif +#ifdef HAVE_OFFIX_DND +# define LIB_OFFIX_DND -lDnd +#else +# define LIB_OFFIX_DND +#endif + #if (defined(LIB_INTL) && (!(defined(I18N3) || defined(I18N4)))) /* this should be defined by s- files, but we should not use it unless I18N3 or I18N4 are defined. */ @@ -895,7 +901,11 @@ mallocdocsrc = #endif /* SYSTEM_MALLOC */ +#ifdef FORCE_ALLOCA_H +allocaobjs = alloca.o +#else /* !FORCE_ALLOCA_H */ allocaobjs = @ALLOCA@ +#endif /* !FORCE_ALLOCA_H */ #ifdef HAVE_X_WINDOWS @@ -1056,7 +1066,7 @@ ${lispdir}eos/sun-eos-toolbar.elc \ ${lispdir}eos/sun-eos-menubar.elc \ ${lispdir}utils/annotations.elc \ - ${lispdir}eos/loaddefs-eos.elc + ${lispdir}prim/loaddefs.elc #else #define SUNPRO_LISP ${lispdir}prim/loaddefs.elc #endif @@ -1106,8 +1116,8 @@ /* List of Lisp files loaded into the dumped Emacs. Every file that is loaded from loadup.el must be enumerated - here, or the functions won't have have docstrings. - This is dumb, this list should be generated automatically. + here, or the functions won't have docstrings. + This is dumb - this list should be generated automatically. [Note: "version.el" is included in the doc separately, but is not listed here because we don't want things to appear to be out-of-date just because the version number has been incremented. -- D.N.G. 8/28/93] @@ -1157,7 +1167,7 @@ ${lispdir}bytecomp/byte-optimize.elc \ ${lispdir}utils/advice.elc -LIBES = NAS_LIBS SOUND_LIBS SOCKS_LIBS ENERGIZE_LIBS LIB_CDE \ +LIBES = NAS_LIBS SOUND_LIBS SOCKS_LIBS ENERGIZE_LIBS LIB_CDE LIB_OFFIX_DND \ LIB_TOOLTALK $(LIBX) \ LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP LIB_INTL QUANTIFY_LIBS \ DATABASE_LIBS LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD \ @@ -1245,7 +1255,8 @@ -I${srcdir} LCCFLAGS C_SWITCH_MACHINE C_SWITCH_SYSTEM \ C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE \ C_SWITCH_X_SYSTEM $(LIBX11_INCLUDES) -LINTFLAGS= -fd -m -p -s -u -v -x +/* LINTFLAGS= -fd -m -p -s -u -v -x */ +LINTFLAGS= -fd -m -s -u -v -x lint: $(LINTFILES) $(LINT.c) $(LINTFILES) /* end of Lint Section */