/[emacs]/emacs/lib-src/makefile.nt
ViewVC logotype

Diff of /emacs/lib-src/makefile.nt

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

revision 1.37 by pj, Sat Dec 22 13:32:58 2001 UTC revision 1.37.4.1 by miles, Fri Apr 4 06:19:55 2003 UTC
# Line 3  Line 3 
3  #  Copyright (C) 1994 Free Software Foundation, Inc.  #  Copyright (C) 1994 Free Software Foundation, Inc.
4  #  #
5  #  This file is part of GNU Emacs.  #  This file is part of GNU Emacs.
6  #    #
7  #  GNU Emacs is free software; you can redistribute it and/or modify  #  GNU Emacs is free software; you can redistribute it and/or modify
8  #  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
9  #  the Free Software Foundation; either version 2, or (at your option)  #  the Free Software Foundation; either version 2, or (at your option)
10  #  any later version.  #  any later version.
11  #    #
12  #  GNU Emacs is distributed in the hope that it will be useful,  #  GNU Emacs is distributed in the hope that it will be useful,
13  #  but WITHOUT ANY WARRANTY; without even the implied warranty of  #  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  #  GNU General Public License for more details.  #  GNU General Public License for more details.
16  #    #
17  #  You should have received a copy of the GNU General Public License  #  You should have received a copy of the GNU General Public License
18  #  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
19  #  Free Software Foundation, Inc., 59 Temple Place - Suite 330,  #  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20  #  Boston, MA 02111-1307, USA.  #  Boston, MA 02111-1307, USA.
21  #  #
22    
23  #  #
24  # Sets up the system dependent macros.  # Sets up the system dependent macros.
25  #  #
26  !include ..\nt\makefile.def  !include ..\nt\makefile.def
# Line 139  $(BLD)\ebrowse.obj: ebrowse.c ..\src\con Line 139  $(BLD)\ebrowse.obj: ebrowse.c ..\src\con
139  #  #
140  # From ..\src\makefile.nt.  # From ..\src\makefile.nt.
141  #  #
142  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 w32faces.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 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 w32faces.c w32fns.c w32heap.c w32inevt.c w32proc.c w32reg.c w32menu.c w32select.c w32term.c w32xfns.c
143    
144  #  #
145  # These are the lisp files that are loaded up in loadup.el  # These are the lisp files that are loaded up in loadup.el
# Line 224  lisp= \ Line 224  lisp= \
224          $(lispsource)version.el          $(lispsource)version.el
225    
226    
227  DOC           = DOC  DOC           = DOC
228  $(DOC):         $(BLD)\make-docfile.exe  $(DOC):         $(BLD)\make-docfile.exe
229                  - $(DEL) $(DOC)                  - $(DEL) $(DOC)
230                  $(BLD)\make-docfile -d ..\src $(obj) > $(DOC)                  $(BLD)\make-docfile -d ..\src $(obj) > $(DOC)
# Line 261  install:       $(INSTALL_FILES) Line 261  install:       $(INSTALL_FILES)
261    
262  #  #
263  # Maintenance  # Maintenance
264  #  #
265  clean:;         - $(DEL) *~ *.pdb DOC*  clean:;         - $(DEL) *~ *.pdb DOC*
266                  - $(DEL) *.orig *.rej *.crlf ctags.c                  - $(DEL) *.orig *.rej *.crlf ctags.c
267                  - $(DEL_TREE) deleted                  - $(DEL_TREE) deleted
# Line 308  $(BLD)\emacsclient.obj : \ Line 308  $(BLD)\emacsclient.obj : \
308          $(EMACS_ROOT)\src\m\intel386.h \          $(EMACS_ROOT)\src\m\intel386.h \
309          $(EMACS_ROOT)\lib-src\..\src\config.h          $(EMACS_ROOT)\lib-src\..\src\config.h
310    
 $(BLD)\emacsserver.obj : \  
         $(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  
   
311  $(BLD)\emacstool.obj : \  $(BLD)\emacstool.obj : \
312          $(SRC)\emacstool.c \          $(SRC)\emacstool.c \
313          $(EMACS_ROOT)\nt\inc\sys\file.h          $(EMACS_ROOT)\nt\inc\sys\file.h

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.37.4.1

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