/[emacs]/emacs/lib-src/makefile.w32-in
ViewVC logotype

Diff of /emacs/lib-src/makefile.w32-in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.18 by jasonr, Thu Mar 28 20:10:44 2002 UTC revision 2.18.2.1 by miles, Fri Apr 4 06:19:55 2003 UTC
# Line 2  Line 2 
2  #  Copyright (c) 2000-2001 Free Software Foundation, Inc.  #  Copyright (c) 2000-2001 Free Software Foundation, Inc.
3  #  #
4  #  This file is part of GNU Emacs.  #  This file is part of GNU Emacs.
5  #    #
6  #  GNU Emacs is free software; you can redistribute it and/or modify  #  GNU Emacs is free software; you can redistribute it and/or modify
7  #  it under the terms of the GNU General Public License as published by  #  it under the terms of the GNU General Public License as published by
8  #  the Free Software Foundation; either version 2, or (at your option)  #  the Free Software Foundation; either version 2, or (at your option)
9  #  any later version.  #  any later version.
10  #    #
11  #  GNU Emacs is distributed in the hope that it will be useful,  #  GNU Emacs is distributed in the hope that it will be useful,
12  #  but WITHOUT ANY WARRANTY; without even the implied warranty of  #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  #  GNU General Public License for more details.  #  GNU General Public License for more details.
15  #    #
16  #  You should have received a copy of the GNU General Public License  #  You should have received a copy of the GNU General Public License
17  #  along with GNU Emacs; see the file COPYING.  If not, write to the  #  along with GNU Emacs; see the file COPYING.  If not, write to the
18  #  Free Software Foundation, Inc., 59 Temple Place - Suite 330,  #  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Line 126  $(BLD)/ctags.$(O): ctags.c Line 126  $(BLD)/ctags.$(O): ctags.c
126  #  #
127  # From ..\src\makefile.nt.  # From ..\src\makefile.nt.
128  #  #
129  obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c cm.c cmds.c charset.c coding.c category.c ccl.c data.c dired.c dispnew.c doc.c  doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c fns.c fontset.c indent.c insdel.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c xfaces.c print.c process.c regex.c scroll.c search.c syntax.c sysdep.c term.c termcap.c tparam.c undo.c unexw32.c window.c xdisp.c casetab.c floatfns.c frame.c gmalloc.c intervals.c ralloc.c textprop.c vm-limit.c region-cache.c strftime.c w32.c w32console.c xfaces.c w32fns.c w32heap.c w32inevt.c w32proc.c w32reg.c w32menu.c w32select.c w32term.c w32xfns.c  obj = 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 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
   
130  #  #
131  # These are the lisp files that are loaded up in loadup.el  # These are the lisp files that are loaded up in loadup.el
132  #  #
# Line 170  lisp= \ Line 169  lisp= \
169          $(lispsource)international/mule-conf.el \          $(lispsource)international/mule-conf.el \
170          $(lispsource)international/mule-cmds.elc \          $(lispsource)international/mule-cmds.elc \
171          $(lispsource)international/characters.elc \          $(lispsource)international/characters.elc \
172            $(lispsource)international/ucs-tables.elc \
173          $(lispsource)international/utf-8.elc \          $(lispsource)international/utf-8.elc \
174          $(lispsource)international/latin-1.el \          $(lispsource)international/latin-1.el \
175          $(lispsource)international/latin-2.el \          $(lispsource)international/latin-2.el \
# Line 182  lisp= \ Line 182  lisp= \
182          $(lispsource)language/chinese.elc \          $(lispsource)language/chinese.elc \
183          $(lispsource)language/cyrillic.elc \          $(lispsource)language/cyrillic.elc \
184          $(lispsource)language/indian.elc \          $(lispsource)language/indian.elc \
185          $(lispsource)language/devanagari.elc \          $(lispsource)language/devanagari.el \
186            $(lispsource)language/malayalam.el \
187            $(lispsource)language/tamil.el \
188          $(lispsource)language/english.el \          $(lispsource)language/english.el \
189          $(lispsource)language/ethiopic.elc \          $(lispsource)language/ethiopic.elc \
190          $(lispsource)language/european.elc \          $(lispsource)language/european.elc \
# Line 207  lisp= \ Line 209  lisp= \
209          $(lispsource)startup.elc \          $(lispsource)startup.elc \
210          $(lispsource)subr.elc \          $(lispsource)subr.elc \
211          $(lispsource)term/tty-colors.elc \          $(lispsource)term/tty-colors.elc \
212            $(lispsource)font-core.elc \
213          $(lispsource)textmodes/fill.elc \          $(lispsource)textmodes/fill.elc \
214          $(lispsource)textmodes/page.elc \          $(lispsource)textmodes/page.elc \
215          $(lispsource)textmodes/paragraphs.elc \          $(lispsource)textmodes/paragraphs.elc \
# Line 221  lisp= \ Line 224  lisp= \
224          $(lispsource)version.el          $(lispsource)version.el
225    
226    
227  DOC           = DOC  DOC           = DOC
228  $(DOC):         make-docfile  $(DOC):         make-docfile
229                  - $(DEL) $(DOC)                  - $(DEL) $(DOC)
230                  "$(THISDIR)/$(BLD)/make-docfile" -d ../src $(obj) > $(DOC)                  "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj)
231                  "$(THISDIR)/$(BLD)/make-docfile" -d ../src $(lisp) >> $(DOC)                  "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp)
232                  $(CP) $(DOC) ../etc/DOC-X                  $(CP) $(DOC) ../etc/DOC-X
233                  - mkdir "../src/$(OBJDIR)"                  - mkdir "../src/$(OBJDIR)"
234                  - mkdir "../src/$(OBJDIR)/etc"                  - mkdir "../src/$(OBJDIR)/etc"
# Line 255  install:       $(INSTALL_FILES) Line 258  install:       $(INSTALL_FILES)
258    
259  #  #
260  # Maintenance  # Maintenance
261  #  #
262  clean:  clean:
263                  - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES)                  - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES)
264                  - $(DEL) ctags.c                  - $(DEL) ctags.c
# Line 314  $(BLD)/emacsclient.$(O) : \ Line 317  $(BLD)/emacsclient.$(O) : \
317          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
318          $(EMACS_ROOT)/lib-src/../src/config.h          $(EMACS_ROOT)/lib-src/../src/config.h
319    
 $(BLD)/emacsserver.$(O) : \  
         $(SRC)/emacsserver.c \  
         $(EMACS_ROOT)/src/s/ms-w32.h \  
         $(EMACS_ROOT)/src/m/intel386.h \  
         $(EMACS_ROOT)/lib-src/../src/config.h \  
         $(EMACS_ROOT)/nt/inc/sys/file.h  
   
320  $(BLD)/emacstool.$(O) : \  $(BLD)/emacstool.$(O) : \
321          $(SRC)/emacstool.c \          $(SRC)/emacstool.c \
322          $(EMACS_ROOT)/nt/inc/sys/file.h          $(EMACS_ROOT)/nt/inc/sys/file.h

Legend:
Removed from v.2.18  
changed lines
  Added in v.2.18.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26