# HG changeset patch # User Geoff Voelker # Date 871091119 0 # Node ID 454f881f60effe961c4a0f12679ca60629b4e334 # Parent f18830dec134fd17984953556089bad366d81a97 (lisp): Update paths to lisp files that have moved. (ctags.obj): New target. (etags.obj, getopt.obj, make-docfile.obj): Update dependencies. Add includes. diff -r f18830dec134 -r 454f881f60ef lib-src/makefile.nt --- a/lib-src/makefile.nt Sat Aug 09 01:23:47 1997 +0000 +++ b/lib-src/makefile.nt Sat Aug 09 01:45:19 1997 +0000 @@ -148,7 +148,7 @@ $(lispsource)custom.elc \ $(lispsource)faces.elc \ $(lispsource)files.elc \ - $(lispsource)fill.elc \ + $(lispsource)textmodes/fill.elc \ $(lispsource)format.elc \ $(FACE_SUPPORT) \ $(MOUSE_SUPPORT) \ @@ -158,8 +158,8 @@ $(lispsource)help.elc \ $(lispsource)indent.elc \ $(lispsource)isearch.elc \ - $(lispsource)lisp-mode.elc \ - $(lispsource)lisp.elc \ + $(lispsource)emacs-lisp/lisp-mode.elc \ + $(lispsource)emacs-lisp/lisp.elc \ $(lispsource)loadup.el \ $(lispsource)loaddefs.el \ $(lispsource)map-ynp.elc \ @@ -184,15 +184,15 @@ $(lispsource)language/tibetan.elc \ $(lispsource)language/vietnamese.elc \ $(lispsource)language/misc-lang.elc \ - $(lispsource)page.elc \ - $(lispsource)paragraphs.elc \ + $(lispsource)textmodes/page.elc \ + $(lispsource)textmodes/paragraphs.elc \ $(lispsource)paths.el \ $(lispsource)register.elc \ $(lispsource)replace.elc \ $(lispsource)simple.elc \ $(lispsource)startup.elc \ $(lispsource)subr.elc \ - $(lispsource)text-mode.elc \ + $(lispsource)textmodes/text-mode.elc \ $(lispsource)vc-hooks.elc \ $(lispsource)ediff-hook.elc \ $(VMS_SUPPORT) \ @@ -270,6 +270,15 @@ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\lib-src\..\src\config.h +$(BLD)\ctags.obj : \ + $(SRC)\ctags.c \ + $(EMACS_ROOT)\nt\inc\sys\param.h \ + $(EMACS_ROOT)\src\s\ms-w32.h \ + $(EMACS_ROOT)\src\m\intel386.h \ + $(EMACS_ROOT)\lib-src\..\src\config.h \ + $(SRC)\ntlib.h \ + $(SRC)\getopt.h + $(BLD)\cvtmail.obj : \ $(SRC)\cvtmail.c @@ -299,6 +308,7 @@ $(EMACS_ROOT)\src\s\ms-w32.h \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\lib-src\..\src\config.h \ + $(SRC)\ntlib.h \ $(SRC)\getopt.h $(BLD)\fakemail.obj : \ @@ -321,6 +331,7 @@ $(EMACS_ROOT)\src\s\ms-w32.h \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h \ + $(SRC)\ntlib.h \ $(SRC)\getopt.h $(BLD)\getopt1.obj : \ @@ -351,7 +362,8 @@ $(EMACS_ROOT)\nt\inc\sys\file.h \ $(EMACS_ROOT)\src\vmsproc.h \ $(EMACS_ROOT)\lib-src\..\src\syswait.h \ - $(EMACS_ROOT)\nt\inc\pwd.h + $(EMACS_ROOT)\nt\inc\pwd.h \ + $(SRC)\ntlib.h $(CC) $(CFLAGS) -DUSG -Fo$@ movemail.c $(BLD)\ntlib.obj : \