aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorStefan Monnier2010-12-10 19:13:08 -0500
committerStefan Monnier2010-12-10 19:13:08 -0500
commit2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch)
treef26dc9f22861dc37610de319d05255de058c221b /src/Makefile.in
parent0c747cb143fa227e78f350ac353d703f489209df (diff)
parent175069efeb080517afefdd44a06f7a779ea8c25c (diff)
downloademacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz
emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip
Merge from trunk
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 0d496aea73a..61b42f17030 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,5 @@
1# src/Makefile for GNU Emacs.
1 2
2# Makefile for GNU Emacs.
3# Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002, 3# Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002,
4# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 4# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5# Free Software Foundation, Inc. 5# Free Software Foundation, Inc.
@@ -54,8 +54,8 @@ lwlibdir = ../lwlib
54lispdir = ../lisp 54lispdir = ../lisp
55 55
56# Configuration files for .o files to depend on. 56# Configuration files for .o files to depend on.
57M_FILE = $(srcdir)/@machfile@ 57M_FILE = @M_FILE@
58S_FILE = $(srcdir)/@opsysfile@ 58S_FILE = @S_FILE@
59config_h = config.h $(M_FILE) $(S_FILE) 59config_h = config.h $(M_FILE) $(S_FILE)
60 60
61bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT) 61bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT)
@@ -177,7 +177,7 @@ OLDXMENU_TARGET=@OLDXMENU_TARGET@
177 177
178## If !HAVE_X11 || USE_GTK, empty. 178## If !HAVE_X11 || USE_GTK, empty.
179## Else if USE_X_TOOLKIT, $(lwlibdir)/liblw.a. 179## Else if USE_X_TOOLKIT, $(lwlibdir)/liblw.a.
180## Else $(oldxmenudir)/libXMenu11.a. 180## Else $(oldXMenudir)/libXMenu11.a.
181## (Actually, rather than being empty, it is set to "nothing". 181## (Actually, rather than being empty, it is set to "nothing".
182## It is never actually used for anything in this case. 182## It is never actually used for anything in this case.
183## This is done because there is a rule with target $(OLDXMENU) below, 183## This is done because there is a rule with target $(OLDXMENU) below,
@@ -575,23 +575,22 @@ shortlisp= \
575 575
576## Like $shortlisp, but includes only those files from $lisp that are loaded 576## Like $shortlisp, but includes only those files from $lisp that are loaded
577## conditionally (i.e., only on some platforms). 577## conditionally (i.e., only on some platforms).
578## Confusingly, term/internal is not in loadup, but is unconditionally
579## loaded by pc-win, which is.
578SOME_MACHINE_LISP = ../lisp/mouse.elc \ 580SOME_MACHINE_LISP = ../lisp/mouse.elc \
579 ../lisp/select.elc ../lisp/scroll-bar.elc \ 581 ../lisp/select.elc ../lisp/scroll-bar.elc \
580 ../lisp/ls-lisp.elc ../lisp/dos-fns.elc \ 582 ../lisp/ls-lisp.elc ../lisp/dos-fns.elc \
581 ../lisp/w32-fns.elc ../lisp/dos-w32.elc \ 583 ../lisp/w32-fns.elc ../lisp/dos-w32.elc \
582 ../lisp/disp-table.elc ../lisp/dos-vars.elc \ 584 ../lisp/disp-table.elc ../lisp/dos-vars.elc ../lisp/w32-vars.elc \
583 ../lisp/tooltip.elc ../lisp/image.elc \ 585 ../lisp/tooltip.elc ../lisp/image.elc \
584 ../lisp/fringe.elc ../lisp/dnd.elc \ 586 ../lisp/fringe.elc ../lisp/dnd.elc \
585 ../lisp/mwheel.elc ../lisp/tool-bar.elc \ 587 ../lisp/mwheel.elc ../lisp/tool-bar.elc \
586 ../lisp/x-dnd.elc ../lisp/dynamic-setting.elc \ 588 ../lisp/x-dnd.elc ../lisp/dynamic-setting.elc \
587 ../lisp/international/ccl.elc \
588 ../lisp/international/fontset.elc \ 589 ../lisp/international/fontset.elc \
589 ../lisp/mouse.elc \
590 ../lisp/term/common-win.elc \ 590 ../lisp/term/common-win.elc \
591 ../lisp/term/x-win.elc \ 591 ../lisp/term/x-win.elc \
592 ../lisp/term/pc-win.elc ../lisp/term/internal.elc \ 592 ../lisp/term/pc-win.elc ../lisp/term/internal.elc \
593 ../lisp/term/ns-win.elc ../lisp/term/w32-win.elc \ 593 ../lisp/term/ns-win.elc ../lisp/term/w32-win.elc
594 ../lisp/emacs-lisp/easymenu.elc
595 594
596## Construct full set of libraries to be linked. 595## Construct full set of libraries to be linked.
597## Note that SunOS needs -lm to come before -lc; otherwise, you get 596## Note that SunOS needs -lm to come before -lc; otherwise, you get