X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/0bd508417142ff377f34aec8dcec9438d9175c2c..6948400ca64f6ec6d9e97b8c77fa43030728ccb5:/lib-src/makefile.w32-in diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 8b327bfabf..2d9954dbeb 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -1,6 +1,6 @@ # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. # Copyright (C) 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # @@ -24,7 +24,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs .PHONY: $(ALL) -VERSION = 23.0.50 +VERSION = 23.0.60 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ @@ -170,8 +170,7 @@ lispsource = ../lisp/ MOUSE_SUPPORT = \ $(lispsource)select.elc \ $(lispsource)scroll-bar.elc \ - $(lispsource)mouse.elc \ - $(lispsource)tooltip.elc + $(lispsource)mouse.elc WINNT_SUPPORT = \ $(lispsource)ls-lisp.elc \ $(lispsource)disp-table.elc \ @@ -179,16 +178,6 @@ WINNT_SUPPORT = \ $(lispsource)dos-w32.elc \ $(lispsource)w32-vars.elc \ $(lispsource)term/w32-win.elc - -# lisp files that are loaded up on other platforms -MSDOS_SUPPORT = \ - $(lispsource)dos-fns.elc \ - $(lispsource)dos-vars.elc \ - $(lispsource)international/ccl.elc \ - $(lispsource)international/codepage.elc -VMS_SUPPORT = \ - $(lispsource)vmsproc.el \ - $(lispsource)vms-patch.el TOOLTIP_SUPPORT = $(lispsource)tooltip.elc WINDOW_SUPPORT = \ $(lispsource)fringe.elc \ @@ -198,12 +187,24 @@ WINDOW_SUPPORT = \ $(lispsource)tool-bar.elc \ $(lispsource)mwheel.elc +# lisp files that are loaded up on other platforms +OTHER_PLATFORM_SUPPORT = \ + $(lispsource)dos-fns.elc \ + $(lispsource)dos-vars.elc \ + $(lispsource)international/ccl.elc \ + $(lispsource)international/codepage.elc \ + $(lispsource)vmsproc.el \ + $(lispsource)vms-patch.el \ + $(lispsource)x-dnd.elc \ + $(lispsource)term/x-win.elc + + lisp1= \ $(lispsource)abbrev.elc \ $(lispsource)buff-menu.elc \ $(lispsource)button.elc \ $(lispsource)emacs-lisp/byte-run.elc \ - ${lispsource}composite.elc \ + $(lispsource)composite.elc \ $(lispsource)cus-face.elc \ $(lispsource)cus-start.elc \ $(lispsource)custom.elc \ @@ -238,10 +239,7 @@ lisp2 = \ $(lispsource)language/chinese.el \ $(lispsource)language/cyrillic.el \ $(lispsource)language/indian.el \ - $(lispsource)language/devanagari.el \ - $(lispsource)language/kannada.el \ - $(lispsource)language/malayalam.el \ - $(lispsource)language/tamil.el \ + $(lispsource)language/sinhala.el \ $(lispsource)language/english.el \ $(lispsource)language/ethiopic.elc \ $(lispsource)language/european.elc \ @@ -253,6 +251,7 @@ lisp2 = \ $(lispsource)language/japanese.el \ $(lispsource)language/korean.el \ $(lispsource)language/lao.el \ + $(lispsource)language/cham.el \ $(lispsource)language/tai-viet.el \ $(lispsource)language/thai.el \ $(lispsource)language/tibetan.elc \ @@ -260,6 +259,8 @@ lisp2 = \ $(lispsource)language/misc-lang.el \ $(lispsource)language/utf-8-lang.el \ $(lispsource)language/georgian.el \ + $(lispsource)language/khmer.el \ + $(lispsource)language/burmese.el \ $(lispsource)paths.el \ $(lispsource)register.elc \ $(lispsource)replace.elc \ @@ -280,8 +281,6 @@ lisp2 = \ $(lispsource)vc-hooks.elc \ $(lispsource)ediff-hook.elc \ $(TOOLTIP_SUPPORT) \ - $(VMS_SUPPORT) \ - $(MSDOS_SUPPORT) \ $(WINNT_SUPPORT) \ $(WINDOW_SUPPORT) \ $(lispsource)widget.elc \ @@ -299,11 +298,12 @@ lisp2 = \ - $(DEL) temacs.exe DOC = DOC -$(DOC): stamp_BLD $(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) +$(DOC): stamp_BLD $(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) $(OTHER_PLATFORM_SUPPORT) - $(DEL) $(DOC) "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj) "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp1) "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp2) + "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(OTHER_PLATFORM_SUPPORT) $(CP) $(DOC) ../etc/DOC-X - mkdir "../src/$(OBJDIR)" - mkdir "../src/$(OBJDIR)/etc" @@ -347,6 +347,12 @@ clean: - $(DEL_TREE) $(OBJDIR) - $(DEL) stamp_BLD +distclean: cleanall + - $(DEL) TAGS + - $(DEL) Makefile + +maintainer-clean: distclean + cleanall: clean - $(DEL_TREE) obj - $(DEL_TREE) obj-spd