1 # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 # 2008 Free Software Foundation, Inc.
5 # This file is part of GNU Emacs.
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
9 # the Free Software Foundation, either version 3 of the License, or
10 # (at your option) any later version.
12 # GNU Emacs is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21 ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacsclient
27 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
28 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \
31 LIBS = $(BASE_LIBS) $(ADVAPI32)
33 $(BLD)/make-docfile.exe: $(BLD)/make-docfile.$(O) $(BLD)/ntlib.$(O)
34 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/make-docfile.$(O) $(BLD)/ntlib.$(O) $(LIBS)
35 $(BLD)/hexl.exe: $(BLD)/hexl.$(O)
36 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/hexl.$(O) $(LIBS)
37 $(BLD)/fakemail.exe: $(BLD)/fakemail.$(O) $(BLD)/ntlib.$(O)
38 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/fakemail.$(O) $(BLD)/ntlib.$(O) $(LIBS)
39 $(BLD)/sorted-doc.exe: $(BLD)/sorted-doc.$(O)
40 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/sorted-doc.$(O) $(LIBS)
41 $(BLD)/digest-doc.exe: $(BLD)/digest-doc.$(O)
42 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/digest-doc.$(O) $(LIBS)
43 $(BLD)/test-distrib.exe: $(BLD)/test-distrib.$(O)
44 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/test-distrib.$(O) $(LIBS)
46 make-docfile: stamp_BLD $(BLD)/make-docfile.exe
47 ctags: stamp_BLD $(BLD)/ctags.exe
48 etags: stamp_BLD $(BLD)/etags.exe
49 ebrowse: stamp_BLD $(BLD)/ebrowse.exe
50 hexl: stamp_BLD $(BLD)/hexl.exe
51 movemail: stamp_BLD $(BLD)/movemail.exe
52 fakemail: stamp_BLD $(BLD)/fakemail.exe
53 sorted-doc: stamp_BLD $(BLD)/sorted-doc.exe
54 digest-doc: stamp_BLD $(BLD)/digest-doc.exe
55 emacsclient: stamp_BLD $(BLD)/emacsclient.exe $(BLD)/emacsclientw.exe
57 test-distrib: stamp_BLD $(BLD)/test-distrib.exe
58 "$(BLD)/test-distrib.exe" "$(SRC)/testfile"
60 GETOPTOBJS = $(BLD)/getopt.$(O) $(BLD)/getopt1.$(O)
61 GETOPTDEPS = $(GETOPTOBJS) getopt.h
62 MOVEMAILOBJS = $(BLD)/movemail.$(O) \
67 $(BLD)/movemail.exe: $(MOVEMAILOBJS) getopt.h
68 # put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib
69 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(MOVEMAILOBJS) $(WSOCK32) $(LIBS)
71 ECLIENT_CFLAGS = -DHAVE_GETCWD -DHAVE_STRERROR -DVERSION="\"$(VERSION)\""
72 ECLIENTOBJS = $(BLD)/emacsclient.$(O) \
76 CLIENTRES = ../nt/$(BLD)/emacsclient.res
78 $(CLIENTRES): ../nt/emacsclient.rc
79 @echo Emacsclient resource file must be built from nt directory
82 $(BLD)/emacsclient.exe: $(ECLIENTOBJS)
83 # put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib
84 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(ECLIENTOBJS) $(WSOCK32) $(USER32) $(COMCTL32) $(LIBS)
86 $(BLD)/emacsclientw.exe: $(ECLIENTOBJS) $(CLIENTRES)
87 # put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib
88 $(LINK) $(LINK_OUT)$@ $(CLIENTRES) -mwindows $(LINK_FLAGS) $(ECLIENTOBJS) $(WSOCK32) $(USER32) $(COMCTL32) $(LIBS)
90 # emacsclient.$(O) depends on makefile.w32-in because makefile.w32-in
91 # can be edited to define VERSION string, which is part of ECLIENT_CFLAGS.
92 $(BLD)/emacsclient.$(O): emacsclient.c makefile.w32-in
93 $(CC) $(CFLAGS) $(ECLIENT_CFLAGS) $(CC_OUT)$@ emacsclient.c
95 ETAGSOBJ = $(BLD)/etags.$(O) \
101 $(BLD)/etags.exe: $(ETAGSOBJ)
102 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(ETAGSOBJ) $(LIBS)
105 EBROWSEOBJ = $(BLD)/ebrowse.$(O) \
107 $(BLD)/getopt1.$(O) \
110 $(BLD)/ebrowse.exe: $(EBROWSEOBJ)
111 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(EBROWSEOBJ) $(LIBS)
113 $(BLD)/regex.$(O): ../src/regex.c ../src/regex.h ../src/config.h
114 $(CC) $(CFLAGS) -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \
115 ../src/regex.c $(CC_OUT)$@
117 ETAGS_CFLAGS = -DHAVE_GETCWD
118 $(BLD)/etags.$(O): etags.c
119 $(CC) $(CFLAGS) $(ETAGS_CFLAGS) $(CC_OUT)$@ etags.c
121 CTAGSOBJ = $(BLD)/ctags.$(O) \
123 $(BLD)/getopt1.$(O) \
127 $(BLD)/ctags.exe: $(CTAGSOBJ)
128 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(CTAGSOBJ) $(LIBS)
132 $(CP) etags.c ctags.c
134 CTAGS_CFLAGS = -DCTAGS $(ETAGS_CFLAGS)
135 $(BLD)/ctags.$(O): ctags.c
136 $(CC) $(CFLAGS) $(CTAGS_CFLAGS) $(CC_OUT)$@ ctags.c
139 # From ..\src\Makefile.in
140 # It doesn't matter if the real name is *.obj for the files in this list,
141 # make-docfile blindly replaces .o with .c anyway. Keep .o in this list
142 # as it is required by code in doc.c.
144 obj = dosfns.o msdos.o \
145 xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
146 mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \
147 w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \
148 w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o \
150 dispnew.o frame.o scroll.o xdisp.o window.o \
151 charset.o coding.o category.o ccl.o character.o chartab.o \
152 cm.o term.o terminal.o xfaces.o \
153 emacs.o keyboard.o macros.o keymap.o sysdep.o \
154 buffer.o filelock.o insdel.o marker.o \
155 minibuf.o fileio.o dired.o filemode.o \
156 cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \
157 alloc.o data.o doc.o editfns.o callint.o \
158 eval.o floatfns.o fns.o print.o lread.o \
159 syntax.o bytecode.o \
160 process.o callproc.o \
161 region-cache.o sound.o atimer.o \
162 doprnt.o strftime.o intervals.o textprop.o composite.o md5.o
165 # These are the lisp files that are loaded up in loadup.el
167 lispsource = ../lisp/
170 $(lispsource)select.elc \
171 $(lispsource)scroll-bar.elc \
172 $(lispsource)mouse.elc
174 $(lispsource)ls-lisp.elc \
175 $(lispsource)disp-table.elc \
176 $(lispsource)w32-fns.elc \
177 $(lispsource)dos-w32.elc \
178 $(lispsource)w32-vars.elc \
179 $(lispsource)term/w32-win.elc
180 TOOLTIP_SUPPORT = $(lispsource)tooltip.elc
182 $(lispsource)fringe.elc \
183 $(lispsource)image.elc \
184 $(lispsource)international/fontset.elc \
185 $(lispsource)dnd.elc \
186 $(lispsource)tool-bar.elc \
187 $(lispsource)mwheel.elc
189 # lisp files that are loaded up on other platforms
190 OTHER_PLATFORM_SUPPORT = \
191 $(lispsource)dos-fns.elc \
192 $(lispsource)dos-vars.elc \
193 $(lispsource)international/ccl.elc \
194 $(lispsource)international/codepage.elc \
195 $(lispsource)vmsproc.el \
196 $(lispsource)vms-patch.el \
197 $(lispsource)x-dnd.elc \
198 $(lispsource)term/x-win.elc
202 $(lispsource)abbrev.elc \
203 $(lispsource)buff-menu.elc \
204 $(lispsource)button.elc \
205 $(lispsource)emacs-lisp/byte-run.elc \
206 $(lispsource)composite.elc \
207 $(lispsource)cus-face.elc \
208 $(lispsource)cus-start.elc \
209 $(lispsource)custom.elc \
210 $(lispsource)emacs-lisp/backquote.elc \
211 $(lispsource)emacs-lisp/lisp-mode.elc \
212 $(lispsource)emacs-lisp/lisp.elc \
213 $(lispsource)env.elc \
214 $(lispsource)faces.elc \
215 $(lispsource)files.elc \
216 $(lispsource)format.elc \
217 $(lispsource)facemenu.elc \
219 $(lispsource)emacs-lisp/float-sup.elc \
220 $(lispsource)frame.elc \
221 $(lispsource)help.elc \
222 $(lispsource)indent.elc \
223 $(lispsource)isearch.elc \
224 $(lispsource)rfn-eshadow.elc \
225 $(lispsource)loadup.el \
226 $(lispsource)loaddefs.el \
227 $(lispsource)bindings.elc \
228 $(lispsource)emacs-lisp/map-ynp.elc \
229 $(lispsource)menu-bar.elc \
230 $(lispsource)international/mule.elc \
231 $(lispsource)international/mule-conf.el \
232 $(lispsource)international/mule-cmds.elc \
233 $(lispsource)international/characters.elc \
234 $(lispsource)international/charprop.el \
235 $(lispsource)case-table.elc
238 $(lispsource)language/chinese.el \
239 $(lispsource)language/cyrillic.el \
240 $(lispsource)language/indian.el \
241 $(lispsource)language/sinhala.el \
242 $(lispsource)language/english.el \
243 $(lispsource)language/ethiopic.elc \
244 $(lispsource)language/european.elc \
245 $(lispsource)language/czech.el \
246 $(lispsource)language/slovak.el \
247 $(lispsource)language/romanian.el \
248 $(lispsource)language/greek.el \
249 $(lispsource)language/hebrew.el \
250 $(lispsource)language/japanese.el \
251 $(lispsource)language/korean.el \
252 $(lispsource)language/lao.el \
253 $(lispsource)language/cham.el \
254 $(lispsource)language/tai-viet.el \
255 $(lispsource)language/thai.el \
256 $(lispsource)language/tibetan.elc \
257 $(lispsource)language/vietnamese.el \
258 $(lispsource)language/misc-lang.el \
259 $(lispsource)language/utf-8-lang.el \
260 $(lispsource)language/georgian.el \
261 $(lispsource)language/khmer.el \
262 $(lispsource)language/burmese.el \
263 $(lispsource)paths.el \
264 $(lispsource)register.elc \
265 $(lispsource)replace.elc \
266 $(lispsource)simple.elc \
267 $(lispsource)startup.elc \
268 $(lispsource)subr.elc \
269 $(lispsource)term/tty-colors.elc \
270 $(lispsource)font-core.elc \
271 $(lispsource)emacs-lisp/syntax.elc \
272 $(lispsource)font-lock.elc \
273 $(lispsource)jit-lock.elc \
274 $(lispsource)textmodes/fill.elc \
275 $(lispsource)textmodes/page.elc \
276 $(lispsource)textmodes/paragraphs.elc \
277 $(lispsource)textmodes/text-mode.elc \
278 $(lispsource)emacs-lisp/timer.elc \
279 $(lispsource)jka-cmpr-hook.elc \
280 $(lispsource)vc-hooks.elc \
281 $(lispsource)ediff-hook.elc \
282 $(lispsource)epa-hook.elc \
286 $(lispsource)widget.elc \
287 $(lispsource)window.elc \
288 $(lispsource)version.el
290 # This is needed the first time we build the tree, since temacs.exe
291 # does not exist yet, and the DOC rule needs it to rebuild DOC whenever
293 ../src/$(BLD)/temacs.exe:
294 - mkdir "../src/$(OBJDIR)"
295 - mkdir "../src/$(BLD)"
296 @echo temacs > temacs.exe
297 $(CP) temacs.exe ../src/$(BLD)
301 $(DOC): stamp_BLD $(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) $(OTHER_PLATFORM_SUPPORT)
303 "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj)
304 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp1)
305 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp2)
306 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(OTHER_PLATFORM_SUPPORT)
307 $(CP) $(DOC) ../etc/DOC-X
308 - mkdir "../src/$(OBJDIR)"
309 - mkdir "../src/$(OBJDIR)/etc"
310 $(CP) $(DOC) ../src/$(OBJDIR)/etc/DOC-X
312 {$(BLD)}.$(O){$(BLD)}.exe:
313 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $*.$(O) $(LIBS)
316 # Build the executables
318 all: stamp_BLD $(ALL) $(DOC)
321 # Assuming INSTALL_DIR is defined, build and install emacs in it.
323 INSTALL_FILES = $(ALL)
324 install: $(INSTALL_FILES)
325 - mkdir "$(INSTALL_DIR)/bin"
326 $(CP) $(BLD)/etags.exe $(INSTALL_DIR)/bin
327 $(CP) $(BLD)/ebrowse.exe $(INSTALL_DIR)/bin
328 $(CP) $(BLD)/ctags.exe $(INSTALL_DIR)/bin
329 $(CP) $(BLD)/hexl.exe $(INSTALL_DIR)/bin
330 $(CP) $(BLD)/movemail.exe $(INSTALL_DIR)/bin
331 $(CP) $(BLD)/sorted-doc.exe $(INSTALL_DIR)/bin
332 $(CP) $(BLD)/digest-doc.exe $(INSTALL_DIR)/bin
333 $(CP) $(BLD)/emacsclient.exe $(INSTALL_DIR)/bin
334 $(CP) $(BLD)/emacsclientw.exe $(INSTALL_DIR)/bin
335 - mkdir "$(INSTALL_DIR)/etc"
336 $(CP) $(DOC) $(INSTALL_DIR)/etc
341 # We used to delete *~ here, but that might inadvertently remove
342 # precious files if it happens to match their short 8+3 aliases.
344 - $(DEL) DOC* $(COMPILER_TEMP_FILES)
347 - $(DEL_TREE) $(OBJDIR)
354 maintainer-clean: distclean
358 - $(DEL_TREE) obj-spd
363 # Headers we would preprocess if we could.
365 ../src/config.h: ../nt/$(CONFIG_H)
366 echo $(CONFIG_H) has changed. Re-run configure.bat.
377 $(BLD)/alloca.$(O) : \
379 $(EMACS_ROOT)/src/s/ms-w32.h \
380 $(EMACS_ROOT)/src/m/intel386.h \
381 $(EMACS_ROOT)/src/config.h \
382 $(EMACS_ROOT)/src/blockinput.h
386 $(EMACS_ROOT)/src/s/ms-w32.h \
387 $(EMACS_ROOT)/src/m/intel386.h \
388 $(EMACS_ROOT)/lib-src/../src/config.h
390 $(BLD)/ctags.$(O) : \
392 $(EMACS_ROOT)/nt/inc/sys/param.h \
393 $(EMACS_ROOT)/src/s/ms-w32.h \
394 $(EMACS_ROOT)/src/m/intel386.h \
395 $(EMACS_ROOT)/lib-src/../src/config.h \
399 $(BLD)/digest-doc.$(O) : \
402 $(BLD)/emacsclient.$(O) : \
403 $(SRC)/emacsclient.c \
404 $(EMACS_ROOT)/src/s/ms-w32.h \
405 $(EMACS_ROOT)/src/m/intel386.h \
406 $(EMACS_ROOT)/lib-src/../src/config.h
408 $(BLD)/etags.$(O) : \
410 $(EMACS_ROOT)/nt/inc/sys/param.h \
411 $(EMACS_ROOT)/src/s/ms-w32.h \
412 $(EMACS_ROOT)/src/m/intel386.h \
413 $(EMACS_ROOT)/lib-src/../src/config.h \
417 $(BLD)/fakemail.$(O) : \
420 $(EMACS_ROOT)/src/s/ms-w32.h \
421 $(EMACS_ROOT)/src/m/intel386.h \
422 $(EMACS_ROOT)/lib-src/../src/config.h \
423 $(EMACS_ROOT)/nt/inc/pwd.h
425 $(BLD)/getdate.$(O) : \
427 $(EMACS_ROOT)/src/s/ms-w32.h \
428 $(EMACS_ROOT)/src/m/intel386.h \
429 $(EMACS_ROOT)/src/config.h \
430 $(MSTOOLS_SYS)/types.h
432 $(BLD)/getopt.$(O) : \
434 $(EMACS_ROOT)/src/s/ms-w32.h \
435 $(EMACS_ROOT)/src/m/intel386.h \
436 $(EMACS_ROOT)/src/config.h \
440 $(BLD)/getopt1.$(O) : \
442 $(EMACS_ROOT)/src/s/ms-w32.h \
443 $(EMACS_ROOT)/src/m/intel386.h \
444 $(EMACS_ROOT)/src/config.h \
450 $(BLD)/leditcfns.$(O) : \
453 $(BLD)/make-docfile.$(O) : \
454 $(SRC)/make-docfile.c \
455 $(EMACS_ROOT)/src/config.h
457 $(BLD)/make-path.$(O) : \
460 $(BLD)/movemail.$(O) : \
462 $(EMACS_ROOT)/src/s/ms-w32.h \
463 $(EMACS_ROOT)/src/m/intel386.h \
464 $(EMACS_ROOT)/lib-src/../src/config.h \
465 $(EMACS_ROOT)/nt/inc/sys/file.h \
466 $(EMACS_ROOT)/lib-src/../src/syswait.h \
467 $(EMACS_ROOT)/nt/inc/pwd.h \
469 $(CC) $(CFLAGS) -DUSG $(CC_OUT)$@ movemail.c
471 $(BLD)/ntlib.$(O) : \
474 $(EMACS_ROOT)/nt/inc/pwd.h
481 $(BLD)/profile.$(O) : \
483 $(EMACS_ROOT)/src/s/ms-w32.h \
484 $(EMACS_ROOT)/src/m/intel386.h \
485 $(EMACS_ROOT)/lib-src/../src/config.h \
486 $(EMACS_ROOT)/lib-src/../src/systime.h
488 $(BLD)/qsort.$(O) : \
491 $(BLD)/sorted-doc.$(O) : \
492 $(SRC)/sorted-doc.c \
493 $(EMACS_ROOT)/src/s/ms-w32.h \
494 $(EMACS_ROOT)/src/m/intel386.h \
495 $(EMACS_ROOT)/src/config.h \
500 $(BLD)/test-distrib.$(O) : \
501 $(SRC)/test-distrib.c
503 $(BLD)/timer.$(O) : \
505 $(EMACS_ROOT)/src/s/ms-w32.h \
506 $(EMACS_ROOT)/src/m/intel386.h \
507 $(EMACS_ROOT)/lib-src/../src/config.h
509 # The following dependencies are for supporting parallel builds, where
510 # we must make sure $(BLD) exists before any compilation starts.
512 $(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O): stamp_BLD
514 $(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O): stamp_BLD
516 $(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS): stamp_BLD
518 $(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O): stamp_BLD
520 $(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O): stamp_BLD