*** empty log message ***
[emacs.git] / src / makefile.w32-in
blobe8583da42ba478e8ab9025449946f4f6ad4a46c5
1 #  Makefile for GNU Emacs on the Microsoft W32 API.
2 #  Copyright (c) 2000-2001 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 2, or (at your option)
9 #  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; 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)/md5.$(O)                         \
83         $(BLD)/minibuf.$(O)                     \
84         $(BLD)/mocklisp.$(O)                    \
85         $(BLD)/w32.$(O)                         \
86         $(BLD)/w32heap.$(O)                     \
87         $(BLD)/w32inevt.$(O)                    \
88         $(BLD)/w32proc.$(O)                     \
89         $(BLD)/w32console.$(O)                  \
90         $(BLD)/print.$(O)                       \
91         $(BLD)/process.$(O)                     \
92         $(BLD)/regex.$(O)                       \
93         $(BLD)/scroll.$(O)                      \
94         $(BLD)/search.$(O)                      \
95         $(BLD)/syntax.$(O)                      \
96         $(BLD)/sysdep.$(O)                      \
97         $(BLD)/term.$(O)                        \
98         $(BLD)/termcap.$(O)                     \
99         $(BLD)/tparam.$(O)                      \
100         $(BLD)/undo.$(O)                        \
101         $(BLD)/unexw32.$(O)                     \
102         $(BLD)/window.$(O)                      \
103         $(BLD)/xdisp.$(O)                       \
104         $(BLD)/casetab.$(O)                     \
105         $(BLD)/floatfns.$(O)                    \
106         $(BLD)/frame.$(O)                       \
107         $(BLD)/gmalloc.$(O)                     \
108         $(BLD)/intervals.$(O)                   \
109         $(BLD)/composite.$(O)                   \
110         $(BLD)/ralloc.$(O)                      \
111         $(BLD)/textprop.$(O)                    \
112         $(BLD)/vm-limit.$(O)                    \
113         $(BLD)/region-cache.$(O)                \
114         $(BLD)/strftime.$(O)                    \
115         $(BLD)/charset.$(O)                     \
116         $(BLD)/coding.$(O)                      \
117         $(BLD)/category.$(O)                    \
118         $(BLD)/ccl.$(O)                         \
119         $(BLD)/fontset.$(O)
121 WIN32OBJ = $(BLD)/w32term.$(O)                  \
122            $(BLD)/w32xfns.$(O)                  \
123            $(BLD)/w32fns.$(O)                   \
124            $(BLD)/xfaces.$(O)                   \
125            $(BLD)/w32select.$(O)                \
126            $(BLD)/w32menu.$(O)                  \
127            $(BLD)/w32reg.$(O)                   \
128            $(BLD)/w32bdf.$(O)
130 LIBS =  $(TLIB0)        \
131         $(TLIB1)        \
132         $(TLIBW32)      \
133         $(TLASTLIB)     \
134         $(ADVAPI32)     \
135         $(GDI32)        \
136         $(COMDLG32)     \
137         $(USER32)       \
138         $(MPR)          \
139         $(SHELL32)      \
140         $(libc)
143 # Build the executable and dump it.
145 all:            $(ALL)
148 # The dumped executable
150 emacs:          $(BLD) $(EMACS)
151 $(EMACS):       $(DOC) $(TEMACS)
152         "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump
155 # The undumped executable
156 # Note the extra post-link step to insert a static preload heap section.
157 # If preload runs out of memory, increase the last argument to addsection
158 # (it is the preload heap size in MB).
160 temacs:         $(BLD) $(TEMACS)
161 $(TEMACS):      $(TLIB0) $(TLIB1) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES)
162         $(LINK) $(LINK_OUT)$(TEMACS_TMP) $(FULL_LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS)
163         "../nt/$(BLD)/addsection" "$(TEMACS_TMP)" "$(TEMACS)" EMHEAP 16
165 bootstrap: bootstrap-emacs
168 # Build a temacs with a sufficiently large PURESIZE to load the
169 # Lisp files from loadup.el in source form.
171 bootstrap-temacs: bootstrap-clean
172         $(MAKE) $(MFLAGS) temacs CFLAGS=$(ARGQUOTE)$(CFLAGS) -DPURESIZE=5000000$(ARGQUOTE)
175 # Dump an Emacs executable named bootstrap-emacs containing the
176 # files from loadup.el in source form.
178 bootstrap-emacs: bootstrap-temacs
179         "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup bootstrap
180         - mkdir "../bin"
181         $(CP) $(EMACS) ../bin
184 # Force recompile of files that depend on PURESIZE
186 bootstrap-clean:
187         - $(DEL) $(BLD)/alloc.$(O)
188         - $(DEL) $(BLD)/data.$(O)
189         - $(DEL) $(BLD)/intervals.$(O)
190         - $(DEL) $(BLD)/keyboard.$(O)
191         - $(DEL) $(BLD)/keymap.$(O)
194 # The resource file.  NT 3.10 requires the use of cvtres; even though
195 # it is not necessary on later versions, it is still ok to use it.
197 $(TRES): ../nt/emacs.rc
198         $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS)
201 # Build the library.  Split up the build into two phases...otherwise we
202 # run out of command line space.
204 $(TLIB0):       $(OBJ0)
205         - $(DEL) $@
206         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
207 $(TLIB1):       $(OBJ1)
208         - $(DEL) $@
209         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
210 $(TLIBW32):     $(WIN32OBJ)
211         - $(DEL) $@
212         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
215 # Place lastfile.$(O) in its own library so that it can be loaded after
216 # the source libraries but before any system libraries.  Doing so defines
217 # the end of Emacs' data section portably across compilers and systems.
219 $(TLASTLIB):    $(BLD)/lastfile.$(O)
220         - $(DEL) $@
221         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
224 # Assuming INSTALL_DIR is defined, build and install emacs in it.
226 install:        $(ALL)
227         - mkdir "$(INSTALL_DIR)/bin"
228         $(CP) $(EMACS) $(INSTALL_DIR)/bin
231 # Maintenance
233 clean:
234         - $(DEL) *~ "s/*~" "m/*~"
235         - $(DEL) $(COMPILER_TEMP_FILES)
236         - $(DEL_TREE) $(OBJDIR)
238 distclean:      clean
239         - $(DEL) config.h epaths.h
241 cleanall:       clean
242         - $(DEL_TREE) obj
243         - $(DEL_TREE) obj-spd
244         - $(DEL_TREE) oo
245         - $(DEL_TREE) oo-spd
247 ### DEPENDENCIES ###
249 EMACS_ROOT      = ..
250 SRC             = .
252 $(BLD)/abbrev.$(O) : \
253         $(SRC)/abbrev.c \
254         $(EMACS_ROOT)/src/s/ms-w32.h \
255         $(EMACS_ROOT)/src/m/intel386.h \
256         $(EMACS_ROOT)/src/config.h \
257         $(SRC)/commands.h \
258         $(SRC)/buffer.h \
259         $(SRC)/window.h
261 $(BLD)/alloc.$(O) : \
262         $(SRC)/alloc.c \
263         $(EMACS_ROOT)/src/s/ms-w32.h \
264         $(EMACS_ROOT)/src/m/intel386.h \
265         $(EMACS_ROOT)/src/config.h \
266         $(SRC)/dispextern.h \
267         $(SRC)/w32gui.h \
268         $(SRC)/intervals.h \
269         $(SRC)/composite.h \
270         $(SRC)/puresize.h \
271         $(SRC)/buffer.h \
272         $(SRC)/window.h \
273         $(SRC)/frame.h \
274         $(SRC)/blockinput.h \
275         $(SRC)/syssignal.h
277 $(BLD)/alloca.$(O) : \
278         $(SRC)/alloca.c \
279         $(EMACS_ROOT)/src/s/ms-w32.h \
280         $(EMACS_ROOT)/src/m/intel386.h \
281         $(EMACS_ROOT)/src/config.h \
282         $(SRC)/s/ms-w32.h \
283         $(SRC)/m/intel386.h \
284         $(SRC)/config.h \
285         $(SRC)/blockinput.h
287 $(BLD)/atimer.$(O) : \
288         $(SRC)/atimer.c \
289         $(EMACS_ROOT)/src/s/ms-w32.h \
290         $(EMACS_ROOT)/src/m/intel386.h \
291         $(EMACS_ROOT)/src/config.h \
292         $(SRC)/s/ms-w32.h \
293         $(SRC)/m/intel386.h \
294         $(SRC)/config.h \
295         $(SRC)/atimer.h \
296         $(SRC)/syssignal.h \
297         $(SRC)/systime.h \
298         $(SRC)/blockinput.h
300 $(BLD)/buffer.$(O) : \
301         $(SRC)/buffer.c \
302         $(EMACS_ROOT)/nt/inc/sys/param.h \
303         $(EMACS_ROOT)/src/s/ms-w32.h \
304         $(EMACS_ROOT)/src/m/intel386.h \
305         $(EMACS_ROOT)/src/config.h \
306         $(SRC)/dispextern.h \
307         $(SRC)/w32gui.h \
308         $(SRC)/intervals.h \
309         $(SRC)/composite.h \
310         $(SRC)/frame.h \
311         $(SRC)/window.h \
312         $(SRC)/commands.h \
313         $(SRC)/buffer.h \
314         $(SRC)/indent.h \
315         $(SRC)/blockinput.h \
316         $(SRC)/region-cache.h
318 $(BLD)/bytecode.$(O) : \
319         $(SRC)/bytecode.c \
320         $(EMACS_ROOT)/src/s/ms-w32.h \
321         $(EMACS_ROOT)/src/m/intel386.h \
322         $(EMACS_ROOT)/src/config.h \
323         $(SRC)/buffer.h \
324         $(SRC)/syntax.h
326 $(BLD)/callint.$(O) : \
327         $(SRC)/callint.c \
328         $(EMACS_ROOT)/src/s/ms-w32.h \
329         $(EMACS_ROOT)/src/m/intel386.h \
330         $(EMACS_ROOT)/src/config.h \
331         $(SRC)/buffer.h \
332         $(SRC)/commands.h \
333         $(SRC)/keyboard.h \
334         $(SRC)/window.h \
335         $(SRC)/mocklisp.h
337 $(BLD)/callproc.$(O) : \
338         $(SRC)/callproc.c \
339         $(EMACS_ROOT)/src/s/ms-w32.h \
340         $(EMACS_ROOT)/src/m/intel386.h \
341         $(EMACS_ROOT)/src/config.h \
342         $(SRC)/msdos.h \
343         $(EMACS_ROOT)/nt/inc/sys/param.h \
344         $(SRC)/commands.h \
345         $(SRC)/buffer.h \
346         $(SRC)/process.h \
347         $(SRC)/syssignal.h \
348         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
349         $(EMACS_ROOT)/nt/inc/sys/file.h \
350         $(SRC)/systty.h
352 $(BLD)/casefiddle.$(O) : \
353         $(SRC)/casefiddle.c \
354         $(EMACS_ROOT)/src/s/ms-w32.h \
355         $(EMACS_ROOT)/src/m/intel386.h \
356         $(EMACS_ROOT)/src/config.h \
357         $(SRC)/buffer.h \
358         $(SRC)/commands.h \
359         $(SRC)/syntax.h
361 $(BLD)/casetab.$(O) : \
362         $(SRC)/casetab.c \
363         $(EMACS_ROOT)/src/s/ms-w32.h \
364         $(EMACS_ROOT)/src/m/intel386.h \
365         $(EMACS_ROOT)/src/config.h \
366         $(SRC)/buffer.h
368 $(BLD)/cm.$(O) : \
369         $(SRC)/cm.c \
370         $(EMACS_ROOT)/src/s/ms-w32.h \
371         $(EMACS_ROOT)/src/m/intel386.h \
372         $(EMACS_ROOT)/src/config.h \
373         $(SRC)/cm.h \
374         $(SRC)/termhooks.h
376 $(BLD)/cmds.$(O) : \
377         $(SRC)/cmds.c \
378         $(EMACS_ROOT)/src/s/ms-w32.h \
379         $(EMACS_ROOT)/src/m/intel386.h \
380         $(EMACS_ROOT)/src/config.h \
381         $(SRC)/commands.h \
382         $(SRC)/buffer.h \
383         $(SRC)/syntax.h
385 $(BLD)/composite.$(O) : \
386         $(SRC)/composite.c \
387         $(SRC)/buffer.h \
388         $(SRC)/charset.h \
389         $(SRC)/intervals.h \
390         $(SRC)/composite.h \
391         $(EMACS_ROOT)/src/s/ms-w32.h \
392         $(EMACS_ROOT)/src/m/intel386.h \
393         $(EMACS_ROOT)/src/config.h
395 $(BLD)/data.$(O) : \
396         $(SRC)/data.c \
397         $(EMACS_ROOT)/src/s/ms-w32.h \
398         $(EMACS_ROOT)/src/m/intel386.h \
399         $(EMACS_ROOT)/src/config.h \
400         $(SRC)/puresize.h \
401         $(SRC)/buffer.h \
402         $(SRC)/syssignal.h
404 $(BLD)/dired.$(O) : \
405         $(SRC)/dired.c \
406         $(EMACS_ROOT)/src/s/ms-w32.h \
407         $(EMACS_ROOT)/src/m/intel386.h \
408         $(EMACS_ROOT)/src/config.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)/systime.h
440 $(BLD)/doc.$(O) : \
441         $(SRC)/doc.c \
442         $(EMACS_ROOT)/src/s/ms-w32.h \
443         $(EMACS_ROOT)/src/m/intel386.h \
444         $(EMACS_ROOT)/src/config.h \
445         $(EMACS_ROOT)/nt/inc/sys/file.h \
446         $(SRC)/buffer.h \
447         $(SRC)/keyboard.h
449 $(BLD)/doprnt.$(O) : \
450         $(SRC)/doprnt.c \
451         $(EMACS_ROOT)/src/s/ms-w32.h \
452         $(EMACS_ROOT)/src/m/intel386.h \
453         $(EMACS_ROOT)/src/config.h
455 $(BLD)/dosfns.$(O) : \
456         $(SRC)/dosfns.c \
457         $(EMACS_ROOT)/src/s/ms-w32.h \
458         $(EMACS_ROOT)/src/m/intel386.h \
459         $(EMACS_ROOT)/src/config.h \
460         $(SRC)/buffer.h \
461         $(SRC)/termchar.h \
462         $(SRC)/termhooks.h \
463         $(SRC)/frame.h \
464         $(SRC)/dosfns.h \
465         $(SRC)/msdos.h
467 $(BLD)/editfns.$(O) : \
468         $(SRC)/editfns.c \
469         $(EMACS_ROOT)/src/s/ms-w32.h \
470         $(EMACS_ROOT)/src/m/intel386.h \
471         $(EMACS_ROOT)/src/config.h \
472         $(SRC)/uaf.h \
473         $(EMACS_ROOT)/nt/inc/pwd.h \
474         $(SRC)/dispextern.h \
475         $(SRC)/w32gui.h \
476         $(SRC)/intervals.h \
477         $(SRC)/composite.h \
478         $(SRC)/buffer.h \
479         $(SRC)/window.h \
480         $(SRC)/systime.h
482 $(BLD)/emacs.$(O) : \
483         $(SRC)/emacs.c \
484         $(EMACS_ROOT)/src/s/ms-w32.h \
485         $(EMACS_ROOT)/src/m/intel386.h \
486         $(EMACS_ROOT)/src/config.h \
487         $(SRC)/commands.h \
488         $(SRC)/dispextern.h \
489         $(SRC)/w32gui.h \
490         $(SRC)/intervals.h \
491         $(SRC)/composite.h \
492         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
493         $(EMACS_ROOT)/nt/inc/sys/file.h \
494         $(SRC)/systty.h \
495         $(SRC)/syssignal.h \
496         $(SRC)/process.h
498 $(BLD)/eval.$(O) : \
499         $(SRC)/eval.c \
500         $(EMACS_ROOT)/src/s/ms-w32.h \
501         $(EMACS_ROOT)/src/m/intel386.h \
502         $(EMACS_ROOT)/src/config.h \
503         $(SRC)/blockinput.h \
504         $(SRC)/commands.h \
505         $(SRC)/keyboard.h
507 $(BLD)/fileio.$(O) : \
508         $(SRC)/fileio.c \
509         $(EMACS_ROOT)/src/s/ms-w32.h \
510         $(EMACS_ROOT)/src/m/intel386.h \
511         $(EMACS_ROOT)/src/config.h \
512         $(SRC)/uaf.h \
513         $(EMACS_ROOT)/nt/inc/pwd.h \
514         $(SRC)/msdos.h \
515         $(EMACS_ROOT)/nt/inc/sys/param.h \
516         $(SRC)/dispextern.h \
517         $(SRC)/w32gui.h \
518         $(SRC)/intervals.h \
519         $(SRC)/composite.h \
520         $(SRC)/buffer.h \
521         $(SRC)/window.h \
522         $(EMACS_ROOT)/nt/inc/sys/file.h \
523         $(SRC)/systime.h
525 $(BLD)/filelock.$(O) : \
526         $(SRC)/filelock.c \
527         $(EMACS_ROOT)/src/s/ms-w32.h \
528         $(EMACS_ROOT)/src/m/intel386.h \
529         $(EMACS_ROOT)/src/config.h \
530         $(SRC)/uaf.h \
531         $(EMACS_ROOT)/nt/inc/pwd.h \
532         $(EMACS_ROOT)/nt/inc/sys/file.h \
533         $(EMACS_ROOT)/src/epaths.h \
534         $(SRC)/buffer.h \
535         $(SRC)/ndir.h
537 $(BLD)/filemode.$(O) : \
538         $(SRC)/filemode.c \
539         $(EMACS_ROOT)/src/s/ms-w32.h \
540         $(EMACS_ROOT)/src/m/intel386.h \
541         $(EMACS_ROOT)/src/config.h \
542         $(SRC)/s/ms-w32.h \
543         $(SRC)/m/intel386.h \
544         $(SRC)/config.h
546 $(BLD)/firstfile.$(O) : \
547         $(SRC)/firstfile.c \
548         $(EMACS_ROOT)/src/s/ms-w32.h \
549         $(EMACS_ROOT)/src/m/intel386.h \
550         $(EMACS_ROOT)/src/config.h
552 $(BLD)/floatfns.$(O) : \
553         $(SRC)/floatfns.c \
554         $(EMACS_ROOT)/src/s/ms-w32.h \
555         $(EMACS_ROOT)/src/m/intel386.h \
556         $(EMACS_ROOT)/src/config.h \
557         $(SRC)/syssignal.h
559 $(BLD)/fns.$(O) : \
560         $(SRC)/fns.c \
561         $(EMACS_ROOT)/src/s/ms-w32.h \
562         $(EMACS_ROOT)/src/m/intel386.h \
563         $(EMACS_ROOT)/src/config.h \
564         $(SRC)/commands.h \
565         $(SRC)/buffer.h \
566         $(SRC)/keyboard.h \
567         $(SRC)/dispextern.h \
568         $(SRC)/w32gui.h \
569         $(SRC)/intervals.h \
570         $(SRC)/composite.h \
571         $(SRC)/md5.h
573 $(BLD)/frame.$(O) : \
574         $(SRC)/frame.c \
575         $(EMACS_ROOT)/src/s/ms-w32.h \
576         $(EMACS_ROOT)/src/m/intel386.h \
577         $(EMACS_ROOT)/src/config.h \
578         $(SRC)/frame.h \
579         $(SRC)/termhooks.h \
580         $(SRC)/window.h \
581         $(SRC)/buffer.h \
582         $(SRC)/commands.h \
583         $(SRC)/keyboard.h
585 $(BLD)/getloadavg.$(O) : \
586         $(SRC)/getloadavg.c \
587         $(EMACS_ROOT)/nt/inc/sys/param.h \
588         $(EMACS_ROOT)/src/s/ms-w32.h \
589         $(EMACS_ROOT)/src/m/intel386.h \
590         $(EMACS_ROOT)/src/config.h \
591         $(SRC)/s/ms-w32.h \
592         $(SRC)/m/intel386.h \
593         $(SRC)/config.h \
594         $(EMACS_ROOT)/nt/inc/sys/file.h
596 $(BLD)/gmalloc.$(O) : \
597         $(SRC)/gmalloc.c \
598         $(EMACS_ROOT)/src/s/ms-w32.h \
599         $(EMACS_ROOT)/src/m/intel386.h \
600         $(EMACS_ROOT)/src/config.h \
601         $(EMACS_ROOT)/nt/inc/sys/param.h \
602         $(SRC)/getpagesize.h
604 $(BLD)/hftctl.$(O) : \
605         $(SRC)/hftctl.c \
606         $(EMACS_ROOT)/src/s/ms-w32.h \
607         $(EMACS_ROOT)/src/m/intel386.h \
608         $(EMACS_ROOT)/src/config.h \
609         $(EMACS_ROOT)/nt/inc/sys/ioctl.h
611 $(BLD)/indent.$(O) : \
612         $(SRC)/indent.c \
613         $(EMACS_ROOT)/src/s/ms-w32.h \
614         $(EMACS_ROOT)/src/m/intel386.h \
615         $(EMACS_ROOT)/src/config.h \
616         $(SRC)/buffer.h \
617         $(SRC)/indent.h \
618         $(SRC)/frame.h \
619         $(SRC)/window.h \
620         $(SRC)/termchar.h \
621         $(SRC)/termopts.h \
622         $(SRC)/disptab.h \
623         $(SRC)/dispextern.h \
624         $(SRC)/w32gui.h \
625         $(SRC)/intervals.h \
626         $(SRC)/region-cache.h \
627         $(SRC)/composite.h
629 $(BLD)/insdel.$(O) : \
630         $(SRC)/insdel.c \
631         $(EMACS_ROOT)/src/s/ms-w32.h \
632         $(EMACS_ROOT)/src/m/intel386.h \
633         $(EMACS_ROOT)/src/config.h \
634         $(SRC)/dispextern.h \
635         $(SRC)/w32gui.h \
636         $(SRC)/intervals.h \
637         $(SRC)/composite.h \
638         $(SRC)/buffer.h \
639         $(SRC)/window.h \
640         $(SRC)/blockinput.h
642 $(BLD)/intervals.$(O) : \
643         $(SRC)/intervals.c \
644         $(EMACS_ROOT)/src/s/ms-w32.h \
645         $(EMACS_ROOT)/src/m/intel386.h \
646         $(EMACS_ROOT)/src/config.h \
647         $(SRC)/dispextern.h \
648         $(SRC)/w32gui.h \
649         $(SRC)/intervals.h \
650         $(SRC)/composite.h \
651         $(SRC)/keyboard.h \
652         $(SRC)/buffer.h \
653         $(SRC)/puresize.h
655 $(BLD)/keyboard.$(O) : \
656         $(SRC)/keyboard.c \
657         $(EMACS_ROOT)/src/s/ms-w32.h \
658         $(EMACS_ROOT)/src/m/intel386.h \
659         $(EMACS_ROOT)/src/config.h \
660         $(SRC)/termchar.h \
661         $(SRC)/termopts.h \
662         $(SRC)/termhooks.h \
663         $(SRC)/macros.h \
664         $(SRC)/frame.h \
665         $(SRC)/window.h \
666         $(SRC)/commands.h \
667         $(SRC)/buffer.h \
668         $(SRC)/disptab.h \
669         $(SRC)/keyboard.h \
670         $(SRC)/dispextern.h \
671         $(SRC)/intervals.h \
672         $(SRC)/composite.h \
673         $(SRC)/blockinput.h \
674         $(SRC)/msdos.h \
675         $(SRC)/syssignal.h \
676         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
677         $(EMACS_ROOT)/nt/inc/sys/file.h \
678         $(SRC)/systty.h \
679         $(SRC)/w32term.h \
680         $(SRC)/w32gui.h \
681         $(SRC)/xterm.h \
682         $(SRC)/systime.h \
683         $(SRC)/atimer.h
685 $(BLD)/keymap.$(O) : \
686         $(SRC)/keymap.c \
687         $(EMACS_ROOT)/src/s/ms-w32.h \
688         $(EMACS_ROOT)/src/m/intel386.h \
689         $(EMACS_ROOT)/src/config.h \
690         $(SRC)/commands.h \
691         $(SRC)/buffer.h \
692         $(SRC)/keyboard.h \
693         $(SRC)/termhooks.h \
694         $(SRC)/blockinput.h
696 $(BLD)/lastfile.$(O) : \
697         $(SRC)/lastfile.c \
698         $(EMACS_ROOT)/src/s/ms-w32.h \
699         $(EMACS_ROOT)/src/m/intel386.h \
700         $(EMACS_ROOT)/src/config.h
702 $(BLD)/lread.$(O) : \
703         $(SRC)/lread.c \
704         $(EMACS_ROOT)/src/s/ms-w32.h \
705         $(EMACS_ROOT)/src/m/intel386.h \
706         $(EMACS_ROOT)/src/config.h \
707         $(EMACS_ROOT)/nt/inc/sys/file.h \
708         $(SRC)/buffer.h \
709         $(EMACS_ROOT)/src/epaths.h \
710         $(SRC)/commands.h \
711         $(SRC)/keyboard.h \
712         $(SRC)/termhooks.h \
713         $(SRC)/msdos.h
715 $(BLD)/macros.$(O) : \
716         $(SRC)/macros.c \
717         $(EMACS_ROOT)/src/s/ms-w32.h \
718         $(EMACS_ROOT)/src/m/intel386.h \
719         $(EMACS_ROOT)/src/config.h \
720         $(SRC)/macros.h \
721         $(SRC)/commands.h \
722         $(SRC)/buffer.h \
723         $(SRC)/window.h
725 $(BLD)/marker.$(O) : \
726         $(SRC)/marker.c \
727         $(EMACS_ROOT)/src/s/ms-w32.h \
728         $(EMACS_ROOT)/src/m/intel386.h \
729         $(EMACS_ROOT)/src/config.h \
730         $(SRC)/buffer.h
732 $(BLD)/md5.$(O) : \
733         $(SRC)/md5.c \
734         $(SRC)/md5.h
736 $(BLD)/minibuf.$(O) : \
737         $(SRC)/minibuf.c \
738         $(EMACS_ROOT)/src/s/ms-w32.h \
739         $(EMACS_ROOT)/src/m/intel386.h \
740         $(EMACS_ROOT)/src/config.h \
741         $(SRC)/commands.h \
742         $(SRC)/buffer.h \
743         $(SRC)/dispextern.h \
744         $(SRC)/w32gui.h \
745         $(SRC)/frame.h \
746         $(SRC)/window.h \
747         $(SRC)/syntax.h
749 $(BLD)/mocklisp.$(O) : \
750         $(SRC)/mocklisp.c \
751         $(EMACS_ROOT)/src/s/ms-w32.h \
752         $(EMACS_ROOT)/src/m/intel386.h \
753         $(EMACS_ROOT)/src/config.h \
754         $(SRC)/buffer.h
756 $(BLD)/w32.$(O) : \
757         $(SRC)/w32.c \
758         $(SRC)/w32.h \
759         $(SRC)/s/ms-w32.h \
760         $(SRC)/m/intel386.h \
761         $(SRC)/config.h \
762         $(EMACS_ROOT)/nt/inc/pwd.h \
763         $(SRC)/w32heap.h
765 $(BLD)/w32heap.$(O) : \
766         $(SRC)/w32heap.c \
767         $(SRC)/w32heap.h \
768         $(SRC)/s/ms-w32.h \
769         $(SRC)/m/intel386.h \
770         $(SRC)/config.h
772 $(BLD)/w32inevt.$(O) : \
773         $(SRC)/w32inevt.c \
774         $(SRC)/s/ms-w32.h \
775         $(SRC)/m/intel386.h \
776         $(SRC)/config.h \
777         $(SRC)/frame.h \
778         $(SRC)/blockinput.h \
779         $(SRC)/termhooks.h \
780         $(SRC)/w32heap.h \
781         $(SRC)/w32term.h \
782         $(SRC)/w32gui.h
784 $(BLD)/w32proc.$(O) : \
785         $(SRC)/w32proc.c \
786         $(SRC)/s/ms-w32.h \
787         $(SRC)/m/intel386.h \
788         $(SRC)/config.h \
789         $(SRC)/w32.h \
790         $(SRC)/w32heap.h \
791         $(SRC)/systime.h
793 $(BLD)/w32console.$(O) : \
794         $(SRC)/w32console.c \
795         $(SRC)/s/ms-w32.h \
796         $(SRC)/m/intel386.h \
797         $(SRC)/config.h \
798         $(SRC)/frame.h \
799         $(SRC)/disptab.h \
800         $(SRC)/termhooks.h \
801         $(SRC)/w32inevt.h
803 $(BLD)/prefix-args.$(O) : \
804         $(SRC)/prefix-args.c
806 $(BLD)/print.$(O) : \
807         $(SRC)/print.c \
808         $(EMACS_ROOT)/src/s/ms-w32.h \
809         $(EMACS_ROOT)/src/m/intel386.h \
810         $(EMACS_ROOT)/src/config.h \
811         $(SRC)/buffer.h \
812         $(SRC)/frame.h \
813         $(SRC)/window.h \
814         $(SRC)/process.h \
815         $(SRC)/termchar.h \
816         $(SRC)/dispextern.h \
817         $(SRC)/w32gui.h \
818         $(SRC)/intervals.h \
819         $(SRC)/composite.h
821 $(BLD)/process.$(O) : \
822         $(SRC)/process.c \
823         $(EMACS_ROOT)/src/s/ms-w32.h \
824         $(EMACS_ROOT)/src/m/intel386.h \
825         $(EMACS_ROOT)/src/config.h \
826         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
827         $(EMACS_ROOT)/nt/inc/sys/file.h \
828         $(SRC)/systty.h \
829         $(SRC)/window.h \
830         $(SRC)/buffer.h \
831         $(SRC)/process.h \
832         $(SRC)/termhooks.h \
833         $(SRC)/commands.h \
834         $(SRC)/frame.h \
835         $(SRC)/syssignal.h \
836         $(SRC)/syswait.h \
837         $(SRC)/systime.h \
838         $(SRC)/termopts.h \
839         $(SRC)/composite.h \
840         $(SRC)/atimer.h
842 $(BLD)/ralloc.$(O) : \
843         $(SRC)/ralloc.c \
844         $(EMACS_ROOT)/src/s/ms-w32.h \
845         $(EMACS_ROOT)/src/m/intel386.h \
846         $(EMACS_ROOT)/src/config.h \
847         $(SRC)/s/ms-w32.h \
848         $(SRC)/m/intel386.h \
849         $(SRC)/config.h \
850         $(EMACS_ROOT)/nt/inc/sys/param.h \
851         $(SRC)/getpagesize.h
853 $(BLD)/regex.$(O) : \
854         $(SRC)/regex.c \
855         $(EMACS_ROOT)/src/s/ms-w32.h \
856         $(EMACS_ROOT)/src/m/intel386.h \
857         $(EMACS_ROOT)/src/config.h \
858         $(SRC)/s/ms-w32.h \
859         $(SRC)/m/intel386.h \
860         $(SRC)/config.h \
861         $(SRC)/buffer.h \
862         $(SRC)/syntax.h \
863         $(SRC)/regex.h
865 $(BLD)/region-cache.$(O) : \
866         $(SRC)/region-cache.c \
867         $(EMACS_ROOT)/src/s/ms-w32.h \
868         $(EMACS_ROOT)/src/m/intel386.h \
869         $(EMACS_ROOT)/src/config.h \
870         $(SRC)/buffer.h \
871         $(SRC)/region-cache.h
873 $(BLD)/scroll.$(O) : \
874         $(SRC)/scroll.c \
875         $(EMACS_ROOT)/src/s/ms-w32.h \
876         $(EMACS_ROOT)/src/m/intel386.h \
877         $(EMACS_ROOT)/src/config.h \
878         $(SRC)/termchar.h \
879         $(SRC)/dispextern.h \
880         $(SRC)/w32gui.h \
881         $(SRC)/frame.h
883 $(BLD)/search.$(O) : \
884         $(SRC)/search.c \
885         $(EMACS_ROOT)/src/s/ms-w32.h \
886         $(EMACS_ROOT)/src/m/intel386.h \
887         $(EMACS_ROOT)/src/config.h \
888         $(SRC)/syntax.h \
889         $(SRC)/buffer.h \
890         $(SRC)/commands.h \
891         $(SRC)/blockinput.h \
892         $(SRC)/regex.h \
893         $(SRC)/region-cache.h \
894         $(SRC)/composite.h
896 $(BLD)/strftime.$(O) : \
897         $(SRC)/strftime.c \
898         $(EMACS_ROOT)/src/s/ms-w32.h \
899         $(EMACS_ROOT)/src/m/intel386.h \
900         $(EMACS_ROOT)/src/config.h
902 $(BLD)/syntax.$(O) : \
903         $(SRC)/syntax.c \
904         $(EMACS_ROOT)/src/s/ms-w32.h \
905         $(EMACS_ROOT)/src/m/intel386.h \
906         $(EMACS_ROOT)/src/config.h \
907         $(SRC)/commands.h \
908         $(SRC)/buffer.h \
909         $(SRC)/syntax.h \
910         $(SRC)/composite.h
912 $(BLD)/sysdep.$(O) : \
913         $(SRC)/sysdep.c \
914         $(EMACS_ROOT)/src/s/ms-w32.h \
915         $(EMACS_ROOT)/src/m/intel386.h \
916         $(EMACS_ROOT)/src/config.h \
917         $(SRC)/blockinput.h \
918         $(SRC)/dosfns.h \
919         $(SRC)/msdos.h \
920         $(EMACS_ROOT)/nt/inc/sys/param.h \
921         $(EMACS_ROOT)/nt/inc/sys/file.h \
922         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
923         $(EMACS_ROOT)/nt/inc/sys/file.h \
924         $(SRC)/systty.h \
925         $(SRC)/syswait.h \
926         $(SRC)/frame.h \
927         $(SRC)/window.h \
928         $(SRC)/termhooks.h \
929         $(SRC)/termchar.h \
930         $(SRC)/termopts.h \
931         $(SRC)/dispextern.h \
932         $(SRC)/w32gui.h \
933         $(SRC)/process.h \
934         $(SRC)/ndir.h \
935         $(SRC)/syssignal.h \
936         $(SRC)/systime.h \
937         $(SRC)/uaf.h \
938         $(EMACS_ROOT)/src/acldef.h \
939         $(EMACS_ROOT)/src/chpdef.h
941 $(BLD)/term.$(O) : \
942         $(SRC)/term.c \
943         $(EMACS_ROOT)/src/s/ms-w32.h \
944         $(EMACS_ROOT)/src/m/intel386.h \
945         $(EMACS_ROOT)/src/config.h \
946         $(SRC)/termchar.h \
947         $(SRC)/termopts.h \
948         $(SRC)/cm.h \
949         $(SRC)/frame.h \
950         $(SRC)/disptab.h \
951         $(SRC)/dispextern.h \
952         $(SRC)/termhooks.h \
953         $(SRC)/keyboard.h
955 $(BLD)/termcap.$(O) : \
956         $(SRC)/termcap.c \
957         $(EMACS_ROOT)/src/s/ms-w32.h \
958         $(EMACS_ROOT)/src/m/intel386.h \
959         $(EMACS_ROOT)/src/config.h \
960         $(EMACS_ROOT)/nt/inc/sys/file.h
962 $(BLD)/terminfo.$(O) : \
963         $(SRC)/terminfo.c
965 $(BLD)/textprop.$(O) : \
966         $(SRC)/textprop.c \
967         $(EMACS_ROOT)/src/s/ms-w32.h \
968         $(EMACS_ROOT)/src/m/intel386.h \
969         $(EMACS_ROOT)/src/config.h \
970         $(SRC)/dispextern.h \
971         $(SRC)/w32gui.h \
972         $(SRC)/intervals.h \
973         $(SRC)/composite.h \
974         $(SRC)/buffer.h \
975         $(SRC)/window.h
977 $(BLD)/tparam.$(O) : \
978         $(SRC)/tparam.c \
979         $(EMACS_ROOT)/src/s/ms-w32.h \
980         $(EMACS_ROOT)/src/m/intel386.h \
981         $(EMACS_ROOT)/src/config.h
983 $(BLD)/undo.$(O) : \
984         $(SRC)/undo.c \
985         $(EMACS_ROOT)/src/s/ms-w32.h \
986         $(EMACS_ROOT)/src/m/intel386.h \
987         $(EMACS_ROOT)/src/config.h \
988         $(SRC)/buffer.h \
989         $(SRC)/commands.h
991 $(BLD)/unexw32.$(O) : \
992         $(SRC)/unexw32.c \
993         $(EMACS_ROOT)/src/s/ms-w32.h \
994         $(EMACS_ROOT)/src/m/intel386.h \
995         $(EMACS_ROOT)/src/config.h \
996         $(SRC)/w32heap.h
998 $(BLD)/vm-limit.$(O) : \
999         $(SRC)/vm-limit.c \
1000         $(EMACS_ROOT)/src/s/ms-w32.h \
1001         $(EMACS_ROOT)/src/m/intel386.h \
1002         $(EMACS_ROOT)/src/config.h \
1003         $(SRC)/mem-limits.h
1005 $(BLD)/widget.$(O) : \
1006         $(SRC)/widget.c \
1007         $(EMACS_ROOT)/src/s/ms-w32.h \
1008         $(EMACS_ROOT)/src/m/intel386.h \
1009         $(EMACS_ROOT)/src/config.h \
1010         $(SRC)/xterm.h \
1011         $(SRC)/frame.h \
1012         $(SRC)/dispextern.h \
1013         $(SRC)/w32gui.h \
1014         $(SRC)/widget.h \
1015         $(SRC)/widgetprv.h
1017 $(BLD)/window.$(O) : \
1018         $(SRC)/window.c \
1019         $(EMACS_ROOT)/src/s/ms-w32.h \
1020         $(EMACS_ROOT)/src/m/intel386.h \
1021         $(EMACS_ROOT)/src/config.h \
1022         $(SRC)/buffer.h \
1023         $(SRC)/frame.h \
1024         $(SRC)/window.h \
1025         $(SRC)/commands.h \
1026         $(SRC)/indent.h \
1027         $(SRC)/termchar.h \
1028         $(SRC)/disptab.h \
1029         $(SRC)/keyboard.h \
1030         $(SRC)/composite.h
1032 $(BLD)/xdisp.$(O) : \
1033         $(SRC)/xdisp.c \
1034         $(EMACS_ROOT)/src/s/ms-w32.h \
1035         $(EMACS_ROOT)/src/m/intel386.h \
1036         $(EMACS_ROOT)/src/config.h \
1037         $(SRC)/frame.h \
1038         $(SRC)/window.h \
1039         $(SRC)/termchar.h \
1040         $(SRC)/buffer.h \
1041         $(SRC)/indent.h \
1042         $(SRC)/commands.h \
1043         $(SRC)/macros.h \
1044         $(SRC)/disptab.h \
1045         $(SRC)/termhooks.h \
1046         $(SRC)/dispextern.h \
1047         $(SRC)/w32gui.h \
1048         $(SRC)/intervals.h \
1049         $(SRC)/composite.h
1051 $(BLD)/xfaces.$(O): \
1052         $(EMACS_ROOT)/src/s/ms-w32.h \
1053         $(EMACS_ROOT)/src/m/intel386.h \
1054         $(EMACS_ROOT)/src/config.h \
1055         $(SRC)/xfaces.c \
1056         $(SRC)/charset.h \
1057         $(SRC)/fontset.h \
1058         $(SRC)/w32term.h \
1059         $(SRC)/w32gui.h \
1060         $(SRC)/buffer.h \
1061         $(SRC)/dispextern.h \
1062         $(SRC)/frame.h \
1063         $(SRC)/blockinput.h \
1064         $(SRC)/window.h \
1065         $(SRC)/intervals.h \
1066         $(SRC)/composite.h
1068 $(BLD)/w32fns.$(O): \
1069         $(EMACS_ROOT)/src/s/ms-w32.h \
1070         $(EMACS_ROOT)/src/m/intel386.h \
1071         $(EMACS_ROOT)/src/config.h \
1072         $(SRC)/w32fns.c \
1073         $(SRC)/w32term.h \
1074         $(SRC)/w32gui.h \
1075         $(SRC)/frame.h \
1076         $(SRC)/window.h \
1077         $(SRC)/buffer.h \
1078         $(SRC)/charset.h \
1079         $(SRC)/coding.h \
1080         $(SRC)/dispextern.h \
1081         $(SRC)/keyboard.h \
1082         $(SRC)/blockinput.h \
1083         $(SRC)/epaths.h \
1084         $(SRC)/w32heap.h \
1085         $(SRC)/termhooks.h
1087 $(BLD)/w32menu.$(O): \
1088         $(EMACS_ROOT)/src/s/ms-w32.h \
1089         $(EMACS_ROOT)/src/m/intel386.h \
1090         $(EMACS_ROOT)/src/config.h \
1091         $(SRC)/w32menu.c \
1092         $(SRC)/termhooks.h \
1093         $(SRC)/frame.h \
1094         $(SRC)/window.h \
1095         $(SRC)/keyboard.h \
1096         $(SRC)/blockinput.h \
1097         $(SRC)/buffer.h \
1098         $(SRC)/charset.h \
1099         $(SRC)/coding.h
1101 $(BLD)/w32term.$(O): \
1102         $(EMACS_ROOT)/src/s/ms-w32.h \
1103         $(EMACS_ROOT)/src/m/intel386.h \
1104         $(EMACS_ROOT)/src/config.h \
1105         $(SRC)/w32term.c \
1106         $(SRC)/blockinput.h \
1107         $(SRC)/w32heap.h \
1108         $(SRC)/w32term.h \
1109         $(SRC)/w32gui.h \
1110         $(SRC)/systty.h \
1111         $(SRC)/systime.h \
1112         $(SRC)/frame.h \
1113         $(SRC)/dispextern.h \
1114         $(SRC)/termhooks.h \
1115         $(SRC)/termopts.h \
1116         $(SRC)/termchar.h \
1117         $(SRC)/gnu.h \
1118         $(SRC)/disptab.h \
1119         $(SRC)/buffer.h \
1120         $(SRC)/window.h \
1121         $(SRC)/keyboard.h \
1122         $(SRC)/intervals.h \
1123         $(SRC)/composite.h \
1124         $(SRC)/atimer.h
1126 $(BLD)/w32select.$(O): \
1127         $(EMACS_ROOT)/src/s/ms-w32.h \
1128         $(EMACS_ROOT)/src/m/intel386.h \
1129         $(EMACS_ROOT)/src/config.h \
1130         $(SRC)/w32select.c \
1131         $(SRC)/w32term.h \
1132         $(SRC)/w32gui.h \
1133         $(SRC)/dispextern.h \
1134         $(SRC)/frame.h \
1135         $(SRC)/blockinput.h
1137 $(BLD)/w32reg.$(O): \
1138         $(EMACS_ROOT)/src/s/ms-w32.h \
1139         $(EMACS_ROOT)/src/m/intel386.h \
1140         $(EMACS_ROOT)/src/config.h \
1141         $(SRC)/w32reg.c \
1142         $(SRC)/w32term.h \
1143         $(SRC)/w32gui.h \
1144         $(SRC)/blockinput.h
1146 $(BLD)/w32xfns.$(O): \
1147         $(EMACS_ROOT)/src/s/ms-w32.h \
1148         $(EMACS_ROOT)/src/m/intel386.h \
1149         $(EMACS_ROOT)/src/config.h \
1150         $(SRC)/w32xfns.c \
1152 $(BLD)/w32bdf.$(O): \
1153         $(EMACS_ROOT)/src/s/ms-w32.h \
1154         $(EMACS_ROOT)/src/m/intel386.h \
1155         $(EMACS_ROOT)/src/config.h \
1156         $(SRC)/w32bdf.c \
1157         $(SRC)/charset.h \
1158         $(SRC)/frame.h \
1159         $(SRC)/dispextern.h \
1160         $(SRC)/fontset.h \
1161         $(SRC)/blockinput.h \
1162         $(SRC)/w32gui.h \
1163         $(SRC)/w32term.h \
1164         $(SRC)/w32gui.h \
1165         $(SRC)/w32bdf.h \
1166         $(SRC)/w32.h \
1167         $(SRC)/frame.h \
1168         $(SRC)/blockinput.h