changeset 35605:0689ddc1751c

(DONTCOMPILE): Add various term files.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 26 Jan 2001 12:42:33 +0000
parents 3fd6839ccccf
children 86098cdc4a12
files lisp/Makefile.in lisp/makefile.w32-in
diffstat 2 files changed, 40 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile.in	Fri Jan 26 11:43:42 2001 +0000
+++ b/lisp/Makefile.in	Fri Jan 26 12:42:33 2001 +0000
@@ -56,6 +56,26 @@
 	$(lisp)/play/bruce.el \
 	$(lisp)/subdirs.el \
 	$(lisp)/term/internal.el \
+	$(lisp)/term/AT386.el  \
+	$(lisp)/term/apollo.el \
+	$(lisp)/term/bobcat.el \
+	$(lisp)/term/iris-ansi.el \
+	$(lisp)/term/keyswap.el \
+	$(lisp)/term/linux.el \
+	$(lisp)/term/lk201.el \
+	$(lisp)/term/news.el \
+	$(lisp)/term/vt102.el \
+	$(lisp)/term/vt125.el \
+	$(lisp)/term/vt200.el \
+	$(lisp)/term/vt201.el \
+	$(lisp)/term/vt220.el \
+	$(lisp)/term/vt240.el \
+	$(lisp)/term/vt300.el \
+	$(lisp)/term/vt320.el \
+	$(lisp)/term/vt400.el \
+	$(lisp)/term/vt420.el \
+	$(lisp)/term/wyse50.el \
+	$(lisp)/term/xterm.el \
 	$(lisp)/version.el
 
 # Files to compile before others during a bootstrap.  This is done
--- a/lisp/makefile.w32-in	Fri Jan 26 11:43:42 2001 +0000
+++ b/lisp/makefile.w32-in	Fri Jan 26 12:42:33 2001 +0000
@@ -75,6 +75,26 @@
 	$(lisp)/play/bruce.el \
 	$(lisp)/subdirs.el \
 	$(lisp)/term/internal.el \
+	$(lisp)/term/AT386.el  \
+	$(lisp)/term/apollo.el \
+	$(lisp)/term/bobcat.el \
+	$(lisp)/term/iris-ansi.el \
+	$(lisp)/term/keyswap.el \
+	$(lisp)/term/linux.el \
+	$(lisp)/term/lk201.el \
+	$(lisp)/term/news.el \
+	$(lisp)/term/vt102.el \
+	$(lisp)/term/vt125.el \
+	$(lisp)/term/vt200.el \
+	$(lisp)/term/vt201.el \
+	$(lisp)/term/vt220.el \
+	$(lisp)/term/vt240.el \
+	$(lisp)/term/vt300.el \
+	$(lisp)/term/vt320.el \
+	$(lisp)/term/vt400.el \
+	$(lisp)/term/vt420.el \
+	$(lisp)/term/wyse50.el \
+	$(lisp)/term/xterm.el \
 	$(lisp)/version.el
 
 # Files to compile before others during a bootstrap.  This is done