*** empty log message ***
[emacs/old-mirror.git] / src / makefile.w32-in
blobe3898e8e5ef9a8c554151cb69145019398317af3
1 #  Makefile for GNU Emacs on the Microsoft W32 API.
2 #  Copyright (c) 1992-2000 Free Software Foundation, Inc.
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 the
18 #  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 #  Boston, MA 02111-1307, USA.
22 ALL = emacs
24 .PHONY: $(ALL)
27 # HAVE_CONFIG_H is required by some generic gnu sources stuck into
28 # the emacs source tree.
30 LOCAL_FLAGS     = -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 $(EMACS_EXTRA_C_FLAGS)
32 EMACS           = $(BLD)/emacs.exe
33 TEMACS          = $(BLD)/temacs.exe
34 TEMACS_TMP      = $(BLD)/temacs.bin
35 TLIB0           = $(BLD)/temacs0.$(A)
36 TLIB1           = $(BLD)/temacs1.$(A)
37 TLIBW32         = $(BLD)/temacw32.$(A)
38 TOBJ            = $(BLD)/firstfile.$(O)
39 TRES            = $(BLD)/emacs.res
40 TLASTLIB        = $(BLD)/lastfile.$(A)
42 FULL_LINK_FLAGS      = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK)
45 # Split up the objects into two sets so that we don't run out of
46 # command line space when we link them into a library.
48 # Put emacs.$(O) in a separate lib, since we need to have firstfile.$(O)
49 # as the "main" object file when linking.
51 OBJ0 =  $(BLD)/emacs.$(O)
53 OBJ1 =  $(BLD)/abbrev.$(O)                      \
54         $(BLD)/alloc.$(O)                       \
55         $(BLD)/alloca.$(O)                      \
56         $(BLD)/atimer.$(O)                      \
57         $(BLD)/buffer.$(O)                      \
58         $(BLD)/bytecode.$(O)                    \
59         $(BLD)/callint.$(O)                     \
60         $(BLD)/callproc.$(O)                    \
61         $(BLD)/casefiddle.$(O)                  \
62         $(BLD)/cm.$(O)                          \
63         $(BLD)/cmds.$(O)                        \
64         $(BLD)/data.$(O)                        \
65         $(BLD)/dired.$(O)                       \
66         $(BLD)/dispnew.$(O)                     \
67         $(BLD)/doc.$(O)                         \
68         $(BLD)/doprnt.$(O)                      \
69         $(BLD)/editfns.$(O)                     \
70         $(BLD)/eval.$(O)                        \
71         $(BLD)/fileio.$(O)                      \
72         $(BLD)/filelock.$(O)                    \
73         $(BLD)/filemode.$(O)                    \
74         $(BLD)/fns.$(O)                         \
75         $(BLD)/indent.$(O)                      \
76         $(BLD)/insdel.$(O)                      \
77         $(BLD)/keyboard.$(O)                    \
78         $(BLD)/keymap.$(O)                      \
79         $(BLD)/lread.$(O)                       \
80         $(BLD)/macros.$(O)                      \
81         $(BLD)/marker.$(O)                      \
82         $(BLD)/minibuf.$(O)                     \
83         $(BLD)/mocklisp.$(O)                    \
84         $(BLD)/w32.$(O)                         \
85         $(BLD)/w32heap.$(O)                     \
86         $(BLD)/w32inevt.$(O)                    \
87         $(BLD)/w32proc.$(O)                     \
88         $(BLD)/w32console.$(O)                  \
89         $(BLD)/print.$(O)                       \
90         $(BLD)/process.$(O)                     \
91         $(BLD)/regex.$(O)                       \
92         $(BLD)/scroll.$(O)                      \
93         $(BLD)/search.$(O)                      \
94         $(BLD)/syntax.$(O)                      \
95         $(BLD)/sysdep.$(O)                      \
96         $(BLD)/term.$(O)                        \
97         $(BLD)/termcap.$(O)                     \
98         $(BLD)/tparam.$(O)                      \
99         $(BLD)/undo.$(O)                        \
100         $(BLD)/unexw32.$(O)                     \
101         $(BLD)/window.$(O)                      \
102         $(BLD)/xdisp.$(O)                       \
103         $(BLD)/casetab.$(O)                     \
104         $(BLD)/floatfns.$(O)                    \
105         $(BLD)/frame.$(O)                       \
106         $(BLD)/gmalloc.$(O)                     \
107         $(BLD)/intervals.$(O)                   \
108         $(BLD)/composite.$(O)                   \
109         $(BLD)/ralloc.$(O)                      \
110         $(BLD)/textprop.$(O)                    \
111         $(BLD)/vm-limit.$(O)                    \
112         $(BLD)/region-cache.$(O)                \
113         $(BLD)/strftime.$(O)                    \
114         $(BLD)/charset.$(O)                     \
115         $(BLD)/coding.$(O)                      \
116         $(BLD)/category.$(O)                    \
117         $(BLD)/ccl.$(O)                         \
118         $(BLD)/fontset.$(O)
120 WIN32OBJ = $(BLD)/w32term.$(O)                  \
121            $(BLD)/w32xfns.$(O)                  \
122            $(BLD)/w32fns.$(O)                   \
123            $(BLD)/xfaces.$(O)                   \
124            $(BLD)/w32select.$(O)                \
125            $(BLD)/w32menu.$(O)                  \
126            $(BLD)/w32reg.$(O)                   \
127            $(BLD)/w32bdf.$(O)
129 LIBS =  $(TLIB0)        \
130         $(TLIB1)        \
131         $(TLIBW32)      \
132         $(TLASTLIB)     \
133         $(ADVAPI32)     \
134         $(GDI32)        \
135         $(COMDLG32)     \
136         $(USER32)       \
137         $(MPR)          \
138         $(SHELL32)      \
139         $(libc)
142 # Build the executable and dump it.
144 all:            $(ALL)
147 # The dumped executable
149 emacs:          $(BLD) $(EMACS)
150 $(EMACS):       $(DOC) $(TEMACS)
151         "./$(BLD)/temacs.exe" -batch -l loadup dump
154 # The undumped executable
155 # Note the extra post-link step to insert a static preload heap section.
156 # If preload runs out of memory, increase the last argument to addsection
157 # (it is the preload heap size in MB).
159 temacs:         $(BLD) $(TEMACS)
160 $(TEMACS):      $(TLIB0) $(TLIB1) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES)
161         $(LINK) $(LINK_OUT)$(TEMACS_TMP) $(FULL_LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS)
162         "../nt/$(BLD)/addsection" "$(TEMACS_TMP)" "$(TEMACS)" EMHEAP 16
164 bootstrap: bootstrap-emacs
167 # Build a temacs with a sufficiently large PURESIZE to load the
168 # Lisp files from loadup.el in source form.
170 bootstrap-temacs: bootstrap-clean
171         $(MAKE) $(MFLAGS) temacs CFLAGS=$(ARGQUOTE)$(CFLAGS) -DPURESIZE=5000000$(ARGQUOTE)
174 # Dump an Emacs executable named bootstrap-emacs containing the 
175 # files from loadup.el in source form.
177 bootstrap-emacs: bootstrap-temacs
178         "./$(BLD)/temacs.exe" -batch -l loadup bootstrap
179         - mkdir "../bin"
180         $(CP) $(EMACS) ../bin
183 # Force recompile of files that depend on PURESIZE
185 bootstrap-clean:
186         - $(DEL) $(BLD)/alloc.$(O)
187         - $(DEL) $(BLD)/data.$(O)
188         - $(DEL) $(BLD)/intervals.$(O)
189         - $(DEL) $(BLD)/keyboard.$(O)
190         - $(DEL) $(BLD)/keymap.$(O)
193 # The resource file.  NT 3.10 requires the use of cvtres; even though
194 # it is not necessary on later versions, it is still ok to use it.
196 $(TRES): ../nt/emacs.rc
197         $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS)
200 # Build the library.  Split up the build into two phases...otherwise we 
201 # run out of command line space.
203 $(TLIB0):       $(OBJ0)
204         - $(DEL) $@
205         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
206 $(TLIB1):       $(OBJ1)
207         - $(DEL) $@
208         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
209 $(TLIBW32):     $(WIN32OBJ)
210         - $(DEL) $@
211         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
214 # Place lastfile.$(O) in its own library so that it can be loaded after
215 # the source libraries but before any system libraries.  Doing so defines
216 # the end of Emacs' data section portably across compilers and systems.
218 $(TLASTLIB):    $(BLD)/lastfile.$(O)
219         - $(DEL) $@
220         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
223 # Assuming INSTALL_DIR is defined, build and install emacs in it.
225 install:        $(ALL)
226         - mkdir "$(INSTALL_DIR)/bin"
227         $(CP) $(EMACS) $(INSTALL_DIR)/bin
230 # Maintenance
232 clean:
233         - $(DEL) *~ "s/*~" "m/*~"
234         - $(DEL) *.pdb
235         - $(DEL_TREE) $(OBJDIR)
237 distclean:      clean
238         - $(DEL) config.h epaths.h
240 cleanall:       clean
241         - $(DEL_TREE) obj
242         - $(DEL_TREE) obj-spd
243         - $(DEL_TREE) oo
244         - $(DEL_TREE) oo-spd
246 ### DEPENDENCIES ###
248 EMACS_ROOT      = ..
249 SRC             = .
251 $(BLD)/abbrev.$(O) : \
252         $(SRC)/abbrev.c \
253         $(EMACS_ROOT)/src/s/ms-w32.h \
254         $(EMACS_ROOT)/src/m/intel386.h \
255         $(EMACS_ROOT)/src/config.h \
256         $(SRC)/commands.h \
257         $(SRC)/buffer.h \
258         $(SRC)/window.h
260 $(BLD)/alloc.$(O) : \
261         $(SRC)/alloc.c \
262         $(EMACS_ROOT)/src/s/ms-w32.h \
263         $(EMACS_ROOT)/src/m/intel386.h \
264         $(EMACS_ROOT)/src/config.h \
265         $(SRC)/dispextern.h \
266         $(SRC)/w32gui.h \
267         $(SRC)/intervals.h \
268         $(SRC)/composite.h \
269         $(SRC)/puresize.h \
270         $(SRC)/buffer.h \
271         $(SRC)/window.h \
272         $(SRC)/frame.h \
273         $(SRC)/blockinput.h \
274         $(SRC)/syssignal.h
276 $(BLD)/alloca.$(O) : \
277         $(SRC)/alloca.c \
278         $(EMACS_ROOT)/src/s/ms-w32.h \
279         $(EMACS_ROOT)/src/m/intel386.h \
280         $(EMACS_ROOT)/src/config.h \
281         $(SRC)/s/ms-w32.h \
282         $(SRC)/m/intel386.h \
283         $(SRC)/config.h \
284         $(SRC)/blockinput.h
286 $(BLD)/atimer.$(O) : \
287         $(SRC)/atimer.c \
288         $(EMACS_ROOT)/src/s/ms-w32.h \
289         $(EMACS_ROOT)/src/m/intel386.h \
290         $(EMACS_ROOT)/src/config.h \
291         $(SRC)/s/ms-w32.h \
292         $(SRC)/m/intel386.h \
293         $(SRC)/config.h \
294         $(SRC)/atimer.h \
295         $(SRC)/syssignal.h \
296         $(SRC)/systime.h \
297         $(SRC)/blockinput.h
299 $(BLD)/buffer.$(O) : \
300         $(SRC)/buffer.c \
301         $(EMACS_ROOT)/nt/inc/sys/param.h \
302         $(EMACS_ROOT)/src/s/ms-w32.h \
303         $(EMACS_ROOT)/src/m/intel386.h \
304         $(EMACS_ROOT)/src/config.h \
305         $(SRC)/dispextern.h \
306         $(SRC)/w32gui.h \
307         $(SRC)/intervals.h \
308         $(SRC)/composite.h \
309         $(SRC)/frame.h \
310         $(SRC)/window.h \
311         $(SRC)/commands.h \
312         $(SRC)/buffer.h \
313         $(SRC)/indent.h \
314         $(SRC)/blockinput.h \
315         $(SRC)/region-cache.h
317 $(BLD)/bytecode.$(O) : \
318         $(SRC)/bytecode.c \
319         $(EMACS_ROOT)/src/s/ms-w32.h \
320         $(EMACS_ROOT)/src/m/intel386.h \
321         $(EMACS_ROOT)/src/config.h \
322         $(SRC)/buffer.h \
323         $(SRC)/syntax.h
325 $(BLD)/callint.$(O) : \
326         $(SRC)/callint.c \
327         $(EMACS_ROOT)/src/s/ms-w32.h \
328         $(EMACS_ROOT)/src/m/intel386.h \
329         $(EMACS_ROOT)/src/config.h \
330         $(SRC)/buffer.h \
331         $(SRC)/commands.h \
332         $(SRC)/keyboard.h \
333         $(SRC)/window.h \
334         $(SRC)/mocklisp.h
336 $(BLD)/callproc.$(O) : \
337         $(SRC)/callproc.c \
338         $(EMACS_ROOT)/src/s/ms-w32.h \
339         $(EMACS_ROOT)/src/m/intel386.h \
340         $(EMACS_ROOT)/src/config.h \
341         $(SRC)/msdos.h \
342         $(EMACS_ROOT)/nt/inc/sys/param.h \
343         $(SRC)/commands.h \
344         $(SRC)/buffer.h \
345         $(SRC)/process.h \
346         $(SRC)/syssignal.h \
347         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
348         $(EMACS_ROOT)/nt/inc/sys/file.h \
349         $(SRC)/systty.h
351 $(BLD)/casefiddle.$(O) : \
352         $(SRC)/casefiddle.c \
353         $(EMACS_ROOT)/src/s/ms-w32.h \
354         $(EMACS_ROOT)/src/m/intel386.h \
355         $(EMACS_ROOT)/src/config.h \
356         $(SRC)/buffer.h \
357         $(SRC)/commands.h \
358         $(SRC)/syntax.h
360 $(BLD)/casetab.$(O) : \
361         $(SRC)/casetab.c \
362         $(EMACS_ROOT)/src/s/ms-w32.h \
363         $(EMACS_ROOT)/src/m/intel386.h \
364         $(EMACS_ROOT)/src/config.h \
365         $(SRC)/buffer.h
367 $(BLD)/cm.$(O) : \
368         $(SRC)/cm.c \
369         $(EMACS_ROOT)/src/s/ms-w32.h \
370         $(EMACS_ROOT)/src/m/intel386.h \
371         $(EMACS_ROOT)/src/config.h \
372         $(SRC)/cm.h \
373         $(SRC)/termhooks.h
375 $(BLD)/cmds.$(O) : \
376         $(SRC)/cmds.c \
377         $(EMACS_ROOT)/src/s/ms-w32.h \
378         $(EMACS_ROOT)/src/m/intel386.h \
379         $(EMACS_ROOT)/src/config.h \
380         $(SRC)/commands.h \
381         $(SRC)/buffer.h \
382         $(SRC)/syntax.h
384 $(BLD)/composite.$(O) : \
385         $(SRC)/composite.c \
386         $(SRC)/buffer.h \
387         $(SRC)/charset.h \
388         $(SRC)/intervals.h \
389         $(SRC)/composite.h \
390         $(EMACS_ROOT)/src/s/ms-w32.h \
391         $(EMACS_ROOT)/src/m/intel386.h \
392         $(EMACS_ROOT)/src/config.h
394 $(BLD)/data.$(O) : \
395         $(SRC)/data.c \
396         $(EMACS_ROOT)/src/s/ms-w32.h \
397         $(EMACS_ROOT)/src/m/intel386.h \
398         $(EMACS_ROOT)/src/config.h \
399         $(SRC)/puresize.h \
400         $(SRC)/buffer.h \
401         $(SRC)/syssignal.h
403 $(BLD)/dired.$(O) : \
404         $(SRC)/dired.c \
405         $(EMACS_ROOT)/src/s/ms-w32.h \
406         $(EMACS_ROOT)/src/m/intel386.h \
407         $(EMACS_ROOT)/src/config.h \
408         $(SRC)/vmsdir.h \
409         $(SRC)/ndir.h \
410         $(SRC)/buffer.h \
411         $(SRC)/commands.h \
412         $(SRC)/regex.h
414 $(BLD)/dispnew.$(O) : \
415         $(SRC)/dispnew.c \
416         $(EMACS_ROOT)/src/s/ms-w32.h \
417         $(EMACS_ROOT)/src/m/intel386.h \
418         $(EMACS_ROOT)/src/config.h \
419         $(SRC)/termchar.h \
420         $(SRC)/termopts.h \
421         $(SRC)/termhooks.h \
422         $(SRC)/cm.h \
423         $(SRC)/buffer.h \
424         $(SRC)/frame.h \
425         $(SRC)/window.h \
426         $(SRC)/commands.h \
427         $(SRC)/disptab.h \
428         $(SRC)/indent.h \
429         $(SRC)/dispextern.h \
430         $(SRC)/intervals.h \
431         $(SRC)/composite.h \
432         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
433         $(EMACS_ROOT)/nt/inc/sys/file.h \
434         $(SRC)/systty.h \
435         $(SRC)/w32term.h \
436         $(SRC)/w32gui.h \
437         $(SRC)/xterm.h \
438         $(SRC)/vmstime.h \
439         $(SRC)/systime.h
441 $(BLD)/doc.$(O) : \
442         $(SRC)/doc.c \
443         $(EMACS_ROOT)/src/s/ms-w32.h \
444         $(EMACS_ROOT)/src/m/intel386.h \
445         $(EMACS_ROOT)/src/config.h \
446         $(EMACS_ROOT)/nt/inc/sys/file.h \
447         $(SRC)/buffer.h \
448         $(SRC)/keyboard.h
450 $(BLD)/doprnt.$(O) : \
451         $(SRC)/doprnt.c \
452         $(EMACS_ROOT)/src/s/ms-w32.h \
453         $(EMACS_ROOT)/src/m/intel386.h \
454         $(EMACS_ROOT)/src/config.h
456 $(BLD)/dosfns.$(O) : \
457         $(SRC)/dosfns.c \
458         $(EMACS_ROOT)/src/s/ms-w32.h \
459         $(EMACS_ROOT)/src/m/intel386.h \
460         $(EMACS_ROOT)/src/config.h \
461         $(SRC)/buffer.h \
462         $(SRC)/termchar.h \
463         $(SRC)/termhooks.h \
464         $(SRC)/frame.h \
465         $(SRC)/dosfns.h \
466         $(SRC)/msdos.h
468 $(BLD)/editfns.$(O) : \
469         $(SRC)/editfns.c \
470         $(EMACS_ROOT)/src/s/ms-w32.h \
471         $(EMACS_ROOT)/src/m/intel386.h \
472         $(EMACS_ROOT)/src/config.h \
473         $(SRC)/uaf.h \
474         $(SRC)/vms-pwd.h \
475         $(EMACS_ROOT)/nt/inc/pwd.h \
476         $(SRC)/dispextern.h \
477         $(SRC)/w32gui.h \
478         $(SRC)/intervals.h \
479         $(SRC)/composite.h \
480         $(SRC)/buffer.h \
481         $(SRC)/window.h \
482         $(SRC)/vmstime.h \
483         $(SRC)/systime.h
485 $(BLD)/emacs.$(O) : \
486         $(SRC)/emacs.c \
487         $(EMACS_ROOT)/src/s/ms-w32.h \
488         $(EMACS_ROOT)/src/m/intel386.h \
489         $(EMACS_ROOT)/src/config.h \
490         $(SRC)/commands.h \
491         $(SRC)/dispextern.h \
492         $(SRC)/w32gui.h \
493         $(SRC)/intervals.h \
494         $(SRC)/composite.h \
495         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
496         $(EMACS_ROOT)/nt/inc/sys/file.h \
497         $(SRC)/systty.h \
498         $(SRC)/syssignal.h \
499         $(SRC)/process.h
501 $(BLD)/eval.$(O) : \
502         $(SRC)/eval.c \
503         $(EMACS_ROOT)/src/s/ms-w32.h \
504         $(EMACS_ROOT)/src/m/intel386.h \
505         $(EMACS_ROOT)/src/config.h \
506         $(SRC)/blockinput.h \
507         $(SRC)/commands.h \
508         $(SRC)/keyboard.h
510 $(BLD)/fileio.$(O) : \
511         $(SRC)/fileio.c \
512         $(EMACS_ROOT)/src/s/ms-w32.h \
513         $(EMACS_ROOT)/src/m/intel386.h \
514         $(EMACS_ROOT)/src/config.h \
515         $(SRC)/uaf.h \
516         $(SRC)/vms-pwd.h \
517         $(EMACS_ROOT)/nt/inc/pwd.h \
518         $(SRC)/msdos.h \
519         $(EMACS_ROOT)/nt/inc/sys/param.h \
520         $(SRC)/vmsdir.h \
521         $(SRC)/dispextern.h \
522         $(SRC)/w32gui.h \
523         $(SRC)/intervals.h \
524         $(SRC)/composite.h \
525         $(SRC)/buffer.h \
526         $(SRC)/window.h \
527         $(EMACS_ROOT)/nt/inc/sys/file.h \
528         $(SRC)/vmstime.h \
529         $(SRC)/systime.h
531 $(BLD)/filelock.$(O) : \
532         $(SRC)/filelock.c \
533         $(EMACS_ROOT)/src/s/ms-w32.h \
534         $(EMACS_ROOT)/src/m/intel386.h \
535         $(EMACS_ROOT)/src/config.h \
536         $(SRC)/uaf.h \
537         $(SRC)/vms-pwd.h \
538         $(EMACS_ROOT)/nt/inc/pwd.h \
539         $(EMACS_ROOT)/nt/inc/sys/file.h \
540         $(EMACS_ROOT)/src/epaths.h \
541         $(SRC)/buffer.h \
542         $(SRC)/vmsdir.h \
543         $(SRC)/ndir.h
545 $(BLD)/filemode.$(O) : \
546         $(SRC)/filemode.c \
547         $(EMACS_ROOT)/src/s/ms-w32.h \
548         $(EMACS_ROOT)/src/m/intel386.h \
549         $(EMACS_ROOT)/src/config.h \
550         $(SRC)/s/ms-w32.h \
551         $(SRC)/m/intel386.h \
552         $(SRC)/config.h
554 $(BLD)/firstfile.$(O) : \
555         $(SRC)/firstfile.c \
556         $(EMACS_ROOT)/src/s/ms-w32.h \
557         $(EMACS_ROOT)/src/m/intel386.h \
558         $(EMACS_ROOT)/src/config.h
560 $(BLD)/floatfns.$(O) : \
561         $(SRC)/floatfns.c \
562         $(EMACS_ROOT)/src/s/ms-w32.h \
563         $(EMACS_ROOT)/src/m/intel386.h \
564         $(EMACS_ROOT)/src/config.h \
565         $(SRC)/syssignal.h
567 $(BLD)/fns.$(O) : \
568         $(SRC)/fns.c \
569         $(EMACS_ROOT)/src/s/ms-w32.h \
570         $(EMACS_ROOT)/src/m/intel386.h \
571         $(EMACS_ROOT)/src/config.h \
572         $(SRC)/commands.h \
573         $(SRC)/buffer.h \
574         $(SRC)/keyboard.h \
575         $(SRC)/dispextern.h \
576         $(SRC)/w32gui.h \
577         $(SRC)/intervals.h \
578         $(SRC)/composite.h
580 $(BLD)/frame.$(O) : \
581         $(SRC)/frame.c \
582         $(EMACS_ROOT)/src/s/ms-w32.h \
583         $(EMACS_ROOT)/src/m/intel386.h \
584         $(EMACS_ROOT)/src/config.h \
585         $(SRC)/frame.h \
586         $(SRC)/termhooks.h \
587         $(SRC)/window.h \
588         $(SRC)/buffer.h \
589         $(SRC)/commands.h \
590         $(SRC)/keyboard.h
592 $(BLD)/getloadavg.$(O) : \
593         $(SRC)/getloadavg.c \
594         $(EMACS_ROOT)/nt/inc/sys/param.h \
595         $(EMACS_ROOT)/src/s/ms-w32.h \
596         $(EMACS_ROOT)/src/m/intel386.h \
597         $(EMACS_ROOT)/src/config.h \
598         $(SRC)/s/ms-w32.h \
599         $(SRC)/m/intel386.h \
600         $(SRC)/config.h \
601         $(EMACS_ROOT)/nt/inc/sys/file.h
603 $(BLD)/gmalloc.$(O) : \
604         $(SRC)/gmalloc.c \
605         $(EMACS_ROOT)/src/s/ms-w32.h \
606         $(EMACS_ROOT)/src/m/intel386.h \
607         $(EMACS_ROOT)/src/config.h \
608         $(EMACS_ROOT)/nt/inc/sys/param.h \
609         $(SRC)/getpagesize.h
611 $(BLD)/hftctl.$(O) : \
612         $(SRC)/hftctl.c \
613         $(EMACS_ROOT)/src/s/ms-w32.h \
614         $(EMACS_ROOT)/src/m/intel386.h \
615         $(EMACS_ROOT)/src/config.h \
616         $(EMACS_ROOT)/nt/inc/sys/ioctl.h
618 $(BLD)/indent.$(O) : \
619         $(SRC)/indent.c \
620         $(EMACS_ROOT)/src/s/ms-w32.h \
621         $(EMACS_ROOT)/src/m/intel386.h \
622         $(EMACS_ROOT)/src/config.h \
623         $(SRC)/buffer.h \
624         $(SRC)/indent.h \
625         $(SRC)/frame.h \
626         $(SRC)/window.h \
627         $(SRC)/termchar.h \
628         $(SRC)/termopts.h \
629         $(SRC)/disptab.h \
630         $(SRC)/dispextern.h \
631         $(SRC)/w32gui.h \
632         $(SRC)/intervals.h \
633         $(SRC)/region-cache.h \
634         $(SRC)/composite.h
636 $(BLD)/insdel.$(O) : \
637         $(SRC)/insdel.c \
638         $(EMACS_ROOT)/src/s/ms-w32.h \
639         $(EMACS_ROOT)/src/m/intel386.h \
640         $(EMACS_ROOT)/src/config.h \
641         $(SRC)/dispextern.h \
642         $(SRC)/w32gui.h \
643         $(SRC)/intervals.h \
644         $(SRC)/composite.h \
645         $(SRC)/buffer.h \
646         $(SRC)/window.h \
647         $(SRC)/blockinput.h
649 $(BLD)/intervals.$(O) : \
650         $(SRC)/intervals.c \
651         $(EMACS_ROOT)/src/s/ms-w32.h \
652         $(EMACS_ROOT)/src/m/intel386.h \
653         $(EMACS_ROOT)/src/config.h \
654         $(SRC)/dispextern.h \
655         $(SRC)/w32gui.h \
656         $(SRC)/intervals.h \
657         $(SRC)/composite.h \
658         $(SRC)/keyboard.h \
659         $(SRC)/buffer.h \
660         $(SRC)/puresize.h
662 $(BLD)/keyboard.$(O) : \
663         $(SRC)/keyboard.c \
664         $(EMACS_ROOT)/src/s/ms-w32.h \
665         $(EMACS_ROOT)/src/m/intel386.h \
666         $(EMACS_ROOT)/src/config.h \
667         $(SRC)/termchar.h \
668         $(SRC)/termopts.h \
669         $(SRC)/termhooks.h \
670         $(SRC)/macros.h \
671         $(SRC)/frame.h \
672         $(SRC)/window.h \
673         $(SRC)/commands.h \
674         $(SRC)/buffer.h \
675         $(SRC)/disptab.h \
676         $(SRC)/keyboard.h \
677         $(SRC)/dispextern.h \
678         $(SRC)/intervals.h \
679         $(SRC)/composite.h \
680         $(SRC)/blockinput.h \
681         $(SRC)/msdos.h \
682         $(SRC)/syssignal.h \
683         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
684         $(EMACS_ROOT)/nt/inc/sys/file.h \
685         $(SRC)/systty.h \
686         $(SRC)/w32term.h \
687         $(SRC)/w32gui.h \
688         $(SRC)/xterm.h \
689         $(SRC)/vmstime.h \
690         $(SRC)/systime.h \
691         $(SRC)/atimer.h
693 $(BLD)/keymap.$(O) : \
694         $(SRC)/keymap.c \
695         $(EMACS_ROOT)/src/s/ms-w32.h \
696         $(EMACS_ROOT)/src/m/intel386.h \
697         $(EMACS_ROOT)/src/config.h \
698         $(SRC)/commands.h \
699         $(SRC)/buffer.h \
700         $(SRC)/keyboard.h \
701         $(SRC)/termhooks.h \
702         $(SRC)/blockinput.h
704 $(BLD)/lastfile.$(O) : \
705         $(SRC)/lastfile.c \
706         $(EMACS_ROOT)/src/s/ms-w32.h \
707         $(EMACS_ROOT)/src/m/intel386.h \
708         $(EMACS_ROOT)/src/config.h
710 $(BLD)/lread.$(O) : \
711         $(SRC)/lread.c \
712         $(EMACS_ROOT)/src/s/ms-w32.h \
713         $(EMACS_ROOT)/src/m/intel386.h \
714         $(EMACS_ROOT)/src/config.h \
715         $(EMACS_ROOT)/nt/inc/sys/file.h \
716         $(SRC)/buffer.h \
717         $(EMACS_ROOT)/src/epaths.h \
718         $(SRC)/commands.h \
719         $(SRC)/keyboard.h \
720         $(SRC)/termhooks.h \
721         $(SRC)/msdos.h
723 $(BLD)/macros.$(O) : \
724         $(SRC)/macros.c \
725         $(EMACS_ROOT)/src/s/ms-w32.h \
726         $(EMACS_ROOT)/src/m/intel386.h \
727         $(EMACS_ROOT)/src/config.h \
728         $(SRC)/macros.h \
729         $(SRC)/commands.h \
730         $(SRC)/buffer.h \
731         $(SRC)/window.h
733 $(BLD)/marker.$(O) : \
734         $(SRC)/marker.c \
735         $(EMACS_ROOT)/src/s/ms-w32.h \
736         $(EMACS_ROOT)/src/m/intel386.h \
737         $(EMACS_ROOT)/src/config.h \
738         $(SRC)/buffer.h
740 $(BLD)/minibuf.$(O) : \
741         $(SRC)/minibuf.c \
742         $(EMACS_ROOT)/src/s/ms-w32.h \
743         $(EMACS_ROOT)/src/m/intel386.h \
744         $(EMACS_ROOT)/src/config.h \
745         $(SRC)/commands.h \
746         $(SRC)/buffer.h \
747         $(SRC)/dispextern.h \
748         $(SRC)/w32gui.h \
749         $(SRC)/frame.h \
750         $(SRC)/window.h \
751         $(SRC)/syntax.h
753 $(BLD)/mocklisp.$(O) : \
754         $(SRC)/mocklisp.c \
755         $(EMACS_ROOT)/src/s/ms-w32.h \
756         $(EMACS_ROOT)/src/m/intel386.h \
757         $(EMACS_ROOT)/src/config.h \
758         $(SRC)/buffer.h
760 $(BLD)/w32.$(O) : \
761         $(SRC)/w32.c \
762         $(SRC)/w32.h \
763         $(SRC)/s/ms-w32.h \
764         $(SRC)/m/intel386.h \
765         $(SRC)/config.h \
766         $(EMACS_ROOT)/nt/inc/pwd.h \
767         $(SRC)/w32heap.h
769 $(BLD)/w32heap.$(O) : \
770         $(SRC)/w32heap.c \
771         $(SRC)/w32heap.h \
772         $(SRC)/s/ms-w32.h \
773         $(SRC)/m/intel386.h \
774         $(SRC)/config.h
776 $(BLD)/w32inevt.$(O) : \
777         $(SRC)/w32inevt.c \
778         $(SRC)/s/ms-w32.h \
779         $(SRC)/m/intel386.h \
780         $(SRC)/config.h \
781         $(SRC)/frame.h \
782         $(SRC)/blockinput.h \
783         $(SRC)/termhooks.h \
784         $(SRC)/w32heap.h \
785         $(SRC)/w32term.h \
786         $(SRC)/w32gui.h
788 $(BLD)/w32proc.$(O) : \
789         $(SRC)/w32proc.c \
790         $(SRC)/s/ms-w32.h \
791         $(SRC)/m/intel386.h \
792         $(SRC)/config.h \
793         $(SRC)/w32.h \
794         $(SRC)/w32heap.h \
795         $(SRC)/vmstime.h \
796         $(SRC)/systime.h
798 $(BLD)/w32console.$(O) : \
799         $(SRC)/w32console.c \
800         $(SRC)/s/ms-w32.h \
801         $(SRC)/m/intel386.h \
802         $(SRC)/config.h \
803         $(SRC)/frame.h \
804         $(SRC)/disptab.h \
805         $(SRC)/termhooks.h \
806         $(SRC)/w32inevt.h
808 $(BLD)/prefix-args.$(O) : \
809         $(SRC)/prefix-args.c
811 $(BLD)/print.$(O) : \
812         $(SRC)/print.c \
813         $(EMACS_ROOT)/src/s/ms-w32.h \
814         $(EMACS_ROOT)/src/m/intel386.h \
815         $(EMACS_ROOT)/src/config.h \
816         $(SRC)/buffer.h \
817         $(SRC)/frame.h \
818         $(SRC)/window.h \
819         $(SRC)/process.h \
820         $(SRC)/termchar.h \
821         $(SRC)/dispextern.h \
822         $(SRC)/w32gui.h \
823         $(SRC)/intervals.h \
824         $(SRC)/composite.h
826 $(BLD)/process.$(O) : \
827         $(SRC)/process.c \
828         $(EMACS_ROOT)/src/s/ms-w32.h \
829         $(EMACS_ROOT)/src/m/intel386.h \
830         $(EMACS_ROOT)/src/config.h \
831         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
832         $(EMACS_ROOT)/nt/inc/sys/file.h \
833         $(SRC)/systty.h \
834         $(SRC)/window.h \
835         $(SRC)/buffer.h \
836         $(SRC)/process.h \
837         $(SRC)/termhooks.h \
838         $(SRC)/commands.h \
839         $(SRC)/frame.h \
840         $(SRC)/syssignal.h \
841         $(SRC)/vmsproc.h \
842         $(SRC)/syswait.h \
843         $(SRC)/vmstime.h \
844         $(SRC)/systime.h \
845         $(SRC)/termopts.h \
846         $(SRC)/composite.h \
847         $(SRC)/atimer.h
849 $(BLD)/ralloc.$(O) : \
850         $(SRC)/ralloc.c \
851         $(EMACS_ROOT)/src/s/ms-w32.h \
852         $(EMACS_ROOT)/src/m/intel386.h \
853         $(EMACS_ROOT)/src/config.h \
854         $(SRC)/s/ms-w32.h \
855         $(SRC)/m/intel386.h \
856         $(SRC)/config.h \
857         $(EMACS_ROOT)/nt/inc/sys/param.h \
858         $(SRC)/getpagesize.h
860 $(BLD)/regex.$(O) : \
861         $(SRC)/regex.c \
862         $(EMACS_ROOT)/src/s/ms-w32.h \
863         $(EMACS_ROOT)/src/m/intel386.h \
864         $(EMACS_ROOT)/src/config.h \
865         $(SRC)/s/ms-w32.h \
866         $(SRC)/m/intel386.h \
867         $(SRC)/config.h \
868         $(SRC)/buffer.h \
869         $(SRC)/syntax.h \
870         $(SRC)/regex.h
872 $(BLD)/region-cache.$(O) : \
873         $(SRC)/region-cache.c \
874         $(EMACS_ROOT)/src/s/ms-w32.h \
875         $(EMACS_ROOT)/src/m/intel386.h \
876         $(EMACS_ROOT)/src/config.h \
877         $(SRC)/buffer.h \
878         $(SRC)/region-cache.h
880 $(BLD)/scroll.$(O) : \
881         $(SRC)/scroll.c \
882         $(EMACS_ROOT)/src/s/ms-w32.h \
883         $(EMACS_ROOT)/src/m/intel386.h \
884         $(EMACS_ROOT)/src/config.h \
885         $(SRC)/termchar.h \
886         $(SRC)/dispextern.h \
887         $(SRC)/w32gui.h \
888         $(SRC)/frame.h
890 $(BLD)/search.$(O) : \
891         $(SRC)/search.c \
892         $(EMACS_ROOT)/src/s/ms-w32.h \
893         $(EMACS_ROOT)/src/m/intel386.h \
894         $(EMACS_ROOT)/src/config.h \
895         $(SRC)/syntax.h \
896         $(SRC)/buffer.h \
897         $(SRC)/commands.h \
898         $(SRC)/blockinput.h \
899         $(SRC)/regex.h \
900         $(SRC)/region-cache.h \
901         $(SRC)/composite.h
903 $(BLD)/strftime.$(O) : \
904         $(SRC)/strftime.c \
905         $(EMACS_ROOT)/src/s/ms-w32.h \
906         $(EMACS_ROOT)/src/m/intel386.h \
907         $(EMACS_ROOT)/src/config.h
909 $(BLD)/sunfns.$(O) : \
910         $(SRC)/sunfns.c \
911         $(EMACS_ROOT)/src/s/ms-w32.h \
912         $(EMACS_ROOT)/src/m/intel386.h \
913         $(EMACS_ROOT)/src/config.h \
914         $(SRC)/window.h \
915         $(SRC)/buffer.h \
916         $(SRC)/termhooks.h
918 $(BLD)/syntax.$(O) : \
919         $(SRC)/syntax.c \
920         $(EMACS_ROOT)/src/s/ms-w32.h \
921         $(EMACS_ROOT)/src/m/intel386.h \
922         $(EMACS_ROOT)/src/config.h \
923         $(SRC)/commands.h \
924         $(SRC)/buffer.h \
925         $(SRC)/syntax.h \
926         $(SRC)/composite.h
928 $(BLD)/sysdep.$(O) : \
929         $(SRC)/sysdep.c \
930         $(EMACS_ROOT)/src/s/ms-w32.h \
931         $(EMACS_ROOT)/src/m/intel386.h \
932         $(EMACS_ROOT)/src/config.h \
933         $(SRC)/blockinput.h \
934         $(SRC)/dosfns.h \
935         $(SRC)/msdos.h \
936         $(EMACS_ROOT)/nt/inc/sys/param.h \
937         $(EMACS_ROOT)/nt/inc/sys/file.h \
938         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
939         $(EMACS_ROOT)/nt/inc/sys/file.h \
940         $(SRC)/systty.h \
941         $(SRC)/vmsproc.h \
942         $(SRC)/syswait.h \
943         $(SRC)/frame.h \
944         $(SRC)/window.h \
945         $(SRC)/termhooks.h \
946         $(SRC)/termchar.h \
947         $(SRC)/termopts.h \
948         $(SRC)/dispextern.h \
949         $(SRC)/w32gui.h \
950         $(SRC)/process.h \
951         $(SRC)/vmsdir.h \
952         $(SRC)/ndir.h \
953         $(SRC)/syssignal.h \
954         $(SRC)/vmstime.h \
955         $(SRC)/systime.h \
956         $(SRC)/uaf.h \
957         $(SRC)/vms-pwd.h \
958         $(EMACS_ROOT)/src/acldef.h \
959         $(EMACS_ROOT)/src/chpdef.h
961 $(BLD)/term.$(O) : \
962         $(SRC)/term.c \
963         $(EMACS_ROOT)/src/s/ms-w32.h \
964         $(EMACS_ROOT)/src/m/intel386.h \
965         $(EMACS_ROOT)/src/config.h \
966         $(SRC)/termchar.h \
967         $(SRC)/termopts.h \
968         $(SRC)/cm.h \
969         $(SRC)/frame.h \
970         $(SRC)/disptab.h \
971         $(SRC)/dispextern.h \
972         $(SRC)/termhooks.h \
973         $(SRC)/keyboard.h
975 $(BLD)/termcap.$(O) : \
976         $(SRC)/termcap.c \
977         $(EMACS_ROOT)/src/s/ms-w32.h \
978         $(EMACS_ROOT)/src/m/intel386.h \
979         $(EMACS_ROOT)/src/config.h \
980         $(EMACS_ROOT)/nt/inc/sys/file.h
982 $(BLD)/terminfo.$(O) : \
983         $(SRC)/terminfo.c
985 $(BLD)/textprop.$(O) : \
986         $(SRC)/textprop.c \
987         $(EMACS_ROOT)/src/s/ms-w32.h \
988         $(EMACS_ROOT)/src/m/intel386.h \
989         $(EMACS_ROOT)/src/config.h \
990         $(SRC)/dispextern.h \
991         $(SRC)/w32gui.h \
992         $(SRC)/intervals.h \
993         $(SRC)/composite.h \
994         $(SRC)/buffer.h \
995         $(SRC)/window.h
997 $(BLD)/tparam.$(O) : \
998         $(SRC)/tparam.c \
999         $(EMACS_ROOT)/src/s/ms-w32.h \
1000         $(EMACS_ROOT)/src/m/intel386.h \
1001         $(EMACS_ROOT)/src/config.h
1003 $(BLD)/undo.$(O) : \
1004         $(SRC)/undo.c \
1005         $(EMACS_ROOT)/src/s/ms-w32.h \
1006         $(EMACS_ROOT)/src/m/intel386.h \
1007         $(EMACS_ROOT)/src/config.h \
1008         $(SRC)/buffer.h \
1009         $(SRC)/commands.h
1011 $(BLD)/unexw32.$(O) : \
1012         $(SRC)/unexw32.c \
1013         $(EMACS_ROOT)/src/s/ms-w32.h \
1014         $(EMACS_ROOT)/src/m/intel386.h \
1015         $(EMACS_ROOT)/src/config.h \
1016         $(SRC)/w32heap.h
1018 $(BLD)/vm-limit.$(O) : \
1019         $(SRC)/vm-limit.c \
1020         $(EMACS_ROOT)/src/s/ms-w32.h \
1021         $(EMACS_ROOT)/src/m/intel386.h \
1022         $(EMACS_ROOT)/src/config.h \
1023         $(SRC)/mem-limits.h     
1025 $(BLD)/widget.$(O) : \
1026         $(SRC)/widget.c \
1027         $(EMACS_ROOT)/src/s/ms-w32.h \
1028         $(EMACS_ROOT)/src/m/intel386.h \
1029         $(EMACS_ROOT)/src/config.h \
1030         $(SRC)/xterm.h \
1031         $(SRC)/frame.h \
1032         $(SRC)/dispextern.h \
1033         $(SRC)/w32gui.h \
1034         $(SRC)/widget.h \
1035         $(SRC)/widgetprv.h
1037 $(BLD)/window.$(O) : \
1038         $(SRC)/window.c \
1039         $(EMACS_ROOT)/src/s/ms-w32.h \
1040         $(EMACS_ROOT)/src/m/intel386.h \
1041         $(EMACS_ROOT)/src/config.h \
1042         $(SRC)/buffer.h \
1043         $(SRC)/frame.h \
1044         $(SRC)/window.h \
1045         $(SRC)/commands.h \
1046         $(SRC)/indent.h \
1047         $(SRC)/termchar.h \
1048         $(SRC)/disptab.h \
1049         $(SRC)/keyboard.h \
1050         $(SRC)/composite.h
1052 $(BLD)/xdisp.$(O) : \
1053         $(SRC)/xdisp.c \
1054         $(EMACS_ROOT)/src/s/ms-w32.h \
1055         $(EMACS_ROOT)/src/m/intel386.h \
1056         $(EMACS_ROOT)/src/config.h \
1057         $(SRC)/frame.h \
1058         $(SRC)/window.h \
1059         $(SRC)/termchar.h \
1060         $(SRC)/buffer.h \
1061         $(SRC)/indent.h \
1062         $(SRC)/commands.h \
1063         $(SRC)/macros.h \
1064         $(SRC)/disptab.h \
1065         $(SRC)/termhooks.h \
1066         $(SRC)/dispextern.h \
1067         $(SRC)/w32gui.h \
1068         $(SRC)/intervals.h \
1069         $(SRC)/composite.h
1071 $(BLD)/xfaces.$(O): \
1072         $(EMACS_ROOT)/src/s/ms-w32.h \
1073         $(EMACS_ROOT)/src/m/intel386.h \
1074         $(EMACS_ROOT)/src/config.h \
1075         $(SRC)/xfaces.c \
1076         $(SRC)/charset.h \
1077         $(SRC)/fontset.h \
1078         $(SRC)/w32term.h \
1079         $(SRC)/w32gui.h \
1080         $(SRC)/buffer.h \
1081         $(SRC)/dispextern.h \
1082         $(SRC)/frame.h \
1083         $(SRC)/blockinput.h \
1084         $(SRC)/window.h \
1085         $(SRC)/intervals.h \
1086         $(SRC)/composite.h
1088 $(BLD)/w32fns.$(O): \
1089         $(EMACS_ROOT)/src/s/ms-w32.h \
1090         $(EMACS_ROOT)/src/m/intel386.h \
1091         $(EMACS_ROOT)/src/config.h \
1092         $(SRC)/w32fns.c \
1093         $(SRC)/x-list-font.c \
1094         $(SRC)/w32term.h \
1095         $(SRC)/w32gui.h \
1096         $(SRC)/frame.h \
1097         $(SRC)/window.h \
1098         $(SRC)/buffer.h \
1099         $(SRC)/charset.h \
1100         $(SRC)/coding.h \
1101         $(SRC)/dispextern.h \
1102         $(SRC)/keyboard.h \
1103         $(SRC)/blockinput.h \
1104         $(SRC)/epaths.h \
1105         $(SRC)/w32heap.h \
1106         $(SRC)/termhooks.h
1108 $(BLD)/w32menu.$(O): \
1109         $(EMACS_ROOT)/src/s/ms-w32.h \
1110         $(EMACS_ROOT)/src/m/intel386.h \
1111         $(EMACS_ROOT)/src/config.h \
1112         $(SRC)/w32menu.c \
1113         $(SRC)/termhooks.h \
1114         $(SRC)/frame.h \
1115         $(SRC)/window.h \
1116         $(SRC)/keyboard.h \
1117         $(SRC)/blockinput.h \
1118         $(SRC)/buffer.h \
1119         $(SRC)/charset.h \
1120         $(SRC)/coding.h
1122 $(BLD)/w32term.$(O): \
1123         $(EMACS_ROOT)/src/s/ms-w32.h \
1124         $(EMACS_ROOT)/src/m/intel386.h \
1125         $(EMACS_ROOT)/src/config.h \
1126         $(SRC)/w32term.c \
1127         $(SRC)/blockinput.h \
1128         $(SRC)/w32heap.h \
1129         $(SRC)/w32term.h \
1130         $(SRC)/w32gui.h \
1131         $(SRC)/systty.h \
1132         $(SRC)/systime.h \
1133         $(SRC)/frame.h \
1134         $(SRC)/dispextern.h \
1135         $(SRC)/termhooks.h \
1136         $(SRC)/termopts.h \
1137         $(SRC)/termchar.h \
1138         $(SRC)/gnu.h \
1139         $(SRC)/disptab.h \
1140         $(SRC)/buffer.h \
1141         $(SRC)/window.h \
1142         $(SRC)/keyboard.h \
1143         $(SRC)/intervals.h \
1144         $(SRC)/composite.h \
1145         $(SRC)/atimer.h
1147 $(BLD)/w32select.$(O): \
1148         $(EMACS_ROOT)/src/s/ms-w32.h \
1149         $(EMACS_ROOT)/src/m/intel386.h \
1150         $(EMACS_ROOT)/src/config.h \
1151         $(SRC)/w32select.c \
1152         $(SRC)/w32term.h \
1153         $(SRC)/w32gui.h \
1154         $(SRC)/dispextern.h \
1155         $(SRC)/frame.h \
1156         $(SRC)/blockinput.h
1158 $(BLD)/w32reg.$(O): \
1159         $(EMACS_ROOT)/src/s/ms-w32.h \
1160         $(EMACS_ROOT)/src/m/intel386.h \
1161         $(EMACS_ROOT)/src/config.h \
1162         $(SRC)/w32reg.c \
1163         $(SRC)/w32term.h \
1164         $(SRC)/w32gui.h \
1165         $(SRC)/blockinput.h
1167 $(BLD)/w32xfns.$(O): \
1168         $(EMACS_ROOT)/src/s/ms-w32.h \
1169         $(EMACS_ROOT)/src/m/intel386.h \
1170         $(EMACS_ROOT)/src/config.h \
1171         $(SRC)/w32xfns.c \
1173 $(BLD)/w32bdf.$(O): \
1174         $(EMACS_ROOT)/src/s/ms-w32.h \
1175         $(EMACS_ROOT)/src/m/intel386.h \
1176         $(EMACS_ROOT)/src/config.h \
1177         $(SRC)/w32bdf.c \
1178         $(SRC)/charset.h \
1179         $(SRC)/frame.h \
1180         $(SRC)/dispextern.h \
1181         $(SRC)/fontset.h \
1182         $(SRC)/blockinput.h \
1183         $(SRC)/w32gui.h \
1184         $(SRC)/w32term.h \
1185         $(SRC)/w32gui.h \
1186         $(SRC)/w32bdf.h \
1187         $(SRC)/w32.h \
1188         $(SRC)/frame.h \
1189         $(SRC)/blockinput.h