aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-22 14:36:35 +0000
committerGerd Moellmann1999-11-22 14:36:35 +0000
commit45760b79f1f852ece64a7fa09c32521a09a4dda5 (patch)
treea4c390a26222ea6fe046689bb6f4d8fc7fb9594b
parent02fda8fffb6fac403b152507496e3afebd5ab4cd (diff)
downloademacs-45760b79f1f852ece64a7fa09c32521a09a4dda5.tar.gz
emacs-45760b79f1f852ece64a7fa09c32521a09a4dda5.zip
(all): Build leim if present.
(install): Install leim if present. (clean): Clean leim if present.
-rw-r--r--nt/makefile.nt6
1 files changed, 6 insertions, 0 deletions
diff --git a/nt/makefile.nt b/nt/makefile.nt
index a156993540a..17f92b07fee 100644
--- a/nt/makefile.nt
+++ b/nt/makefile.nt
@@ -90,6 +90,8 @@ all: $(BLD) $(ALL)
90 $(BUILD_CMD) 90 $(BUILD_CMD)
91 cd ..\lisp 91 cd ..\lisp
92 $(BUILD_CMD) 92 $(BUILD_CMD)
93 cd ..\leim
94 if exist makefile.nt $(BUILD_CMD)
93 cd ..\nt 95 cd ..\nt
94 96
95$(INSTALL_DIR): 97$(INSTALL_DIR):
@@ -126,6 +128,8 @@ install: all $(INSTALL_DIR) batch_files
126 $(INSTALL_CMD) 128 $(INSTALL_CMD)
127 cd ..\lisp 129 cd ..\lisp
128 $(INSTALL_CMD) 130 $(INSTALL_CMD)
131 cd ..\leim
132 if exist makefile.nt $(INSTALL_CMD)
129 cd ..\nt 133 cd ..\nt
130 - $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin 134 - $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin
131 - $(CP) $(BLD)\ddeclient.exe $(INSTALL_DIR)\bin 135 - $(CP) $(BLD)\ddeclient.exe $(INSTALL_DIR)\bin
@@ -199,4 +203,6 @@ clean:; - $(DEL) *~ *.pdb
199 $(CLEAN_CMD) 203 $(CLEAN_CMD)
200 cd ..\lisp 204 cd ..\lisp
201 $(CLEAN_CMD) 205 $(CLEAN_CMD)
206 cd ..\leim
207 if exist makefile.nt $(CLEAN_CMD)
202 cd ..\nt 208 cd ..\nt