Show
Ignore:
Timestamp:
06/11/06 08:50:16 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD. Refer to
ticket:306.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib-src/makefile.mw32-in

    r3894 r4094  
    11#  -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. 
    22#  Copyright (C) 2000, 2001, 2002, 2003, 2004, 
    3 #                2005 Free Software Foundation, Inc. 
     3#                2005, 2006 Free Software Foundation, Inc. 
    44# 
    55#  This file is part of GNU Emacs. 
     
    131131 
    132132# 
    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
     138obj=    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 
    151157 
    152158# 
     
    172178        $(lispsource)button.elc \ 
    173179        $(lispsource)emacs-lisp/byte-run.elc \ 
     180        $(lispsource)cus-face.elc \ 
    174181        $(lispsource)cus-start.elc \ 
    175182        $(lispsource)custom.elc \ 
     
    177184        $(lispsource)emacs-lisp/lisp-mode.elc \ 
    178185        $(lispsource)emacs-lisp/lisp.elc \ 
    179         $(lispsource)env.elc \ 
     186        $(lispsource)facemenu.elc \ 
     187        $(MOUSE_SUPPORT) \ 
    180188        $(lispsource)faces.elc \ 
    181189        $(lispsource)files.elc \ 
     190        $(lispsource)emacs-lisp/float-sup.elc \ 
    182191        $(lispsource)format.elc \ 
    183         $(lispsource)facemenu.elc \ 
    184         $(MOUSE_SUPPORT) \ 
    185         $(lispsource)emacs-lisp/float-sup.elc \ 
    186192        $(lispsource)frame.elc \ 
    187193        $(lispsource)help.elc \ 
    188194        $(lispsource)indent.elc \ 
    189195        $(lispsource)isearch.elc \ 
     196        $(lispsource)rfn-eshadow.elc \ 
    190197        $(lispsource)loadup.el \ 
    191198        $(lispsource)loaddefs.el \ 
    192199        $(lispsource)bindings.elc \ 
    193200        $(lispsource)emacs-lisp/map-ynp.elc \ 
    194         $(lispsource)menu-bar.elc \ 
     201        $(lispsource)env.elc \ 
    195202        $(lispsource)international/mule.elc \ 
    196203        $(lispsource)international/mule-conf.el \ 
     
    199206        $(lispsource)international/ucs-tables.elc \ 
    200207        $(lispsource)international/utf-8.elc \ 
     208        $(lispsource)international/utf-16.elc \ 
    201209        $(lispsource)international/latin-1.el \ 
    202210        $(lispsource)international/latin-2.el \ 
     
    206214        $(lispsource)international/latin-8.el \ 
    207215        $(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 \ 
    208222        $(lispsource)case-table.elc 
    209223 
     
    213227        $(lispsource)language/indian.elc \ 
    214228        $(lispsource)language/devanagari.el \ 
     229        $(lispsource)language/kannada.el \ 
    215230        $(lispsource)language/malayalam.el \ 
    216231        $(lispsource)language/tamil.el \ 
     
    232247        $(lispsource)language/utf-8-lang.el \ 
    233248        $(lispsource)language/georgian.el \ 
     249        $(lispsource)menu-bar.elc \ 
    234250        $(lispsource)paths.el \ 
    235251        $(lispsource)register.elc \ 
     
    240256        $(lispsource)term/tty-colors.elc \ 
    241257        $(lispsource)font-core.elc \ 
     258        $(lispsource)emacs-lisp/syntax.elc \ 
     259        $(lispsource)font-lock.elc \ 
     260        $(lispsource)jit-lock.elc \ 
    242261        $(lispsource)textmodes/fill.elc \ 
    243262        $(lispsource)textmodes/page.elc \ 
    244263        $(lispsource)textmodes/paragraphs.elc \ 
    245264        $(lispsource)textmodes/text-mode.elc \ 
     265        $(lispsource)emacs-lisp/timer.elc \ 
    246266        $(lispsource)vc-hooks.elc \ 
     267        $(lispsource)jka-cmpr-hook.elc \ 
    247268        $(lispsource)ediff-hook.elc \ 
    248269        $(VMS_SUPPORT) \ 
     
    255276 
    256277DOC           = DOC 
    257 $(DOC):         $(BLD) $(BLD)/make-docfile.exe $(lisp1) $(lisp2) 
     278$(DOC):         $(BLD) $(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) 
    258279                - $(DEL) $(DOC) 
    259280                "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj)