mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
* puresize.h (BASE_PURESIZE): Increase to 1290000.
* Makefile.in (OTHER_FILES): Define using autoconf, not cpp. (OBJECTS_MACHINE): Remove, unused. * configure.in (OTHER_FILES): Define using autoconf not cpp.
This commit is contained in:
parent
28fab7b561
commit
005bd5a263
@ -1,3 +1,7 @@
|
|||||||
|
2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
|
||||||
|
|
||||||
|
* configure.in (OTHER_FILES): Define using autoconf not cpp.
|
||||||
|
|
||||||
2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
|
2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
|
||||||
|
|
||||||
* .dir-locals.el (change-log-mode): Restore bug-reference-mode.
|
* .dir-locals.el (change-log-mode): Restore bug-reference-mode.
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -764,6 +764,7 @@ GNUSTEP_SYSTEM_HEADERS
|
|||||||
GNUSTEP_SYSTEM_LIBRARIES
|
GNUSTEP_SYSTEM_LIBRARIES
|
||||||
GNU_OBJC_CFLAGS
|
GNU_OBJC_CFLAGS
|
||||||
LIB_SRC_EXTRA_INSTALLABLES
|
LIB_SRC_EXTRA_INSTALLABLES
|
||||||
|
OTHER_FILES
|
||||||
LTLIBOBJS'
|
LTLIBOBJS'
|
||||||
ac_subst_files=''
|
ac_subst_files=''
|
||||||
ac_user_opts='
|
ac_user_opts='
|
||||||
@ -15615,6 +15616,7 @@ _ACEOF
|
|||||||
fi
|
fi
|
||||||
# We also have mouse menus.
|
# We also have mouse menus.
|
||||||
HAVE_MENUS=yes
|
HAVE_MENUS=yes
|
||||||
|
OTHER_FILES=ns-app
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@ -2188,6 +2188,7 @@ if test "${HAVE_NS}" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
# We also have mouse menus.
|
# We also have mouse menus.
|
||||||
HAVE_MENUS=yes
|
HAVE_MENUS=yes
|
||||||
|
OTHER_FILES=ns-app
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
@ -2598,6 +2599,7 @@ AC_SUBST(GNUSTEP_SYSTEM_HEADERS)
|
|||||||
AC_SUBST(GNUSTEP_SYSTEM_LIBRARIES)
|
AC_SUBST(GNUSTEP_SYSTEM_LIBRARIES)
|
||||||
AC_SUBST(GNU_OBJC_CFLAGS)
|
AC_SUBST(GNU_OBJC_CFLAGS)
|
||||||
AC_SUBST(LIB_SRC_EXTRA_INSTALLABLES)
|
AC_SUBST(LIB_SRC_EXTRA_INSTALLABLES)
|
||||||
|
AC_SUBST(OTHER_FILES)
|
||||||
|
|
||||||
AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}",
|
AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}",
|
||||||
[Define to the canonical Emacs configuration name.])
|
[Define to the canonical Emacs configuration name.])
|
||||||
@ -2744,7 +2746,6 @@ AH_BOTTOM([
|
|||||||
side does this in s/darwin.h and we cannot
|
side does this in s/darwin.h and we cannot
|
||||||
parallel this exactly since GNUstep is multi-OS. */
|
parallel this exactly since GNUstep is multi-OS. */
|
||||||
#ifdef HAVE_NS
|
#ifdef HAVE_NS
|
||||||
#define OTHER_FILES ns-app
|
|
||||||
# ifdef NS_IMPL_GNUSTEP
|
# ifdef NS_IMPL_GNUSTEP
|
||||||
/* See also .m.o rule in Makefile.in */
|
/* See also .m.o rule in Makefile.in */
|
||||||
/* FIXME: are all these flags really needed? Document here why. */
|
/* FIXME: are all these flags really needed? Document here why. */
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
|
||||||
|
|
||||||
|
* puresize.h (BASE_PURESIZE): Increase to 1290000.
|
||||||
|
|
||||||
|
* Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
|
||||||
|
(OBJECTS_MACHINE): Remove, unused.
|
||||||
|
|
||||||
2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||||
|
|
||||||
* frame.c (x_get_resource_string): Remove unused.
|
* frame.c (x_get_resource_string): Remove unused.
|
||||||
|
@ -65,6 +65,8 @@ config_h = config.h $(M_FILE) $(S_FILE)
|
|||||||
|
|
||||||
bootstrap_exe = ../src/bootstrap-emacs${EXEEXT}
|
bootstrap_exe = ../src/bootstrap-emacs${EXEEXT}
|
||||||
|
|
||||||
|
OTHER_FILES = @OTHER_FILES@
|
||||||
|
|
||||||
# ========================== start of cpp stuff =======================
|
# ========================== start of cpp stuff =======================
|
||||||
/* From here on, comments must be done in C syntax. */
|
/* From here on, comments must be done in C syntax. */
|
||||||
|
|
||||||
@ -886,23 +888,13 @@ LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) $(RSVG_LIBS) $(DBUS_LIBS) \
|
|||||||
@FREETYPE_LIBS@ @FONTCONFIG_LIBS@ @LIBOTF_LIBS@ @M17N_FLT_LIBS@ \
|
@FREETYPE_LIBS@ @FONTCONFIG_LIBS@ @LIBOTF_LIBS@ @M17N_FLT_LIBS@ \
|
||||||
$(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR)
|
$(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR)
|
||||||
|
|
||||||
/* Enable recompilation of certain other files depending on system type. */
|
|
||||||
|
|
||||||
#ifndef OTHER_FILES
|
|
||||||
#define OTHER_FILES
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef OBJECTS_MACHINE
|
|
||||||
#define OBJECTS_MACHINE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_SHM
|
#ifdef HAVE_SHM
|
||||||
RUN_TEMACS = `/bin/pwd`/temacs -nl
|
RUN_TEMACS = `/bin/pwd`/temacs -nl
|
||||||
#else
|
#else
|
||||||
RUN_TEMACS = `/bin/pwd`/temacs
|
RUN_TEMACS = `/bin/pwd`/temacs
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
all: emacs${EXEEXT} OTHER_FILES
|
all: emacs${EXEEXT} $(OTHER_FILES)
|
||||||
|
|
||||||
emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp} ${SOME_MACHINE_LISP}
|
emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp} ${SOME_MACHINE_LISP}
|
||||||
#ifdef CANNOT_DUMP
|
#ifdef CANNOT_DUMP
|
||||||
@ -939,18 +931,18 @@ ${libsrc}make-docfile${EXEEXT}:
|
|||||||
cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile${EXEEXT}
|
cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile${EXEEXT}
|
||||||
|
|
||||||
buildobj.h: Makefile
|
buildobj.h: Makefile
|
||||||
echo "#define BUILDOBJ \"${obj} ${otherobj} " OBJECTS_MACHINE "\"" > buildobj.h
|
echo "#define BUILDOBJ \"${obj} ${otherobj} " "\"" > buildobj.h
|
||||||
|
|
||||||
temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_MACHINE prefix-args${EXEEXT}
|
temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} prefix-args${EXEEXT}
|
||||||
#ifdef NS_IMPL_GNUSTEP
|
#ifdef NS_IMPL_GNUSTEP
|
||||||
$(CC) -rdynamic YMF_PASS_LDFLAGS ( ${TEMACS_LDFLAGS} \
|
$(CC) -rdynamic YMF_PASS_LDFLAGS ( ${TEMACS_LDFLAGS} \
|
||||||
-L@GNUSTEP_SYSTEM_LIBRARIES@ -lgnustep-gui -lgnustep-base \
|
-L@GNUSTEP_SYSTEM_LIBRARIES@ -lgnustep-gui -lgnustep-base \
|
||||||
-lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs \
|
-lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs \
|
||||||
${obj} ${otherobj} OBJECTS_MACHINE ${LIBES}
|
${obj} ${otherobj} ${LIBES}
|
||||||
#else
|
#else
|
||||||
$(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \
|
$(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \
|
||||||
-o temacs ${STARTFILES} ${obj} ${otherobj} \
|
-o temacs ${STARTFILES} ${obj} ${otherobj} \
|
||||||
OBJECTS_MACHINE ${LIBES}
|
${LIBES}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* We do not use ALL_LDFLAGS because LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
|
/* We do not use ALL_LDFLAGS because LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
|
||||||
@ -1256,7 +1248,7 @@ textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVALS_H) \
|
|||||||
$(config_h)
|
$(config_h)
|
||||||
|
|
||||||
/* System-specific programs to be made.
|
/* System-specific programs to be made.
|
||||||
OTHER_FILES and OBJECTS_MACHINE
|
OTHER_FILES
|
||||||
select which of these should be compiled. */
|
select which of these should be compiled. */
|
||||||
|
|
||||||
#ifdef HAVE_NS
|
#ifdef HAVE_NS
|
||||||
|
@ -1064,7 +1064,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||||||
side does this in s/darwin.h and we cannot
|
side does this in s/darwin.h and we cannot
|
||||||
parallel this exactly since GNUstep is multi-OS. */
|
parallel this exactly since GNUstep is multi-OS. */
|
||||||
#ifdef HAVE_NS
|
#ifdef HAVE_NS
|
||||||
#define OTHER_FILES ns-app
|
|
||||||
# ifdef NS_IMPL_GNUSTEP
|
# ifdef NS_IMPL_GNUSTEP
|
||||||
/* See also .m.o rule in Makefile.in */
|
/* See also .m.o rule in Makefile.in */
|
||||||
/* FIXME: are all these flags really needed? Document here why. */
|
/* FIXME: are all these flags really needed? Document here why. */
|
||||||
|
@ -41,7 +41,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BASE_PURESIZE
|
#ifndef BASE_PURESIZE
|
||||||
#define BASE_PURESIZE (1270000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
|
#define BASE_PURESIZE (1290000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
|
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user