Changeset 4094
- Timestamp:
- 06/11/06 08:50:16 (2 years ago)
- Files:
-
- trunk/lib-src/ChangeLog.Meadow (modified) (1 diff)
- trunk/lib-src/makefile.mw32-in (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib-src/ChangeLog.Meadow
r4091 r4094 1 2006-06-11 MIYOSHI Masanori <miyoshi@meadowy.org> 2 3 * makefile.mw32-in: Sync up with Emacs CVS HEAD. Refer to 4 ticket:306. 5 1 6 2006-05-27 MIYOSHI Masanori <miyoshi@meadowy.org> 2 7 trunk/lib-src/makefile.mw32-in
r3894 r4094 1 1 # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. 2 2 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 3 # 2005 Free Software Foundation, Inc.3 # 2005, 2006 Free Software Foundation, Inc. 4 4 # 5 5 # This file is part of GNU Emacs. … … 131 131 132 132 # 133 # src/oo-spd/i386/*.o -> replase .o to .c 134 # 135 objsource = ../src/ 136 obj = abbrev.o alloc.o alloca.o buffer.o bytecode.o callint.o \ 137 callproc.o casefiddle.o casetab.o category.o ccl.o \ 138 charset.o cm.o cmds.o coding.o composite.o data.o \ 139 dired.o dispnew.o doc.o doprnt.o editfns.o emacs.o \ 140 eval.o fileio.o filelock.o filemode.o firstfile.o \ 141 floatfns.o fns.o fontset.o frame.o gmalloc.o indent.o \ 142 insdel.o intervals.o keyboard.o keymap.o lastfile.o \ 143 lread.o macros.o marker.o md5.o minibuf.o mw32atimer.o \ 144 mw32bdf.o mw32clpbd.o mw32dl.o mw32fns.o mw32font.o \ 145 mw32ime.o mw32mci.o mw32mem.o mw32menu.o mw32reg.o \ 146 mw32term.o print.o process.o ralloc.o regex.o \ 147 region-cache.o scroll.o search.o strftime.o syntax.o \ 148 sysdep.o term.o termcap.o textprop.o tparam.o undo.o \ 149 vm-limit.o w32.o w32console.o w32inevt.o w32proc.o \ 150 window.o xdisp.o xfaces.o 133 # From ..\src\Makefile.in 134 # It doesn't matter if the real name is *.obj for the files in this list, 135 # make-docfile blindly replaces .o with .c anyway. Keep .o in this list 136 # as it is required by code in doc.c. 137 # 138 obj= sunfns.o dosfns.o msdos.o \ 139 xterm.o xfns.o xmenu.o xselect.o xrdb.o fringe.o image.o \ 140 mac.o macterm.o macfns.o macmenu.o fontset.o \ 141 w32.o w32console.o w32inevt.o w32proc.o \ 142 mw32atimer.o mw32bdf.o mw32clpbd.o mw32dl.o mw32fns.o mw32font.o \ 143 mw32ime.o mw32mci.o mw32mem.o mw32menu.o mw32reg.o mw32term.o \ 144 dispnew.o frame.o scroll.o xdisp.o window.o \ 145 charset.o coding.o category.o ccl.o \ 146 cm.o term.o xfaces.o \ 147 emacs.o keyboard.o macros.o keymap.o sysdep.o \ 148 buffer.o filelock.o insdel.o marker.o \ 149 minibuf.o fileio.o dired.o filemode.o \ 150 cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \ 151 alloc.o data.o doc.o editfns.o callint.o \ 152 eval.o floatfns.o fns.o print.o lread.o \ 153 abbrev.o syntax.o bytecode.o \ 154 process.o callproc.o \ 155 region-cache.o sound.o atimer.o \ 156 doprnt.o strftime.o intervals.o textprop.o composite.o md5.o 151 157 152 158 # … … 172 178 $(lispsource)button.elc \ 173 179 $(lispsource)emacs-lisp/byte-run.elc \ 180 $(lispsource)cus-face.elc \ 174 181 $(lispsource)cus-start.elc \ 175 182 $(lispsource)custom.elc \ … … 177 184 $(lispsource)emacs-lisp/lisp-mode.elc \ 178 185 $(lispsource)emacs-lisp/lisp.elc \ 179 $(lispsource)env.elc \ 186 $(lispsource)facemenu.elc \ 187 $(MOUSE_SUPPORT) \ 180 188 $(lispsource)faces.elc \ 181 189 $(lispsource)files.elc \ 190 $(lispsource)emacs-lisp/float-sup.elc \ 182 191 $(lispsource)format.elc \ 183 $(lispsource)facemenu.elc \184 $(MOUSE_SUPPORT) \185 $(lispsource)emacs-lisp/float-sup.elc \186 192 $(lispsource)frame.elc \ 187 193 $(lispsource)help.elc \ 188 194 $(lispsource)indent.elc \ 189 195 $(lispsource)isearch.elc \ 196 $(lispsource)rfn-eshadow.elc \ 190 197 $(lispsource)loadup.el \ 191 198 $(lispsource)loaddefs.el \ 192 199 $(lispsource)bindings.elc \ 193 200 $(lispsource)emacs-lisp/map-ynp.elc \ 194 $(lispsource) menu-bar.elc \201 $(lispsource)env.elc \ 195 202 $(lispsource)international/mule.elc \ 196 203 $(lispsource)international/mule-conf.el \ … … 199 206 $(lispsource)international/ucs-tables.elc \ 200 207 $(lispsource)international/utf-8.elc \ 208 $(lispsource)international/utf-16.elc \ 201 209 $(lispsource)international/latin-1.el \ 202 210 $(lispsource)international/latin-2.el \ … … 206 214 $(lispsource)international/latin-8.el \ 207 215 $(lispsource)international/latin-9.el \ 216 $(lispsource)fringe.elc \ 217 $(lispsource)image.elc \ 218 $(lispsource)international/fontset.elc \ 219 $(lispsource)dnd.elc \ 220 $(lispsource)mwheel.elc \ 221 $(lispsource)tool-bar.elc \ 208 222 $(lispsource)case-table.elc 209 223 … … 213 227 $(lispsource)language/indian.elc \ 214 228 $(lispsource)language/devanagari.el \ 229 $(lispsource)language/kannada.el \ 215 230 $(lispsource)language/malayalam.el \ 216 231 $(lispsource)language/tamil.el \ … … 232 247 $(lispsource)language/utf-8-lang.el \ 233 248 $(lispsource)language/georgian.el \ 249 $(lispsource)menu-bar.elc \ 234 250 $(lispsource)paths.el \ 235 251 $(lispsource)register.elc \ … … 240 256 $(lispsource)term/tty-colors.elc \ 241 257 $(lispsource)font-core.elc \ 258 $(lispsource)emacs-lisp/syntax.elc \ 259 $(lispsource)font-lock.elc \ 260 $(lispsource)jit-lock.elc \ 242 261 $(lispsource)textmodes/fill.elc \ 243 262 $(lispsource)textmodes/page.elc \ 244 263 $(lispsource)textmodes/paragraphs.elc \ 245 264 $(lispsource)textmodes/text-mode.elc \ 265 $(lispsource)emacs-lisp/timer.elc \ 246 266 $(lispsource)vc-hooks.elc \ 267 $(lispsource)jka-cmpr-hook.elc \ 247 268 $(lispsource)ediff-hook.elc \ 248 269 $(VMS_SUPPORT) \ … … 255 276 256 277 DOC = DOC 257 $(DOC): $(BLD) $(BLD)/make-docfile.exe $(lisp1) $(lisp2)278 $(DOC): $(BLD) $(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) 258 279 - $(DEL) $(DOC) 259 280 "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj)
