src/xdisp.c (single_display_spec_string): Correct a FIXME comment.
[emacs.git] / lib-src / makefile.w32-in
blob38d453d525947d0bb0f2eda93213fbf256d049c5
1 #  -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2 # Copyright (C) 2000-2011 Free Software Foundation, Inc.
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 3 of the License, or
9 # (at your option) any later version.
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.  If not, see <http://www.gnu.org/licenses/>.
20 ALL = make-docfile hexl ctags etags movemail ebrowse emacsclient
22 .PHONY: $(ALL)
24 LOCAL_FLAGS     = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
25                   -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../lib \
26                   -I../nt/inc -I../src
28 LIBS            = $(BASE_LIBS) $(ADVAPI32)
30 $(BLD)/make-docfile.exe:        $(BLD)/make-docfile.$(O) $(BLD)/ntlib.$(O)
31                 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/make-docfile.$(O) $(BLD)/ntlib.$(O) $(LIBS)
32 $(BLD)/hexl.exe:                $(BLD)/hexl.$(O)
33                 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/hexl.$(O) $(LIBS)
34 $(BLD)/fakemail.exe:            $(BLD)/fakemail.$(O) $(BLD)/ntlib.$(O)
35                 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/fakemail.$(O) $(BLD)/ntlib.$(O) $(LIBS)
36 $(BLD)/test-distrib.exe: $(BLD)/test-distrib.$(O)
37                 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/test-distrib.$(O) $(LIBS)
39 make-docfile:   stamp_BLD $(BLD)/make-docfile.exe
40 ctags:          stamp_BLD $(BLD)/ctags.exe
41 etags:          stamp_BLD $(BLD)/etags.exe
42 ebrowse:        stamp_BLD $(BLD)/ebrowse.exe
43 hexl:           stamp_BLD $(BLD)/hexl.exe
44 movemail:       stamp_BLD $(BLD)/movemail.exe
45 fakemail:       stamp_BLD $(BLD)/fakemail.exe
46 emacsclient:    stamp_BLD $(BLD)/emacsclient.exe $(BLD)/emacsclientw.exe
48 test-distrib:   stamp_BLD $(BLD)/test-distrib.exe
49         "$(BLD)/test-distrib.exe" "$(SRC)/testfile"
51 MOVEMAILOBJS =  $(BLD)/movemail.$(O) \
52                 $(BLD)/pop.$(O) \
53                 ../lib/$(BLD)/libgnu.$(A) \
54                 $(BLD)/ntlib.$(O)
56 $(BLD)/movemail.exe:    $(MOVEMAILOBJS) ../lib/getopt.h
57 # put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib
58                 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(MOVEMAILOBJS) $(WSOCK32) $(LIBS)
60 ECLIENT_CFLAGS = -DHAVE_GETCWD -DHAVE_STRERROR
61 ECLIENTOBJS =   $(BLD)/emacsclient.$(O) \
62                 $(BLD)/ntlib.$(O) \
63                 ../lib/$(BLD)/libgnu.$(A)
64 CLIENTRES =     ../nt/$(BLD)/emacsclient.res
66 $(CLIENTRES):   ../nt/emacsclient.rc
67         @echo Emacsclient resource file must be built from nt directory
68         @exit -1
70 $(BLD)/emacsclient.exe:         $(ECLIENTOBJS)
71 # put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib
72                 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(ECLIENTOBJS) $(WSOCK32) $(USER32) $(COMCTL32) $(LIBS)
74 $(BLD)/emacsclientw.exe:        $(ECLIENTOBJS) $(CLIENTRES)
75 # put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib
76                 $(LINK) $(LINK_OUT)$@ $(CLIENTRES) -mwindows $(LINK_FLAGS) $(ECLIENTOBJS) $(WSOCK32) $(USER32) $(COMCTL32) $(LIBS)
78 $(BLD)/emacsclient.$(O):        emacsclient.c
79                 $(CC) $(CFLAGS) $(ECLIENT_CFLAGS) $(CC_OUT)$@ emacsclient.c
81 ETAGSOBJ      = $(BLD)/etags.$(O) \
82                 ../lib/$(BLD)/libgnu.$(A) \
83                 $(BLD)/ntlib.$(O) \
84                 $(BLD)/regex.$(O)
86 $(BLD)/etags.exe:       $(ETAGSOBJ)
87                 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(ETAGSOBJ) $(LIBS)
90 EBROWSEOBJ    = $(BLD)/ebrowse.$(O) \
91                 ../lib/$(BLD)/libgnu.$(A) \
92                 $(BLD)/ntlib.$(O)
94 $(BLD)/ebrowse.exe:     $(EBROWSEOBJ)
95                 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(EBROWSEOBJ) $(LIBS)
97 $(BLD)/regex.$(O): ../src/regex.c ../src/regex.h ../src/config.h
98                 $(CC)  $(CFLAGS) -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \
99                 ../src/regex.c $(CC_OUT)$@
101 ETAGS_CFLAGS  = -DHAVE_GETCWD -DEMACS_NAME="\"GNU Emacs\""
102 $(BLD)/etags.$(O): etags.c
103                 $(CC) $(CFLAGS) $(ETAGS_CFLAGS) $(CC_OUT)$@ etags.c
105 CTAGSOBJ      = $(BLD)/ctags.$(O) \
106                 ../lib/$(BLD)/libgnu.$(A) \
107                 $(BLD)/ntlib.$(O) \
108                 $(BLD)/regex.$(O)
110 $(BLD)/ctags.exe:  $(CTAGSOBJ)
111                 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(CTAGSOBJ) $(LIBS)
113 ctags.c:        etags.c
114                 - $(DEL) ctags.c
115                 $(CP) etags.c ctags.c
117 CTAGS_CFLAGS  = -DCTAGS $(ETAGS_CFLAGS) -DEMACS_NAME="\"GNU Emacs\""
118 $(BLD)/ctags.$(O): ctags.c
119                 $(CC) $(CFLAGS) $(CTAGS_CFLAGS) $(CC_OUT)$@ ctags.c
122 # From ..\src\Makefile.in
123 # It doesn't matter if the real name is *.obj for the files in this list,
124 # make-docfile blindly replaces .o with .c anyway.  Keep .o in this list
125 # as it is required by code in doc.c.
127 obj =   dosfns.o msdos.o \
128         xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
129         fontset.o menu.o \
130         w32.o w32console.o w32fns.o w32heap.o w32inevt.o \
131         w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o \
132         font.o w32font.o w32uniscribe.o \
133         dispnew.o frame.o scroll.o xdisp.o window.o bidi.o \
134         charset.o coding.o category.o ccl.o character.o chartab.o \
135         cm.o term.o terminal.o xfaces.o \
136         emacs.o keyboard.o macros.o keymap.o sysdep.o \
137         buffer.o filelock.o insdel.o marker.o \
138         minibuf.o fileio.o dired.o \
139         cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \
140         alloc.o data.o doc.o editfns.o callint.o \
141         eval.o floatfns.o fns.o print.o lread.o \
142         syntax.o bytecode.o \
143         process.o callproc.o unexw32.o \
144         region-cache.o sound.o atimer.o \
145         doprnt.o intervals.o textprop.o composite.o \
146         gnutls.o
149 # These are the lisp files that are loaded up in loadup.el
151 lispsource = ../lisp/
153 MOUSE_SUPPORT = \
154         $(lispsource)select.elc \
155         $(lispsource)scroll-bar.elc \
156         $(lispsource)mouse.elc
157 WINNT_SUPPORT = \
158         $(lispsource)ls-lisp.elc \
159         $(lispsource)disp-table.elc \
160         $(lispsource)w32-fns.elc \
161         $(lispsource)dos-w32.elc \
162         $(lispsource)w32-vars.elc \
163         $(lispsource)term/common-win.elc \
164         $(lispsource)term/w32-win.elc
165 TOOLTIP_SUPPORT = $(lispsource)tooltip.elc
166 WINDOW_SUPPORT = \
167         $(lispsource)fringe.elc \
168         $(lispsource)image.elc \
169         $(lispsource)international/fontset.elc \
170         $(lispsource)dnd.elc \
171         $(lispsource)tool-bar.elc \
172         $(lispsource)mwheel.elc
174 # lisp files that are loaded up on other platforms
175 OTHER_PLATFORM_SUPPORT = \
176         $(lispsource)dos-fns.elc \
177         $(lispsource)dos-vars.elc \
178         $(lispsource)term/internal.elc \
179         $(lispsource)term/pc-win.elc \
180         $(lispsource)x-dnd.elc \
181         $(lispsource)term/x-win.elc \
182         $(lispsource)term/ns-win.elc
185 lisp1= \
186         $(lispsource)abbrev.elc \
187         $(lispsource)buff-menu.elc \
188         $(lispsource)button.elc \
189         $(lispsource)emacs-lisp/byte-run.elc \
190         $(lispsource)composite.elc \
191         $(lispsource)cus-face.elc \
192         $(lispsource)cus-start.elc \
193         $(lispsource)custom.elc \
194         $(lispsource)emacs-lisp/backquote.elc \
195         $(lispsource)emacs-lisp/lisp-mode.elc \
196         $(lispsource)emacs-lisp/lisp.elc \
197         $(lispsource)env.elc \
198         $(lispsource)faces.elc \
199         $(lispsource)files.elc \
200         $(lispsource)format.elc \
201         $(lispsource)facemenu.elc \
202         $(MOUSE_SUPPORT) \
203         $(lispsource)emacs-lisp/float-sup.elc \
204         $(lispsource)frame.elc \
205         $(lispsource)help.elc \
206         $(lispsource)indent.elc \
207         $(lispsource)isearch.elc \
208         $(lispsource)rfn-eshadow.elc \
209         $(lispsource)loadup.el \
210         $(lispsource)loaddefs.el \
211         $(lispsource)bindings.elc \
212         $(lispsource)emacs-lisp/map-ynp.elc \
213         $(lispsource)menu-bar.elc \
214         $(lispsource)international/mule.elc \
215         $(lispsource)international/mule-conf.el \
216         $(lispsource)international/mule-cmds.elc \
217         $(lispsource)international/characters.elc \
218         $(lispsource)international/charprop.el \
219         $(lispsource)case-table.elc
221 lisp2 = \
222         $(lispsource)language/chinese.el \
223         $(lispsource)language/cyrillic.el \
224         $(lispsource)language/indian.el \
225         $(lispsource)language/sinhala.el \
226         $(lispsource)language/english.el \
227         $(lispsource)language/ethiopic.elc \
228         $(lispsource)language/european.elc \
229         $(lispsource)language/czech.el \
230         $(lispsource)language/slovak.el \
231         $(lispsource)language/romanian.el \
232         $(lispsource)language/greek.el \
233         $(lispsource)language/hebrew.elc \
234         $(lispsource)language/japanese.el \
235         $(lispsource)language/korean.el \
236         $(lispsource)language/lao.el \
237         $(lispsource)language/cham.el \
238         $(lispsource)language/tai-viet.el \
239         $(lispsource)language/thai.el \
240         $(lispsource)language/tibetan.elc \
241         $(lispsource)language/vietnamese.el \
242         $(lispsource)language/misc-lang.el \
243         $(lispsource)language/utf-8-lang.el \
244         $(lispsource)language/georgian.el \
245         $(lispsource)language/khmer.el \
246         $(lispsource)language/burmese.el \
247         $(lispsource)paths.el \
248         $(lispsource)register.elc \
249         $(lispsource)replace.elc \
250         $(lispsource)simple.elc \
251         $(lispsource)minibuffer.elc \
252         $(lispsource)startup.elc \
253         $(lispsource)subr.elc \
254         $(lispsource)term/tty-colors.elc \
255         $(lispsource)font-core.elc \
256         $(lispsource)emacs-lisp/syntax.elc \
257         $(lispsource)font-lock.elc \
258         $(lispsource)jit-lock.elc \
259         $(lispsource)textmodes/fill.elc \
260         $(lispsource)textmodes/page.elc \
261         $(lispsource)textmodes/paragraphs.elc \
262         $(lispsource)textmodes/text-mode.elc \
263         $(lispsource)emacs-lisp/timer.elc \
264         $(lispsource)jka-cmpr-hook.elc \
265         $(lispsource)vc/vc-hooks.elc \
266         $(lispsource)vc/ediff-hook.elc \
267         $(lispsource)epa-hook.elc \
268         $(TOOLTIP_SUPPORT) \
269         $(WINNT_SUPPORT) \
270         $(WINDOW_SUPPORT) \
271         $(lispsource)widget.elc \
272         $(lispsource)window.elc \
273         $(lispsource)version.el
275 # Used by batch-update-autoloads.
276 echolisp:
277         @echo $(lisp1)
278         @echo $(lisp2)
280 # This is needed the first time we build the tree, since temacs.exe
281 # does not exist yet, and the DOC rule needs it to rebuild DOC whenever
282 # Emacs is rebuilt.
283 ../src/$(BLD)/temacs.exe:
284         - mkdir "../src/$(OBJDIR)"
285         - mkdir "../src/$(BLD)"
286         @echo temacs > temacs.exe
287         $(CP) temacs.exe ../src/$(BLD)
288         - $(DEL) temacs.exe
290 DOC           = DOC
291 $(DOC):         stamp_BLD $(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) $(OTHER_PLATFORM_SUPPORT)
292                 - $(DEL) $(DOC)
293                 "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj)
294                 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp1)
295                 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp2)
296                 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(OTHER_PLATFORM_SUPPORT)
297                 $(CP) $(DOC) ../etc/DOC-X
298                 - mkdir "../src/$(OBJDIR)"
299                 - mkdir "../src/$(OBJDIR)/etc"
300                 $(CP) $(DOC) ../src/$(OBJDIR)/etc/DOC-X
302 {$(BLD)}.$(O){$(BLD)}.exe:
303                 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $*.$(O) $(LIBS)
306 # Build the executables
308 all:            stamp_BLD $(ALL) $(DOC)
311 # Assuming INSTALL_DIR is defined, build and install emacs in it.
313 INSTALL_FILES = $(ALL)
314 install:        $(INSTALL_FILES)
315                 - mkdir "$(INSTALL_DIR)/bin"
316                 $(CP) $(BLD)/etags.exe $(INSTALL_DIR)/bin
317                 $(CP) $(BLD)/ebrowse.exe $(INSTALL_DIR)/bin
318                 $(CP) $(BLD)/ctags.exe $(INSTALL_DIR)/bin
319                 $(CP) $(BLD)/hexl.exe $(INSTALL_DIR)/bin
320                 $(CP) $(BLD)/movemail.exe $(INSTALL_DIR)/bin
321                 $(CP) $(BLD)/emacsclient.exe $(INSTALL_DIR)/bin
322                 $(CP) $(BLD)/emacsclientw.exe $(INSTALL_DIR)/bin
323                 - mkdir "$(INSTALL_DIR)/etc"
324                 $(CP) $(DOC) $(INSTALL_DIR)/etc
327 # Maintenance
329 # We used to delete *~ here, but that might inadvertently remove
330 # precious files if it happens to match their short 8+3 aliases.
331 clean:
332                 - $(DEL) DOC* $(COMPILER_TEMP_FILES)
333                 - $(DEL) ctags.c
334                 - $(DEL_TREE) $(OBJDIR)
335                 - $(DEL) stamp_BLD
336                 - $(DEL) echolisp.tmp
338 distclean: cleanall
339         - $(DEL) TAGS
340         - $(DEL) Makefile
342 maintainer-clean: distclean
344 cleanall:       clean
345                 - $(DEL_TREE) obj
346                 - $(DEL_TREE) obj-spd
347                 - $(DEL_TREE) oo
348                 - $(DEL_TREE) oo-spd
351 # Headers we would preprocess if we could.
353 ../src/config.h:        ../nt/$(CONFIG_H)
354                         $(DEL) $@
355                         echo $(CONFIG_H) has changed.  Re-run configure.bat.
356                         exit -1
358 ### TAGS ###
360 TAGS: $(BLD)/etags.exe *.c *.h
361         $(BLD)/etags.exe *.c *.h
363 ### DEPENDENCIES ###
365 EMACS_ROOT      = ..
366 SRC             = .
368 $(BLD)/alloca.$(O) : \
369         $(SRC)/alloca.c \
370         $(EMACS_ROOT)/src/s/ms-w32.h \
371         $(EMACS_ROOT)/src/m/intel386.h \
372         $(EMACS_ROOT)/src/config.h \
373         $(EMACS_ROOT)/src/blockinput.h
375 $(BLD)/ctags.$(O) : \
376         $(SRC)/ctags.c \
377         $(EMACS_ROOT)/nt/inc/sys/param.h \
378         $(EMACS_ROOT)/nt/inc/sys/stat.h \
379         $(EMACS_ROOT)/src/s/ms-w32.h \
380         $(EMACS_ROOT)/src/m/intel386.h \
381         $(EMACS_ROOT)/lib-src/../src/config.h \
382         $(SRC)/ntlib.h \
383         $(EMACS_ROOT)/lib/getopt.h
385 $(BLD)/ebrowse.$(O) : \
386         $(SRC)/ebrowse.c \
387         $(EMACS_ROOT)/lib/min-max.h \
388         $(EMACS_ROOT)/src/s/ms-w32.h \
389         $(EMACS_ROOT)/src/m/intel386.h \
390         $(EMACS_ROOT)/lib-src/../src/config.h
392 $(BLD)/emacsclient.$(O) : \
393         $(SRC)/emacsclient.c \
394         $(EMACS_ROOT)/nt/inc/sys/stat.h \
395         $(EMACS_ROOT)/src/s/ms-w32.h \
396         $(EMACS_ROOT)/src/m/intel386.h \
397         $(EMACS_ROOT)/lib-src/../src/config.h
399 $(BLD)/etags.$(O) : \
400         $(SRC)/etags.c \
401         $(EMACS_ROOT)/nt/inc/sys/param.h \
402         $(EMACS_ROOT)/nt/inc/sys/stat.h \
403         $(EMACS_ROOT)/src/s/ms-w32.h \
404         $(EMACS_ROOT)/src/m/intel386.h \
405         $(EMACS_ROOT)/lib-src/../src/config.h \
406         $(SRC)/ntlib.h \
407         $(EMACS_ROOT)/lib/getopt.h
409 $(BLD)/fakemail.$(O) : \
410         $(SRC)/fakemail.c \
411         $(SRC)/ntlib.h \
412         $(EMACS_ROOT)/src/s/ms-w32.h \
413         $(EMACS_ROOT)/src/m/intel386.h \
414         $(EMACS_ROOT)/lib-src/../src/config.h \
415         $(EMACS_ROOT)/nt/inc/pwd.h
417 $(BLD)/getdate.$(O) : \
418         $(SRC)/getdate.c \
419         $(EMACS_ROOT)/src/s/ms-w32.h \
420         $(EMACS_ROOT)/src/m/intel386.h \
421         $(EMACS_ROOT)/src/config.h \
422         $(MSTOOLS_SYS)/types.h
424 $(BLD)/hexl.$(O) : \
425         $(SRC)/hexl.c
427 $(BLD)/leditcfns.$(O) : \
428         $(SRC)/leditcfns.c
430 $(BLD)/make-docfile.$(O) : \
431         $(SRC)/make-docfile.c \
432         $(EMACS_ROOT)/src/config.h
434 $(BLD)/make-path.$(O) : \
435         $(SRC)/make-path.c
437 $(BLD)/movemail.$(O) : \
438         $(SRC)/movemail.c \
439         $(EMACS_ROOT)/src/s/ms-w32.h \
440         $(EMACS_ROOT)/src/m/intel386.h \
441         $(EMACS_ROOT)/lib-src/../src/config.h \
442         $(EMACS_ROOT)/nt/inc/sys/file.h \
443         $(EMACS_ROOT)/nt/inc/sys/stat.h \
444         $(EMACS_ROOT)/lib-src/../src/syswait.h \
445         $(EMACS_ROOT)/nt/inc/pwd.h \
446         $(SRC)/ntlib.h
447         $(CC) $(CFLAGS) -DUSG $(CC_OUT)$@ movemail.c
449 $(BLD)/ntlib.$(O) : \
450         $(SRC)/ntlib.c \
451         $(SRC)/ntlib.h \
452         $(EMACS_ROOT)/nt/inc/sys/stat.h \
453         $(EMACS_ROOT)/nt/inc/pwd.h
455 $(BLD)/pop.$(O) : \
456         $(SRC)/pop.c \
457         $(SRC)/pop.h \
458         $(EMACS_ROOT)/lib/min-max.h \
459         $(SRC)/ntlib.h
461 $(BLD)/profile.$(O) : \
462         $(SRC)/profile.c \
463         $(EMACS_ROOT)/src/s/ms-w32.h \
464         $(EMACS_ROOT)/src/m/intel386.h \
465         $(EMACS_ROOT)/lib-src/../src/config.h \
466         $(EMACS_ROOT)/lib-src/../src/systime.h
468 $(BLD)/qsort.$(O) : \
469         $(SRC)/qsort.c
471 $(BLD)/tcp.$(O) : \
472         $(SRC)/tcp.c
474 $(BLD)/test-distrib.$(O) : \
475         $(SRC)/test-distrib.c
477 $(BLD)/timer.$(O) : \
478         $(SRC)/timer.c \
479         $(EMACS_ROOT)/src/s/ms-w32.h \
480         $(EMACS_ROOT)/src/m/intel386.h \
481         $(EMACS_ROOT)/lib-src/../src/config.h
483 # The following dependencies are for supporting parallel builds, where
484 # we must make sure $(BLD) exists before any compilation starts.
486 $(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O): stamp_BLD
488 $(BLD)/test-distrib.$(O) $(MOVEMAILOBJS): stamp_BLD
490 $(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O): stamp_BLD
492 $(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O): stamp_BLD