2 # Top level makefile for building GNU Emacs on Windows NT
4 # This file is part of GNU Emacs.
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)
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.
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 ALL = addpm ddeclient runemacs cmdproxy addsection preprep
25 TRES = $(BLD)/emacs.res
27 addpm: $(BLD) $(BLD)/addpm.exe
28 $(BLD)/addpm.exe: $(BLD)/addpm.$(O)
29 $(LINK) $(LINK_OUT)$@ \
30 $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS) $(ADVAPI32) $(USER32)
32 ddeclient: $(BLD) $(BLD)/ddeclient.exe
33 $(BLD)/ddeclient.exe: $(BLD)/ddeclient.$(O)
34 $(LINK) $(LINK_OUT)$@ \
35 $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS) $(ADVAPI32) $(USER32)
37 cmdproxy: $(BLD) $(BLD)/cmdproxy.exe
38 $(BLD)/cmdproxy.exe: $(BLD)/cmdproxy.$(O)
39 $(LINK) $(LINK_OUT)$@ \
40 $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS) $(USER32)
42 addsection: $(BLD) $(BLD)/addsection.exe
43 $(BLD)/addsection.exe: $(BLD)/addsection.$(O)
44 $(LINK) $(LINK_OUT)$@ \
45 $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS) $(USER32)
47 preprep: $(BLD) $(BLD)/preprep.exe
48 $(BLD)/preprep.exe: $(BLD)/preprep.$(O)
49 $(LINK) $(LINK_OUT)$@ \
50 $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS)
53 # The resource file. NT 3.10 requires the use of cvtres; even though
54 # it is not necessary on later versions, it is still ok to use it.
57 $(RC) $(RC_OUT)$(BLD)/emacs.res $(ALL_DEPS)
59 runemacs: $(BLD) $(BLD)/runemacs.exe
60 $(BLD)/runemacs.exe: $(BLD)/runemacs.$(O) $(TRES)
61 $(LINK) $(LINK_OUT)$@ $(SUBSYSTEM_WINDOWS) \
62 $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS) $(ADVAPI32) $(USER32)
65 @echo Using $(THE_SHELL) as shell.
70 all: which-sh $(BLD) $(ALL) all-other-dirs-$(SHELLTYPE)
84 $(MAKE) $(MFLAGS) -C ../lib-src all
85 $(MAKE) $(MFLAGS) -C ../src all
86 $(MAKE) $(MFLAGS) -C ../lisp all
87 $(MAKE) $(MFLAGS) -C ../leim all
89 recompile: recompile-$(SHELLTYPE)
93 $(MAKE) $(MFLAGS) recompile
97 $(MAKE) $(MFLAGS) -C ../lisp recompile
99 bootstrap: $(BLD) $(ALL) bootstrap-$(SHELLTYPE)
103 $(MAKE) $(MFLAGS) bootstrap
104 $(MAKE) $(MFLAGS) bootstrap-clean
106 $(MAKE) $(MFLAGS) bootstrap
110 $(MAKE) $(MFLAGS) -C ../src bootstrap
111 $(MAKE) $(MFLAGS) -C ../src bootstrap-clean
112 $(MAKE) $(MFLAGS) -C ../lisp bootstrap
114 bootstrap-clean: bootstrap-clean-$(SHELLTYPE)
118 $(MAKE) $(MFLAGS) bootstrap-clean
120 $(MAKE) $(MFLAGS) bootstrap-clean
123 $(MAKE) $(MFLAGS) -C ../src bootstrap-clean
124 $(MAKE) $(MFLAGS) -C ../lisp bootstrap-clean
127 - mkdir "$(INSTALL_DIR)"
130 - mkdir "$(INSTALL_DIR)/bin"
133 # Build and install emacs in INSTALL_DIR
135 install: all $(INSTALL_DIR)/bin install-other-dirs-$(SHELLTYPE)
136 - $(CP) $(BLD)/addpm.exe $(INSTALL_DIR)/bin
137 - $(CP) $(BLD)/ddeclient.exe $(INSTALL_DIR)/bin
138 - $(CP) $(BLD)/cmdproxy.exe $(INSTALL_DIR)/bin
139 - $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin
140 - $(CP) ../lib-src/fns-*.el $(INSTALL_DIR)/bin
141 - "$(INSTALL_DIR)/bin/addpm" /q
142 - $(DEL) ../same-dir.tst
143 - $(DEL) $(INSTALL_DIR)/same-dir.tst
144 - mkdir "$(INSTALL_DIR)/etc/icons"
145 - $(CP_DIR) icons $(INSTALL_DIR)/etc/icons
146 echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst"
147 $(IFNOTSAMEDIR) $(MAKE) $(MFLAGS) real_install $(ENDIF)
148 - $(DEL) ../same-dir.tst
149 - $(DEL) $(INSTALL_DIR)/same-dir.tst
151 install-other-dirs-CMD:
153 $(MAKE) $(MFLAGS) install
155 $(MAKE) $(MFLAGS) install
157 $(MAKE) $(MFLAGS) install
159 $(MAKE) $(MFLAGS) install
162 install-other-dirs-SH:
163 $(MAKE) $(MFLAGS) -C ../lib-src install
164 $(MAKE) $(MFLAGS) -C ../src install
165 $(MAKE) $(MFLAGS) -C ../lisp install
166 $(MAKE) $(MFLAGS) -C ../leim install
169 - $(DEL) ../same-dir.tst
170 - $(DEL) $(INSTALL_DIR)/same-dir.tst
171 echo SameDirTest > $(INSTALL_DIR)/same-dir.tst
172 - mkdir "$(INSTALL_DIR)/etc"
173 - mkdir "$(INSTALL_DIR)/info"
174 - mkdir "$(INSTALL_DIR)/lock"
175 - mkdir "$(INSTALL_DIR)/data"
176 - mkdir "$(INSTALL_DIR)/site-lisp"
177 - mkdir "$(INSTALL_DIR)/etc/icons"
178 - $(CP_DIR) icons $(INSTALL_DIR)/etc/icons
179 $(IFNOTSAMEDIR) $(CP_DIR) ../etc $(INSTALL_DIR)/etc $(ENDIF)
180 $(IFNOTSAMEDIR) $(CP_DIR) ../info $(INSTALL_DIR)/info $(ENDIF)
181 - $(DEL) ../same-dir.tst
182 - $(DEL) $(INSTALL_DIR)/same-dir.tst
187 clean: clean-other-dirs-$(SHELLTYPE)
189 - $(DEL_TREE) $(OBJDIR)
190 - $(DEL) ../etc/DOC ../etc/DOC-X
192 clean-other-dirs-CMD:
194 $(MAKE) $(MFLAGS) clean
196 $(MAKE) $(MFLAGS) clean
198 $(MAKE) $(MFLAGS) clean
200 $(MAKE) $(MFLAGS) clean
204 $(MAKE) $(MFLAGS) -C ../lib-src clean
205 $(MAKE) $(MFLAGS) -C ../src clean
206 $(MAKE) $(MFLAGS) -C ../lisp clean
207 $(MAKE) $(MFLAGS) -C ../leim clean
211 - $(DEL_TREE) obj-spd