summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1997-08-09 01:45:19 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1997-08-09 01:45:19 +0000
commit9f078055f5b0a2cf837531796830f9f5a1905d21 (patch)
treea4a51b7062fd5def09df1f0f62c635024ade1957 /lib-src
parent4e7d3940b9a5ba05c8e72543ac1ba71d3df6c471 (diff)
downloademacs-9f078055f5b0a2cf837531796830f9f5a1905d21.tar.gz
(lisp): Update paths to lisp files that have moved.
(ctags.obj): New target. (etags.obj, getopt.obj, make-docfile.obj): Update dependencies. Add includes.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/makefile.nt26
1 files changed, 19 insertions, 7 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt
index 3cb64ef3ba4..d1bda95ca74 100644
--- a/lib-src/makefile.nt
+++ b/lib-src/makefile.nt
@@ -148,7 +148,7 @@ lisp= \
$(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 @@ lisp= \
$(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 @@ lisp= \
$(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 @@ $(BLD)\b2m.obj : \
$(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 @@ $(BLD)\etags.obj : \
$(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 @@ $(BLD)\getopt.obj : \
$(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 @@ $(BLD)\movemail.obj : \
$(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 : \