]> git.eshelyaron.com Git - emacs.git/commitdiff
(region-cache.obj,vm-limit.obj): Dependencies defined.
authorRichard M. Stallman <rms@gnu.org>
Mon, 8 May 1995 06:22:36 +0000 (06:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 8 May 1995 06:22:36 +0000 (06:22 +0000)
(OBJ1): Don't compile xfaces.c.
(buffer.obj,indent.obj,search.obj): Add region-cache.h dependency.

src/makefile.nt

index f59f32c22dcbe63a64137b1317fd03e8d3dc7565..67c24d1151fc720f59768a3e763dc5632173fae0 100644 (file)
@@ -76,7 +76,6 @@ OBJ1 =  $(BLD)\abbrev.obj       \
        $(BLD)\macros.obj       \
        $(BLD)\marker.obj       \
        $(BLD)\minibuf.obj      \
-       $(BLD)\xfaces.obj       \
        $(BLD)\mocklisp.obj
 
 OBJ2 =  $(BLD)\nt.obj           \
@@ -253,7 +252,8 @@ $(BLD)\buffer.obj : \
        $(SRC)\commands.h \
        $(SRC)\buffer.h \
        $(SRC)\indent.h \
-       $(SRC)\blockinput.h
+       $(SRC)\blockinput.h \
+       $(SRC)\region-cache.h
 
 $(BLD)\bytecode.obj : \
        $(SRC)\bytecode.c \
@@ -558,7 +558,8 @@ $(BLD)\indent.obj : \
        $(SRC)\termopts.h \
        $(SRC)\disptab.h \
        $(SRC)\dispextern.h \
-       $(SRC)\intervals.h
+       $(SRC)\intervals.h \
+       $(SRC)\region-cache.h
 
 $(BLD)\insdel.obj : \
        $(SRC)\insdel.c \
@@ -789,6 +790,15 @@ $(BLD)\regex.obj : \
        $(SRC)\syntax.h \
        $(SRC)\regex.h
 
+$(BLD)\region-cache.obj : \
+       $(SRC)\region-cache.c \
+       $(EMACS_ROOT)\src\s\windowsnt.h \
+       $(EMACS_ROOT)\src\m\intel386.h \
+       $(EMACS_ROOT)\src\config.h \
+       $(SRC)\lisp.h \
+       $(SRC)\buffer.h \
+       $(SRC)\region-cache.h
+
 $(BLD)\scroll.obj : \
        $(SRC)\scroll.c \
        $(EMACS_ROOT)\src\s\windowsnt.h \
@@ -809,7 +819,8 @@ $(BLD)\search.obj : \
        $(SRC)\buffer.h \
        $(SRC)\commands.h \
        $(SRC)\blockinput.h \
-       $(SRC)\regex.h
+       $(SRC)\regex.h \
+       $(SRC)\region-cache.h
 
 $(BLD)\strftime.obj : \
        $(SRC)\strftime.c \
@@ -925,6 +936,13 @@ $(BLD)\unexnt.obj : \
        $(SRC)\unexnt.c \
        $(SRC)\ntheap.h
 
+$(BLD)\vm-limit.obj : \
+       $(SRC)\vm-limit.c \
+       $(EMACS_ROOT)\src\s\windowsnt.h \
+       $(EMACS_ROOT)\src\m\intel386.h \
+       $(EMACS_ROOT)\src\config.h \
+       $(SRC)\mem-limits.h     
+
 $(BLD)\widget.obj : \
        $(SRC)\widget.c \
        $(EMACS_ROOT)\src\s\windowsnt.h \