(lisp-imenu-generic-expression): Recognize`defcustom' and `defgroup".
[emacs.git] / nt / makefile.nt
blob6fcd1848c956c961e73574c3e0b104ea64953b59
2 #  Top level makefile for building GNU Emacs on Windows NT
4 #  This file is part of GNU Emacs.
5 #  
6 #  GNU Emacs is free software; you can redistribute it and/or modify
7 #  it under the terms of the GNU General Public License as published by
8 #  the Free Software Foundation; either version 2, or (at your option)
9 #  any later version.
10 #  
11 #  GNU Emacs is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 #  GNU General Public License for more details.
15 #  
16 #  You should have received a copy of the GNU General Public License
17 #  along with GNU Emacs; see the file COPYING.  If not, write to
18 #  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 #  Boston, MA 02111-1307, USA.
21 #   Geoff Voelker (voelker@cs.washington.edu)   11-20-93
22 #                                                 9-6-94
23 !include makefile.def
25 ALL             = $(BLD)\addpm.exe $(BLD)\runemacs.exe $(BLD)\cmdproxy.exe
26 !if $(MSVCNT11)
27 TRES            = $(BLD)\emacs.res
28 !else
29 TRES            = $(BLD)\emacs.rbj
30 !endif
32 .c{$(BLD)}.obj:
33                   $(CC) $(CFLAGS) -Fo$@ $<
35 addpm:            $(BLD) $(BLD)\addpm.exe
36 $(BLD)\addpm.obj: addpm.c
37 $(BLD)\addpm.exe: $(BLD)\addpm.obj
38                   $(LINK) -out:$@ -subsystem:console -entry:mainCRTStartup \
39                   $(SYS_LDFLAGS) $** $(BASE_LIBS) $(ADVAPI32) user32.lib
41 cmdproxy:         $(BLD) $(BLD)\cmdproxy.exe
42 $(BLD)\cmdproxy.obj: cmdproxy.c
43 $(BLD)\cmdproxy.exe: $(BLD)\cmdproxy.obj
44                   $(LINK) -out:$@ -subsystem:console -entry:mainCRTStartup \
45                   $(SYS_LDFLAGS) $** $(BASE_LIBS) user32.lib
48 # The resource file.  NT 3.10 requires the use of cvtres; even though
49 # it is not necessary on later versions, it is still ok to use it.
51 $(TRES):        emacs.rc
52                 $(RC) -Fo$(BLD)\emacs.res $**
53 !if !$(MSVCNT11)
54                 $(CVTRES) -r -$(ARCH) -o $@ $(BLD)\emacs.res
55 !endif
57 runemacs:         $(BLD) $(BLD)\runemacs.exe
58 $(BLD)\runemacs.obj: runemacs.c
59 $(BLD)\runemacs.exe: $(BLD)\runemacs.obj $(TRES)
60                   $(LINK) -out:$@ -subsystem:windows -entry:WinMainCRTStartup \
61                   $(SYS_LDFLAGS) $** $(BASE_LIBS) $(ADVAPI32) user32.lib
63 # Since Windows 95 does not support multiple commands on one command line
64 # (e.g., in for loops), we cannot use for loops any more.
65 # SUBDIRS             = lib-src src lisp
68 # Build emacs
70 BUILD_CMD       = $(MAKE) -f makefile.nt all
71 all:            $(BLD) $(ALL)
72                 cd ..\lib-src
73                 $(BUILD_CMD)
74                 cd ..\src
75                 $(BUILD_CMD)
76                 cd ..\lisp
77                 $(BUILD_CMD)
78                 cd ..\nt
81 emacs.bat:      emacs.bat.in
82                 echo @echo off > emacs.bat
83                 echo REM !!! Warning: This file automatically generated !!! >> emacs.bat
84                 echo set emacs_dir=$(INSTALL_DIR)>> emacs.bat
85                 type emacs.bat.in >> emacs.bat
88 # Build and install emacs in INSTALL_DIR
90 INSTALL_CMD     = $(MAKE) -f makefile.nt install
91 install:        all emacs.bat
92                 - mkdir $(INSTALL_DIR)
93                 cd ..\lib-src
94                 $(INSTALL_CMD)
95                 cd ..\src
96                 $(INSTALL_CMD)
97                 cd ..\lisp
98                 $(INSTALL_CMD)
99                 cd ..\nt                
100                 - $(CP) emacs.bat $(INSTALL_DIR)\bin
101                 - $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin
102                 - $(CP) $(BLD)\cmdproxy.exe $(INSTALL_DIR)\bin
103                 - $(CP) $(BLD)\runemacs.exe $(INSTALL_DIR)\bin
104                 - $(ADDPM) $(INSTALL_DIR)
105                 - $(DEL) ..\same-dir.tst
106                 - $(DEL) $(INSTALL_DIR)\same-dir.tst
107                 echo SameDirTest > $(INSTALL_DIR)\same-dir.tst
108                 if not exist ..\same-dir.tst $(MAKE) -f makefile.nt real_install
109                 - $(DEL) ..\same-dir.tst
110                 - $(DEL) $(INSTALL_DIR)\same-dir.tst
113 # This installs executables from ..\bin into the installation directory
114 # without building anything.
116 fast_install:
117                 - mkdir $(INSTALL_DIR)\data
118                 $(CP) ..\lib-src\DOC $(INSTALL_DIR)\etc
119                 - mkdir $(INSTALL_DIR)\bin
120                 - $(CP) emacs.bat $(INSTALL_DIR)\bin
121                 - $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin
122                 - $(CP) $(BLD)\runemacs.exe $(INSTALL_DIR)\bin
123                 - $(DEL) ..\same-dir.tst
124                 - $(DEL) $(INSTALL_DIR)\same-dir.tst
125                 echo SameDirTest > $(INSTALL_DIR)\same-dir.tst
126                 if not exist ..\same-dir.tst $(CP) ..\bin\emacs.exe $(INSTALL_DIR)\bin
127                 if not exist ..\same-dir.tst $(CP) ..\bin\etags.exe $(INSTALL_DIR)\bin
128                 if not exist ..\same-dir.tst $(CP) ..\bin\ctags.exe $(INSTALL_DIR)\bin
129                 if not exist ..\same-dir.tst nmake -f $(MAKE) real_install
130                 - $(DEL) ..\same-dir.tst
131                 - $(DEL) $(INSTALL_DIR)\same-dir.tst
133 real_install:
134                 - $(DEL) ..\same-dir.tst
135                 - $(DEL) $(INSTALL_DIR)\same-dir.tst
136                 echo SameDirTest > $(INSTALL_DIR)\same-dir.tst
137                 - mkdir $(INSTALL_DIR)\etc
138                 - mkdir $(INSTALL_DIR)\info
139                 - mkdir $(INSTALL_DIR)\lock
140                 - mkdir $(INSTALL_DIR)\data
141                 - mkdir $(INSTALL_DIR)\site-lisp
142                 if not exist ..\same-dir.tst $(CP_DIR) ..\etc $(INSTALL_DIR)\etc
143                 if not exist ..\same-dir.tst $(CP_DIR) ..\info $(INSTALL_DIR)\info
144                 - $(DEL) ..\same-dir.tst
145                 - $(DEL) $(INSTALL_DIR)\same-dir.tst
148 # Maintenance
150 CLEAN_CMD       = $(MAKE) -f makefile.nt clean
151 clean:;         - $(DEL) *~ *.pdb
152                 - $(DEL_TREE) deleted
153                 - $(DEL_TREE) $(OBJDIR)
154                 - $(DEL_TREE) ..\bin
155                 - $(DEL) ..\etc\DOC ..\etc\DOC-X
156                 - $(DEL) emacs.bat
157                 cd ..\lib-src
158                 $(CLEAN_CMD)
159                 cd ..\src
160                 $(CLEAN_CMD)
161                 cd ..\lisp
162                 $(CLEAN_CMD)
163                 cd ..\nt