(map-keymap): Definition deleted.
[emacs.git] / src / makefile.w32-in
blob5a232e28362c9ed58c23e4df3e11d35e251580fc
1 #  -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2 #  Copyright (c) 2000-2001, 2004 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)
26 # Set EMACSLOADPATH correctly (in case already defined in environment).
27 EMACSLOADPATH=$(CURDIR)/../lisp
30 # HAVE_CONFIG_H is required by some generic gnu sources stuck into
31 # the emacs source tree.
33 LOCAL_FLAGS     = -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 $(EMACS_EXTRA_C_FLAGS)
35 EMACS           = $(BLD)/emacs.exe
36 TEMACS          = $(BLD)/temacs.exe
37 TEMACS_TMP      = $(BLD)/temacs.bin
38 TLIB0           = $(BLD)/temacs0.$(A)
39 TLIB1           = $(BLD)/temacs1.$(A)
40 TLIBW32         = $(BLD)/temacw32.$(A)
41 TOBJ            = $(BLD)/firstfile.$(O)
42 TRES            = $(BLD)/emacs.res
43 TLASTLIB        = $(BLD)/lastfile.$(A)
45 FULL_LINK_FLAGS      = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK)
48 # Split up the objects into two sets so that we don't run out of
49 # command line space when we link them into a library.
51 # Put emacs.$(O) in a separate lib, since we need to have firstfile.$(O)
52 # as the "main" object file when linking.
54 OBJ0 =  $(BLD)/emacs.$(O)
56 OBJ1 =  $(BLD)/abbrev.$(O)                      \
57         $(BLD)/alloc.$(O)                       \
58         $(BLD)/atimer.$(O)                      \
59         $(BLD)/buffer.$(O)                      \
60         $(BLD)/bytecode.$(O)                    \
61         $(BLD)/callint.$(O)                     \
62         $(BLD)/callproc.$(O)                    \
63         $(BLD)/casefiddle.$(O)                  \
64         $(BLD)/cm.$(O)                          \
65         $(BLD)/cmds.$(O)                        \
66         $(BLD)/data.$(O)                        \
67         $(BLD)/dired.$(O)                       \
68         $(BLD)/dispnew.$(O)                     \
69         $(BLD)/doc.$(O)                         \
70         $(BLD)/doprnt.$(O)                      \
71         $(BLD)/editfns.$(O)                     \
72         $(BLD)/eval.$(O)                        \
73         $(BLD)/fileio.$(O)                      \
74         $(BLD)/filelock.$(O)                    \
75         $(BLD)/filemode.$(O)                    \
76         $(BLD)/fns.$(O)                         \
77         $(BLD)/indent.$(O)                      \
78         $(BLD)/insdel.$(O)                      \
79         $(BLD)/keyboard.$(O)                    \
80         $(BLD)/keymap.$(O)                      \
81         $(BLD)/lread.$(O)                       \
82         $(BLD)/macros.$(O)                      \
83         $(BLD)/marker.$(O)                      \
84         $(BLD)/md5.$(O)                         \
85         $(BLD)/minibuf.$(O)                     \
86         $(BLD)/w32.$(O)                         \
87         $(BLD)/w32heap.$(O)                     \
88         $(BLD)/w32inevt.$(O)                    \
89         $(BLD)/w32proc.$(O)                     \
90         $(BLD)/w32console.$(O)                  \
91         $(BLD)/print.$(O)                       \
92         $(BLD)/process.$(O)                     \
93         $(BLD)/regex.$(O)                       \
94         $(BLD)/scroll.$(O)                      \
95         $(BLD)/search.$(O)                      \
96         $(BLD)/sound.$(O)                       \
97         $(BLD)/syntax.$(O)                      \
98         $(BLD)/sysdep.$(O)                      \
99         $(BLD)/term.$(O)                        \
100         $(BLD)/termcap.$(O)                     \
101         $(BLD)/tparam.$(O)                      \
102         $(BLD)/undo.$(O)                        \
103         $(BLD)/unexw32.$(O)                     \
104         $(BLD)/window.$(O)                      \
105         $(BLD)/xdisp.$(O)                       \
106         $(BLD)/casetab.$(O)                     \
107         $(BLD)/floatfns.$(O)                    \
108         $(BLD)/frame.$(O)                       \
109         $(BLD)/gmalloc.$(O)                     \
110         $(BLD)/intervals.$(O)                   \
111         $(BLD)/composite.$(O)                   \
112         $(BLD)/ralloc.$(O)                      \
113         $(BLD)/textprop.$(O)                    \
114         $(BLD)/vm-limit.$(O)                    \
115         $(BLD)/region-cache.$(O)                \
116         $(BLD)/strftime.$(O)                    \
117         $(BLD)/charset.$(O)                     \
118         $(BLD)/coding.$(O)                      \
119         $(BLD)/category.$(O)                    \
120         $(BLD)/ccl.$(O)                         \
121         $(BLD)/fontset.$(O)                     \
122         $(BLD)/fringe.$(O)                      \
123         $(BLD)/image.$(O)
125 WIN32OBJ = $(BLD)/w32term.$(O)                  \
126            $(BLD)/w32xfns.$(O)                  \
127            $(BLD)/w32fns.$(O)                   \
128            $(BLD)/xfaces.$(O)                   \
129            $(BLD)/w32select.$(O)                \
130            $(BLD)/w32menu.$(O)                  \
131            $(BLD)/w32reg.$(O)                   \
132            $(BLD)/w32bdf.$(O)
134 LIBS =  $(TLIB0)        \
135         $(TLIB1)        \
136         $(TLIBW32)      \
137         $(TLASTLIB)     \
138         $(WINMM)    \
139         $(ADVAPI32)     \
140         $(GDI32)        \
141         $(COMDLG32)     \
142         $(USER32)       \
143         $(MPR)          \
144         $(SHELL32)      \
145         $(WINSPOOL)     \
146         $(libc)
149 # Build the executable and dump it.
151 all:            $(ALL)
154 # The dumped executable
156 emacs:          $(BLD) $(EMACS)
157 $(EMACS):       $(DOC) $(TEMACS)
158         "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump
159         -"$(THISDIR)/$(BLD)/emacs.exe" -q -batch -f list-load-path-shadows
162 # The undumped executable
163 # Note the extra post-link step to insert a static preload heap section.
164 # If preload runs out of memory, increase the last argument to addsection
165 # (it is the preload heap size in MB).
167 temacs:         $(BLD) $(TEMACS)
168 $(TEMACS):      $(TLIB0) $(TLIB1) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES)
169         $(LINK) $(LINK_OUT)$(TEMACS_TMP) $(FULL_LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS)
170         "../nt/$(BLD)/addsection" "$(TEMACS_TMP)" "$(TEMACS)" EMHEAP 16
171         echo $(OBJ0) > $(BLD)/buildobj.lst
172         echo $(OBJ1) >> $(BLD)/buildobj.lst
173         echo $(WIN32OBJ) >> $(BLD)/buildobj.lst
175 bootstrap: bootstrap-emacs
178 # Build a temacs with a sufficiently large PURESIZE to load the
179 # Lisp files from loadup.el in source form.
181 bootstrap-temacs:
182         $(MAKE) $(MFLAGS) temacs CFLAGS=$(ARGQUOTE)$(CFLAGS) -DPURESIZE=5000000$(ARGQUOTE)
185 # Dump an Emacs executable named bootstrap-emacs containing the
186 # files from loadup.el in source form.
188 bootstrap-emacs: bootstrap-temacs
189         "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup bootstrap
190         - mkdir "../bin"
191         $(CP) $(EMACS) ../bin
194 # Force recompile of files that depend on PURESIZE
196 bootstrap-clean:
197         - $(DEL) $(BLD)/alloc.$(O)
198         - $(DEL) $(BLD)/data.$(O)
199         - $(DEL) $(BLD)/intervals.$(O)
200         - $(DEL) $(BLD)/keyboard.$(O)
201         - $(DEL) $(BLD)/keymap.$(O)
204 # The resource file.  NT 3.10 requires the use of cvtres; even though
205 # it is not necessary on later versions, it is still ok to use it.
207 $(TRES): ../nt/emacs.rc
208         $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS)
211 # Build the library.  Split up the build into two phases...otherwise we
212 # run out of command line space.
214 $(TLIB0):       $(OBJ0)
215         - $(DEL) $@
216         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
217 $(TLIB1):       $(OBJ1)
218         - $(DEL) $@
219         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
220 $(TLIBW32):     $(WIN32OBJ)
221         - $(DEL) $@
222         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
225 # Place lastfile.$(O) in its own library so that it can be loaded after
226 # the source libraries but before any system libraries.  Doing so defines
227 # the end of Emacs' data section portably across compilers and systems.
229 $(TLASTLIB):    $(BLD)/lastfile.$(O)
230         - $(DEL) $@
231         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
234 # Assuming INSTALL_DIR is defined, build and install emacs in it.
236 install:        $(ALL)
237         - mkdir "$(INSTALL_DIR)/bin"
238         $(CP) $(EMACS) $(INSTALL_DIR)/bin
241 # Maintenance
243 clean:
244         - $(DEL) *~ "s/*~" "m/*~"
245         - $(DEL) $(COMPILER_TEMP_FILES)
246         - $(DEL_TREE) $(OBJDIR)
248 distclean:      clean
249         - $(DEL) config.h epaths.h
251 cleanall:       clean
252         - $(DEL_TREE) obj
253         - $(DEL_TREE) obj-spd
254         - $(DEL_TREE) oo
255         - $(DEL_TREE) oo-spd
257 ### DEPENDENCIES ###
259 EMACS_ROOT      = ..
260 SRC             = .
262 $(BLD)/abbrev.$(O) : \
263         $(SRC)/abbrev.c \
264         $(EMACS_ROOT)/src/s/ms-w32.h \
265         $(EMACS_ROOT)/src/m/intel386.h \
266         $(EMACS_ROOT)/src/config.h \
267         $(SRC)/buffer.h \
268         $(SRC)/charset.h \
269         $(SRC)/commands.h \
270         $(SRC)/dispextern.h \
271         $(SRC)/syntax.h \
272         $(SRC)/w32bdf.h \
273         $(SRC)/w32gui.h \
274         $(SRC)/window.h
276 $(BLD)/alloc.$(O) : \
277         $(SRC)/alloc.c \
278         $(EMACS_ROOT)/src/s/ms-w32.h \
279         $(EMACS_ROOT)/src/m/intel386.h \
280         $(EMACS_ROOT)/src/config.h \
281         $(SRC)/blockinput.h \
282         $(SRC)/buffer.h \
283         $(SRC)/charset.h \
284         $(SRC)/composite.h \
285         $(SRC)/dispextern.h \
286         $(SRC)/frame.h \
287         $(SRC)/intervals.h \
288         $(SRC)/keyboard.h \
289         $(SRC)/process.h \
290         $(SRC)/puresize.h \
291         $(SRC)/syssignal.h \
292         $(SRC)/w32bdf.h \
293         $(SRC)/w32gui.h \
294         $(SRC)/window.h
296 $(BLD)/atimer.$(O) : \
297         $(SRC)/atimer.c \
298         $(EMACS_ROOT)/src/s/ms-w32.h \
299         $(EMACS_ROOT)/src/m/intel386.h \
300         $(EMACS_ROOT)/src/config.h \
301         $(SRC)/s/ms-w32.h \
302         $(SRC)/m/intel386.h \
303         $(SRC)/config.h \
304         $(SRC)/atimer.h \
305         $(SRC)/blockinput.h \
306         $(SRC)/syssignal.h \
307         $(SRC)/systime.h
309 $(BLD)/buffer.$(O) : \
310         $(SRC)/buffer.c \
311         $(EMACS_ROOT)/nt/inc/sys/param.h \
312         $(EMACS_ROOT)/src/s/ms-w32.h \
313         $(EMACS_ROOT)/src/m/intel386.h \
314         $(EMACS_ROOT)/src/config.h \
315         $(SRC)/blockinput.h \
316         $(SRC)/buffer.h \
317         $(SRC)/charset.h \
318         $(SRC)/commands.h \
319         $(SRC)/composite.h \
320         $(SRC)/dispextern.h \
321         $(SRC)/frame.h \
322         $(SRC)/indent.h \
323         $(SRC)/intervals.h \
324         $(SRC)/keyboard.h \
325         $(SRC)/keymap.h \
326         $(SRC)/region-cache.h \
327         $(SRC)/w32bdf.h \
328         $(SRC)/w32gui.h \
329         $(SRC)/window.h
331 $(BLD)/bytecode.$(O) : \
332         $(SRC)/bytecode.c \
333         $(EMACS_ROOT)/src/s/ms-w32.h \
334         $(EMACS_ROOT)/src/m/intel386.h \
335         $(EMACS_ROOT)/src/config.h \
336         $(SRC)/buffer.h \
337         $(SRC)/charset.h \
338         $(SRC)/syntax.h \
339         $(SRC)/window.h
341 $(BLD)/callint.$(O) : \
342         $(SRC)/callint.c \
343         $(EMACS_ROOT)/src/s/ms-w32.h \
344         $(EMACS_ROOT)/src/m/intel386.h \
345         $(EMACS_ROOT)/src/config.h \
346         $(SRC)/buffer.h \
347         $(SRC)/commands.h \
348         $(SRC)/dispextern.h \
349         $(SRC)/keyboard.h \
350         $(SRC)/keymap.h \
351         $(SRC)/w32bdf.h \
352         $(SRC)/w32gui.h \
353         $(SRC)/window.h
355 $(BLD)/callproc.$(O) : \
356         $(SRC)/callproc.c \
357         $(EMACS_ROOT)/src/s/ms-w32.h \
358         $(EMACS_ROOT)/src/m/intel386.h \
359         $(EMACS_ROOT)/src/config.h \
360         $(EMACS_ROOT)/nt/inc/sys/param.h \
361         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
362         $(EMACS_ROOT)/nt/inc/sys/file.h \
363         $(SRC)/buffer.h \
364         $(SRC)/ccl.h \
365         $(SRC)/charset.h \
366         $(SRC)/coding.h \
367         $(SRC)/commands.h \
368         $(SRC)/composite.h \
369         $(SRC)/epaths.h \
370         $(SRC)/process.h \
371         $(SRC)/syssignal.h \
372         $(SRC)/systty.h \
373         $(SRC)/w32.h
375 $(BLD)/casefiddle.$(O) : \
376         $(SRC)/casefiddle.c \
377         $(EMACS_ROOT)/src/s/ms-w32.h \
378         $(EMACS_ROOT)/src/m/intel386.h \
379         $(EMACS_ROOT)/src/config.h \
380         $(SRC)/buffer.h \
381         $(SRC)/charset.h \
382         $(SRC)/commands.h \
383         $(SRC)/composite.h \
384         $(SRC)/keymap.h \
385         $(SRC)/syntax.h
387 $(BLD)/casetab.$(O) : \
388         $(SRC)/casetab.c \
389         $(EMACS_ROOT)/src/s/ms-w32.h \
390         $(EMACS_ROOT)/src/m/intel386.h \
391         $(EMACS_ROOT)/src/config.h \
392         $(SRC)/buffer.h \
393         $(SRC)/charset.h
395 $(BLD)/category.$(O) : \
396         $(SRC)/category.c \
397         $(EMACS_ROOT)/src/s/ms-w32.h \
398         $(EMACS_ROOT)/src/m/intel386.h \
399         $(EMACS_ROOT)/src/config.h \
400         $(SRC)/buffer.h \
401         $(SRC)/category.h \
402         $(SRC)/charset.h \
403         $(SRC)/keymap.h
405 $(BLD)/ccl.$(O) : \
406         $(SRC)/ccl.c \
407         $(EMACS_ROOT)/src/s/ms-w32.h \
408         $(EMACS_ROOT)/src/m/intel386.h \
409         $(EMACS_ROOT)/src/config.h \
410         $(SRC)/ccl.h \
411         $(SRC)/charset.h \
412         $(SRC)/coding.h
414 $(BLD)/charset.$(O) : \
415         $(SRC)/charset.c \
416         $(EMACS_ROOT)/src/s/ms-w32.h \
417         $(EMACS_ROOT)/src/m/intel386.h \
418         $(EMACS_ROOT)/src/config.h \
419         $(SRC)/buffer.h \
420         $(SRC)/ccl.h \
421         $(SRC)/charset.h \
422         $(SRC)/coding.h \
423         $(SRC)/composite.h \
424         $(SRC)/disptab.h
426 $(BLD)/cm.$(O) : \
427         $(SRC)/cm.c \
428         $(EMACS_ROOT)/src/s/ms-w32.h \
429         $(EMACS_ROOT)/src/m/intel386.h \
430         $(EMACS_ROOT)/src/config.h \
431         $(SRC)/cm.h \
432         $(SRC)/termhooks.h
434 $(BLD)/cmds.$(O) : \
435         $(SRC)/cmds.c \
436         $(EMACS_ROOT)/src/s/ms-w32.h \
437         $(EMACS_ROOT)/src/m/intel386.h \
438         $(EMACS_ROOT)/src/config.h \
439         $(SRC)/buffer.h \
440         $(SRC)/charset.h \
441         $(SRC)/commands.h \
442         $(SRC)/dispextern.h \
443         $(SRC)/keyboard.h \
444         $(SRC)/keymap.h \
445         $(SRC)/syntax.h \
446         $(SRC)/w32bdf.h \
447         $(SRC)/w32gui.h \
448         $(SRC)/window.h
450 $(BLD)/coding.$(O) : \
451         $(SRC)/coding.c \
452         $(EMACS_ROOT)/src/s/ms-w32.h \
453         $(EMACS_ROOT)/src/m/intel386.h \
454         $(EMACS_ROOT)/src/config.h \
455         $(SRC)/buffer.h \
456         $(SRC)/ccl.h \
457         $(SRC)/charset.h \
458         $(SRC)/coding.h \
459         $(SRC)/composite.h \
460         $(SRC)/dispextern.h \
461         $(SRC)/intervals.h \
462         $(SRC)/w32bdf.h \
463         $(SRC)/w32gui.h \
464         $(SRC)/window.h
466 $(BLD)/composite.$(O) : \
467         $(SRC)/composite.c \
468         $(EMACS_ROOT)/src/s/ms-w32.h \
469         $(EMACS_ROOT)/src/m/intel386.h \
470         $(EMACS_ROOT)/src/config.h \
471         $(SRC)/buffer.h \
472         $(SRC)/charset.h \
473         $(SRC)/composite.h \
474         $(SRC)/dispextern.h \
475         $(SRC)/intervals.h \
476         $(SRC)/w32bdf.h \
477         $(SRC)/w32gui.h
479 $(BLD)/data.$(O) : \
480         $(SRC)/data.c \
481         $(EMACS_ROOT)/src/s/ms-w32.h \
482         $(EMACS_ROOT)/src/m/intel386.h \
483         $(EMACS_ROOT)/src/config.h \
484         $(SRC)/buffer.h \
485         $(SRC)/charset.h \
486         $(SRC)/frame.h \
487         $(SRC)/keyboard.h \
488         $(SRC)/puresize.h \
489         $(SRC)/syssignal.h
491 $(BLD)/dired.$(O) : \
492         $(SRC)/dired.c \
493         $(EMACS_ROOT)/src/s/ms-w32.h \
494         $(EMACS_ROOT)/src/m/intel386.h \
495         $(EMACS_ROOT)/src/config.h \
496         $(SRC)/buffer.h \
497         $(SRC)/ccl.h \
498         $(SRC)/charset.h \
499         $(SRC)/coding.h \
500         $(SRC)/commands.h \
501         $(SRC)/ndir.h \
502         $(SRC)/regex.h \
503         $(SRC)/systime.h
505 $(BLD)/dispnew.$(O) : \
506         $(SRC)/dispnew.c \
507         $(EMACS_ROOT)/src/s/ms-w32.h \
508         $(EMACS_ROOT)/src/m/intel386.h \
509         $(EMACS_ROOT)/src/config.h \
510         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
511         $(EMACS_ROOT)/nt/inc/sys/file.h \
512         $(SRC)/atimer.h \
513         $(SRC)/blockinput.h \
514         $(SRC)/buffer.h \
515         $(SRC)/charset.h \
516         $(SRC)/cm.h \
517         $(SRC)/commands.h \
518         $(SRC)/composite.h \
519         $(SRC)/dispextern.h \
520         $(SRC)/disptab.h \
521         $(SRC)/frame.h \
522         $(SRC)/indent.h \
523         $(SRC)/intervals.h \
524         $(SRC)/keyboard.h \
525         $(SRC)/process.h \
526         $(SRC)/syssignal.h \
527         $(SRC)/systime.h \
528         $(SRC)/termchar.h \
529         $(SRC)/termhooks.h \
530         $(SRC)/termopts.h \
531         $(SRC)/w32bdf.h \
532         $(SRC)/w32gui.h \
533         $(SRC)/w32term.h \
534         $(SRC)/window.h
536 $(BLD)/doc.$(O) : \
537         $(SRC)/doc.c \
538         $(EMACS_ROOT)/src/s/ms-w32.h \
539         $(EMACS_ROOT)/src/m/intel386.h \
540         $(EMACS_ROOT)/src/config.h \
541         $(EMACS_ROOT)/nt/inc/sys/file.h \
542         $(SRC)/buffer.h \
543         $(SRC)/charset.h \
544         $(SRC)/keyboard.h \
545         $(SRC)/keymap.h
547 $(BLD)/doprnt.$(O) : \
548         $(SRC)/doprnt.c \
549         $(EMACS_ROOT)/src/s/ms-w32.h \
550         $(EMACS_ROOT)/src/m/intel386.h \
551         $(EMACS_ROOT)/src/config.h \
552         $(SRC)/charset.c
554 $(BLD)/editfns.$(O) : \
555         $(SRC)/editfns.c \
556         $(EMACS_ROOT)/src/s/ms-w32.h \
557         $(EMACS_ROOT)/src/m/intel386.h \
558         $(EMACS_ROOT)/src/config.h \
559         $(EMACS_ROOT)/nt/inc/pwd.h \
560         $(SRC)/buffer.h \
561         $(SRC)/ccl.h \
562         $(SRC)/charset.h \
563         $(SRC)/coding.h \
564         $(SRC)/composite.h \
565         $(SRC)/dispextern.h \
566         $(SRC)/frame.h \
567         $(SRC)/intervals.h \
568         $(SRC)/systime.h \
569         $(SRC)/w32bdf.h \
570         $(SRC)/w32gui.h \
571         $(SRC)/window.h
573 $(BLD)/emacs.$(O) : \
574         $(SRC)/emacs.c \
575         $(EMACS_ROOT)/src/s/ms-w32.h \
576         $(EMACS_ROOT)/src/m/intel386.h \
577         $(EMACS_ROOT)/src/config.h \
578         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
579         $(EMACS_ROOT)/nt/inc/sys/file.h \
580         $(SRC)/atimer.h \
581         $(SRC)/blockinput.h \
582         $(SRC)/buffer.h \
583         $(SRC)/commands.h \
584         $(SRC)/composite.h \
585         $(SRC)/dispextern.h \
586         $(SRC)/intervals.h \
587         $(SRC)/keyboard.h \
588         $(SRC)/keymap.h \
589         $(SRC)/process.h \
590         $(SRC)/syssignal.h \
591         $(SRC)/systime.h \
592         $(SRC)/systty.h \
593         $(SRC)/termhooks.h \
594         $(SRC)/w32bdf.h \
595         $(SRC)/w32gui.h \
596         $(SRC)/window.h
598 $(BLD)/eval.$(O) : \
599         $(SRC)/eval.c \
600         $(EMACS_ROOT)/src/s/ms-w32.h \
601         $(EMACS_ROOT)/src/m/intel386.h \
602         $(EMACS_ROOT)/src/config.h \
603         $(SRC)/atimer.h \
604         $(SRC)/blockinput.h \
605         $(SRC)/commands.h \
606         $(SRC)/dispextern.h \
607         $(SRC)/keyboard.h \
608         $(SRC)/systime.h \
609         $(SRC)/w32bdf.h \
610         $(SRC)/w32gui.h
612 $(BLD)/fileio.$(O) : \
613         $(SRC)/fileio.c \
614         $(EMACS_ROOT)/src/s/ms-w32.h \
615         $(EMACS_ROOT)/src/m/intel386.h \
616         $(EMACS_ROOT)/src/config.h \
617         $(EMACS_ROOT)/nt/inc/pwd.h \
618         $(EMACS_ROOT)/nt/inc/sys/param.h \
619         $(EMACS_ROOT)/nt/inc/sys/file.h \
620         $(SRC)/buffer.h \
621         $(SRC)/ccl.h \
622         $(SRC)/charset.h \
623         $(SRC)/coding.h \
624         $(SRC)/commands.h \
625         $(SRC)/composite.h \
626         $(SRC)/dispextern.h \
627         $(SRC)/intervals.h \
628         $(SRC)/systime.h \
629         $(SRC)/w32bdf.h \
630         $(SRC)/w32gui.h \
631         $(SRC)/window.h
633 $(BLD)/filelock.$(O) : \
634         $(SRC)/filelock.c \
635         $(EMACS_ROOT)/src/s/ms-w32.h \
636         $(EMACS_ROOT)/src/m/intel386.h \
637         $(EMACS_ROOT)/src/config.h \
638         $(EMACS_ROOT)/nt/inc/pwd.h \
639         $(EMACS_ROOT)/nt/inc/sys/file.h \
640         $(EMACS_ROOT)/src/epaths.h \
641         $(SRC)/buffer.h \
642         $(SRC)/ccl.h \
643         $(SRC)/charset.h \
644         $(SRC)/coding.h \
645         $(SRC)/systime.h
647 $(BLD)/filemode.$(O) : \
648         $(SRC)/filemode.c \
649         $(EMACS_ROOT)/src/s/ms-w32.h \
650         $(EMACS_ROOT)/src/m/intel386.h \
651         $(EMACS_ROOT)/src/config.h \
652         $(SRC)/s/ms-w32.h \
653         $(SRC)/m/intel386.h \
654         $(SRC)/config.h
656 $(BLD)/firstfile.$(O) : \
657         $(SRC)/firstfile.c \
658         $(EMACS_ROOT)/src/s/ms-w32.h \
659         $(EMACS_ROOT)/src/m/intel386.h \
660         $(EMACS_ROOT)/src/config.h
662 $(BLD)/floatfns.$(O) : \
663         $(SRC)/floatfns.c \
664         $(EMACS_ROOT)/src/s/ms-w32.h \
665         $(EMACS_ROOT)/src/m/intel386.h \
666         $(EMACS_ROOT)/src/config.h \
667         $(SRC)/syssignal.h
669 $(BLD)/fns.$(O) : \
670         $(SRC)/fns.c \
671         $(EMACS_ROOT)/src/s/ms-w32.h \
672         $(EMACS_ROOT)/src/m/intel386.h \
673         $(EMACS_ROOT)/src/config.h \
674         $(SRC)/atimer.h \
675         $(SRC)/blockinput.h \
676         $(SRC)/buffer.h \
677         $(SRC)/ccl.h \
678         $(SRC)/charset.h \
679         $(SRC)/coding.h \
680         $(SRC)/commands.h \
681         $(SRC)/composite.h \
682         $(SRC)/dispextern.h \
683         $(SRC)/frame.h \
684         $(SRC)/intervals.h \
685         $(SRC)/keyboard.h \
686         $(SRC)/keymap.h \
687         $(SRC)/md5.h \
688         $(SRC)/systime.h \
689         $(SRC)/w32bdf.h \
690         $(SRC)/w32gui.h \
691         $(SRC)/window.h
693 $(BLD)/fontset.$(O) : \
694         $(SRC)/fontset.c \
695         $(EMACS_ROOT)/src/s/ms-w32.h \
696         $(EMACS_ROOT)/src/m/intel386.h \
697         $(EMACS_ROOT)/src/config.h \
698         $(SRC)/buffer.h \
699         $(SRC)/ccl.h \
700         $(SRC)/charset.h \
701         $(SRC)/dispextern.h \
702         $(SRC)/fontset.h \
703         $(SRC)/frame.h \
704         $(SRC)/keyboard.h \
705         $(SRC)/w32bdf.h \
706         $(SRC)/w32gui.h \
707         $(SRC)/window.h
709 $(BLD)/frame.$(O) : \
710         $(SRC)/frame.c \
711         $(EMACS_ROOT)/src/s/ms-w32.h \
712         $(EMACS_ROOT)/src/m/intel386.h \
713         $(EMACS_ROOT)/src/config.h \
714         $(SRC)/atimer.h \
715         $(SRC)/blockinput.h \
716         $(SRC)/buffer.h \
717         $(SRC)/charset.h \
718         $(SRC)/commands.h \
719         $(SRC)/dispextern.h \
720         $(SRC)/fontset.h \
721         $(SRC)/frame.h \
722         $(SRC)/keyboard.h \
723         $(SRC)/systime.h \
724         $(SRC)/termhooks.h \
725         $(SRC)/w32bdf.h \
726         $(SRC)/w32gui.h \
727         $(SRC)/w32term.h \
728         $(SRC)/window.h
730 $(BLD)/fringe.$(O) : \
731         $(SRC)/fringe.c \
732         $(EMACS_ROOT)/src/s/ms-w32.h \
733         $(EMACS_ROOT)/src/m/intel386.h \
734         $(EMACS_ROOT)/src/config.h \
735         $(SRC)/atimer.h \
736         $(SRC)/blockinput.h \
737         $(SRC)/buffer.h \
738         $(SRC)/dispextern.h \
739         $(SRC)/frame.h \
740         $(SRC)/systime.h \
741         $(SRC)/w32bdf.h \
742         $(SRC)/w32gui.h \
743         $(SRC)/window.h
745 $(BLD)/gmalloc.$(O) : \
746         $(SRC)/gmalloc.c \
747         $(EMACS_ROOT)/src/s/ms-w32.h \
748         $(EMACS_ROOT)/src/m/intel386.h \
749         $(EMACS_ROOT)/src/config.h \
750         $(EMACS_ROOT)/nt/inc/sys/param.h \
751         $(SRC)/getpagesize.h
753 $(BLD)/image.$(O): \
754         $(SRC)/image.c \
755         $(EMACS_ROOT)/src/s/ms-w32.h \
756         $(EMACS_ROOT)/src/m/intel386.h \
757         $(EMACS_ROOT)/src/config.h \
758         $(SRC)/atimer.h \
759         $(SRC)/blockinput.h \
760         $(SRC)/dispextern.h \
761         $(SRC)/epaths.h \
762         $(SRC)/frame.h \
763         $(SRC)/systime.h \
764         $(SRC)/termhooks.h \
765         $(SRC)/w32bdf.h \
766         $(SRC)/w32gui.h \
767         $(SRC)/w32heap.h \
768         $(SRC)/w32term.h \
769         $(SRC)/window.h
771 $(BLD)/indent.$(O) : \
772         $(SRC)/indent.c \
773         $(EMACS_ROOT)/src/s/ms-w32.h \
774         $(EMACS_ROOT)/src/m/intel386.h \
775         $(EMACS_ROOT)/src/config.h \
776         $(SRC)/buffer.h \
777         $(SRC)/category.h \
778         $(SRC)/charset.h \
779         $(SRC)/composite.h \
780         $(SRC)/dispextern.h \
781         $(SRC)/disptab.h \
782         $(SRC)/frame.h \
783         $(SRC)/indent.h \
784         $(SRC)/intervals.h \
785         $(SRC)/keyboard.h \
786         $(SRC)/region-cache.h \
787         $(SRC)/termchar.h \
788         $(SRC)/termopts.h \
789         $(SRC)/w32bdf.h \
790         $(SRC)/w32gui.h \
791         $(SRC)/window.h
793 $(BLD)/insdel.$(O) : \
794         $(SRC)/insdel.c \
795         $(EMACS_ROOT)/src/s/ms-w32.h \
796         $(EMACS_ROOT)/src/m/intel386.h \
797         $(EMACS_ROOT)/src/config.h \
798         $(SRC)/atimer.h \
799         $(SRC)/blockinput.h \
800         $(SRC)/buffer.h \
801         $(SRC)/charset.h \
802         $(SRC)/composite.h \
803         $(SRC)/dispextern.h \
804         $(SRC)/intervals.h \
805         $(SRC)/region-cache.h \
806         $(SRC)/systime.h \
807         $(SRC)/w32bdf.h \
808         $(SRC)/w32gui.h \
809         $(SRC)/window.h
811 $(BLD)/intervals.$(O) : \
812         $(SRC)/intervals.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)/composite.h \
818         $(SRC)/dispextern.h \
819         $(SRC)/intervals.h \
820         $(SRC)/keyboard.h \
821         $(SRC)/keymap.h \
822         $(SRC)/puresize.h \
823         $(SRC)/w32bdf.h \
824         $(SRC)/w32gui.h
826 $(BLD)/keyboard.$(O) : \
827         $(SRC)/keyboard.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)/atimer.h \
834         $(SRC)/blockinput.h \
835         $(SRC)/buffer.h \
836         $(SRC)/charset.h \
837         $(SRC)/commands.h \
838         $(SRC)/composite.h \
839         $(SRC)/dispextern.h \
840         $(SRC)/disptab.h \
841         $(SRC)/frame.h \
842         $(SRC)/intervals.h \
843         $(SRC)/keyboard.h \
844         $(SRC)/keymap.h \
845         $(SRC)/macros.h \
846         $(SRC)/puresize.h \
847         $(SRC)/syntax.h \
848         $(SRC)/syssignal.h \
849         $(SRC)/systime.h \
850         $(SRC)/systty.h \
851         $(SRC)/termchar.h \
852         $(SRC)/termhooks.h \
853         $(SRC)/termopts.h \
854         $(SRC)/w32bdf.h \
855         $(SRC)/w32gui.h \
856         $(SRC)/w32term.h \
857         $(SRC)/window.h
859 $(BLD)/keymap.$(O) : \
860         $(SRC)/keymap.c \
861         $(EMACS_ROOT)/src/s/ms-w32.h \
862         $(EMACS_ROOT)/src/m/intel386.h \
863         $(EMACS_ROOT)/src/config.h \
864         $(SRC)/atimer.h \
865         $(SRC)/blockinput.h \
866         $(SRC)/buffer.h \
867         $(SRC)/charset.h \
868         $(SRC)/commands.h \
869         $(SRC)/composite.h \
870         $(SRC)/dispextern.h \
871         $(SRC)/intervals.h \
872         $(SRC)/keyboard.h \
873         $(SRC)/keymap.h \
874         $(SRC)/puresize.h \
875         $(SRC)/systime.h \
876         $(SRC)/termhooks.h \
877         $(SRC)/w32bdf.h \
878         $(SRC)/w32gui.h
880 $(BLD)/lastfile.$(O) : \
881         $(SRC)/lastfile.c \
882         $(EMACS_ROOT)/src/s/ms-w32.h \
883         $(EMACS_ROOT)/src/m/intel386.h \
884         $(EMACS_ROOT)/src/config.h
886 $(BLD)/lread.$(O) : \
887         $(SRC)/lread.c \
888         $(EMACS_ROOT)/src/s/ms-w32.h \
889         $(EMACS_ROOT)/src/m/intel386.h \
890         $(EMACS_ROOT)/src/config.h \
891         $(EMACS_ROOT)/nt/inc/sys/file.h \
892         $(EMACS_ROOT)/src/epaths.h \
893         $(SRC)/buffer.h \
894         $(SRC)/ccl.h \
895         $(SRC)/charset.h \
896         $(SRC)/coding.h \
897         $(SRC)/commands.h \
898         $(SRC)/composite.h \
899         $(SRC)/dispextern.h \
900         $(SRC)/intervals.h \
901         $(SRC)/keyboard.h \
902         $(SRC)/termhooks.h \
903         $(SRC)/w32bdf.h \
904         $(SRC)/w32gui.h
906 $(BLD)/macros.$(O) : \
907         $(SRC)/macros.c \
908         $(EMACS_ROOT)/src/s/ms-w32.h \
909         $(EMACS_ROOT)/src/m/intel386.h \
910         $(EMACS_ROOT)/src/config.h \
911         $(SRC)/buffer.h \
912         $(SRC)/commands.h \
913         $(SRC)/dispextern.h \
914         $(SRC)/keyboard.h \
915         $(SRC)/macros.h \
916         $(SRC)/w32bdf.h \
917         $(SRC)/w32gui.h \
918         $(SRC)/window.h
920 $(BLD)/marker.$(O) : \
921         $(SRC)/marker.c \
922         $(EMACS_ROOT)/src/s/ms-w32.h \
923         $(EMACS_ROOT)/src/m/intel386.h \
924         $(EMACS_ROOT)/src/config.h \
925         $(SRC)/buffer.h \
926         $(SRC)/charset.h
928 $(BLD)/md5.$(O) : \
929         $(SRC)/md5.c \
930         $(SRC)/md5.h
932 $(BLD)/minibuf.$(O) : \
933         $(SRC)/minibuf.c \
934         $(EMACS_ROOT)/src/s/ms-w32.h \
935         $(EMACS_ROOT)/src/m/intel386.h \
936         $(EMACS_ROOT)/src/config.h \
937         $(SRC)/buffer.h \
938         $(SRC)/charset.h \
939         $(SRC)/commands.h \
940         $(SRC)/composite.h \
941         $(SRC)/dispextern.h \
942         $(SRC)/frame.h \
943         $(SRC)/intervals.h \
944         $(SRC)/keyboard.h \
945         $(SRC)/keymap.h \
946         $(SRC)/syntax.h \
947         $(SRC)/w32bdf.h \
948         $(SRC)/w32gui.h \
949         $(SRC)/window.h
951 $(BLD)/w32.$(O) : \
952         $(SRC)/w32.c \
953         $(EMACS_ROOT)/nt/inc/pwd.h \
954         $(SRC)/s/ms-w32.h \
955         $(SRC)/m/intel386.h \
956         $(SRC)/config.h \
957         $(SRC)/ndir.h \
958         $(SRC)/systime.h \
959         $(SRC)/w32.h \
960         $(SRC)/w32heap.h
962 $(BLD)/w32heap.$(O) : \
963         $(SRC)/w32heap.c \
964         $(SRC)/s/ms-w32.h \
965         $(SRC)/m/intel386.h \
966         $(SRC)/config.h \
967         $(SRC)/w32heap.h
969 $(BLD)/w32inevt.$(O) : \
970         $(SRC)/w32inevt.c \
971         $(SRC)/s/ms-w32.h \
972         $(SRC)/m/intel386.h \
973         $(SRC)/config.h \
974         $(SRC)/atimer.h \
975         $(SRC)/blockinput.h \
976         $(SRC)/frame.h \
977         $(SRC)/keyboard.h \
978         $(SRC)/systime.h \
979         $(SRC)/termhooks.h \
980         $(SRC)/w32bdf.h \
981         $(SRC)/w32gui.h \
982         $(SRC)/w32heap.h \
983         $(SRC)/w32term.h
985 $(BLD)/w32proc.$(O) : \
986         $(SRC)/w32proc.c \
987         $(SRC)/s/ms-w32.h \
988         $(SRC)/m/intel386.h \
989         $(SRC)/config.h \
990         $(SRC)/process.h \
991         $(SRC)/syssignal.h \
992         $(SRC)/systime.h \
993         $(SRC)/syswait.h \
994         $(SRC)/w32.h \
995         $(SRC)/w32bdf.h \
996         $(SRC)/w32gui.h \
997         $(SRC)/w32heap.h \
998         $(SRC)/w32term.h
1000 $(BLD)/w32console.$(O) : \
1001         $(SRC)/w32console.c \
1002         $(SRC)/s/ms-w32.h \
1003         $(SRC)/m/intel386.h \
1004         $(SRC)/ccl.h \
1005         $(SRC)/charset.h \
1006         $(SRC)/coding.h \
1007         $(SRC)/config.h \
1008         $(SRC)/dispextern.h \
1009         $(SRC)/disptab.h \
1010         $(SRC)/frame.h \
1011         $(SRC)/termhooks.h \
1012         $(SRC)/w32bdf.h \
1013         $(SRC)/w32gui.h \
1014         $(SRC)/w32inevt.h
1016 $(BLD)/print.$(O) : \
1017         $(SRC)/print.c \
1018         $(EMACS_ROOT)/src/s/ms-w32.h \
1019         $(EMACS_ROOT)/src/m/intel386.h \
1020         $(EMACS_ROOT)/src/config.h \
1021         $(SRC)/buffer.h \
1022         $(SRC)/charset.h \
1023         $(SRC)/composite.h \
1024         $(SRC)/dispextern.h \
1025         $(SRC)/frame.h \
1026         $(SRC)/intervals.h \
1027         $(SRC)/keyboard.h \
1028         $(SRC)/process.h \
1029         $(SRC)/termchar.h \
1030         $(SRC)/w32bdf.h \
1031         $(SRC)/w32gui.h \
1032         $(SRC)/window.h
1034 $(BLD)/process.$(O) : \
1035         $(SRC)/process.c \
1036         $(EMACS_ROOT)/src/s/ms-w32.h \
1037         $(EMACS_ROOT)/src/m/intel386.h \
1038         $(EMACS_ROOT)/src/config.h \
1039         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1040         $(EMACS_ROOT)/nt/inc/sys/file.h \
1041         $(SRC)/atimer.h \
1042         $(SRC)/blockinput.h \
1043         $(SRC)/buffer.h \
1044         $(SRC)/ccl.h \
1045         $(SRC)/charset.h \
1046         $(SRC)/coding.h \
1047         $(SRC)/commands.h \
1048         $(SRC)/composite.h \
1049         $(SRC)/dispextern.h \
1050         $(SRC)/frame.h \
1051         $(SRC)/keyboard.h \
1052         $(SRC)/process.h \
1053         $(SRC)/sysselect.h \
1054         $(SRC)/syssignal.h \
1055         $(SRC)/systime.h \
1056         $(SRC)/systty.h \
1057         $(SRC)/syswait.h \
1058         $(SRC)/termhooks.h \
1059         $(SRC)/termopts.h \
1060         $(SRC)/w32bdf.h \
1061         $(SRC)/w32gui.h \
1062         $(SRC)/window.h
1064 $(BLD)/ralloc.$(O) : \
1065         $(SRC)/ralloc.c \
1066         $(EMACS_ROOT)/src/s/ms-w32.h \
1067         $(EMACS_ROOT)/src/m/intel386.h \
1068         $(EMACS_ROOT)/src/config.h \
1069         $(EMACS_ROOT)/nt/inc/sys/param.h \
1070         $(SRC)/s/ms-w32.h \
1071         $(SRC)/m/intel386.h \
1072         $(SRC)/config.h \
1073         $(SRC)/getpagesize.h
1075 $(BLD)/regex.$(O) : \
1076         $(SRC)/regex.c \
1077         $(EMACS_ROOT)/src/s/ms-w32.h \
1078         $(EMACS_ROOT)/src/m/intel386.h \
1079         $(EMACS_ROOT)/src/config.h \
1080         $(SRC)/s/ms-w32.h \
1081         $(SRC)/m/intel386.h \
1082         $(SRC)/buffer.h \
1083         $(SRC)/category.h \
1084         $(SRC)/charset.h \
1085         $(SRC)/config.h \
1086         $(SRC)/regex.h \
1087         $(SRC)/syntax.h
1089 $(BLD)/region-cache.$(O) : \
1090         $(SRC)/region-cache.c \
1091         $(EMACS_ROOT)/src/s/ms-w32.h \
1092         $(EMACS_ROOT)/src/m/intel386.h \
1093         $(EMACS_ROOT)/src/config.h \
1094         $(SRC)/buffer.h \
1095         $(SRC)/region-cache.h
1097 $(BLD)/scroll.$(O) : \
1098         $(SRC)/scroll.c \
1099         $(EMACS_ROOT)/src/s/ms-w32.h \
1100         $(EMACS_ROOT)/src/m/intel386.h \
1101         $(EMACS_ROOT)/src/config.h \
1102         $(SRC)/dispextern.h \
1103         $(SRC)/frame.h \
1104         $(SRC)/keyboard.h \
1105         $(SRC)/termchar.h \
1106         $(SRC)/w32bdf.h \
1107         $(SRC)/w32gui.h \
1108         $(SRC)/window.h
1110 $(BLD)/search.$(O) : \
1111         $(SRC)/search.c \
1112         $(EMACS_ROOT)/src/s/ms-w32.h \
1113         $(EMACS_ROOT)/src/m/intel386.h \
1114         $(EMACS_ROOT)/src/config.h \
1115         $(SRC)/atimer.h \
1116         $(SRC)/blockinput.h \
1117         $(SRC)/buffer.h \
1118         $(SRC)/category.h \
1119         $(SRC)/charset.h \
1120         $(SRC)/commands.h \
1121         $(SRC)/composite.h \
1122         $(SRC)/dispextern.h \
1123         $(SRC)/intervals.h \
1124         $(SRC)/regex.h \
1125         $(SRC)/region-cache.h \
1126         $(SRC)/syntax.h \
1127         $(SRC)/systime.h \
1128         $(SRC)/w32bdf.h \
1129         $(SRC)/w32gui.h
1131 $(BLD)/sound.$(O) : \
1132         $(SRC)/sound.c \
1133         $(SRC)/lisp.h \
1134         $(SRC)/dispextern.h \
1135         $(SRC)/atimer.h \
1136         $(SRC)/syssignal.h
1138 $(BLD)/strftime.$(O) : \
1139         $(SRC)/strftime.c \
1140         $(EMACS_ROOT)/src/s/ms-w32.h \
1141         $(EMACS_ROOT)/src/m/intel386.h \
1142         $(EMACS_ROOT)/src/config.h
1144 $(BLD)/syntax.$(O) : \
1145         $(SRC)/syntax.c \
1146         $(EMACS_ROOT)/src/s/ms-w32.h \
1147         $(EMACS_ROOT)/src/m/intel386.h \
1148         $(EMACS_ROOT)/src/config.h \
1149         $(SRC)/buffer.h \
1150         $(SRC)/category.h \
1151         $(SRC)/charset.h \
1152         $(SRC)/commands.h \
1153         $(SRC)/composite.h \
1154         $(SRC)/dispextern.h \
1155         $(SRC)/intervals.h \
1156         $(SRC)/keymap.h \
1157         $(SRC)/syntax.h \
1158         $(SRC)/w32bdf.h \
1159         $(SRC)/w32gui.h
1161 $(BLD)/sysdep.$(O) : \
1162         $(SRC)/sysdep.c \
1163         $(EMACS_ROOT)/src/s/ms-w32.h \
1164         $(EMACS_ROOT)/src/m/intel386.h \
1165         $(EMACS_ROOT)/src/config.h \
1166         $(EMACS_ROOT)/nt/inc/sys/param.h \
1167         $(EMACS_ROOT)/nt/inc/sys/file.h \
1168         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1169         $(EMACS_ROOT)/nt/inc/sys/file.h \
1170         $(SRC)/atimer.h \
1171         $(SRC)/blockinput.h \
1172         $(SRC)/dispextern.h \
1173         $(SRC)/frame.h \
1174         $(SRC)/keyboard.h \
1175         $(SRC)/ndir.h \
1176         $(SRC)/process.h \
1177         $(SRC)/sysselect.h \
1178         $(SRC)/syssignal.h \
1179         $(SRC)/systime.h \
1180         $(SRC)/systty.h \
1181         $(SRC)/syswait.h \
1182         $(SRC)/termchar.h \
1183         $(SRC)/termhooks.h \
1184         $(SRC)/termopts.h \
1185         $(SRC)/w32bdf.h \
1186         $(SRC)/w32gui.h \
1187         $(SRC)/window.h
1189 $(BLD)/term.$(O) : \
1190         $(SRC)/term.c \
1191         $(EMACS_ROOT)/src/s/ms-w32.h \
1192         $(EMACS_ROOT)/src/m/intel386.h \
1193         $(EMACS_ROOT)/src/config.h \
1194         $(SRC)/ccl.h \
1195         $(SRC)/charset.h \
1196         $(SRC)/cm.h \
1197         $(SRC)/coding.h \
1198         $(SRC)/dispextern.h \
1199         $(SRC)/disptab.h \
1200         $(SRC)/frame.h \
1201         $(SRC)/keyboard.h \
1202         $(SRC)/keymap.h \
1203         $(SRC)/termchar.h \
1204         $(SRC)/termhooks.h \
1205         $(SRC)/termopts.h \
1206         $(SRC)/w32bdf.h \
1207         $(SRC)/w32gui.h \
1208         $(SRC)/window.h
1210 $(BLD)/termcap.$(O) : \
1211         $(SRC)/termcap.c \
1212         $(EMACS_ROOT)/src/s/ms-w32.h \
1213         $(EMACS_ROOT)/src/m/intel386.h \
1214         $(EMACS_ROOT)/src/config.h \
1215         $(EMACS_ROOT)/nt/inc/sys/file.h
1217 $(BLD)/textprop.$(O) : \
1218         $(SRC)/textprop.c \
1219         $(EMACS_ROOT)/src/s/ms-w32.h \
1220         $(EMACS_ROOT)/src/m/intel386.h \
1221         $(EMACS_ROOT)/src/config.h \
1222         $(SRC)/buffer.h \
1223         $(SRC)/composite.h \
1224         $(SRC)/dispextern.h \
1225         $(SRC)/intervals.h \
1226         $(SRC)/w32bdf.h \
1227         $(SRC)/w32gui.h \
1228         $(SRC)/window.h
1230 $(BLD)/tparam.$(O) : \
1231         $(SRC)/tparam.c \
1232         $(EMACS_ROOT)/src/s/ms-w32.h \
1233         $(EMACS_ROOT)/src/m/intel386.h \
1234         $(EMACS_ROOT)/src/config.h
1236 $(BLD)/undo.$(O) : \
1237         $(SRC)/undo.c \
1238         $(EMACS_ROOT)/src/s/ms-w32.h \
1239         $(EMACS_ROOT)/src/m/intel386.h \
1240         $(EMACS_ROOT)/src/config.h \
1241         $(SRC)/buffer.h \
1242         $(SRC)/commands.h
1244 $(BLD)/unexw32.$(O) : \
1245         $(SRC)/unexw32.c \
1246         $(EMACS_ROOT)/src/s/ms-w32.h \
1247         $(EMACS_ROOT)/src/m/intel386.h \
1248         $(EMACS_ROOT)/src/config.h \
1249         $(SRC)/w32heap.h
1251 $(BLD)/vm-limit.$(O) : \
1252         $(SRC)/vm-limit.c \
1253         $(EMACS_ROOT)/src/s/ms-w32.h \
1254         $(EMACS_ROOT)/src/m/intel386.h \
1255         $(EMACS_ROOT)/src/config.h \
1256         $(SRC)/mem-limits.h
1258 $(BLD)/window.$(O) : \
1259         $(SRC)/window.c \
1260         $(EMACS_ROOT)/src/s/ms-w32.h \
1261         $(EMACS_ROOT)/src/m/intel386.h \
1262         $(EMACS_ROOT)/src/config.h \
1263         $(SRC)/atimer.h \
1264         $(SRC)/blockinput.h \
1265         $(SRC)/buffer.h \
1266         $(SRC)/commands.h \
1267         $(SRC)/composite.h \
1268         $(SRC)/dispextern.h \
1269         $(SRC)/disptab.h \
1270         $(SRC)/frame.h \
1271         $(SRC)/indent.h \
1272         $(SRC)/intervals.h \
1273         $(SRC)/keyboard.h \
1274         $(SRC)/keymap.h \
1275         $(SRC)/systime.h \
1276         $(SRC)/termchar.h \
1277         $(SRC)/w32bdf.h \
1278         $(SRC)/w32gui.h \
1279         $(SRC)/w32term.h \
1280         $(SRC)/window.h
1282 $(BLD)/xdisp.$(O) : \
1283         $(SRC)/xdisp.c \
1284         $(EMACS_ROOT)/src/s/ms-w32.h \
1285         $(EMACS_ROOT)/src/m/intel386.h \
1286         $(EMACS_ROOT)/src/config.h \
1287         $(SRC)/atimer.h \
1288         $(SRC)/blockinput.h \
1289         $(SRC)/buffer.h \
1290         $(SRC)/ccl.h \
1291         $(SRC)/charset.h \
1292         $(SRC)/coding.h \
1293         $(SRC)/commands.h \
1294         $(SRC)/composite.h \
1295         $(SRC)/dispextern.h \
1296         $(SRC)/disptab.h \
1297         $(SRC)/fontset.h \
1298         $(SRC)/frame.h \
1299         $(SRC)/indent.h \
1300         $(SRC)/intervals.h \
1301         $(SRC)/keyboard.h \
1302         $(SRC)/keymap.h \
1303         $(SRC)/macros.h \
1304         $(SRC)/process.h \
1305         $(SRC)/region-cache.h \
1306         $(SRC)/systime.h \
1307         $(SRC)/termchar.h \
1308         $(SRC)/termhooks.h \
1309         $(SRC)/w32bdf.h \
1310         $(SRC)/w32gui.h \
1311         $(SRC)/w32term.h \
1312         $(SRC)/window.h
1314 $(BLD)/xfaces.$(O): \
1315         $(SRC)/xfaces.c \
1316         $(EMACS_ROOT)/src/s/ms-w32.h \
1317         $(EMACS_ROOT)/src/m/intel386.h \
1318         $(EMACS_ROOT)/src/config.h \
1319         $(SRC)/atimer.h \
1320         $(SRC)/blockinput.h \
1321         $(SRC)/buffer.h \
1322         $(SRC)/charset.h \
1323         $(SRC)/composite.h \
1324         $(SRC)/dispextern.h \
1325         $(SRC)/fontset.h \
1326         $(SRC)/frame.h \
1327         $(SRC)/intervals.h \
1328         $(SRC)/keyboard.h \
1329         $(SRC)/systime.h \
1330         $(SRC)/w32bdf.h \
1331         $(SRC)/w32gui.h \
1332         $(SRC)/w32term.h \
1333         $(SRC)/window.h
1335 $(BLD)/w32fns.$(O): \
1336         $(SRC)/w32fns.c \
1337         $(EMACS_ROOT)/src/s/ms-w32.h \
1338         $(EMACS_ROOT)/src/m/intel386.h \
1339         $(EMACS_ROOT)/src/config.h \
1340         $(SRC)/atimer.h \
1341         $(SRC)/blockinput.h \
1342         $(SRC)/buffer.h \
1343         $(SRC)/ccl.h \
1344         $(SRC)/charset.h \
1345         $(SRC)/coding.h \
1346         $(SRC)/composite.h \
1347         $(SRC)/dispextern.h \
1348         $(SRC)/epaths.h \
1349         $(SRC)/fontset.h \
1350         $(SRC)/frame.h \
1351         $(SRC)/intervals.h \
1352         $(SRC)/keyboard.h \
1353         $(SRC)/systime.h \
1354         $(SRC)/termhooks.h \
1355         $(SRC)/w32bdf.h \
1356         $(SRC)/w32gui.h \
1357         $(SRC)/w32heap.h \
1358         $(SRC)/w32term.h \
1359         $(SRC)/window.h
1361 $(BLD)/w32menu.$(O): \
1362         $(SRC)/w32menu.c \
1363         $(EMACS_ROOT)/src/s/ms-w32.h \
1364         $(EMACS_ROOT)/src/m/intel386.h \
1365         $(EMACS_ROOT)/src/config.h \
1366         $(SRC)/atimer.h \
1367         $(SRC)/blockinput.h \
1368         $(SRC)/buffer.h \
1369         $(SRC)/charset.h \
1370         $(SRC)/coding.h \
1371         $(SRC)/dispextern.h \
1372         $(SRC)/frame.h \
1373         $(SRC)/keyboard.h \
1374         $(SRC)/keymap.h \
1375         $(SRC)/systime.h \
1376         $(SRC)/termhooks.h \
1377         $(SRC)/w32bdf.h \
1378         $(SRC)/w32gui.h \
1379         $(SRC)/w32term.h \
1380         $(SRC)/window.h
1382 $(BLD)/w32term.$(O): \
1383         $(SRC)/w32term.c \
1384         $(EMACS_ROOT)/src/s/ms-w32.h \
1385         $(EMACS_ROOT)/src/m/intel386.h \
1386         $(EMACS_ROOT)/src/config.h \
1387         $(SRC)/atimer.h \
1388         $(SRC)/blockinput.h \
1389         $(SRC)/buffer.h \
1390         $(SRC)/ccl.h \
1391         $(SRC)/charset.h \
1392         $(SRC)/coding.h \
1393         $(SRC)/composite.h \
1394         $(SRC)/dispextern.h \
1395         $(SRC)/disptab.h \
1396         $(SRC)/fontset.h \
1397         $(SRC)/frame.h \
1398         $(SRC)/gnu.h \
1399         $(SRC)/intervals.h \
1400         $(SRC)/keyboard.h \
1401         $(SRC)/keymap.h \
1402         $(SRC)/systime.h \
1403         $(SRC)/systty.h \
1404         $(SRC)/termchar.h \
1405         $(SRC)/termhooks.h \
1406         $(SRC)/termopts.h \
1407         $(SRC)/w32bdf.h \
1408         $(SRC)/w32gui.h \
1409         $(SRC)/w32heap.h \
1410         $(SRC)/w32term.h \
1411         $(SRC)/window.h
1413 $(BLD)/w32select.$(O): \
1414         $(SRC)/w32select.c \
1415         $(EMACS_ROOT)/src/s/ms-w32.h \
1416         $(EMACS_ROOT)/src/m/intel386.h \
1417         $(EMACS_ROOT)/src/config.h \
1418         $(SRC)/atimer.h \
1419         $(SRC)/blockinput.h \
1420         $(SRC)/buffer.h \
1421         $(SRC)/ccl.h \
1422         $(SRC)/charset.h \
1423         $(SRC)/coding.h \
1424         $(SRC)/composite.h \
1425         $(SRC)/dispextern.h \
1426         $(SRC)/frame.h \
1427         $(SRC)/keyboard.h \
1428         $(SRC)/systime.h \
1429         $(SRC)/w32bdf.h \
1430         $(SRC)/w32gui.h \
1431         $(SRC)/w32term.h
1433 $(BLD)/w32reg.$(O): \
1434         $(SRC)/w32reg.c \
1435         $(EMACS_ROOT)/src/s/ms-w32.h \
1436         $(EMACS_ROOT)/src/m/intel386.h \
1437         $(EMACS_ROOT)/src/config.h \
1438         $(SRC)/atimer.h \
1439         $(SRC)/blockinput.h \
1440         $(SRC)/systime.h \
1441         $(SRC)/w32bdf.h \
1442         $(SRC)/w32gui.h \
1443         $(SRC)/w32term.h
1445 $(BLD)/w32xfns.$(O): \
1446         $(SRC)/w32xfns.c \
1447         $(EMACS_ROOT)/src/s/ms-w32.h \
1448         $(EMACS_ROOT)/src/m/intel386.h \
1449         $(EMACS_ROOT)/src/config.h \
1450         $(SRC)/atimer.h \
1451         $(SRC)/blockinput.h \
1452         $(SRC)/charset.h \
1453         $(SRC)/fontset.h \
1454         $(SRC)/frame.h \
1455         $(SRC)/keyboard.h \
1456         $(SRC)/systime.h \
1457         $(SRC)/w32bdf.h \
1458         $(SRC)/w32gui.h \
1459         $(SRC)/w32term.h
1461 $(BLD)/w32bdf.$(O): \
1462         $(SRC)/w32bdf.c \
1463         $(EMACS_ROOT)/src/s/ms-w32.h \
1464         $(EMACS_ROOT)/src/m/intel386.h \
1465         $(EMACS_ROOT)/src/config.h \
1466         $(SRC)/atimer.h \
1467         $(SRC)/blockinput.h \
1468         $(SRC)/charset.h \
1469         $(SRC)/dispextern.h \
1470         $(SRC)/fontset.h \
1471         $(SRC)/frame.h \
1472         $(SRC)/keyboard.h \
1473         $(SRC)/systime.h \
1474         $(SRC)/w32bdf.h \
1475         $(SRC)/w32gui.h \
1476         $(SRC)/w32term.h