aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (lisp, shortlisp): Add jka-cmpr-hook.elc.Eli Zaretskii2005-05-061-0/+2
|
* (MAC_OBJ): Add macselect.o.YAMAMOTO Mitsuharu2005-04-241-3/+4
| | | | | | (SOME_MACHINE_OBJECTS): Likewise. (mac.o): Depend on ccl.h. (macselect.o): New target.
* (mac.o): Depend on charset.h and coding.h.YAMAMOTO Mitsuharu2005-04-161-1/+2
|
* Define new macro TOOLTIP_SUPPORT.Luc Teirlinck2005-04-161-0/+8
| | | | | (lisp): Use it. (SOME_MACHINE_LISP): Add tooltip.
* * keyboard.c: Don't undef SIGIOSteven Tamm2004-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon * Makefile.in (mac.o): Depend on blockinput.h and atimer.h. (macfns.o): Don't depend on ccl.h. * macfns.c (mac_frame_parm_handlers): Set handlers for Qleft_fringe and Qright_fringe. * macterm.c (mac_fill_rectangle_to_pixmap) (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap) (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1): Put in #if 0. (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect. (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames. (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement. (x_draw_glyph_string_background, x_draw_glyph_string_foreground) [!MAC_OS8]: Added ifdef'd out code for os8. Don't use XDrawImageString. Always draw background and foreground separately. (x_draw_image_foreground): Use clipping instead of computing the intersection rectangle. (x_draw_image_glyph_string): Don't draw an image with mask to a pixmap. (x_redisplay_interface): Set flush_display_optional member to 0. (XTread_socket): Correctly reset the TEConverter object.
* * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependenciesJan Djärv2004-11-091-3/+3
| | | | to ${OLDXMENU}.
* * doc.c: New variable Vbuild_files.Jan Djärv2004-11-091-2/+6
| | | | | | | | | | | | | | | (Fsnarf_documentation): If Vbuild_files is nil, populate it with file names from buildobh.lst. Only attach docstrings from files that are in Vbuild_files. (syms_of_doc): Defvar Vbuild_files. * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o and w32*.o. (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked. (mostlyclean): rm buildobj.lst * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs is linked.
* (callproc.o): Depend on blockinput.h atimer.h systime.h.Kim F. Storm2004-11-021-1/+1
|
* * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):Jan Djärv2004-10-201-5/+0
| | | | | | | | | | | | | | | New variables and constant. (main): Calculate heap_bss_diff. If we are dumping and the heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32 and exec ourself again. (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF print a warning. * lastfile.c: Make my_endbss and my_endbss_static available on all platforms. * Makefile.in (RUN_TEMACS): Remove @SETARCH@. * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
* * config.in: Regenerate.Jan Djärv2004-10-051-1/+1
| | | | | * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of HAVE_EXECSHIELD.
* * config.in: Rebuild.Jan Djärv2004-09-241-4/+11
| | | | * Makefile.in: Run setarh i386 ./temacs if exec-shield is present.
* (msdos.o): Depend on buffer.h, commands.h, andEli Zaretskii2004-09-101-32/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | blockinput.h. (dosfns.o): Depend on blockinput.h, window.h, dispextern.h, charset.h, and coding.h (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h. (term.o): Depend on window.h and keymap.h. (abbrev.o): Depend on syntax.h. (callint.o): Depend on keymap.h. (casefiddle.o): Depend on charset.h and keymap.h. (category.o): Depend on keymap.h. (coding.o): Depend on dispextern.h. (cmds.o): Depend on keyboard.h and keymap.h. (dispnew.o): Depend on indent.h and intervals.h. (doc.o): Depend on keymap.h. (editfns.o): Depend on frame.h. (emacs.o): Depend on dispextern.h. (fileio.o): Don't depend on ccl.h. (filelock.o): Depend on charset.h and coding.h. (frame.o): Depend on w32term.h and macterm.h. (insdel.o): Depend on region-cache.h. (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h. (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h. (search.o): Depend on $(INTERVALS_SRC). (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC). (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC), xterm.h, w32term.h, and macterm.h. (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h, w32term.h, and macterm.h. (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC), region-cache.h, xterm.h, w32term.h, and macterm.h. (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h. (data.o): Depend on frame.h. (fns.o): Depend on keymap.h, xterm.h, and blockinput.h. (print.o): Depend on termchar.h and $(INTERVALS_SRC). (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h. (intervals.o): Depend on keymap.h.
* (${etc}DOC): Fix file name of make-docfile.Stefan Monnier2004-06-301-1/+1
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-111-3/+0
| | | | | | | | | | | | | Tweak arch tagging to make build/install-in-place less annoying Previously, autoconf-created Makefiles and the like would contain duplicate taglines (unfortunately, autoconf doesn't seem to have a `strip in generated file' comment mechanism) leading to conflicts, and installing in place would create unknown directories and copies of source directories (leading to conflicts with the source directories). This changeset makes all autoconf-processed files use explicit id-tags and adds .arch-inventory entries to ignore installation directories.
* (region-cache.o): Depend on config.hEli Zaretskii2004-05-021-1/+1
|
* Link changes for Cygwin unexec() support.Stefan Monnier2004-04-121-2/+11
|
* * Makefile.in (XMENU_OBJ): Do not include xmenu.o ifSteven Tamm2004-03-141-1/+1
| | | | HAVE_CARBON is defined.
* (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.Eli Zaretskii2004-03-131-0/+4
|
* (XOBJ): Consolidate into one list. Add fringe.o.Kim F. Storm2004-03-111-11/+9
| | | | | | | Move gtkutil.o to new GTK_OBJ list. (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place. (GTK_OBJ) [USE_GTK]: New declaration. (obj): Add $(GTK_OBJ) to list.
* Image consolidation:Kim F. Storm2004-03-111-2/+4
| | | | | (XOBJ, MAC_OBJ): Add image.o. (image.o): Add dependencies.
* (obj): Move fringe.o from here...Eli Zaretskii2004-02-161-5/+5
| | | | (XOBJ, MAC_OBJ): ...to here.
* (obj): Add fringe.o.Kim F. Storm2004-02-081-1/+2
| | | | (fringe.o): New dependencies.
* (eval.o): Depend on dispextern.h.Kim F. Storm2003-12-271-1/+1
|
* (lisp): Add kannada.el.Kenichi Handa2003-11-081-0/+2
| | | | (shortlisp): Likewise.
* (fns.o): Depend on md5.h.Dave Love2003-09-251-1/+1
|
* Depend on coding.h.Dave Love2003-09-161-1/+1
|
* Correct some arch-tag: comment typesMiles Bader2003-09-021-1/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (alloca.o): Remove commands.Dave Love2003-09-011-6/+6
| | | | | | | (coding.o): Depend on intervals.h composite.h window.h. (emacs.o): Depend on window.h keyboard.h keymap.h. (gtkutil.o): Depend on keyboard.h charset.h coding.h. (bytecode.o): Depend on window.h.
* (msdos.o): Depend on intervals.h.Eli Zaretskii2003-08-241-1/+1
|
* Create and initialize a client leader window so session managementJan Djärv2003-08-211-1/+2
| | | | doesn't restart Emacs twice.
* (LWLIB_OPTIONS): Removed (unused).Dave Love2003-08-201-38/+4
| | | | | (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on atimer.h, blockinput.h.
* (CFLAGS) [!OPTIMIZE]: Undo previous change.Richard M. Stallman2003-07-301-5/+0
|
* (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.Richard M. Stallman2003-07-121-0/+5
|
* (xselect.o): Don't depend on charset.h, coding.h, composite.h.Kenichi Handa2003-06-171-1/+1
|
* (lisp, shortlisp): byte-run, float-sup, map-ynp, andJohn Paul Wallington2003-05-311-8/+8
| | | | timer are in lisp/emacs-lisp.
* (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.Richard M. Stallman2003-05-091-1/+1
|
* (md5.o): Add missing dependency info.Thien-Thi Nguyen2003-04-071-0/+1
|
* (frame.o): Add dependency on blockinput.h and filesKim F. Storm2003-03-311-1/+2
| | | | included from it (atimer.h and systime.h).
* Make sure space precedes end-of-line backslashes.Thien-Thi Nguyen2003-03-221-5/+5
|
* (xdisp.o): Add dependency on blockinput.h and filesKim F. Storm2003-03-211-1/+1
| | | | included from it. Add dependency on keymap.h.
* (lisp, shortlisp): Add malayalam.el and tamil.el.Kenichi Handa2003-02-111-0/+4
|
* (EXEEXT): Define to @EXEEXT@ and use this variableAndreas Schwab2003-02-081-22/+23
| | | | instead of the substitution.
* Cygwin support patch.Juanma Barranquero2003-01-311-25/+25
|
* (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.Juanma Barranquero2003-01-211-1/+1
|
* GTK versionJan Djärv2003-01-191-5/+27
|
* (fns.o): Depend on coding.h.Dave Love2003-01-071-1/+1
|
* * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port toSteven Tamm2002-12-281-11/+27
| | | | | allow building in a different directory than source. Uses some GNU Make extensions, but there is no other make on Mac OS X.
* (lisp, shortlisp): Add cus-face and timer.Markus Rost2002-12-171-0/+5
| | | | (lisp): Add font-core.