aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/makefile.w32-in
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r--lib-src/makefile.w32-in17
1 files changed, 9 insertions, 8 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 20cf4727362..663d08e6f13 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -1,5 +1,5 @@
1# Makefile for GNU Emacs on the Microsoft W32 API. 1# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2# Copyright (c) 2000-2001 Free Software Foundation, Inc. 2# Copyright (c) 2000-2001, 2004 Free Software Foundation, Inc.
3# 3#
4# This file is part of GNU Emacs. 4# This file is part of GNU Emacs.
5# 5#
@@ -126,7 +126,7 @@ $(BLD)/ctags.$(O): ctags.c
126# 126#
127# From ..\src\makefile.nt. 127# From ..\src\makefile.nt.
128# 128#
129obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c casetab.c category.c ccl.c charset.c cm.c cmds.c coding.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c floatfns.c fns.c fontset.c frame.c fringe.c gmalloc.c indent.c insdel.c intervals.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c print.c process.c ralloc.c regex.c region-cache.c scroll.c search.c sound.c strftime.c syntax.c sysdep.c term.c termcap.c textprop.c tparam.c undo.c unexw32.c vm-limit.c w32.c w32console.c w32fns.c w32heap.c w32inevt.c w32menu.c w32proc.c w32reg.c w32select.c w32term.c w32xfns.c window.c xdisp.c xfaces.c xfaces.c 129obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c casetab.c category.c ccl.c charset.c cm.c cmds.c coding.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c floatfns.c fns.c fontset.c frame.c fringe.c gmalloc.c image.c indent.c insdel.c intervals.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c print.c process.c ralloc.c regex.c region-cache.c scroll.c search.c sound.c strftime.c syntax.c sysdep.c term.c termcap.c textprop.c tparam.c undo.c unexw32.c vm-limit.c w32.c w32console.c w32fns.c w32heap.c w32inevt.c w32menu.c w32proc.c w32reg.c w32select.c w32term.c w32xfns.c window.c xdisp.c xfaces.c xfaces.c
130# 130#
131# These are the lisp files that are loaded up in loadup.el 131# These are the lisp files that are loaded up in loadup.el
132# 132#
@@ -139,7 +139,7 @@ WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsourc
139MSDOS_SUPPORT = $(lispsource)dos-fns.elc $(lispsource)dos-vars.elc $(lispsource)international/ccl.elc $(lispsource)international/codepage.elc 139MSDOS_SUPPORT = $(lispsource)dos-fns.elc $(lispsource)dos-vars.elc $(lispsource)international/ccl.elc $(lispsource)international/codepage.elc
140VMS_SUPPORT = $(lispsource)vmsproc.elc $(lispsource)vms-patch.elc 140VMS_SUPPORT = $(lispsource)vmsproc.elc $(lispsource)vms-patch.elc
141 141
142lisp= \ 142lisp1= \
143 $(lispsource)abbrev.elc \ 143 $(lispsource)abbrev.elc \
144 $(lispsource)buff-menu.elc \ 144 $(lispsource)buff-menu.elc \
145 $(lispsource)button.elc \ 145 $(lispsource)button.elc \
@@ -178,7 +178,9 @@ lisp= \
178 $(lispsource)international/latin-5.el \ 178 $(lispsource)international/latin-5.el \
179 $(lispsource)international/latin-8.el \ 179 $(lispsource)international/latin-8.el \
180 $(lispsource)international/latin-9.el \ 180 $(lispsource)international/latin-9.el \
181 $(lispsource)case-table.elc \ 181 $(lispsource)case-table.elc
182
183lisp2 = \
182 $(lispsource)language/chinese.elc \ 184 $(lispsource)language/chinese.elc \
183 $(lispsource)language/cyrillic.elc \ 185 $(lispsource)language/cyrillic.elc \
184 $(lispsource)language/indian.elc \ 186 $(lispsource)language/indian.elc \
@@ -228,7 +230,8 @@ DOC = DOC
228$(DOC): make-docfile 230$(DOC): make-docfile
229 - $(DEL) $(DOC) 231 - $(DEL) $(DOC)
230 "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj) 232 "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj)
231 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp) 233 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp1)
234 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp2)
232 $(CP) $(DOC) ../etc/DOC-X 235 $(CP) $(DOC) ../etc/DOC-X
233 - mkdir "../src/$(OBJDIR)" 236 - mkdir "../src/$(OBJDIR)"
234 - mkdir "../src/$(OBJDIR)/etc" 237 - mkdir "../src/$(OBJDIR)/etc"
@@ -422,5 +425,3 @@ $(BLD)/timer.$(O) : \
422$(BLD)/yow.$(O) : \ 425$(BLD)/yow.$(O) : \
423 $(SRC)/yow.c \ 426 $(SRC)/yow.c \
424 $(EMACS_ROOT)/lib-src/../src/paths.h 427 $(EMACS_ROOT)/lib-src/../src/paths.h
425
426# arch-tag: c051bc02-a6de-474b-889a-27f7b2fbbcea