(struct sound_device): Function pointer field "write"
[bpt/emacs.git] / lisp / makefile.nt
index cceb17c..3c94429 100644 (file)
@@ -66,12 +66,31 @@ DONTCOMPILE = \
        $(lisp)/loaddefs.el \
        $(lisp)/loadup.el \
        $(lisp)/mail/blessmail.el \
-       $(lisp)/mail/sc.el \
        $(lisp)/patcomp.el \
        $(lisp)/paths.el \
        $(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
@@ -226,12 +245,17 @@ install:
 !else
        if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp
        if not exist .\same-dir.tst $(CP) cus-load.el $(INSTALL_DIR)\lisp
+       if not exist .\same-dir.tst $(CP) cus-start.el $(INSTALL_DIR)\lisp
+       if not exist .\same-dir.tst $(CP) emacs-lisp\cl-specs.el $(INSTALL_DIR)\lisp\emacs-lisp
+       if not exist .\same-dir.tst $(CP) eshell\esh-maint.el $(INSTALL_DIR)\lisp\eshell
+       if not exist .\same-dir.tst $(CP) eshell\esh-groups.el $(INSTALL_DIR)\lisp\eshell
+       if not exist .\same-dir.tst $(CP) finder-inf.el $(INSTALL_DIR)\lisp
        if not exist .\same-dir.tst $(CP) forms*.el $(INSTALL_DIR)\lisp
+       if not exist .\same-dir.tst $(CP) generic-x.el $(INSTALL_DIR)\lisp
        if not exist .\same-dir.tst $(CP) patcomp.el $(INSTALL_DIR)\lisp
        if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp
        if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp
        if not exist .\same-dir.tst $(CP) mail\blessmail.el $(INSTALL_DIR)\lisp\mail
-       if not exist .\same-dir.tst $(CP) mail\sc.el $(INSTALL_DIR)\lisp\mail
        if not exist .\same-dir.tst $(CP) play\bruce.el $(INSTALL_DIR)\lisp\play
        if not exist .\same-dir.tst $(CP) international\latin-*.el $(INSTALL_DIR)\lisp\international
        if not exist .\same-dir.tst $(CP) international\mule-conf.el $(INSTALL_DIR)\lisp\international