comparison nt/makefile.nt @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 8045cccd8f3c
children 695cf19ef79e
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
1 # 1 #
2 # Top level makefile for building GNU Emacs on Windows NT 2 # Top level makefile for building GNU Emacs on Windows NT
3 # Copyright (c) 1993-2000 Free Software Foundation, Inc. 3 # Copyright (c) 1993-2000 Free Software Foundation, Inc.
4 # 4 #
5 # This file is part of GNU Emacs. 5 # This file is part of GNU Emacs.
6 # 6 #
7 # GNU Emacs is free software; you can redistribute it and/or modify 7 # GNU Emacs is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by 8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2, or (at your option) 9 # the Free Software Foundation; either version 2, or (at your option)
10 # any later version. 10 # any later version.
11 # 11 #
12 # GNU Emacs is distributed in the hope that it will be useful, 12 # GNU Emacs is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details. 15 # GNU General Public License for more details.
16 # 16 #
17 # You should have received a copy of the GNU General Public License 17 # You should have received a copy of the GNU General Public License
18 # along with GNU Emacs; see the file COPYING. If not, write to 18 # along with GNU Emacs; see the file COPYING. If not, write to
19 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 # Boston, MA 02111-1307, USA. 20 # Boston, MA 02111-1307, USA.
21 # 21 #
128 $(INSTALL_CMD) 128 $(INSTALL_CMD)
129 cd ..\lisp 129 cd ..\lisp
130 $(INSTALL_CMD) 130 $(INSTALL_CMD)
131 cd ..\leim 131 cd ..\leim
132 if exist makefile.nt $(INSTALL_CMD) 132 if exist makefile.nt $(INSTALL_CMD)
133 cd ..\nt 133 cd ..\nt
134 - $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin 134 - $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin
135 - $(CP) $(BLD)\ddeclient.exe $(INSTALL_DIR)\bin 135 - $(CP) $(BLD)\ddeclient.exe $(INSTALL_DIR)\bin
136 - $(CP) $(BLD)\cmdproxy.exe $(INSTALL_DIR)\bin 136 - $(CP) $(BLD)\cmdproxy.exe $(INSTALL_DIR)\bin
137 - $(CP) $(BLD)\runemacs.exe $(INSTALL_DIR)\bin 137 - $(CP) $(BLD)\runemacs.exe $(INSTALL_DIR)\bin
138 - $(CP) ..\lib-src\fns-*.el $(INSTALL_DIR)\bin 138 - $(CP) ..\lib-src\fns-*.el $(INSTALL_DIR)\bin
185 - $(DEL) ..\same-dir.tst 185 - $(DEL) ..\same-dir.tst
186 - $(DEL) $(INSTALL_DIR)\same-dir.tst 186 - $(DEL) $(INSTALL_DIR)\same-dir.tst
187 187
188 # 188 #
189 # Maintenance 189 # Maintenance
190 # 190 #
191 CLEAN_CMD = $(MAKE) -f makefile.nt clean 191 CLEAN_CMD = $(MAKE) -f makefile.nt clean
192 clean: 192 clean:
193 - $(DEL) *~ *.pdb 193 - $(DEL) *~ *.pdb
194 - $(DEL) *.orig 194 - $(DEL) *.orig
195 - $(DEL) *.rej 195 - $(DEL) *.rej