Move VC-Dired code from vc.el to vc-dispatcher.el.
[emacs.git] / src / makefile.w32-in
blob28fddaaeb5d8b6ad5a011354a207f753c15f4acb
1 #  -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2 #  Copyright (C) 2000, 2001, 2002, 2003, 2004,
3 #                2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 #  This file is part of GNU Emacs.
7 #  GNU Emacs is free software; you can redistribute it and/or modify
8 #  it under the terms of the GNU General Public License as published by
9 #  the Free Software Foundation; either version 3, or (at your option)
10 #  any later version.
12 #  GNU Emacs is distributed in the hope that it will be useful,
13 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
14 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 #  GNU General Public License for more details.
17 #  You should have received a copy of the GNU General Public License
18 #  along with GNU Emacs; see the file COPYING.  If not, write to the
19 #  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 #  Boston, MA 02110-1301, USA.
23 ALL = emacs
25 .PHONY: $(ALL)
27 # Set EMACSLOADPATH correctly (in case already defined in environment).
28 EMACSLOADPATH=$(CURDIR)/../lisp
31 # HAVE_CONFIG_H is required by some generic gnu sources stuck into
32 # the emacs source tree.
34 LOCAL_FLAGS     = -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 $(EMACS_EXTRA_C_FLAGS)
36 EMACS           = $(BLD)/emacs.exe
37 TEMACS          = $(BLD)/temacs.exe
38 TEMACS_TMP      = $(BLD)/temacs.bin
39 TLIB0           = $(BLD)/temacs0.$(A)
40 TLIB1           = $(BLD)/temacs1.$(A)
41 TLIBW32         = $(BLD)/temacw32.$(A)
42 TOBJ            = $(BLD)/firstfile.$(O)
43 TRES            = $(BLD)/emacs.res
44 TLASTLIB        = $(BLD)/lastfile.$(A)
46 DOC             = $(OBJDIR)/etc/DOC-X
48 FULL_LINK_FLAGS = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK)
51 # Split up the objects into two sets so that we don't run out of
52 # command line space when we link them into a library.
54 # Put emacs.$(O) in a separate lib, since we need to have firstfile.$(O)
55 # as the "main" object file when linking.
57 OBJ0 =  $(BLD)/emacs.$(O)
59 OBJ1 =  $(BLD)/alloc.$(O)               \
60         $(BLD)/atimer.$(O)                      \
61         $(BLD)/buffer.$(O)                      \
62         $(BLD)/bytecode.$(O)            \
63         $(BLD)/callint.$(O)             \
64         $(BLD)/callproc.$(O)            \
65         $(BLD)/casefiddle.$(O)          \
66         $(BLD)/cm.$(O)                  \
67         $(BLD)/cmds.$(O)                        \
68         $(BLD)/data.$(O)                        \
69         $(BLD)/dired.$(O)                       \
70         $(BLD)/dispnew.$(O)             \
71         $(BLD)/doc.$(O)                 \
72         $(BLD)/doprnt.$(O)                      \
73         $(BLD)/editfns.$(O)             \
74         $(BLD)/eval.$(O)                        \
75         $(BLD)/fileio.$(O)                      \
76         $(BLD)/filelock.$(O)            \
77         $(BLD)/filemode.$(O)            \
78         $(BLD)/fns.$(O)                 \
79         $(BLD)/indent.$(O)                      \
80         $(BLD)/insdel.$(O)                      \
81         $(BLD)/keyboard.$(O)            \
82         $(BLD)/keymap.$(O)                      \
83         $(BLD)/lread.$(O)                       \
84         $(BLD)/macros.$(O)                      \
85         $(BLD)/marker.$(O)                      \
86         $(BLD)/md5.$(O)                 \
87         $(BLD)/minibuf.$(O)             \
88         $(BLD)/w32.$(O)                 \
89         $(BLD)/w32heap.$(O)             \
90         $(BLD)/w32inevt.$(O)            \
91         $(BLD)/w32proc.$(O)             \
92         $(BLD)/w32console.$(O)          \
93         $(BLD)/print.$(O)                       \
94         $(BLD)/process.$(O)             \
95         $(BLD)/regex.$(O)                       \
96         $(BLD)/scroll.$(O)                      \
97         $(BLD)/search.$(O)                      \
98         $(BLD)/sound.$(O)                       \
99         $(BLD)/syntax.$(O)                      \
100         $(BLD)/sysdep.$(O)                      \
101         $(BLD)/term.$(O)                        \
102         $(BLD)/termcap.$(O)             \
103         $(BLD)/tparam.$(O)                      \
104         $(BLD)/undo.$(O)                        \
105         $(BLD)/unexw32.$(O)             \
106         $(BLD)/window.$(O)                      \
107         $(BLD)/xdisp.$(O)                       \
108         $(BLD)/casetab.$(O)             \
109         $(BLD)/floatfns.$(O)            \
110         $(BLD)/frame.$(O)                       \
111         $(BLD)/gmalloc.$(O)             \
112         $(BLD)/intervals.$(O)           \
113         $(BLD)/composite.$(O)           \
114         $(BLD)/ralloc.$(O)                      \
115         $(BLD)/textprop.$(O)            \
116         $(BLD)/vm-limit.$(O)            \
117         $(BLD)/region-cache.$(O)                \
118         $(BLD)/strftime.$(O)            \
119         $(BLD)/charset.$(O)             \
120         $(BLD)/character.$(O)           \
121         $(BLD)/chartab.$(O)             \
122         $(BLD)/coding.$(O)                      \
123         $(BLD)/category.$(O)            \
124         $(BLD)/ccl.$(O)                 \
125         $(BLD)/font.$(O)                        \
126         $(BLD)/fontset.$(O)             \
127         $(BLD)/fringe.$(O)                      \
128         $(BLD)/image.$(O)                       \
129         $(BLD)/terminal.$(O)
132 WIN32OBJ = $(BLD)/w32term.$(O)          \
133            $(BLD)/w32xfns.$(O)          \
134            $(BLD)/w32fns.$(O)           \
135            $(BLD)/xfaces.$(O)           \
136            $(BLD)/w32select.$(O)                \
137            $(BLD)/w32menu.$(O)          \
138            $(BLD)/w32reg.$(O)           \
139            $(BLD)/w32bdf.$(O)
141 FONTOBJ = $(BLD)/w32font.$(O) $(BLD)/w32uniscribe.$(O)
143 LIBS =  $(TLIB0)        \
144         $(TLIB1)        \
145         $(TLIBW32)      \
146         $(TLASTLIB)     \
147         $(WINMM)        \
148         $(ADVAPI32)     \
149         $(GDI32)        \
150         $(COMDLG32)     \
151         $(USER32)       \
152         $(MPR)  \
153         $(SHELL32)      \
154         $(WINSPOOL)     \
155         $(OLE32)        \
156         $(COMCTL32)     \
157         $(UNISCRIBE)    \
158         $(libc)
161 # Build the executable and dump it.
163 all:            $(ALL)
166 # The dumped executable
168 emacs:          stamp_BLD $(EMACS)
169 $(EMACS):       $(DOC) $(TEMACS)
170         "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump
171         -"$(THISDIR)/$(BLD)/emacs.exe" -q -batch -f list-load-path-shadows
174 # The undumped executable
175 # Note the extra post-link step to insert a static preload heap section.
176 # If preload runs out of memory, increase the last argument to addsection
177 # (it is the preload heap size in MB).
179 temacs:         stamp_BLD $(TEMACS)
180 $(TEMACS):      $(TLIB0) $(TLIB1) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES) \
181                   ../nt/$(BLD)/addsection.exe
182         $(LINK) $(LINK_OUT)$(TEMACS_TMP) $(FULL_LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS)
183         "../nt/$(BLD)/addsection" "$(TEMACS_TMP)" "$(TEMACS)" EMHEAP 21
184         echo $(OBJ0) > $(BLD)/buildobj.lst
185         echo $(OBJ1) >> $(BLD)/buildobj.lst
186         echo $(WIN32OBJ) >> $(BLD)/buildobj.lst
187         echo $(FONTOBJ) >> $(BLD)/buildobj.lst
189 bootstrap: bootstrap-emacs
192 # Build a temacs with a sufficiently large PURESIZE to load the
193 # Lisp files from loadup.el in source form.
195 # WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
196 #          this can break with GNU Make 3.81 and later if sh.exe is used.
197 bootstrap-temacs:
198         $(MAKE) $(MFLAGS) $(XMFLAGS) temacs CFLAGS=$(ARGQUOTE)$(CFLAGS) -DPURESIZE=5000000$(ARGQUOTE)
201 # Dump an Emacs executable named bootstrap-emacs containing the
202 # files from loadup.el in source form.
204 bootstrap-emacs: bootstrap-temacs
205         "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup bootstrap
206         - mkdir "../bin"
207         $(CP) $(EMACS) ../bin
210 # Force recompile of files that depend on PURESIZE
212 bootstrap-clean:
213         - $(DEL) $(BLD)/alloc.$(O)
214         - $(DEL) $(BLD)/data.$(O)
215         - $(DEL) $(BLD)/intervals.$(O)
216         - $(DEL) $(BLD)/keyboard.$(O)
217         - $(DEL) $(BLD)/keymap.$(O)
220 # The resource file.  NT 3.10 requires the use of cvtres; even though
221 # it is not necessary on later versions, it is still ok to use it.
223 $(TRES): ../nt/emacs.rc stamp_BLD
224         $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ ../nt/emacs.rc
227 # Build the library.  Split up the build into two phases...otherwise we
228 # run out of command line space.
230 $(TLIB0):       $(OBJ0)
231         - $(DEL) $@
232         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
233 $(TLIB1):       $(OBJ1)
234         - $(DEL) $@
235         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
236 $(TLIBW32):     $(WIN32OBJ) $(FONTOBJ)
237         - $(DEL) $@
238         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
241 # Place lastfile.$(O) in its own library so that it can be loaded after
242 # the source libraries but before any system libraries.  Doing so defines
243 # the end of Emacs' data section portably across compilers and systems.
245 $(TLASTLIB):    $(BLD)/lastfile.$(O)
246         - $(DEL) $@
247         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
250 # Assuming INSTALL_DIR is defined, build and install emacs in it.
252 install:        $(ALL)
253         - mkdir "$(INSTALL_DIR)/bin"
254         $(CP) $(EMACS) $(INSTALL_DIR)/bin
257 # Maintenance
259 # We used to delete *~, s/*~, m/*~ here, but that might inadvertently
260 # remove precious files if it happens to match their short 8+3 aliases.
261 clean:
262         - $(DEL) "s/*.h~" "m/*.h~"
263         - $(DEL) $(COMPILER_TEMP_FILES)
264         - $(DEL_TREE) $(OBJDIR)
265         - $(DEL) stamp_BLD
267 distclean:      cleanall
268         - $(DEL) config.h epaths.h Makefile
270 maintainer-clean: distclean
271         - $(DEL) TAGS
273 cleanall:       clean
274         - $(DEL_TREE) obj
275         - $(DEL_TREE) obj-spd
276         - $(DEL_TREE) oo
277         - $(DEL_TREE) oo-spd
279 ### DEPENDENCIES ###
281 EMACS_ROOT = ..
282 SRC        = .
283 CONFIG_H   = $(EMACS_ROOT)/src/s/ms-w32.h \
284              $(EMACS_ROOT)/src/m/intel386.h \
285              $(EMACS_ROOT)/src/config.h
287 $(BLD)/abbrev.$(O) : \
288         $(SRC)/abbrev.c \
289         $(CONFIG_H) \
290         $(SRC)/buffer.h \
291         $(SRC)/character.h \
292         $(SRC)/charset.h \
293         $(SRC)/commands.h \
294         $(SRC)/dispextern.h \
295         $(SRC)/syntax.h \
296         $(SRC)/w32bdf.h \
297         $(SRC)/w32gui.h \
298         $(SRC)/window.h
300 $(BLD)/alloc.$(O) : \
301         $(SRC)/alloc.c \
302         $(CONFIG_H) \
303         $(SRC)/blockinput.h \
304         $(SRC)/buffer.h \
305         $(SRC)/character.h \
306         $(SRC)/charset.h \
307         $(SRC)/composite.h \
308         $(SRC)/dispextern.h \
309         $(SRC)/frame.h \
310         $(SRC)/intervals.h \
311         $(SRC)/keyboard.h \
312         $(SRC)/process.h \
313         $(SRC)/puresize.h \
314         $(SRC)/syssignal.h \
315         $(SRC)/w32bdf.h \
316         $(SRC)/w32gui.h \
317         $(SRC)/window.h
319 $(BLD)/atimer.$(O) : \
320         $(SRC)/atimer.c \
321         $(CONFIG_H) \
322         $(SRC)/atimer.h \
323         $(SRC)/blockinput.h \
324         $(SRC)/syssignal.h \
325         $(SRC)/systime.h
327 $(BLD)/buffer.$(O) : \
328         $(SRC)/buffer.c \
329         $(CONFIG_H) \
330         $(EMACS_ROOT)/nt/inc/sys/param.h \
331         $(SRC)/blockinput.h \
332         $(SRC)/buffer.h \
333         $(SRC)/charset.h \
334         $(SRC)/commands.h \
335         $(SRC)/composite.h \
336         $(SRC)/dispextern.h \
337         $(SRC)/frame.h \
338         $(SRC)/indent.h \
339         $(SRC)/intervals.h \
340         $(SRC)/keyboard.h \
341         $(SRC)/keymap.h \
342         $(SRC)/region-cache.h \
343         $(SRC)/w32bdf.h \
344         $(SRC)/w32gui.h \
345         $(SRC)/window.h
347 $(BLD)/bytecode.$(O) : \
348         $(SRC)/bytecode.c \
349         $(CONFIG_H) \
350         $(SRC)/buffer.h \
351         $(SRC)/charset.h \
352         $(SRC)/syntax.h \
353         $(SRC)/window.h
355 $(BLD)/callint.$(O) : \
356         $(SRC)/callint.c \
357         $(CONFIG_H) \
358         $(SRC)/buffer.h \
359         $(SRC)/commands.h \
360         $(SRC)/dispextern.h \
361         $(SRC)/keyboard.h \
362         $(SRC)/keymap.h \
363         $(SRC)/w32bdf.h \
364         $(SRC)/w32gui.h \
365         $(SRC)/window.h
367 $(BLD)/callproc.$(O) : \
368         $(SRC)/callproc.c \
369         $(CONFIG_H) \
370         $(EMACS_ROOT)/nt/inc/sys/param.h \
371         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
372         $(EMACS_ROOT)/nt/inc/sys/file.h \
373         $(SRC)/buffer.h \
374         $(SRC)/ccl.h \
375         $(SRC)/character.h \
376         $(SRC)/charset.h \
377         $(SRC)/coding.h \
378         $(SRC)/commands.h \
379         $(SRC)/composite.h \
380         $(SRC)/epaths.h \
381         $(SRC)/process.h \
382         $(SRC)/syssignal.h \
383         $(SRC)/systty.h \
384         $(SRC)/frame.h \
385         $(SRC)/termhooks.h \
386         $(SRC)/w32.h
388 $(BLD)/casefiddle.$(O) : \
389         $(SRC)/casefiddle.c \
390         $(CONFIG_H) \
391         $(SRC)/buffer.h \
392         $(SRC)/character.h \
393         $(SRC)/charset.h \
394         $(SRC)/commands.h \
395         $(SRC)/composite.h \
396         $(SRC)/keymap.h \
397         $(SRC)/syntax.h
399 $(BLD)/casetab.$(O) : \
400         $(SRC)/casetab.c \
401         $(CONFIG_H) \
402         $(SRC)/buffer.h \
403         $(SRC)/charset.h
405 $(BLD)/category.$(O) : \
406         $(SRC)/category.c \
407         $(CONFIG_H) \
408         $(SRC)/buffer.h \
409         $(SRC)/category.h \
410         $(SRC)/character.h \
411         $(SRC)/charset.h \
412         $(SRC)/keymap.h
414 $(BLD)/ccl.$(O) : \
415         $(SRC)/ccl.c \
416         $(CONFIG_H) \
417         $(SRC)/ccl.h \
418         $(SRC)/character.h \
419         $(SRC)/charset.h \
420         $(SRC)/coding.h
422 $(BLD)/character.$(O) : \
423         $(SRC)/character.c \
424         $(CONFIG_H) \
425         $(SRC)/buffer.h \
426         $(SRC)/character.h \
427         $(SRC)/charset.h \
428         $(SRC)/coding.h \
429         $(SRC)/composite.h \
430         $(SRC)/disptab.h
432 $(BLD)/charset.$(O) : \
433         $(SRC)/charset.c \
434         $(CONFIG_H) \
435         $(SRC)/buffer.h \
436         $(SRC)/ccl.h \
437         $(SRC)/character.h \
438         $(SRC)/charset.h \
439         $(SRC)/coding.h \
440         $(SRC)/composite.h \
441         $(SRC)/disptab.h
443 $(BLD)/chartab.$(O) : \
444         $(SRC)/chartab.c \
445         $(CONFIG_H) \
446         $(SRC)/charset.h \
447         $(SRC)/character.h
449 $(BLD)/cm.$(O) : \
450         $(SRC)/cm.c \
451         $(CONFIG_H) \
452         $(SRC)/cm.h \
453         $(SRC)/termhooks.h
455 $(BLD)/cmds.$(O) : \
456         $(SRC)/cmds.c \
457         $(CONFIG_H) \
458         $(SRC)/buffer.h \
459         $(SRC)/character.h \
460         $(SRC)/charset.h \
461         $(SRC)/commands.h \
462         $(SRC)/dispextern.h \
463         $(SRC)/keyboard.h \
464         $(SRC)/keymap.h \
465         $(SRC)/syntax.h \
466         $(SRC)/w32bdf.h \
467         $(SRC)/w32gui.h \
468         $(SRC)/window.h
470 $(BLD)/coding.$(O) : \
471         $(SRC)/coding.c \
472         $(CONFIG_H) \
473         $(SRC)/buffer.h \
474         $(SRC)/ccl.h \
475         $(SRC)/character.h \
476         $(SRC)/charset.h \
477         $(SRC)/coding.h \
478         $(SRC)/composite.h \
479         $(SRC)/dispextern.h \
480         $(SRC)/intervals.h \
481         $(SRC)/frame.h \
482         $(SRC)/termhooks.h \
483         $(SRC)/w32bdf.h \
484         $(SRC)/w32gui.h \
485         $(SRC)/window.h
487 $(BLD)/composite.$(O) : \
488         $(SRC)/composite.c \
489         $(CONFIG_H) \
490         $(SRC)/buffer.h \
491         $(SRC)/character.h \
492         $(SRC)/charset.h \
493         $(SRC)/composite.h \
494         $(SRC)/dispextern.h \
495         $(SRC)/intervals.h \
496         $(SRC)/w32bdf.h \
497         $(SRC)/w32gui.h
499 $(BLD)/data.$(O) : \
500         $(SRC)/data.c \
501         $(CONFIG_H) \
502         $(SRC)/buffer.h \
503         $(SRC)/character.h \
504         $(SRC)/charset.h \
505         $(SRC)/frame.h \
506         $(SRC)/keyboard.h \
507         $(SRC)/puresize.h \
508         $(SRC)/syssignal.h \
509         $(SRC)/termhooks.h
511 $(BLD)/dired.$(O) : \
512         $(SRC)/dired.c \
513         $(CONFIG_H) \
514         $(SRC)/buffer.h \
515         $(SRC)/ccl.h \
516         $(SRC)/character.h \
517         $(SRC)/charset.h \
518         $(SRC)/coding.h \
519         $(SRC)/commands.h \
520         $(SRC)/ndir.h \
521         $(SRC)/regex.h \
522         $(SRC)/systime.h
524 $(BLD)/dispnew.$(O) : \
525         $(SRC)/dispnew.c \
526         $(CONFIG_H) \
527         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
528         $(EMACS_ROOT)/nt/inc/sys/file.h \
529         $(SRC)/atimer.h \
530         $(SRC)/blockinput.h \
531         $(SRC)/buffer.h \
532         $(SRC)/character.h \
533         $(SRC)/charset.h \
534         $(SRC)/cm.h \
535         $(SRC)/commands.h \
536         $(SRC)/composite.h \
537         $(SRC)/dispextern.h \
538         $(SRC)/disptab.h \
539         $(SRC)/frame.h \
540         $(SRC)/indent.h \
541         $(SRC)/intervals.h \
542         $(SRC)/keyboard.h \
543         $(SRC)/process.h \
544         $(SRC)/syssignal.h \
545         $(SRC)/systime.h \
546         $(SRC)/termchar.h \
547         $(SRC)/termhooks.h \
548         $(SRC)/termopts.h \
549         $(SRC)/w32bdf.h \
550         $(SRC)/w32gui.h \
551         $(SRC)/w32term.h \
552         $(SRC)/window.h
554 $(BLD)/doc.$(O) : \
555         $(SRC)/doc.c \
556         $(CONFIG_H) \
557         $(EMACS_ROOT)/nt/inc/sys/file.h \
558         $(SRC)/buffer.h \
559         $(SRC)/character.h \
560         $(SRC)/charset.h \
561         $(SRC)/keyboard.h \
562         $(SRC)/keymap.h
564 $(BLD)/doprnt.$(O) : \
565         $(SRC)/doprnt.c \
566         $(CONFIG_H) \
567         $(SRC)/character.h \
568         $(SRC)/charset.c
570 $(BLD)/editfns.$(O) : \
571         $(SRC)/editfns.c \
572         $(CONFIG_H) \
573         $(EMACS_ROOT)/nt/inc/pwd.h \
574         $(SRC)/buffer.h \
575         $(SRC)/ccl.h \
576         $(SRC)/character.h \
577         $(SRC)/charset.h \
578         $(SRC)/coding.h \
579         $(SRC)/composite.h \
580         $(SRC)/dispextern.h \
581         $(SRC)/frame.h \
582         $(SRC)/intervals.h \
583         $(SRC)/systime.h \
584         $(SRC)/w32bdf.h \
585         $(SRC)/w32gui.h \
586         $(SRC)/window.h
588 $(BLD)/emacs.$(O) : \
589         $(SRC)/emacs.c \
590         $(CONFIG_H) \
591         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
592         $(EMACS_ROOT)/nt/inc/sys/file.h \
593         $(SRC)/atimer.h \
594         $(SRC)/blockinput.h \
595         $(SRC)/buffer.h \
596         $(SRC)/commands.h \
597         $(SRC)/composite.h \
598         $(SRC)/dispextern.h \
599         $(SRC)/intervals.h \
600         $(SRC)/keyboard.h \
601         $(SRC)/keymap.h \
602         $(SRC)/process.h \
603         $(SRC)/syssignal.h \
604         $(SRC)/systime.h \
605         $(SRC)/systty.h \
606         $(SRC)/termhooks.h \
607         $(SRC)/w32bdf.h \
608         $(SRC)/w32gui.h \
609         $(SRC)/w32heap.h \
610         $(SRC)/window.h
612 $(BLD)/eval.$(O) : \
613         $(SRC)/eval.c \
614         $(CONFIG_H) \
615         $(SRC)/atimer.h \
616         $(SRC)/blockinput.h \
617         $(SRC)/commands.h \
618         $(SRC)/dispextern.h \
619         $(SRC)/keyboard.h \
620         $(SRC)/systime.h \
621         $(SRC)/w32bdf.h \
622         $(SRC)/w32gui.h
624 $(BLD)/fileio.$(O) : \
625         $(SRC)/fileio.c \
626         $(CONFIG_H) \
627         $(EMACS_ROOT)/nt/inc/pwd.h \
628         $(EMACS_ROOT)/nt/inc/sys/param.h \
629         $(EMACS_ROOT)/nt/inc/sys/file.h \
630         $(SRC)/buffer.h \
631         $(SRC)/ccl.h \
632         $(SRC)/character.h \
633         $(SRC)/charset.h \
634         $(SRC)/coding.h \
635         $(SRC)/commands.h \
636         $(SRC)/composite.h \
637         $(SRC)/dispextern.h \
638         $(SRC)/intervals.h \
639         $(SRC)/systime.h \
640         $(SRC)/w32bdf.h \
641         $(SRC)/w32gui.h \
642         $(SRC)/window.h
644 $(BLD)/filelock.$(O) : \
645         $(SRC)/filelock.c \
646         $(CONFIG_H) \
647         $(EMACS_ROOT)/nt/inc/pwd.h \
648         $(EMACS_ROOT)/nt/inc/sys/file.h \
649         $(EMACS_ROOT)/src/epaths.h \
650         $(SRC)/buffer.h \
651         $(SRC)/ccl.h \
652         $(SRC)/character.h \
653         $(SRC)/charset.h \
654         $(SRC)/coding.h \
655         $(SRC)/systime.h
657 $(BLD)/filemode.$(O) : \
658         $(SRC)/filemode.c \
659         $(CONFIG_H)
661 $(BLD)/firstfile.$(O) : \
662         $(SRC)/firstfile.c \
663         $(CONFIG_H)
665 $(BLD)/floatfns.$(O) : \
666         $(SRC)/floatfns.c \
667         $(CONFIG_H) \
668         $(SRC)/syssignal.h
670 $(BLD)/fns.$(O) : \
671         $(SRC)/fns.c \
672         $(CONFIG_H) \
673         $(EMACS_ROOT)/nt/inc/langinfo.h \
674         $(EMACS_ROOT)/nt/inc/nl_types.h \
675         $(SRC)/atimer.h \
676         $(SRC)/blockinput.h \
677         $(SRC)/buffer.h \
678         $(SRC)/ccl.h \
679         $(SRC)/character.h \
680         $(SRC)/charset.h \
681         $(SRC)/coding.h \
682         $(SRC)/commands.h \
683         $(SRC)/composite.h \
684         $(SRC)/dispextern.h \
685         $(SRC)/frame.h \
686         $(SRC)/intervals.h \
687         $(SRC)/keyboard.h \
688         $(SRC)/keymap.h \
689         $(SRC)/md5.h \
690         $(SRC)/systime.h \
691         $(SRC)/termhooks.h \
692         $(SRC)/w32bdf.h \
693         $(SRC)/w32gui.h \
694         $(SRC)/window.h
696 $(BLD)/font.$(O) : \
697         $(SRC)/font.c \
698         $(CONFIG_H) \
699         $(SRC)/dispextern.h \
700         $(SRC)/frame.h \
701         $(SRC)/window.h \
702         $(SRC)/ccl.h \
703         $(SRC)/character.h \
704         $(SRC)/charset.h \
705         $(SRC)/font.h
707 $(BLD)/fontset.$(O) : \
708         $(SRC)/fontset.c \
709         $(CONFIG_H) \
710         $(SRC)/buffer.h \
711         $(SRC)/ccl.h \
712         $(SRC)/character.h \
713         $(SRC)/charset.h \
714         $(SRC)/dispextern.h \
715         $(SRC)/font.h \
716         $(SRC)/fontset.h \
717         $(SRC)/frame.h \
718         $(SRC)/keyboard.h \
719         $(SRC)/termhooks.h \
720         $(SRC)/w32bdf.h \
721         $(SRC)/w32gui.h \
722         $(SRC)/window.h
724 $(BLD)/frame.$(O) : \
725         $(SRC)/frame.c \
726         $(CONFIG_H) \
727         $(SRC)/atimer.h \
728         $(SRC)/blockinput.h \
729         $(SRC)/buffer.h \
730         $(SRC)/character.h \
731         $(SRC)/charset.h \
732         $(SRC)/commands.h \
733         $(SRC)/dispextern.h \
734         $(SRC)/fontset.h \
735         $(SRC)/frame.h \
736         $(SRC)/keyboard.h \
737         $(SRC)/systime.h \
738         $(SRC)/termchar.h \
739         $(SRC)/termhooks.h \
740         $(SRC)/w32bdf.h \
741         $(SRC)/w32gui.h \
742         $(SRC)/w32term.h \
743         $(SRC)/window.h
745 $(BLD)/fringe.$(O) : \
746         $(SRC)/fringe.c \
747         $(CONFIG_H) \
748         $(SRC)/atimer.h \
749         $(SRC)/blockinput.h \
750         $(SRC)/buffer.h \
751         $(SRC)/dispextern.h \
752         $(SRC)/frame.h \
753         $(SRC)/systime.h \
754         $(SRC)/w32bdf.h \
755         $(SRC)/w32gui.h \
756         $(SRC)/window.h
758 $(BLD)/gmalloc.$(O) : \
759         $(SRC)/gmalloc.c \
760         $(CONFIG_H) \
761         $(EMACS_ROOT)/nt/inc/sys/param.h \
762         $(SRC)/getpagesize.h
764 $(BLD)/image.$(O): \
765         $(SRC)/image.c \
766         $(CONFIG_H) \
767         $(SRC)/atimer.h \
768         $(SRC)/blockinput.h \
769         $(SRC)/dispextern.h \
770         $(SRC)/epaths.h \
771         $(SRC)/frame.h \
772         $(SRC)/systime.h \
773         $(SRC)/termhooks.h \
774         $(SRC)/w32bdf.h \
775         $(SRC)/w32gui.h \
776         $(SRC)/w32heap.h \
777         $(SRC)/w32term.h \
778         $(SRC)/window.h
780 $(BLD)/indent.$(O) : \
781         $(SRC)/indent.c \
782         $(CONFIG_H) \
783         $(SRC)/buffer.h \
784         $(SRC)/category.h \
785         $(SRC)/character.h \
786         $(SRC)/charset.h \
787         $(SRC)/composite.h \
788         $(SRC)/dispextern.h \
789         $(SRC)/disptab.h \
790         $(SRC)/frame.h \
791         $(SRC)/indent.h \
792         $(SRC)/intervals.h \
793         $(SRC)/keyboard.h \
794         $(SRC)/region-cache.h \
795         $(SRC)/termchar.h \
796         $(SRC)/termopts.h \
797         $(SRC)/w32bdf.h \
798         $(SRC)/w32gui.h \
799         $(SRC)/window.h
801 $(BLD)/insdel.$(O) : \
802         $(SRC)/insdel.c \
803         $(CONFIG_H) \
804         $(SRC)/atimer.h \
805         $(SRC)/blockinput.h \
806         $(SRC)/buffer.h \
807         $(SRC)/character.h \
808         $(SRC)/charset.h \
809         $(SRC)/composite.h \
810         $(SRC)/dispextern.h \
811         $(SRC)/intervals.h \
812         $(SRC)/region-cache.h \
813         $(SRC)/systime.h \
814         $(SRC)/w32bdf.h \
815         $(SRC)/w32gui.h \
816         $(SRC)/window.h
818 $(BLD)/intervals.$(O) : \
819         $(SRC)/intervals.c \
820         $(CONFIG_H) \
821         $(SRC)/buffer.h \
822         $(SRC)/composite.h \
823         $(SRC)/dispextern.h \
824         $(SRC)/intervals.h \
825         $(SRC)/keyboard.h \
826         $(SRC)/keymap.h \
827         $(SRC)/puresize.h \
828         $(SRC)/w32bdf.h \
829         $(SRC)/w32gui.h
831 $(BLD)/keyboard.$(O) : \
832         $(SRC)/keyboard.c \
833         $(CONFIG_H) \
834         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
835         $(EMACS_ROOT)/nt/inc/sys/file.h \
836         $(SRC)/atimer.h \
837         $(SRC)/blockinput.h \
838         $(SRC)/buffer.h \
839         $(SRC)/character.h \
840         $(SRC)/charset.h \
841         $(SRC)/commands.h \
842         $(SRC)/composite.h \
843         $(SRC)/dispextern.h \
844         $(SRC)/disptab.h \
845         $(SRC)/frame.h \
846         $(SRC)/intervals.h \
847         $(SRC)/keyboard.h \
848         $(SRC)/keymap.h \
849         $(SRC)/macros.h \
850         $(SRC)/puresize.h \
851         $(SRC)/syntax.h \
852         $(SRC)/syssignal.h \
853         $(SRC)/systime.h \
854         $(SRC)/systty.h \
855         $(SRC)/termchar.h \
856         $(SRC)/termhooks.h \
857         $(SRC)/termopts.h \
858         $(SRC)/w32bdf.h \
859         $(SRC)/w32gui.h \
860         $(SRC)/w32term.h \
861         $(SRC)/window.h
863 $(BLD)/keymap.$(O) : \
864         $(SRC)/keymap.c \
865         $(CONFIG_H) \
866         $(SRC)/atimer.h \
867         $(SRC)/blockinput.h \
868         $(SRC)/buffer.h \
869         $(SRC)/character.h \
870         $(SRC)/charset.h \
871         $(SRC)/commands.h \
872         $(SRC)/composite.h \
873         $(SRC)/dispextern.h \
874         $(SRC)/intervals.h \
875         $(SRC)/keyboard.h \
876         $(SRC)/keymap.h \
877         $(SRC)/puresize.h \
878         $(SRC)/systime.h \
879         $(SRC)/termhooks.h \
880         $(SRC)/w32bdf.h \
881         $(SRC)/w32gui.h
883 $(BLD)/lastfile.$(O) : \
884         $(SRC)/lastfile.c \
885         $(CONFIG_H)
887 $(BLD)/lread.$(O) : \
888         $(SRC)/lread.c \
889         $(CONFIG_H) \
890         $(EMACS_ROOT)/nt/inc/sys/file.h \
891         $(EMACS_ROOT)/src/epaths.h \
892         $(SRC)/blockinput.h \
893         $(SRC)/buffer.h \
894         $(SRC)/ccl.h \
895         $(SRC)/character.h \
896         $(SRC)/charset.h \
897         $(SRC)/coding.h \
898         $(SRC)/commands.h \
899         $(SRC)/composite.h \
900         $(SRC)/dispextern.h \
901         $(SRC)/intervals.h \
902         $(SRC)/keyboard.h \
903         $(SRC)/termhooks.h \
904         $(SRC)/w32bdf.h \
905         $(SRC)/w32gui.h
907 $(BLD)/macros.$(O) : \
908         $(SRC)/macros.c \
909         $(CONFIG_H) \
910         $(SRC)/buffer.h \
911         $(SRC)/commands.h \
912         $(SRC)/dispextern.h \
913         $(SRC)/keyboard.h \
914         $(SRC)/macros.h \
915         $(SRC)/w32bdf.h \
916         $(SRC)/w32gui.h \
917         $(SRC)/window.h
919 $(BLD)/marker.$(O) : \
920         $(SRC)/marker.c \
921         $(CONFIG_H) \
922         $(SRC)/buffer.h \
923         $(SRC)/character.h \
924         $(SRC)/charset.h
926 $(BLD)/md5.$(O) : \
927         $(SRC)/md5.c \
928         $(SRC)/md5.h
930 $(BLD)/minibuf.$(O) : \
931         $(SRC)/minibuf.c \
932         $(CONFIG_H) \
933         $(SRC)/buffer.h \
934         $(SRC)/character.h \
935         $(SRC)/charset.h \
936         $(SRC)/commands.h \
937         $(SRC)/composite.h \
938         $(SRC)/dispextern.h \
939         $(SRC)/frame.h \
940         $(SRC)/intervals.h \
941         $(SRC)/keyboard.h \
942         $(SRC)/keymap.h \
943         $(SRC)/syntax.h \
944         $(SRC)/termhooks.h \
945         $(SRC)/w32bdf.h \
946         $(SRC)/w32gui.h \
947         $(SRC)/window.h
949 $(BLD)/w32.$(O) : \
950         $(SRC)/w32.c \
951         $(CONFIG_H) \
952         $(EMACS_ROOT)/nt/inc/pwd.h \
953         $(SRC)/ndir.h \
954         $(SRC)/systime.h \
955         $(SRC)/w32.h \
956         $(SRC)/w32heap.h
958 $(BLD)/w32heap.$(O) : \
959         $(SRC)/w32heap.c \
960         $(CONFIG_H) \
961         $(SRC)/w32heap.h
963 $(BLD)/w32inevt.$(O) : \
964         $(SRC)/w32inevt.c \
965         $(CONFIG_H) \
966         $(SRC)/atimer.h \
967         $(SRC)/blockinput.h \
968         $(SRC)/frame.h \
969         $(SRC)/keyboard.h \
970         $(SRC)/systime.h \
971         $(SRC)/termhooks.h \
972         $(SRC)/w32bdf.h \
973         $(SRC)/w32gui.h \
974         $(SRC)/w32heap.h \
975         $(SRC)/w32term.h
977 $(BLD)/w32proc.$(O) : \
978         $(SRC)/w32proc.c \
979         $(CONFIG_H) \
980         $(EMACS_ROOT)/nt/inc/langinfo.h \
981         $(EMACS_ROOT)/nt/inc/nl_types.h \
982         $(SRC)/character.h \
983         $(SRC)/process.h \
984         $(SRC)/syssignal.h \
985         $(SRC)/systime.h \
986         $(SRC)/syswait.h \
987         $(SRC)/w32.h \
988         $(SRC)/w32bdf.h \
989         $(SRC)/w32gui.h \
990         $(SRC)/w32heap.h \
991         $(SRC)/w32term.h
993 $(BLD)/w32console.$(O) : \
994         $(SRC)/w32console.c \
995         $(CONFIG_H) \
996         $(SRC)/ccl.h \
997         $(SRC)/character.h \
998         $(SRC)/charset.h \
999         $(SRC)/coding.h \
1000         $(SRC)/dispextern.h \
1001         $(SRC)/disptab.h \
1002         $(SRC)/frame.h \
1003         $(SRC)/termhooks.h \
1004         $(SRC)/w32bdf.h \
1005         $(SRC)/w32gui.h \
1006         $(SRC)/w32inevt.h
1008 $(BLD)/print.$(O) : \
1009         $(SRC)/print.c \
1010         $(CONFIG_H) \
1011         $(SRC)/buffer.h \
1012         $(SRC)/character.h \
1013         $(SRC)/charset.h \
1014         $(SRC)/composite.h \
1015         $(SRC)/dispextern.h \
1016         $(SRC)/frame.h \
1017         $(SRC)/intervals.h \
1018         $(SRC)/keyboard.h \
1019         $(SRC)/process.h \
1020         $(SRC)/termchar.h \
1021         $(SRC)/w32bdf.h \
1022         $(SRC)/w32gui.h \
1023         $(SRC)/window.h
1025 $(BLD)/process.$(O) : \
1026         $(SRC)/process.c \
1027         $(CONFIG_H) \
1028         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1029         $(EMACS_ROOT)/nt/inc/sys/file.h \
1030         $(SRC)/atimer.h \
1031         $(SRC)/blockinput.h \
1032         $(SRC)/buffer.h \
1033         $(SRC)/ccl.h \
1034         $(SRC)/character.h \
1035         $(SRC)/charset.h \
1036         $(SRC)/coding.h \
1037         $(SRC)/commands.h \
1038         $(SRC)/composite.h \
1039         $(SRC)/dispextern.h \
1040         $(SRC)/frame.h \
1041         $(SRC)/keyboard.h \
1042         $(SRC)/process.h \
1043         $(SRC)/sysselect.h \
1044         $(SRC)/syssignal.h \
1045         $(SRC)/systime.h \
1046         $(SRC)/systty.h \
1047         $(SRC)/syswait.h \
1048         $(SRC)/termhooks.h \
1049         $(SRC)/termopts.h \
1050         $(SRC)/w32bdf.h \
1051         $(SRC)/w32gui.h \
1052         $(SRC)/window.h
1054 $(BLD)/ralloc.$(O) : \
1055         $(SRC)/ralloc.c \
1056         $(CONFIG_H) \
1057         $(EMACS_ROOT)/nt/inc/sys/param.h \
1058         $(SRC)/getpagesize.h
1060 $(BLD)/regex.$(O) : \
1061         $(SRC)/regex.c \
1062         $(CONFIG_H) \
1063         $(SRC)/buffer.h \
1064         $(SRC)/category.h \
1065         $(SRC)/character.h \
1066         $(SRC)/charset.h \
1067         $(SRC)/regex.h \
1068         $(SRC)/syntax.h
1070 $(BLD)/region-cache.$(O) : \
1071         $(SRC)/region-cache.c \
1072         $(CONFIG_H) \
1073         $(SRC)/buffer.h \
1074         $(SRC)/region-cache.h
1076 $(BLD)/scroll.$(O) : \
1077         $(SRC)/scroll.c \
1078         $(CONFIG_H) \
1079         $(SRC)/dispextern.h \
1080         $(SRC)/frame.h \
1081         $(SRC)/keyboard.h \
1082         $(SRC)/termchar.h \
1083         $(SRC)/termhooks.h \
1084         $(SRC)/w32bdf.h \
1085         $(SRC)/w32gui.h \
1086         $(SRC)/window.h
1088 $(BLD)/search.$(O) : \
1089         $(SRC)/search.c \
1090         $(CONFIG_H) \
1091         $(SRC)/atimer.h \
1092         $(SRC)/blockinput.h \
1093         $(SRC)/buffer.h \
1094         $(SRC)/category.h \
1095         $(SRC)/character.h \
1096         $(SRC)/charset.h \
1097         $(SRC)/commands.h \
1098         $(SRC)/composite.h \
1099         $(SRC)/dispextern.h \
1100         $(SRC)/intervals.h \
1101         $(SRC)/regex.h \
1102         $(SRC)/region-cache.h \
1103         $(SRC)/syntax.h \
1104         $(SRC)/systime.h \
1105         $(SRC)/w32bdf.h \
1106         $(SRC)/w32gui.h
1108 $(BLD)/sound.$(O) : \
1109         $(SRC)/sound.c \
1110         $(CONFIG_H) \
1111         $(SRC)/dispextern.h \
1112         $(SRC)/atimer.h \
1113         $(SRC)/syssignal.h
1115 $(BLD)/strftime.$(O) : \
1116         $(SRC)/strftime.c \
1117         $(CONFIG_H)
1119 $(BLD)/syntax.$(O) : \
1120         $(SRC)/syntax.c \
1121         $(CONFIG_H) \
1122         $(SRC)/buffer.h \
1123         $(SRC)/category.h \
1124         $(SRC)/character.h \
1125         $(SRC)/charset.h \
1126         $(SRC)/commands.h \
1127         $(SRC)/composite.h \
1128         $(SRC)/dispextern.h \
1129         $(SRC)/intervals.h \
1130         $(SRC)/keymap.h \
1131         $(SRC)/syntax.h \
1132         $(SRC)/w32bdf.h \
1133         $(SRC)/w32gui.h
1135 $(BLD)/sysdep.$(O) : \
1136         $(SRC)/sysdep.c \
1137         $(CONFIG_H) \
1138         $(EMACS_ROOT)/nt/inc/sys/param.h \
1139         $(EMACS_ROOT)/nt/inc/sys/file.h \
1140         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1141         $(EMACS_ROOT)/nt/inc/sys/file.h \
1142         $(SRC)/atimer.h \
1143         $(SRC)/blockinput.h \
1144         $(SRC)/cm.h \
1145         $(SRC)/dispextern.h \
1146         $(SRC)/frame.h \
1147         $(SRC)/keyboard.h \
1148         $(SRC)/ndir.h \
1149         $(SRC)/process.h \
1150         $(SRC)/sysselect.h \
1151         $(SRC)/syssignal.h \
1152         $(SRC)/systime.h \
1153         $(SRC)/systty.h \
1154         $(SRC)/syswait.h \
1155         $(SRC)/termchar.h \
1156         $(SRC)/termhooks.h \
1157         $(SRC)/termopts.h \
1158         $(SRC)/w32bdf.h \
1159         $(SRC)/w32gui.h \
1160         $(SRC)/window.h
1162 $(BLD)/term.$(O) : \
1163         $(SRC)/term.c \
1164         $(CONFIG_H) \
1165         $(SRC)/ccl.h \
1166         $(SRC)/character.h \
1167         $(SRC)/charset.h \
1168         $(SRC)/cm.h \
1169         $(SRC)/coding.h \
1170         $(SRC)/dispextern.h \
1171         $(SRC)/disptab.h \
1172         $(SRC)/frame.h \
1173         $(SRC)/keyboard.h \
1174         $(SRC)/keymap.h \
1175         $(SRC)/termchar.h \
1176         $(SRC)/termhooks.h \
1177         $(SRC)/termopts.h \
1178         $(SRC)/w32bdf.h \
1179         $(SRC)/w32gui.h \
1180         $(SRC)/window.h
1182 $(BLD)/termcap.$(O) : \
1183         $(SRC)/termcap.c \
1184         $(CONFIG_H) \
1185         $(EMACS_ROOT)/nt/inc/sys/file.h
1187 $(BLD)/terminal.$(O) : \
1188         $(SRC)/terminal.c \
1189         $(CONFIG_H) \
1190         $(SRC)/charset.h \
1191         $(SRC)/coding.h \
1192         $(SRC)/frame.h \
1193         $(SRC)/keyboard.h \
1194         $(SRC)/termchar.h \
1195         $(SRC)/termhooks.h
1197 $(BLD)/textprop.$(O) : \
1198         $(SRC)/textprop.c \
1199         $(CONFIG_H) \
1200         $(SRC)/buffer.h \
1201         $(SRC)/composite.h \
1202         $(SRC)/dispextern.h \
1203         $(SRC)/intervals.h \
1204         $(SRC)/w32bdf.h \
1205         $(SRC)/w32gui.h \
1206         $(SRC)/window.h
1208 $(BLD)/tparam.$(O) : \
1209         $(SRC)/tparam.c \
1210         $(CONFIG_H)
1212 $(BLD)/undo.$(O) : \
1213         $(SRC)/undo.c \
1214         $(CONFIG_H) \
1215         $(SRC)/buffer.h \
1216         $(SRC)/commands.h
1218 $(BLD)/unexw32.$(O) : \
1219         $(SRC)/unexw32.c \
1220         $(CONFIG_H) \
1221         $(SRC)/w32heap.h
1223 $(BLD)/vm-limit.$(O) : \
1224         $(SRC)/vm-limit.c \
1225         $(CONFIG_H) \
1226         $(SRC)/mem-limits.h
1228 $(BLD)/window.$(O) : \
1229         $(SRC)/window.c \
1230         $(CONFIG_H) \
1231         $(SRC)/atimer.h \
1232         $(SRC)/blockinput.h \
1233         $(SRC)/buffer.h \
1234         $(SRC)/commands.h \
1235         $(SRC)/composite.h \
1236         $(SRC)/dispextern.h \
1237         $(SRC)/disptab.h \
1238         $(SRC)/frame.h \
1239         $(SRC)/indent.h \
1240         $(SRC)/intervals.h \
1241         $(SRC)/keyboard.h \
1242         $(SRC)/keymap.h \
1243         $(SRC)/systime.h \
1244         $(SRC)/termchar.h \
1245         $(SRC)/w32bdf.h \
1246         $(SRC)/w32gui.h \
1247         $(SRC)/w32term.h \
1248         $(SRC)/window.h
1250 $(BLD)/xdisp.$(O) : \
1251         $(SRC)/xdisp.c \
1252         $(CONFIG_H) \
1253         $(SRC)/atimer.h \
1254         $(SRC)/blockinput.h \
1255         $(SRC)/buffer.h \
1256         $(SRC)/ccl.h \
1257         $(SRC)/character.h \
1258         $(SRC)/charset.h \
1259         $(SRC)/coding.h \
1260         $(SRC)/commands.h \
1261         $(SRC)/composite.h \
1262         $(SRC)/dispextern.h \
1263         $(SRC)/disptab.h \
1264         $(SRC)/font.h \
1265         $(SRC)/fontset.h \
1266         $(SRC)/frame.h \
1267         $(SRC)/indent.h \
1268         $(SRC)/intervals.h \
1269         $(SRC)/keyboard.h \
1270         $(SRC)/keymap.h \
1271         $(SRC)/macros.h \
1272         $(SRC)/process.h \
1273         $(SRC)/region-cache.h \
1274         $(SRC)/systime.h \
1275         $(SRC)/termchar.h \
1276         $(SRC)/termhooks.h \
1277         $(SRC)/w32bdf.h \
1278         $(SRC)/w32gui.h \
1279         $(SRC)/w32term.h \
1280         $(SRC)/window.h
1282 $(BLD)/xfaces.$(O): \
1283         $(SRC)/xfaces.c \
1284         $(CONFIG_H) \
1285         $(SRC)/atimer.h \
1286         $(SRC)/blockinput.h \
1287         $(SRC)/buffer.h \
1288         $(SRC)/character.h \
1289         $(SRC)/charset.h \
1290         $(SRC)/composite.h \
1291         $(SRC)/dispextern.h \
1292         $(SRC)/font.h \
1293         $(SRC)/fontset.h \
1294         $(SRC)/frame.h \
1295         $(SRC)/intervals.h \
1296         $(SRC)/keyboard.h \
1297         $(SRC)/systime.h \
1298         $(SRC)/termchar.h \
1299         $(SRC)/termhooks.h \
1300         $(SRC)/w32bdf.h \
1301         $(SRC)/w32gui.h \
1302         $(SRC)/w32term.h \
1303         $(SRC)/window.h
1305 $(BLD)/w32fns.$(O): \
1306         $(SRC)/w32fns.c \
1307         $(CONFIG_H) \
1308         $(SRC)/atimer.h \
1309         $(SRC)/blockinput.h \
1310         $(SRC)/buffer.h \
1311         $(SRC)/ccl.h \
1312         $(SRC)/character.h \
1313         $(SRC)/charset.h \
1314         $(SRC)/coding.h \
1315         $(SRC)/composite.h \
1316         $(SRC)/dispextern.h \
1317         $(SRC)/epaths.h \
1318         $(SRC)/font.h \
1319         $(SRC)/fontset.h \
1320         $(SRC)/frame.h \
1321         $(SRC)/intervals.h \
1322         $(SRC)/keyboard.h \
1323         $(SRC)/systime.h \
1324         $(SRC)/termhooks.h \
1325         $(SRC)/w32bdf.h \
1326         $(SRC)/w32gui.h \
1327         $(SRC)/w32heap.h \
1328         $(SRC)/w32term.h \
1329         $(SRC)/window.h
1331 $(BLD)/w32menu.$(O): \
1332         $(SRC)/w32menu.c \
1333         $(CONFIG_H) \
1334         $(SRC)/atimer.h \
1335         $(SRC)/blockinput.h \
1336         $(SRC)/buffer.h \
1337         $(SRC)/character.h \
1338         $(SRC)/charset.h \
1339         $(SRC)/coding.h \
1340         $(SRC)/dispextern.h \
1341         $(SRC)/frame.h \
1342         $(SRC)/keyboard.h \
1343         $(SRC)/keymap.h \
1344         $(SRC)/systime.h \
1345         $(SRC)/termhooks.h \
1346         $(SRC)/w32bdf.h \
1347         $(SRC)/w32gui.h \
1348         $(SRC)/w32term.h \
1349         $(SRC)/window.h
1351 $(BLD)/w32term.$(O): \
1352         $(SRC)/w32term.c \
1353         $(CONFIG_H) \
1354         $(SRC)/atimer.h \
1355         $(SRC)/blockinput.h \
1356         $(SRC)/buffer.h \
1357         $(SRC)/ccl.h \
1358         $(SRC)/character.h \
1359         $(SRC)/charset.h \
1360         $(SRC)/coding.h \
1361         $(SRC)/composite.h \
1362         $(SRC)/dispextern.h \
1363         $(SRC)/disptab.h \
1364         $(SRC)/font.h \
1365         $(SRC)/fontset.h \
1366         $(SRC)/frame.h \
1367         $(SRC)/intervals.h \
1368         $(SRC)/keyboard.h \
1369         $(SRC)/keymap.h \
1370         $(SRC)/systime.h \
1371         $(SRC)/systty.h \
1372         $(SRC)/termchar.h \
1373         $(SRC)/termhooks.h \
1374         $(SRC)/termopts.h \
1375         $(SRC)/w32bdf.h \
1376         $(SRC)/w32gui.h \
1377         $(SRC)/w32heap.h \
1378         $(SRC)/w32term.h \
1379         $(SRC)/window.h
1381 $(BLD)/w32select.$(O): \
1382         $(SRC)/w32select.c \
1383         $(CONFIG_H) \
1384         $(SRC)/atimer.h \
1385         $(SRC)/blockinput.h \
1386         $(SRC)/buffer.h \
1387         $(SRC)/ccl.h \
1388         $(SRC)/character.h \
1389         $(SRC)/charset.h \
1390         $(SRC)/coding.h \
1391         $(SRC)/composite.h \
1392         $(SRC)/dispextern.h \
1393         $(SRC)/frame.h \
1394         $(SRC)/keyboard.h \
1395         $(SRC)/systime.h \
1396         $(SRC)/w32bdf.h \
1397         $(SRC)/w32gui.h \
1398         $(SRC)/w32heap.h \
1399         $(SRC)/w32term.h
1401 $(BLD)/w32reg.$(O): \
1402         $(SRC)/w32reg.c \
1403         $(CONFIG_H) \
1404         $(SRC)/atimer.h \
1405         $(SRC)/blockinput.h \
1406         $(SRC)/systime.h \
1407         $(SRC)/w32bdf.h \
1408         $(SRC)/w32gui.h \
1409         $(SRC)/w32term.h
1411 $(BLD)/w32xfns.$(O): \
1412         $(SRC)/w32xfns.c \
1413         $(CONFIG_H) \
1414         $(SRC)/atimer.h \
1415         $(SRC)/blockinput.h \
1416         $(SRC)/character.h \
1417         $(SRC)/charset.h \
1418         $(SRC)/fontset.h \
1419         $(SRC)/frame.h \
1420         $(SRC)/keyboard.h \
1421         $(SRC)/systime.h \
1422         $(SRC)/w32bdf.h \
1423         $(SRC)/w32gui.h \
1424         $(SRC)/w32term.h
1426 $(BLD)/w32bdf.$(O): \
1427         $(SRC)/w32bdf.c \
1428         $(CONFIG_H) \
1429         $(SRC)/atimer.h \
1430         $(SRC)/blockinput.h \
1431         $(SRC)/character.h \
1432         $(SRC)/charset.h \
1433         $(SRC)/dispextern.h \
1434         $(SRC)/fontset.h \
1435         $(SRC)/frame.h \
1436         $(SRC)/keyboard.h \
1437         $(SRC)/systime.h \
1438         $(SRC)/w32bdf.h \
1439         $(SRC)/w32gui.h \
1440         $(SRC)/w32term.h
1442 $(BLD)/w32font.$(O): \
1443         $(SRC)/w32font.c \
1444         $(CONFIG_H) \
1445         $(SRC)/character.h \
1446         $(SRC)/charset.h \
1447         $(SRC)/dispextern.h \
1448         $(SRC)/font.h \
1449         $(SRC)/fontset.h \
1450         $(SRC)/frame.h \
1451         $(SRC)/w32font.h \
1452         $(SRC)/w32gui.h \
1453         $(SRC)/w32term.h
1455 $(BLD)/w32uniscribe.$(O): \
1456         $(SRC)/w32uniscribe.c \
1457         $(CONFIG_H) \
1458         $(SRC)/character.h \
1459         $(SRC)/charset.h \
1460         $(SRC)/dispextern.h \
1461         $(SRC)/font.h \
1462         $(SRC)/fontset.h \
1463         $(SRC)/frame.h \
1464         $(SRC)/w32font.h \
1465         $(SRC)/w32gui.h \
1466         $(SRC)/w32term.h
1468 # Each object file depends on stamp_BLD, because in parallel builds we must
1469 # make sure $(BLD) exists before starting compilations.
1471 $(OBJ0) $(OBJ1) $(WIN32OBJ) $(FONTOBJ) $(BLD)/lastfile.$(O) $(BLD)/firstfile.$(O): stamp_BLD