comparison src/Makefile.in @ 111089:caebfc6134af

* src/Makefile.in (SOME_MACHINE_LISP): Add w32-vars. Remove ccl and duplicate mouse.
author Glenn Morris <rgm@gnu.org>
date Thu, 21 Oct 2010 20:37:20 -0700
parents 82b54d9bfc91
children c7d5564f0621
comparison
equal deleted inserted replaced
111088:d8eec5279e5e 111089:caebfc6134af
1 1 # src/Makefile for GNU Emacs.
2 # Makefile for GNU Emacs. 2
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.
6 6
7 # This file is part of GNU Emacs. 7 # This file is part of GNU Emacs.
573 ../lisp/window.elc \ 573 ../lisp/window.elc \
574 ../lisp/version.el 574 ../lisp/version.el
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.
578 SOME_MACHINE_LISP = ../lisp/mouse.elc \ 580 SOME_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 594 ../lisp/emacs-lisp/easymenu.elc