64-bit on Solaris now works.
[emacs.git] / lisp / makefile.w32-in
blob97d48a62b308a6222aded2a4262c062e17b9bee6
1 #  Hacked up Nmake makefile for GNU Emacs\r
2 #   Geoff Voelker (voelker@cs.washington.edu)\r
3 #  Copyright (c) 1994 Free Software Foundation, Inc.\r
4 #\r
5 #  This file is part of GNU Emacs.\r
6 #  \r
7 #  GNU Emacs is free software; you can redistribute it and/or modify\r
8 #  it under the terms of the GNU General Public License as published by\r
9 #  the Free Software Foundation; either version 2, or (at your option)\r
10 #  any later version.\r
11 #  \r
12 #  GNU Emacs is distributed in the hope that it will be useful,\r
13 #  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
14 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
15 #  GNU General Public License for more details.\r
16 #  \r
17 #  You should have received a copy of the GNU General Public License\r
18 #  along with GNU Emacs; see the file COPYING.  If not, write to the\r
19 #  Free Software Foundation, Inc., 59 Temple Place - Suite 330,\r
20 #  Boston, MA 02111-1307, USA.\r
21 #\r
23 ALL =\r
25 all: $(ALL)\r
27 topdontcompile = cus-load.el forms-d2.el forms-pass.el patcomp.el \\r
28                  subdirs.el version.el\r
29 maildontcompile = mail/blessmail.el mail/sc.el\r
30 playdontcompile = play/bruce.el\r
31 interdontcompile = international/latin-1.el international/latin-2.el \\r
32                  international/latin-3.el international/latin-4.el \\r
33                  international/latin-5.el international/mule-conf.el\r
35 #\r
36 # Assuming INSTALL_DIR is defined, copy the elisp files to it\r
37 # Windows 95 makes this harder than it should be.\r
38 #\r
39 install:\r
40                 - mkdir "$(INSTALL_DIR)/lisp"\r
41                 - $(DEL) ../same-dir.tst\r
42                 - $(DEL) "$(INSTALL_DIR)/same-dir.tst"\r
43                 echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst"\r
44 #ifdef COPY_LISP_SOURCE\r
45                 $(IFNOTSAMEDIR) $(CP_DIR) . "$(INSTALL_DIR)/lisp" $(ENDIF)\r
46 #else\r
47                 $(IFNOTSAMEDIR) $(CP_DIR) *.elc "$(INSTALL_DIR)/lisp" $(ENDIF)\r
48                 $(IFNOTSAMEDIR) $(CP) cus-load.el "$(INSTALL_DIR)/lisp" $(ENDIF)\r
49                 $(IFNOTSAMEDIR) $(CP) forms*.el "$(INSTALL_DIR)/lisp" $(ENDIF)\r
50                 $(IFNOTSAMEDIR) $(CP) patcomp.el "$(INSTALL_DIR)/lisp" $(ENDIF)\r
51                 $(IFNOTSAMEDIR) $(CP) subdirs.el "$(INSTALL_DIR)/lisp" $(ENDIF)\r
52                 $(IFNOTSAMEDIR) $(CP) version.el "$(INSTALL_DIR)/lisp" $(ENDIF)\r
53                 $(IFNOTSAMEDIR) $(CP) mail/blessmail.el "$(INSTALL_DIR)/lisp/mail" $(ENDIF)\r
54                 $(IFNOTSAMEDIR) $(CP) mail/sc.el "$(INSTALL_DIR)/lisp/mail" $(ENDIF)\r
55                 $(IFNOTSAMEDIR) $(CP) play/bruce.el "$(INSTALL_DIR)/lisp/play" $(ENDIF)\r
56                 $(IFNOTSAMEDIR) $(CP) international/latin-*.el "$(INSTALL_DIR)/lisp/international" $(ENDIF)\r
57                 $(IFNOTSAMEDIR) $(CP) international/mule-conf.el "$(INSTALL_DIR)/lisp/international" $(ENDIF)\r
58                 - $(DEL) ../same-dir.tst\r
59                 - $(DEL) "$(INSTALL_DIR)/same-dir.tst"\r
60 #endif\r
62 #\r
63 # Maintenance\r
64 \r
65 clean:\r
66                 - $(DEL) *~\r