]> code.delx.au - gnu-emacs/blobdiff - lib-src/makefile.w32-in
*** empty log message ***
[gnu-emacs] / lib-src / makefile.w32-in
index fbb5559fd80a195d41b71d8fc24fa39e1651548e..0e725fad7e8cb2c01c35b3f8373a7f7dbc73551d 100644 (file)
@@ -1,5 +1,6 @@
 #  -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
-#  Copyright (c) 2000-2001, 2004 Free Software Foundation, Inc.
+#  Copyright (C) 2000, 2001, 2002, 2003, 2004,
+#                2005, 2006 Free Software Foundation, Inc.
 #
 #  This file is part of GNU Emacs.
 #
@@ -15,8 +16,8 @@
 #
 #  You should have received a copy of the GNU General Public License
 #  along with GNU Emacs; see the file COPYING.  If not, write to the
-#  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-#  Boston, MA 02111-1307, USA.
+#  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+#  Boston, MA 02110-1301, USA.
 #
 
 ALL          = make-docfile hexl ctags etags movemail ebrowse
@@ -153,7 +154,7 @@ obj=    sunfns.o dosfns.o msdos.o \
 #
 lispsource = ../lisp/
 
-MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc
+MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc $(lispsource)tooltip.elc
 WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc $(lispsource)w32-vars.elc
 
 # lisp files that are loaded up on other platforms
@@ -165,33 +166,35 @@ lisp1= \
        $(lispsource)buff-menu.elc \
        $(lispsource)button.elc \
        $(lispsource)emacs-lisp/byte-run.elc \
+       $(lispsource)cus-face.elc \
        $(lispsource)cus-start.elc \
        $(lispsource)custom.elc \
        $(lispsource)emacs-lisp/backquote.elc \
        $(lispsource)emacs-lisp/lisp-mode.elc \
        $(lispsource)emacs-lisp/lisp.elc \
-       $(lispsource)env.elc \
-       $(lispsource)faces.elc \
-       $(lispsource)files.elc \
-       $(lispsource)format.elc \
        $(lispsource)facemenu.elc \
        $(MOUSE_SUPPORT) \
+       $(lispsource)faces.elc \
+       $(lispsource)files.elc \
        $(lispsource)emacs-lisp/float-sup.elc \
+       $(lispsource)format.elc \
        $(lispsource)frame.elc \
        $(lispsource)help.elc \
        $(lispsource)indent.elc \
        $(lispsource)isearch.elc \
+       $(lispsource)rfn-eshadow.elc \
        $(lispsource)loadup.el \
        $(lispsource)loaddefs.el \
        $(lispsource)bindings.elc \
        $(lispsource)emacs-lisp/map-ynp.elc \
-       $(lispsource)menu-bar.elc \
+       $(lispsource)env.elc \
        $(lispsource)international/mule.elc \
        $(lispsource)international/mule-conf.el \
        $(lispsource)international/mule-cmds.elc \
        $(lispsource)international/characters.elc \
        $(lispsource)international/ucs-tables.elc \
        $(lispsource)international/utf-8.elc \
+       $(lispsource)international/utf-16.elc \
        $(lispsource)international/latin-1.el \
        $(lispsource)international/latin-2.el \
        $(lispsource)international/latin-3.el \
@@ -199,6 +202,11 @@ lisp1= \
        $(lispsource)international/latin-5.el \
        $(lispsource)international/latin-8.el \
        $(lispsource)international/latin-9.el \
+       $(lispsource)image.elc \
+       $(lispsource)international/fontset.elc \
+       $(lispsource)dnd.elc \
+       $(lispsource)mwheel.elc \
+       $(lispsource)tool-bar.elc \
        $(lispsource)case-table.elc
 
 lisp2 = \
@@ -206,6 +214,7 @@ lisp2 = \
        $(lispsource)language/cyrillic.elc \
        $(lispsource)language/indian.elc \
        $(lispsource)language/devanagari.el \
+       $(lispsource)language/kannada.el \
        $(lispsource)language/malayalam.el \
        $(lispsource)language/tamil.el \
        $(lispsource)language/english.el \
@@ -225,6 +234,7 @@ lisp2 = \
        $(lispsource)language/misc-lang.el \
        $(lispsource)language/utf-8-lang.el \
        $(lispsource)language/georgian.el \
+       $(lispsource)menu-bar.elc \
        $(lispsource)paths.el \
        $(lispsource)register.elc \
        $(lispsource)replace.elc \
@@ -233,11 +243,16 @@ lisp2 = \
        $(lispsource)subr.elc \
        $(lispsource)term/tty-colors.elc \
        $(lispsource)font-core.elc \
+       $(lispsource)emacs-lisp/syntax.elc \
+       $(lispsource)font-lock.elc \
+       $(lispsource)jit-lock.elc \
        $(lispsource)textmodes/fill.elc \
        $(lispsource)textmodes/page.elc \
        $(lispsource)textmodes/paragraphs.elc \
        $(lispsource)textmodes/text-mode.elc \
+       $(lispsource)emacs-lisp/timer.elc \
        $(lispsource)vc-hooks.elc \
+       $(lispsource)jka-cmpr-hook.elc \
        $(lispsource)ediff-hook.elc \
        $(VMS_SUPPORT) \
        $(MSDOS_SUPPORT) \
@@ -286,6 +301,7 @@ install:    $(INSTALL_FILES)
 clean:
                - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES)
                - $(DEL) ctags.c
+               - $(DEL) getopt.h
                - $(DEL_TREE) $(OBJDIR)
 
 cleanall:      clean
@@ -298,8 +314,10 @@ cleanall:  clean
 # Headers we would preprocess if we could.
 #
 ../src/config.h:       ../nt/$(CONFIG_H)
-                       $(CP) $(ALL_DEPS) $@
-../src/paths.h:                ../nt/paths.h
+                       echo config.h has changed. Re-run configure.bat.
+                       exit -1
+
+getopt.h:              getopt_.h
                        $(CP) $(ALL_DEPS) $@
 
 ### DEPENDENCIES ###