changeset 27394:06b36e62c2b8

Added composite.obj and intervals.obj.
author Jason Rumney <jasonr@gnu.org>
date Sun, 23 Jan 2000 03:14:51 +0000
parents 6d63fff72ffc
children fe54558f20d8
files src/makefile.nt
diffstat 1 files changed, 57 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.nt	Sun Jan 23 03:09:45 2000 +0000
+++ b/src/makefile.nt	Sun Jan 23 03:14:51 2000 +0000
@@ -137,6 +137,7 @@
 	$(BLD)\frame.obj        \
 	$(BLD)\gmalloc.obj      \
 	$(BLD)\intervals.obj    \
+	$(BLD)\composite.obj    \
 	$(BLD)\ralloc.obj       \
 	$(BLD)\textprop.obj     \
 	$(BLD)\vm-limit.obj	\
@@ -250,7 +251,7 @@
 # the end of Emacs' data section portably across compilers and systems.
 #
 $(TLASTLIB):	$(BLD)\lastfile.obj
-  		@- $(AR) -out:$@ $**
+		@- $(AR) -out:$@ $**
 
 #
 # Assuming INSTALL_DIR is defined, build and install emacs in it.
@@ -302,6 +303,7 @@
 	$(SRC)\lisp.h \
 	$(SRC)\dispextern.h \
 	$(SRC)\intervals.h \
+	$(SRC)\composite.h \
 	$(SRC)\puresize.h \
 	$(SRC)\buffer.h \
 	$(SRC)\window.h \
@@ -328,6 +330,7 @@
 	$(SRC)\lisp.h \
 	$(SRC)\dispextern.h \
 	$(SRC)\intervals.h \
+	$(SRC)\composite.h \
 	$(SRC)\window.h \
 	$(SRC)\commands.h \
 	$(SRC)\buffer.h \
@@ -455,7 +458,8 @@
 	$(SRC)\w32term.h \
 	$(SRC)\xterm.h \
 	$(SRC)\vmstime.h \
-	$(SRC)\systime.h
+	$(SRC)\systime.h \
+	$(SRC)\composite.h
 
 $(BLD)\doc.obj : \
 	$(SRC)\doc.c \
@@ -497,6 +501,7 @@
 	$(SRC)\lisp.h \
 	$(SRC)\dispextern.h \
 	$(SRC)\intervals.h \
+	$(SRC)\composite.h \
 	$(SRC)\buffer.h \
 	$(SRC)\window.h \
 	$(SRC)\vmstime.h \
@@ -511,6 +516,7 @@
 	$(SRC)\commands.h \
 	$(SRC)\dispextern.h \
 	$(SRC)\intervals.h \
+	$(SRC)\composite.h \
 	$(EMACS_ROOT)\nt\inc\sys\ioctl.h \
 	$(EMACS_ROOT)\nt\inc\sys\file.h \
 	$(SRC)\systty.h \
@@ -541,6 +547,7 @@
 	$(SRC)\lisp.h \
 	$(SRC)\dispextern.h \
 	$(SRC)\intervals.h \
+	$(SRC)\composite.h \
 	$(SRC)\buffer.h \
 	$(SRC)\window.h \
 	$(EMACS_ROOT)\nt\inc\sys\file.h \
@@ -595,7 +602,8 @@
 	$(SRC)\buffer.h \
 	$(SRC)\keyboard.h \
 	$(SRC)\dispextern.h \
-	$(SRC)\intervals.h
+	$(SRC)\intervals.h \
+	$(SRC)\composite.h
 
 $(BLD)\frame.obj : \
 	$(SRC)\frame.c \
@@ -652,7 +660,8 @@
 	$(SRC)\disptab.h \
 	$(SRC)\dispextern.h \
 	$(SRC)\intervals.h \
-	$(SRC)\region-cache.h
+	$(SRC)\region-cache.h \
+	$(SRC)\composite.h
 
 $(BLD)\insdel.obj : \
 	$(SRC)\insdel.c \
@@ -662,6 +671,7 @@
 	$(SRC)\lisp.h \
 	$(SRC)\dispextern.h \
 	$(SRC)\intervals.h \
+	$(SRC)\composite.h \
 	$(SRC)\buffer.h \
 	$(SRC)\window.h \
 	$(SRC)\blockinput.h
@@ -696,6 +706,7 @@
 	$(SRC)\keyboard.h \
 	$(SRC)\dispextern.h \
 	$(SRC)\intervals.h \
+	$(SRC)\composite.h \
 	$(SRC)\blockinput.h \
 	$(SRC)\msdos.h \
 	$(SRC)\syssignal.h \
@@ -845,7 +856,8 @@
 	$(SRC)\process.h \
 	$(SRC)\termchar.h \
 	$(SRC)\dispextern.h \
-	$(SRC)\intervals.h
+	$(SRC)\intervals.h \
+	$(SRC)\composite.h
 
 $(BLD)\process.obj : \
 	$(SRC)\process.c \
@@ -867,7 +879,8 @@
 	$(SRC)\lisp.h \
 	$(SRC)\vmstime.h \
 	$(SRC)\systime.h \
-	$(SRC)\termopts.h
+	$(SRC)\termopts.h \
+	$(SRC)\composite.h
 
 $(BLD)\ralloc.obj : \
 	$(SRC)\ralloc.c \
@@ -924,7 +937,8 @@
 	$(SRC)\commands.h \
 	$(SRC)\blockinput.h \
 	$(SRC)\regex.h \
-	$(SRC)\region-cache.h
+	$(SRC)\region-cache.h \
+	$(SRC)\composite.h
 
 $(BLD)\strftime.obj : \
 	$(SRC)\strftime.c \
@@ -950,7 +964,8 @@
 	$(SRC)\lisp.h \
 	$(SRC)\commands.h \
 	$(SRC)\buffer.h \
-	$(SRC)\syntax.h
+	$(SRC)\syntax.h \
+	$(SRC)\composite.h
 
 $(BLD)\sysdep.obj : \
 	$(SRC)\sysdep.c \
@@ -1017,9 +1032,31 @@
 	$(SRC)\lisp.h \
 	$(SRC)\dispextern.h \
 	$(SRC)\intervals.h \
+	$(SRC)\composite.h \
 	$(SRC)\buffer.h \
 	$(SRC)\window.h
 
+$(BLD)\intervals.obj : \
+	$(SRC)\intervals.c \
+	$(SRC)\buffer.h \
+	$(SRC)\intervals.h \
+	$(SRC)\composite.h \
+	$(SRC)\keyboard.h \
+	$(SRC)\puresize.h \
+	$(EMACS_ROOT)\src\s\ms-w32.h \
+	$(EMACS_ROOT)\src\m\intel386.h \
+	$(EMACS_ROOT)\src\config.h
+
+$(BLD)\composite.obj : \
+	$(SRC)\composite.c \
+	$(SRC)\buffer.h \
+	$(SRC)\charset.h \
+	$(SRC)\intervals.h \
+	$(SRC)\composite.h \
+	$(EMACS_ROOT)\src\s\ms-w32.h \
+	$(EMACS_ROOT)\src\m\intel386.h \
+	$(EMACS_ROOT)\src\config.h
+
 $(BLD)\tparam.obj : \
 	$(SRC)\tparam.c \
 	$(EMACS_ROOT)\src\s\ms-w32.h \
@@ -1074,7 +1111,8 @@
 	$(SRC)\indent.h \
 	$(SRC)\termchar.h \
 	$(SRC)\disptab.h \
-	$(SRC)\keyboard.h
+	$(SRC)\keyboard.h \
+	$(SRC)\composite.h
 
 $(BLD)\xdisp.obj : \
 	$(SRC)\xdisp.c \
@@ -1092,7 +1130,8 @@
 	$(SRC)\disptab.h \
 	$(SRC)\termhooks.h \
 	$(SRC)\dispextern.h \
-	$(SRC)\intervals.h
+	$(SRC)\intervals.h \
+	$(SRC)\composite.h
 
 $(BLD)\w32faces.obj: \
 	$(EMACS_ROOT)\src\s\ms-w32.h \
@@ -1106,8 +1145,9 @@
 	$(SRC)\dispextern.h \
 	$(SRC)\frame.h \
 	$(SRC)\blockinput.h \
-  	$(SRC)\window.h \
-	$(SRC)\intervals.h
+	$(SRC)\window.h \
+	$(SRC)\intervals.h \
+	$(SRC)\composite.h
 
 $(BLD)\w32fns.obj: \
 	$(EMACS_ROOT)\src\s\ms-w32.h \
@@ -1119,7 +1159,7 @@
 	$(SRC)\w32term.h \
 	$(SRC)\w32gui.h \
 	$(SRC)\frame.h \
-  	$(SRC)\window.h \
+	$(SRC)\window.h \
 	$(SRC)\buffer.h \
 	$(SRC)\dispextern.h \
 	$(SRC)\keyboard.h \
@@ -1136,7 +1176,7 @@
 	$(SRC)\lisp.h \
 	$(SRC)\termhooks.h \
 	$(SRC)\frame.h \
-  	$(SRC)\window.h \
+	$(SRC)\window.h \
 	$(SRC)\keyboard.h \
 	$(SRC)\blockinput.h \
 	$(SRC)\buffer.h
@@ -1161,9 +1201,10 @@
 	$(SRC)\gnu.h \
 	$(SRC)\disptab.h \
 	$(SRC)\buffer.h \
-  	$(SRC)\window.h \
+	$(SRC)\window.h \
 	$(SRC)\keyboard.h \
-	$(SRC)\intervals.h
+	$(SRC)\intervals.h \
+	$(SRC)\composite.h
 
 $(BLD)\w32select.obj: \
 	$(EMACS_ROOT)\src\s\ms-w32.h \