Don't throw an error when any of encryption subkeys are expired.
[emacs.git] / src / makefile.w32-in
blob549acf8f6b3e50f78421e47ab3f54aa022b0e497
1 # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2 # Copyright (C) 2000-2011  Free Software Foundation, Inc.
4 # This file is part of GNU Emacs.
6 # GNU Emacs is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
11 # GNU Emacs is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20 ALL = emacs
22 .PHONY: $(ALL)
24 # Set EMACSLOADPATH correctly (in case already defined in environment).
25 EMACSLOADPATH=$(CURDIR)/../lisp
28 # HAVE_CONFIG_H is required by some generic gnu sources stuck into
29 # the emacs source tree.
31 LOCAL_FLAGS     = -Demacs=1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_NTGUI=1 $(EMACS_EXTRA_C_FLAGS)
33 SRC             = .
34 EMACS           = $(BLD)/emacs.exe
35 TEMACS          = $(BLD)/temacs.exe
36 TEMACS_TMP      = $(BLD)/temacs.bin
37 TLIB0           = $(BLD)/temacs0.$(A)
38 TLIB1           = $(BLD)/temacs1.$(A)
39 TLIB2           = $(BLD)/temacs2.$(A)
40 TOBJ            = $(BLD)/firstfile.$(O)
41 TRES            = $(BLD)/emacs.res
42 TLASTLIB        = $(BLD)/lastfile.$(A)
44 DOC             = $(OBJDIR)/etc/DOC-X
46 FULL_LINK_FLAGS = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK)
49 # Split up the objects into two sets so that we don't run out of
50 # command line space when we link them into a library.
52 # Put emacs.$(O) in a separate lib, since we need to have firstfile.$(O)
53 # as the "main" object file when linking.
55 OBJ0 =  $(BLD)/emacs.$(O)
57 OBJ1 =  $(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)/cmds.$(O)                \
65         $(BLD)/data.$(O)                \
66         $(BLD)/dired.$(O)               \
67         $(BLD)/dispnew.$(O)             \
68         $(BLD)/doc.$(O)                 \
69         $(BLD)/doprnt.$(O)              \
70         $(BLD)/editfns.$(O)             \
71         $(BLD)/eval.$(O)                \
72         $(BLD)/fileio.$(O)              \
73         $(BLD)/filelock.$(O)            \
74         $(BLD)/filemode.$(O)            \
75         $(BLD)/fns.$(O)                 \
76         $(BLD)/indent.$(O)              \
77         $(BLD)/insdel.$(O)              \
78         $(BLD)/keyboard.$(O)            \
79         $(BLD)/keymap.$(O)              \
80         $(BLD)/lread.$(O)               \
81         $(BLD)/macros.$(O)              \
82         $(BLD)/marker.$(O)              \
83         $(BLD)/md5.$(O)                 \
84         $(BLD)/minibuf.$(O)             \
85         $(BLD)/w32.$(O)                 \
86         $(BLD)/w32heap.$(O)             \
87         $(BLD)/w32inevt.$(O)            \
88         $(BLD)/w32proc.$(O)             \
89         $(BLD)/w32console.$(O)          \
90         $(BLD)/print.$(O)               \
91         $(BLD)/process.$(O)             \
92         $(BLD)/regex.$(O)               \
93         $(BLD)/scroll.$(O)              \
94         $(BLD)/search.$(O)              \
95         $(BLD)/sound.$(O)               \
96         $(BLD)/syntax.$(O)
98 OBJ2 =  $(BLD)/sysdep.$(O)              \
99         $(BLD)/term.$(O)                \
100         $(BLD)/tparam.$(O)              \
101         $(BLD)/undo.$(O)                \
102         $(BLD)/unexw32.$(O)             \
103         $(BLD)/window.$(O)              \
104         $(BLD)/xdisp.$(O)               \
105         $(BLD)/casetab.$(O)             \
106         $(BLD)/floatfns.$(O)            \
107         $(BLD)/frame.$(O)               \
108         $(BLD)/gmalloc.$(O)             \
109         $(BLD)/intervals.$(O)           \
110         $(BLD)/composite.$(O)           \
111         $(BLD)/ralloc.$(O)              \
112         $(BLD)/textprop.$(O)            \
113         $(BLD)/vm-limit.$(O)            \
114         $(BLD)/region-cache.$(O)        \
115         $(BLD)/strftime.$(O)            \
116         $(BLD)/bidi.$(O)                \
117         $(BLD)/charset.$(O)             \
118         $(BLD)/character.$(O)           \
119         $(BLD)/chartab.$(O)             \
120         $(BLD)/coding.$(O)              \
121         $(BLD)/category.$(O)            \
122         $(BLD)/ccl.$(O)                 \
123         $(BLD)/font.$(O)                \
124         $(BLD)/fontset.$(O)             \
125         $(BLD)/fringe.$(O)              \
126         $(BLD)/image.$(O)               \
127         $(BLD)/terminal.$(O)            \
128         $(BLD)/menu.$(O)                \
129         $(BLD)/w32term.$(O)             \
130         $(BLD)/w32xfns.$(O)             \
131         $(BLD)/w32fns.$(O)              \
132         $(BLD)/xfaces.$(O)              \
133         $(BLD)/w32select.$(O)           \
134         $(BLD)/w32menu.$(O)             \
135         $(BLD)/w32reg.$(O)              \
136         $(BLD)/w32font.$(O)             \
137         $(BLD)/w32uniscribe.$(O)
139 LIBS =  $(TLIB0)        \
140         $(TLIB1)        \
141         $(TLIB2)        \
142         $(TLASTLIB)     \
143         $(WINMM)        \
144         $(ADVAPI32)     \
145         $(GDI32)        \
146         $(COMDLG32)     \
147         $(USER32)       \
148         $(MPR)          \
149         $(SHELL32)      \
150         $(WINSPOOL)     \
151         $(OLE32)        \
152         $(COMCTL32)     \
153         $(UNISCRIBE)    \
154         $(libc)
157 # Build the executable and dump it.
159 all:            $(ALL)
162 # The dumped executable
164 emacs:          stamp_BLD $(EMACS)
165 $(EMACS):       $(DOC) $(TEMACS)
166         "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump
167         -"$(THISDIR)/$(BLD)/emacs.exe" -batch -f list-load-path-shadows
170 # The undumped executable
171 # Note the extra post-link step to insert a static preload heap section.
172 # If preload runs out of memory, increase the last argument to addsection
173 # (it is the preload heap size in MB).
175 temacs:         stamp_BLD $(TEMACS)
176 $(TEMACS):      $(TLIB0) $(TLIB1) $(TLIB2) $(TLASTLIB) $(TOBJ) $(TRES) \
177                   ../nt/$(BLD)/addsection.exe
178         $(LINK) $(LINK_OUT)$(TEMACS_TMP) $(FULL_LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS)
179         "../nt/$(BLD)/addsection" "$(TEMACS_TMP)" "$(TEMACS)" EMHEAP 21
181 # These omit firstfile.${O}, but there's no documentation in there
182 # anyways.
183 buildobj.h: $(SRC)/makefile.w32-in
184         $(MAKE) $(MFLAGS) make-buildobj-$(SHELLTYPE)
186 # Cannot have blanks between the backslash and the redirection
187 # characters, because CMD's `echo' will put them in buildobj.h.
188 make-buildobj-CMD:
189         echo #define BUILDOBJ ^"\> buildobj.h
190         echo $(OBJ0)            \>> buildobj.h
191         echo $(OBJ1)            \>> buildobj.h
192         echo $(OBJ2)            \>> buildobj.h
193         echo ^">> buildobj.h
195 make-buildobj-SH:
196         echo '#define BUILDOBJ $(DQUOTE)\'  > buildobj.h
197         echo $(OBJ0)                   '\' >> buildobj.h
198         echo $(OBJ1)                   '\' >> buildobj.h
199         echo $(OBJ2)                   '\' >> buildobj.h
200         echo '$(DQUOTE)'                   >> buildobj.h
202 bootstrap: bootstrap-emacs
205 # Build a temacs with a sufficiently large PURESIZE to load the
206 # Lisp files from loadup.el in source form.
208 # WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
209 #          this can break with GNU Make 3.81 and later if sh.exe is used.
210 bootstrap-temacs:
211         $(MAKE) $(MFLAGS) $(XMFLAGS) temacs CFLAGS=$(ARGQUOTE)$(CFLAGS) -DPURESIZE=5000000$(ARGQUOTE)
214 # Dump an Emacs executable named bootstrap-emacs containing the
215 # files from loadup.el in source form.
217 bootstrap-emacs: bootstrap-temacs
218         "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup bootstrap
219         - mkdir "../bin"
220         $(CP) $(EMACS) ../bin
223 # Force recompile of files that depend on PURESIZE
225 bootstrap-clean:
226         - $(DEL) $(BLD)/alloc.$(O)
227         - $(DEL) $(BLD)/data.$(O)
228         - $(DEL) $(BLD)/intervals.$(O)
229         - $(DEL) $(BLD)/keyboard.$(O)
230         - $(DEL) $(BLD)/keymap.$(O)
233 # The resource file.  NT 3.10 requires the use of cvtres; even though
234 # it is not necessary on later versions, it is still ok to use it.
236 $(TRES): ../nt/emacs.rc stamp_BLD
237         $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ ../nt/emacs.rc
240 # Build the library.  Split up the build into two phases...otherwise we
241 # run out of command line space.
243 $(TLIB0):       $(OBJ0)
244         - $(DEL) $@
245         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
246 $(TLIB1):       $(OBJ1)
247         - $(DEL) $@
248         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
249 $(TLIB2):       $(OBJ2)
250         - $(DEL) $@
251         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
254 # Place lastfile.$(O) in its own library so that it can be loaded after
255 # the source libraries but before any system libraries.  Doing so defines
256 # the end of Emacs' data section portably across compilers and systems.
258 $(TLASTLIB):    $(BLD)/lastfile.$(O)
259         - $(DEL) $@
260         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
263 # Assuming INSTALL_DIR is defined, build and install emacs in it.
265 install:        $(ALL)
266         - mkdir "$(INSTALL_DIR)/bin"
267         $(CP) $(EMACS) $(INSTALL_DIR)/bin
270 # Maintenance
272 # We used to delete *~, s/*~, m/*~ here, but that might inadvertently
273 # remove precious files if it happens to match their short 8+3 aliases.
274 clean:
275         - $(DEL) "s/*.h~" "m/*.h~"
276         - $(DEL) $(COMPILER_TEMP_FILES)
277         - $(DEL_TREE) $(OBJDIR)
278         - $(DEL) stamp_BLD
279         - $(DEL) buildobj.h
281 distclean:      cleanall
282         - $(DEL) config.h epaths.h Makefile
284 maintainer-clean: distclean
285         - $(DEL) TAGS
287 cleanall:       clean
288         - $(DEL_TREE) obj
289         - $(DEL_TREE) obj-spd
290         - $(DEL_TREE) oo
291         - $(DEL_TREE) oo-spd
293 ## Arrange to make a tags table TAGS-LISP for ../lisp,
294 ## plus TAGS for the C files, which includes ../lisp/TAGS by reference.
296 ## This works only with GNU Make.
298 TAGS: $(OBJ0) $(OBJ1) $(OBJ2)
299         $(MAKE) $(MFLAGS) TAGS-$(MAKETYPE)
301 TAGS-LISP: $(OBJ0) $(OBJ1) $(OBJ2)
302         $(MAKE) $(MFLAGS) TAGS-LISP-$(MAKETYPE)
304 TAGS-gmake:
305         ../lib-src/$(BLD)/etags.exe --include=TAGS-LISP --include=../nt/TAGS \
306           --regex=@../nt/emacs-src.tags \
307           $(patsubst $(BLD)%.$(O),$(CURDIR)%.c,$(OBJ0))
308         ../lib-src/$(BLD)/etags.exe -a --regex=@../nt/emacs-src.tags \
309           $(patsubst $(BLD)%.$(O),$(CURDIR)%.c,$(OBJ1))
310         ../lib-src/$(BLD)/etags.exe -a --regex=@../nt/emacs-src.tags \
311           $(patsubst $(BLD)%.$(O),$(CURDIR)%.c,$(OBJ2)) \
312           $(CURDIR)/*.h
314 TAGS-nmake:
315         echo This target is not supported with NMake
316         exit -1
318 frc:
319 TAGS-LISP-gmake: frc
320         $(MAKE) $(MFLAGS) -C ../lisp TAGS-LISP DEST=../src
322 TAGS-LISP-nmake:
323         echo This target is not supported with NMake
324         exit -1
326 ../nt/TAGS: frc
327         $(MAKE) $(MFLAGS) nt-TAGS-$(MAKETYPE)
329 nt-TAGS-gmake:
330         $(MAKE) $(MFLAGS) -C ../nt TAGS
332 nt-TAGS-nmake:
333         echo This target is not supported with NMake
334         exit -1
336 full-tags: TAGS TAGS-LISP ../nt/TAGS
337 .PHONY: full-tags
339 ### DEPENDENCIES ###
341 EMACS_ROOT = ..
342 CONFIG_H   = $(EMACS_ROOT)/src/s/ms-w32.h \
343              $(EMACS_ROOT)/src/m/intel386.h \
344              $(EMACS_ROOT)/src/config.h \
345              $(EMACS_ROOT)/nt/inc/sys/stat.h
347 $(BLD)/alloc.$(O) : \
348         $(SRC)/alloc.c \
349         $(CONFIG_H) \
350         $(EMACS_ROOT)/nt/inc/unistd.h \
351         $(EMACS_ROOT)/nt/inc/sys/time.h \
352         $(SRC)/lisp.h \
353         $(SRC)/atimer.h \
354         $(SRC)/blockinput.h \
355         $(SRC)/buffer.h \
356         $(SRC)/character.h \
357         $(SRC)/coding.h \
358         $(SRC)/composite.h \
359         $(SRC)/dispextern.h \
360         $(SRC)/frame.h \
361         $(SRC)/intervals.h \
362         $(SRC)/keyboard.h \
363         $(SRC)/process.h \
364         $(SRC)/puresize.h \
365         $(SRC)/syssignal.h \
366         $(SRC)/systime.h \
367         $(SRC)/termhooks.h \
368         $(SRC)/w32.h \
369         $(SRC)/w32gui.h \
370         $(SRC)/window.h
372 $(BLD)/atimer.$(O) : \
373         $(SRC)/atimer.c \
374         $(CONFIG_H) \
375         $(EMACS_ROOT)/nt/inc/unistd.h \
376         $(EMACS_ROOT)/nt/inc/sys/time.h \
377         $(SRC)/lisp.h \
378         $(SRC)/atimer.h \
379         $(SRC)/blockinput.h \
380         $(SRC)/syssignal.h \
381         $(SRC)/systime.h
383 $(BLD)/bidi.$(O) : \
384         $(SRC)/bidi.c \
385         $(CONFIG_H) \
386         $(SRC)/lisp.h \
387         $(SRC)/bidimirror.h \
388         $(SRC)/biditype.h \
389         $(SRC)/buffer.h \
390         $(SRC)/character.h \
391         $(SRC)/dispextern.h \
392         $(SRC)/w32gui.h
394 $(BLD)/buffer.$(O) : \
395         $(SRC)/buffer.c \
396         $(CONFIG_H) \
397         $(EMACS_ROOT)/nt/inc/unistd.h \
398         $(EMACS_ROOT)/nt/inc/sys/param.h \
399         $(EMACS_ROOT)/nt/inc/sys/time.h \
400         $(SRC)/lisp.h \
401         $(SRC)/atimer.h \
402         $(SRC)/blockinput.h \
403         $(SRC)/buffer.h \
404         $(SRC)/character.h \
405         $(SRC)/coding.h \
406         $(SRC)/commands.h \
407         $(SRC)/composite.h \
408         $(SRC)/dispextern.h \
409         $(SRC)/frame.h \
410         $(SRC)/indent.h \
411         $(SRC)/intervals.h \
412         $(SRC)/keyboard.h \
413         $(SRC)/keymap.h \
414         $(SRC)/region-cache.h \
415         $(SRC)/systime.h \
416         $(SRC)/w32gui.h \
417         $(SRC)/window.h
419 $(BLD)/bytecode.$(O) : \
420         $(SRC)/bytecode.c \
421         $(CONFIG_H) \
422         $(SRC)/lisp.h \
423         $(SRC)/buffer.h \
424         $(SRC)/character.h \
425         $(SRC)/dispextern.h \
426         $(SRC)/syntax.h \
427         $(SRC)/w32gui.h \
428         $(SRC)/window.h
430 $(BLD)/callint.$(O) : \
431         $(SRC)/callint.c \
432         $(CONFIG_H) \
433         $(EMACS_ROOT)/nt/inc/sys/time.h \
434         $(SRC)/lisp.h \
435         $(SRC)/buffer.h \
436         $(SRC)/coding.h \
437         $(SRC)/commands.h \
438         $(SRC)/composite.h \
439         $(SRC)/dispextern.h \
440         $(SRC)/keyboard.h \
441         $(SRC)/keymap.h \
442         $(SRC)/systime.h \
443         $(SRC)/w32gui.h \
444         $(SRC)/window.h
446 $(BLD)/callproc.$(O) : \
447         $(SRC)/callproc.c \
448         $(CONFIG_H) \
449         $(EMACS_ROOT)/nt/inc/unistd.h \
450         $(EMACS_ROOT)/nt/inc/sys/file.h \
451         $(EMACS_ROOT)/nt/inc/sys/time.h \
452         $(SRC)/lisp.h \
453         $(SRC)/atimer.h \
454         $(SRC)/blockinput.h \
455         $(SRC)/buffer.h \
456         $(SRC)/ccl.h \
457         $(SRC)/character.h \
458         $(SRC)/coding.h \
459         $(SRC)/commands.h \
460         $(SRC)/composite.h \
461         $(SRC)/dispextern.h \
462         $(SRC)/epaths.h \
463         $(SRC)/frame.h \
464         $(SRC)/process.h \
465         $(SRC)/syssignal.h \
466         $(SRC)/systime.h \
467         $(SRC)/systty.h \
468         $(SRC)/termhooks.h \
469         $(SRC)/w32.h \
470         $(SRC)/w32gui.h
472 $(BLD)/casefiddle.$(O) : \
473         $(SRC)/casefiddle.c \
474         $(CONFIG_H) \
475         $(SRC)/lisp.h \
476         $(SRC)/buffer.h \
477         $(SRC)/character.h \
478         $(SRC)/commands.h \
479         $(SRC)/composite.h \
480         $(SRC)/keymap.h \
481         $(SRC)/syntax.h
483 $(BLD)/casetab.$(O) : \
484         $(SRC)/casetab.c \
485         $(CONFIG_H) \
486         $(SRC)/lisp.h \
487         $(SRC)/buffer.h \
488         $(SRC)/character.h
490 $(BLD)/category.$(O) : \
491         $(SRC)/category.c \
492         $(CONFIG_H) \
493         $(SRC)/lisp.h \
494         $(SRC)/buffer.h \
495         $(SRC)/category.h \
496         $(SRC)/character.h \
497         $(SRC)/charset.h \
498         $(SRC)/keymap.h
500 $(BLD)/ccl.$(O) : \
501         $(SRC)/ccl.c \
502         $(CONFIG_H) \
503         $(SRC)/lisp.h \
504         $(SRC)/ccl.h \
505         $(SRC)/character.h \
506         $(SRC)/charset.h \
507         $(SRC)/coding.h \
508         $(SRC)/composite.h
510 $(BLD)/character.$(O) : \
511         $(SRC)/character.c \
512         $(CONFIG_H) \
513         $(SRC)/lisp.h \
514         $(SRC)/buffer.h \
515         $(SRC)/character.h \
516         $(SRC)/charset.h \
517         $(SRC)/composite.h \
518         $(SRC)/disptab.h
520 $(BLD)/charset.$(O) : \
521         $(SRC)/charset.c \
522         $(CONFIG_H) \
523         $(EMACS_ROOT)/nt/inc/unistd.h \
524         $(SRC)/lisp.h \
525         $(SRC)/buffer.h \
526         $(SRC)/character.h \
527         $(SRC)/charset.h \
528         $(SRC)/coding.h \
529         $(SRC)/composite.h \
530         $(SRC)/disptab.h
532 $(BLD)/chartab.$(O) : \
533         $(SRC)/chartab.c \
534         $(CONFIG_H) \
535         $(SRC)/lisp.h \
536         $(SRC)/ccl.h \
537         $(SRC)/character.h \
538         $(SRC)/charset.h
540 $(BLD)/cmds.$(O) : \
541         $(SRC)/cmds.c \
542         $(CONFIG_H) \
543         $(EMACS_ROOT)/nt/inc/sys/time.h \
544         $(SRC)/lisp.h \
545         $(SRC)/buffer.h \
546         $(SRC)/character.h \
547         $(SRC)/coding.h \
548         $(SRC)/commands.h \
549         $(SRC)/composite.h \
550         $(SRC)/dispextern.h \
551         $(SRC)/frame.h \
552         $(SRC)/keyboard.h \
553         $(SRC)/keymap.h \
554         $(SRC)/syntax.h \
555         $(SRC)/systime.h \
556         $(SRC)/w32gui.h \
557         $(SRC)/window.h
559 $(BLD)/coding.$(O) : \
560         $(SRC)/coding.c \
561         $(CONFIG_H) \
562         $(SRC)/lisp.h \
563         $(SRC)/buffer.h \
564         $(SRC)/ccl.h \
565         $(SRC)/character.h \
566         $(SRC)/charset.h \
567         $(SRC)/coding.h \
568         $(SRC)/composite.h \
569         $(SRC)/dispextern.h \
570         $(SRC)/frame.h \
571         $(SRC)/termhooks.h \
572         $(SRC)/w32gui.h \
573         $(SRC)/window.h
575 $(BLD)/composite.$(O) : \
576         $(SRC)/composite.c \
577         $(CONFIG_H) \
578         $(SRC)/lisp.h \
579         $(SRC)/buffer.h \
580         $(SRC)/ccl.h \
581         $(SRC)/character.h \
582         $(SRC)/coding.h \
583         $(SRC)/composite.h \
584         $(SRC)/dispextern.h \
585         $(SRC)/font.h \
586         $(SRC)/frame.h \
587         $(SRC)/intervals.h \
588         $(SRC)/termhooks.h \
589         $(SRC)/w32gui.h \
590         $(SRC)/window.h
592 $(BLD)/data.$(O) : \
593         $(SRC)/data.c \
594         $(CONFIG_H) \
595         $(EMACS_ROOT)/nt/inc/sys/time.h \
596         $(SRC)/lisp.h \
597         $(SRC)/buffer.h \
598         $(SRC)/ccl.h \
599         $(SRC)/character.h \
600         $(SRC)/coding.h \
601         $(SRC)/composite.h \
602         $(SRC)/dispextern.h \
603         $(SRC)/font.h \
604         $(SRC)/frame.h \
605         $(SRC)/keyboard.h \
606         $(SRC)/puresize.h \
607         $(SRC)/syssignal.h \
608         $(SRC)/systime.h \
609         $(SRC)/termhooks.h \
610         $(SRC)/w32gui.h
612 $(BLD)/dired.$(O) : \
613         $(SRC)/dired.c \
614         $(CONFIG_H) \
615         $(EMACS_ROOT)/nt/inc/grp.h \
616         $(EMACS_ROOT)/nt/inc/pwd.h \
617         $(EMACS_ROOT)/nt/inc/unistd.h \
618         $(EMACS_ROOT)/nt/inc/sys/dir.h \
619         $(EMACS_ROOT)/nt/inc/sys/time.h \
620         $(SRC)/lisp.h \
621         $(SRC)/atimer.h \
622         $(SRC)/blockinput.h \
623         $(SRC)/buffer.h \
624         $(SRC)/character.h \
625         $(SRC)/charset.h \
626         $(SRC)/coding.h \
627         $(SRC)/commands.h \
628         $(SRC)/composite.h \
629         $(SRC)/ndir.h \
630         $(SRC)/regex.h \
631         $(SRC)/systime.h
633 $(BLD)/dispnew.$(O) : \
634         $(SRC)/dispnew.c \
635         $(CONFIG_H) \
636         $(EMACS_ROOT)/nt/inc/unistd.h \
637         $(EMACS_ROOT)/nt/inc/sys/time.h \
638         $(SRC)/lisp.h \
639         $(SRC)/atimer.h \
640         $(SRC)/blockinput.h \
641         $(SRC)/buffer.h \
642         $(SRC)/character.h \
643         $(SRC)/cm.h \
644         $(SRC)/coding.h \
645         $(SRC)/commands.h \
646         $(SRC)/composite.h \
647         $(SRC)/dispextern.h \
648         $(SRC)/disptab.h \
649         $(SRC)/frame.h \
650         $(SRC)/indent.h \
651         $(SRC)/intervals.h \
652         $(SRC)/keyboard.h \
653         $(SRC)/process.h \
654         $(SRC)/syssignal.h \
655         $(SRC)/systime.h \
656         $(SRC)/termchar.h \
657         $(SRC)/termhooks.h \
658         $(SRC)/termopts.h \
659         $(SRC)/w32gui.h \
660         $(SRC)/w32term.h \
661         $(SRC)/window.h
663 $(BLD)/doc.$(O) : \
664         $(SRC)/doc.c \
665         $(CONFIG_H) \
666         buildobj.h \
667         $(EMACS_ROOT)/nt/inc/unistd.h \
668         $(EMACS_ROOT)/nt/inc/sys/file.h \
669         $(EMACS_ROOT)/nt/inc/sys/time.h \
670         $(SRC)/lisp.h \
671         $(SRC)/buffer.h \
672         $(SRC)/character.h \
673         $(SRC)/coding.h \
674         $(SRC)/composite.h \
675         $(SRC)/keyboard.h \
676         $(SRC)/keymap.h \
677         $(SRC)/systime.h
679 $(BLD)/doprnt.$(O) : \
680         $(SRC)/doprnt.c \
681         $(CONFIG_H) \
682         $(EMACS_ROOT)/nt/inc/unistd.h \
683         $(SRC)/lisp.h \
684         $(SRC)/character.h
686 $(BLD)/editfns.$(O) : \
687         $(SRC)/editfns.c \
688         $(CONFIG_H) \
689         $(EMACS_ROOT)/nt/inc/pwd.h \
690         $(EMACS_ROOT)/nt/inc/unistd.h \
691         $(EMACS_ROOT)/nt/inc/sys/time.h \
692         $(SRC)/lisp.h \
693         $(SRC)/atimer.h \
694         $(SRC)/blockinput.h \
695         $(SRC)/buffer.h \
696         $(SRC)/character.h \
697         $(SRC)/coding.h \
698         $(SRC)/composite.h \
699         $(SRC)/dispextern.h \
700         $(SRC)/frame.h \
701         $(SRC)/intervals.h \
702         $(SRC)/systime.h \
703         $(SRC)/w32gui.h \
704         $(SRC)/window.h
706 $(BLD)/emacs.$(O) : \
707         $(SRC)/emacs.c \
708         $(CONFIG_H) \
709         $(EMACS_ROOT)/nt/inc/unistd.h \
710         $(EMACS_ROOT)/nt/inc/sys/file.h \
711         $(EMACS_ROOT)/nt/inc/sys/time.h \
712         $(SRC)/lisp.h \
713         $(SRC)/atimer.h \
714         $(SRC)/blockinput.h \
715         $(SRC)/buffer.h \
716         $(SRC)/coding.h \
717         $(SRC)/commands.h \
718         $(SRC)/composite.h \
719         $(SRC)/dispextern.h \
720         $(SRC)/frame.h \
721         $(SRC)/intervals.h \
722         $(SRC)/keyboard.h \
723         $(SRC)/keymap.h \
724         $(SRC)/process.h \
725         $(SRC)/syssignal.h \
726         $(SRC)/systime.h \
727         $(SRC)/systty.h \
728         $(SRC)/termhooks.h \
729         $(SRC)/w32.h \
730         $(SRC)/w32gui.h \
731         $(SRC)/w32heap.h \
732         $(SRC)/window.h
734 $(BLD)/eval.$(O) : \
735         $(SRC)/eval.c \
736         $(CONFIG_H) \
737         $(EMACS_ROOT)/nt/inc/sys/time.h \
738         $(SRC)/lisp.h \
739         $(SRC)/atimer.h \
740         $(SRC)/blockinput.h \
741         $(SRC)/coding.h \
742         $(SRC)/commands.h \
743         $(SRC)/composite.h \
744         $(SRC)/dispextern.h \
745         $(SRC)/frame.h \
746         $(SRC)/keyboard.h \
747         $(SRC)/systime.h \
748         $(SRC)/w32gui.h
750 $(BLD)/fileio.$(O) : \
751         $(SRC)/fileio.c \
752         $(CONFIG_H) \
753         $(EMACS_ROOT)/nt/inc/pwd.h \
754         $(EMACS_ROOT)/nt/inc/unistd.h \
755         $(EMACS_ROOT)/nt/inc/sys/time.h \
756         $(SRC)/lisp.h \
757         $(SRC)/atimer.h \
758         $(SRC)/blockinput.h \
759         $(SRC)/buffer.h \
760         $(SRC)/character.h \
761         $(SRC)/coding.h \
762         $(SRC)/commands.h \
763         $(SRC)/composite.h \
764         $(SRC)/dispextern.h \
765         $(SRC)/frame.h \
766         $(SRC)/intervals.h \
767         $(SRC)/systime.h \
768         $(SRC)/w32gui.h \
769         $(SRC)/window.h
771 $(BLD)/filelock.$(O) : \
772         $(SRC)/filelock.c \
773         $(CONFIG_H) \
774         $(EMACS_ROOT)/nt/inc/pwd.h \
775         $(EMACS_ROOT)/nt/inc/unistd.h \
776         $(EMACS_ROOT)/nt/inc/sys/file.h \
777         $(EMACS_ROOT)/nt/inc/sys/time.h \
778         $(SRC)/lisp.h \
779         $(SRC)/buffer.h \
780         $(SRC)/character.h \
781         $(SRC)/coding.h \
782         $(SRC)/composite.h \
783         $(SRC)/systime.h
785 $(BLD)/filemode.$(O) : \
786         $(SRC)/filemode.c \
787         $(CONFIG_H)
789 $(BLD)/firstfile.$(O) : \
790         $(SRC)/firstfile.c \
791         $(CONFIG_H)
793 $(BLD)/floatfns.$(O) : \
794         $(SRC)/floatfns.c \
795         $(CONFIG_H) \
796         $(SRC)/lisp.h \
797         $(SRC)/syssignal.h
799 $(BLD)/fns.$(O) : \
800         $(SRC)/fns.c \
801         $(CONFIG_H) \
802         $(EMACS_ROOT)/nt/inc/langinfo.h \
803         $(EMACS_ROOT)/nt/inc/nl_types.h \
804         $(EMACS_ROOT)/nt/inc/unistd.h \
805         $(EMACS_ROOT)/nt/inc/sys/time.h \
806         $(SRC)/lisp.h \
807         $(SRC)/atimer.h \
808         $(SRC)/blockinput.h \
809         $(SRC)/buffer.h \
810         $(SRC)/character.h \
811         $(SRC)/coding.h \
812         $(SRC)/commands.h \
813         $(SRC)/composite.h \
814         $(SRC)/dispextern.h \
815         $(SRC)/frame.h \
816         $(SRC)/intervals.h \
817         $(SRC)/keyboard.h \
818         $(SRC)/keymap.h \
819         $(SRC)/md5.h \
820         $(SRC)/systime.h \
821         $(SRC)/w32gui.h \
822         $(SRC)/window.h
824 $(BLD)/font.$(O) : \
825         $(SRC)/font.c \
826         $(CONFIG_H) \
827         $(SRC)/lisp.h \
828         $(SRC)/buffer.h \
829         $(SRC)/ccl.h \
830         $(SRC)/character.h \
831         $(SRC)/charset.h \
832         $(SRC)/composite.h \
833         $(SRC)/dispextern.h \
834         $(SRC)/font.h \
835         $(SRC)/fontset.h \
836         $(SRC)/frame.h \
837         $(SRC)/w32gui.h \
838         $(SRC)/w32term.h \
839         $(SRC)/window.h
841 $(BLD)/fontset.$(O) : \
842         $(SRC)/fontset.c \
843         $(CONFIG_H) \
844         $(EMACS_ROOT)/nt/inc/sys/time.h \
845         $(SRC)/lisp.h \
846         $(SRC)/atimer.h \
847         $(SRC)/blockinput.h \
848         $(SRC)/buffer.h \
849         $(SRC)/ccl.h \
850         $(SRC)/character.h \
851         $(SRC)/charset.h \
852         $(SRC)/coding.h \
853         $(SRC)/composite.h \
854         $(SRC)/dispextern.h \
855         $(SRC)/font.h \
856         $(SRC)/fontset.h \
857         $(SRC)/frame.h \
858         $(SRC)/intervals.h \
859         $(SRC)/keyboard.h \
860         $(SRC)/systime.h \
861         $(SRC)/termhooks.h \
862         $(SRC)/w32gui.h \
863         $(SRC)/w32term.h \
864         $(SRC)/window.h
866 $(BLD)/frame.$(O) : \
867         $(SRC)/frame.c \
868         $(CONFIG_H) \
869         $(EMACS_ROOT)/nt/inc/sys/time.h \
870         $(SRC)/lisp.h \
871         $(SRC)/atimer.h \
872         $(SRC)/blockinput.h \
873         $(SRC)/buffer.h \
874         $(SRC)/ccl.h \
875         $(SRC)/character.h \
876         $(SRC)/coding.h \
877         $(SRC)/commands.h \
878         $(SRC)/composite.h \
879         $(SRC)/dispextern.h \
880         $(SRC)/font.h \
881         $(SRC)/fontset.h \
882         $(SRC)/frame.h \
883         $(SRC)/keyboard.h \
884         $(SRC)/systime.h \
885         $(SRC)/termchar.h \
886         $(SRC)/termhooks.h \
887         $(SRC)/w32gui.h \
888         $(SRC)/w32term.h \
889         $(SRC)/window.h
891 $(BLD)/fringe.$(O) : \
892         $(SRC)/fringe.c \
893         $(CONFIG_H) \
894         $(EMACS_ROOT)/nt/inc/sys/time.h \
895         $(SRC)/lisp.h \
896         $(SRC)/atimer.h \
897         $(SRC)/blockinput.h \
898         $(SRC)/buffer.h \
899         $(SRC)/dispextern.h \
900         $(SRC)/frame.h \
901         $(SRC)/systime.h \
902         $(SRC)/termhooks.h \
903         $(SRC)/w32gui.h \
904         $(SRC)/window.h
906 $(BLD)/gmalloc.$(O) : \
907         $(SRC)/gmalloc.c \
908         $(CONFIG_H) \
909         $(EMACS_ROOT)/nt/inc/unistd.h \
910         $(SRC)/getpagesize.h
912 $(BLD)/image.$(O) : \
913         $(SRC)/image.c \
914         $(CONFIG_H) \
915         $(EMACS_ROOT)/nt/inc/unistd.h \
916         $(EMACS_ROOT)/nt/inc/sys/time.h \
917         $(SRC)/lisp.h \
918         $(SRC)/atimer.h \
919         $(SRC)/blockinput.h \
920         $(SRC)/ccl.h \
921         $(SRC)/character.h \
922         $(SRC)/coding.h \
923         $(SRC)/composite.h \
924         $(SRC)/dispextern.h \
925         $(SRC)/epaths.h \
926         $(SRC)/font.h \
927         $(SRC)/frame.h \
928         $(SRC)/systime.h \
929         $(SRC)/termhooks.h \
930         $(SRC)/w32gui.h \
931         $(SRC)/w32term.h \
932         $(SRC)/window.h
934 $(BLD)/indent.$(O) : \
935         $(SRC)/indent.c \
936         $(CONFIG_H) \
937         $(EMACS_ROOT)/nt/inc/sys/time.h \
938         $(SRC)/lisp.h \
939         $(SRC)/buffer.h \
940         $(SRC)/category.h \
941         $(SRC)/character.h \
942         $(SRC)/coding.h \
943         $(SRC)/composite.h \
944         $(SRC)/dispextern.h \
945         $(SRC)/disptab.h \
946         $(SRC)/frame.h \
947         $(SRC)/indent.h \
948         $(SRC)/intervals.h \
949         $(SRC)/keyboard.h \
950         $(SRC)/region-cache.h \
951         $(SRC)/systime.h \
952         $(SRC)/termchar.h \
953         $(SRC)/termopts.h \
954         $(SRC)/w32gui.h \
955         $(SRC)/window.h
957 $(BLD)/insdel.$(O) : \
958         $(SRC)/insdel.c \
959         $(CONFIG_H) \
960         $(EMACS_ROOT)/nt/inc/sys/time.h \
961         $(SRC)/lisp.h \
962         $(SRC)/atimer.h \
963         $(SRC)/blockinput.h \
964         $(SRC)/buffer.h \
965         $(SRC)/character.h \
966         $(SRC)/composite.h \
967         $(SRC)/dispextern.h \
968         $(SRC)/intervals.h \
969         $(SRC)/region-cache.h \
970         $(SRC)/systime.h \
971         $(SRC)/w32gui.h \
972         $(SRC)/window.h
974 $(BLD)/intervals.$(O) : \
975         $(SRC)/intervals.c \
976         $(CONFIG_H) \
977         $(EMACS_ROOT)/nt/inc/sys/time.h \
978         $(SRC)/lisp.h \
979         $(SRC)/buffer.h \
980         $(SRC)/coding.h \
981         $(SRC)/composite.h \
982         $(SRC)/dispextern.h \
983         $(SRC)/intervals.h \
984         $(SRC)/keyboard.h \
985         $(SRC)/keymap.h \
986         $(SRC)/puresize.h \
987         $(SRC)/systime.h \
988         $(SRC)/w32gui.h
990 $(BLD)/keyboard.$(O) : \
991         $(SRC)/keyboard.c \
992         $(CONFIG_H) \
993         $(EMACS_ROOT)/nt/inc/unistd.h \
994         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
995         $(EMACS_ROOT)/nt/inc/sys/time.h \
996         $(SRC)/lisp.h \
997         $(SRC)/atimer.h \
998         $(SRC)/blockinput.h \
999         $(SRC)/buffer.h \
1000         $(SRC)/character.h \
1001         $(SRC)/coding.h \
1002         $(SRC)/commands.h \
1003         $(SRC)/composite.h \
1004         $(SRC)/dispextern.h \
1005         $(SRC)/disptab.h \
1006         $(SRC)/frame.h \
1007         $(SRC)/intervals.h \
1008         $(SRC)/keyboard.h \
1009         $(SRC)/keymap.h \
1010         $(SRC)/macros.h \
1011         $(SRC)/process.h \
1012         $(SRC)/puresize.h \
1013         $(SRC)/syntax.h \
1014         $(SRC)/syssignal.h \
1015         $(SRC)/systime.h \
1016         $(SRC)/termchar.h \
1017         $(SRC)/termhooks.h \
1018         $(SRC)/termopts.h \
1019         $(SRC)/w32gui.h \
1020         $(SRC)/w32term.h \
1021         $(SRC)/window.h
1023 $(BLD)/keymap.$(O) : \
1024         $(SRC)/keymap.c \
1025         $(CONFIG_H) \
1026         $(EMACS_ROOT)/nt/inc/sys/time.h \
1027         $(SRC)/lisp.h \
1028         $(SRC)/atimer.h \
1029         $(SRC)/blockinput.h \
1030         $(SRC)/buffer.h \
1031         $(SRC)/character.h \
1032         $(SRC)/charset.h \
1033         $(SRC)/coding.h \
1034         $(SRC)/commands.h \
1035         $(SRC)/composite.h \
1036         $(SRC)/dispextern.h \
1037         $(SRC)/frame.h \
1038         $(SRC)/intervals.h \
1039         $(SRC)/keyboard.h \
1040         $(SRC)/keymap.h \
1041         $(SRC)/puresize.h \
1042         $(SRC)/systime.h \
1043         $(SRC)/termhooks.h \
1044         $(SRC)/w32gui.h \
1045         $(SRC)/window.h
1047 $(BLD)/lastfile.$(O) : \
1048         $(SRC)/lastfile.c \
1049         $(CONFIG_H)
1051 $(BLD)/lread.$(O) : \
1052         $(SRC)/lread.c \
1053         $(CONFIG_H) \
1054         $(EMACS_ROOT)/nt/inc/unistd.h \
1055         $(EMACS_ROOT)/nt/inc/sys/file.h \
1056         $(EMACS_ROOT)/nt/inc/sys/time.h \
1057         $(SRC)/lisp.h \
1058         $(SRC)/atimer.h \
1059         $(SRC)/blockinput.h \
1060         $(SRC)/buffer.h \
1061         $(SRC)/character.h \
1062         $(SRC)/charset.h \
1063         $(SRC)/coding.h \
1064         $(SRC)/commands.h \
1065         $(SRC)/composite.h \
1066         $(SRC)/dispextern.h \
1067         $(SRC)/epaths.h \
1068         $(SRC)/frame.h \
1069         $(SRC)/intervals.h \
1070         $(SRC)/keyboard.h \
1071         $(SRC)/systime.h \
1072         $(SRC)/termhooks.h \
1073         $(SRC)/w32gui.h
1075 $(BLD)/macros.$(O) : \
1076         $(SRC)/macros.c \
1077         $(CONFIG_H) \
1078         $(EMACS_ROOT)/nt/inc/sys/time.h \
1079         $(SRC)/lisp.h \
1080         $(SRC)/buffer.h \
1081         $(SRC)/coding.h \
1082         $(SRC)/commands.h \
1083         $(SRC)/composite.h \
1084         $(SRC)/dispextern.h \
1085         $(SRC)/keyboard.h \
1086         $(SRC)/macros.h \
1087         $(SRC)/systime.h \
1088         $(SRC)/w32gui.h \
1089         $(SRC)/window.h
1091 $(BLD)/marker.$(O) : \
1092         $(SRC)/marker.c \
1093         $(CONFIG_H) \
1094         $(SRC)/lisp.h \
1095         $(SRC)/buffer.h \
1096         $(SRC)/character.h
1098 $(BLD)/md5.$(O) : \
1099         $(SRC)/md5.c \
1100         $(CONFIG_H) \
1101         $(SRC)/md5.h
1103 $(BLD)/menu.$(O) : \
1104         $(SRC)/menu.c \
1105         $(CONFIG_H) \
1106         $(EMACS_ROOT)/nt/inc/sys/time.h \
1107         $(SRC)/lisp.h \
1108         $(SRC)/atimer.h \
1109         $(SRC)/blockinput.h \
1110         $(SRC)/coding.h \
1111         $(SRC)/composite.h \
1112         $(SRC)/dispextern.h \
1113         $(SRC)/frame.h \
1114         $(SRC)/keyboard.h \
1115         $(SRC)/keymap.h \
1116         $(SRC)/menu.h \
1117         $(SRC)/systime.h \
1118         $(SRC)/termhooks.h \
1119         $(SRC)/w32gui.h \
1120         $(SRC)/w32term.h \
1121         $(SRC)/window.h
1123 $(BLD)/minibuf.$(O) : \
1124         $(SRC)/minibuf.c \
1125         $(CONFIG_H) \
1126         $(EMACS_ROOT)/nt/inc/sys/time.h \
1127         $(SRC)/lisp.h \
1128         $(SRC)/buffer.h \
1129         $(SRC)/character.h \
1130         $(SRC)/coding.h \
1131         $(SRC)/commands.h \
1132         $(SRC)/composite.h \
1133         $(SRC)/dispextern.h \
1134         $(SRC)/frame.h \
1135         $(SRC)/intervals.h \
1136         $(SRC)/keyboard.h \
1137         $(SRC)/keymap.h \
1138         $(SRC)/syntax.h \
1139         $(SRC)/systime.h \
1140         $(SRC)/termhooks.h \
1141         $(SRC)/w32gui.h \
1142         $(SRC)/window.h
1144 $(BLD)/w32.$(O) : \
1145         $(SRC)/w32.c \
1146         $(CONFIG_H) \
1147         $(EMACS_ROOT)/nt/inc/grp.h \
1148         $(EMACS_ROOT)/nt/inc/pwd.h \
1149         $(EMACS_ROOT)/nt/inc/unistd.h \
1150         $(EMACS_ROOT)/nt/inc/sys/file.h \
1151         $(EMACS_ROOT)/nt/inc/sys/socket.h \
1152         $(EMACS_ROOT)/nt/inc/sys/time.h \
1153         $(SRC)/lisp.h \
1154         $(SRC)/coding.h \
1155         $(SRC)/composite.h \
1156         $(SRC)/dispextern.h \
1157         $(SRC)/ndir.h \
1158         $(SRC)/process.h \
1159         $(SRC)/systime.h \
1160         $(SRC)/w32.h \
1161         $(SRC)/w32gui.h \
1162         $(SRC)/w32heap.h
1164 $(BLD)/w32heap.$(O) : \
1165         $(SRC)/w32heap.c \
1166         $(CONFIG_H) \
1167         $(SRC)/lisp.h \
1168         $(SRC)/w32heap.h
1170 $(BLD)/w32inevt.$(O) : \
1171         $(SRC)/w32inevt.c \
1172         $(CONFIG_H) \
1173         $(EMACS_ROOT)/nt/inc/sys/time.h \
1174         $(SRC)/lisp.h \
1175         $(SRC)/atimer.h \
1176         $(SRC)/blockinput.h \
1177         $(SRC)/coding.h \
1178         $(SRC)/composite.h \
1179         $(SRC)/dispextern.h \
1180         $(SRC)/frame.h \
1181         $(SRC)/keyboard.h \
1182         $(SRC)/systime.h \
1183         $(SRC)/termhooks.h \
1184         $(SRC)/w32gui.h \
1185         $(SRC)/w32heap.h \
1186         $(SRC)/w32term.h
1188 $(BLD)/w32proc.$(O) : \
1189         $(SRC)/w32proc.c \
1190         $(CONFIG_H) \
1191         $(EMACS_ROOT)/nt/inc/langinfo.h \
1192         $(EMACS_ROOT)/nt/inc/nl_types.h \
1193         $(EMACS_ROOT)/nt/inc/unistd.h \
1194         $(EMACS_ROOT)/nt/inc/sys/file.h \
1195         $(EMACS_ROOT)/nt/inc/sys/time.h \
1196         $(SRC)/lisp.h \
1197         $(SRC)/character.h \
1198         $(SRC)/coding.h \
1199         $(SRC)/composite.h \
1200         $(SRC)/dispextern.h \
1201         $(SRC)/process.h \
1202         $(SRC)/syssignal.h \
1203         $(SRC)/systime.h \
1204         $(SRC)/syswait.h \
1205         $(SRC)/w32.h \
1206         $(SRC)/w32gui.h \
1207         $(SRC)/w32heap.h \
1208         $(SRC)/w32term.h
1210 $(BLD)/w32console.$(O) : \
1211         $(SRC)/w32console.c \
1212         $(CONFIG_H) \
1213         $(SRC)/lisp.h \
1214         $(SRC)/character.h \
1215         $(SRC)/coding.h \
1216         $(SRC)/composite.h \
1217         $(SRC)/dispextern.h \
1218         $(SRC)/disptab.h \
1219         $(SRC)/frame.h \
1220         $(SRC)/termchar.h \
1221         $(SRC)/termhooks.h \
1222         $(SRC)/w32gui.h \
1223         $(SRC)/w32inevt.h
1225 $(BLD)/print.$(O) : \
1226         $(SRC)/print.c \
1227         $(CONFIG_H) \
1228         $(EMACS_ROOT)/nt/inc/unistd.h \
1229         $(EMACS_ROOT)/nt/inc/sys/time.h \
1230         $(SRC)/lisp.h \
1231         $(SRC)/atimer.h \
1232         $(SRC)/blockinput.h \
1233         $(SRC)/buffer.h \
1234         $(SRC)/ccl.h \
1235         $(SRC)/character.h \
1236         $(SRC)/charset.h \
1237         $(SRC)/coding.h \
1238         $(SRC)/composite.h \
1239         $(SRC)/dispextern.h \
1240         $(SRC)/font.h \
1241         $(SRC)/frame.h \
1242         $(SRC)/intervals.h \
1243         $(SRC)/keyboard.h \
1244         $(SRC)/process.h \
1245         $(SRC)/systime.h \
1246         $(SRC)/termchar.h \
1247         $(SRC)/termhooks.h \
1248         $(SRC)/w32gui.h \
1249         $(SRC)/window.h
1251 $(BLD)/process.$(O) : \
1252         $(SRC)/process.c \
1253         $(CONFIG_H) \
1254         $(EMACS_ROOT)/nt/inc/netdb.h \
1255         $(EMACS_ROOT)/nt/inc/unistd.h \
1256         $(EMACS_ROOT)/nt/inc/arpa/inet.h \
1257         $(EMACS_ROOT)/nt/inc/netinet/in.h \
1258         $(EMACS_ROOT)/nt/inc/sys/file.h \
1259         $(EMACS_ROOT)/nt/inc/sys/socket.h \
1260         $(EMACS_ROOT)/nt/inc/sys/time.h \
1261         $(SRC)/lisp.h \
1262         $(SRC)/atimer.h \
1263         $(SRC)/blockinput.h \
1264         $(SRC)/buffer.h \
1265         $(SRC)/character.h \
1266         $(SRC)/coding.h \
1267         $(SRC)/commands.h \
1268         $(SRC)/composite.h \
1269         $(SRC)/dispextern.h \
1270         $(SRC)/frame.h \
1271         $(SRC)/keyboard.h \
1272         $(SRC)/process.h \
1273         $(SRC)/sysselect.h \
1274         $(SRC)/syssignal.h \
1275         $(SRC)/systime.h \
1276         $(SRC)/systty.h \
1277         $(SRC)/syswait.h \
1278         $(SRC)/termhooks.h \
1279         $(SRC)/termopts.h \
1280         $(SRC)/w32.h \
1281         $(SRC)/w32gui.h \
1282         $(SRC)/window.h
1284 $(BLD)/ralloc.$(O) : \
1285         $(SRC)/ralloc.c \
1286         $(CONFIG_H) \
1287         $(EMACS_ROOT)/nt/inc/unistd.h \
1288         $(EMACS_ROOT)/nt/inc/sys/time.h \
1289         $(SRC)/lisp.h \
1290         $(SRC)/atimer.h \
1291         $(SRC)/blockinput.h \
1292         $(SRC)/getpagesize.h \
1293         $(SRC)/systime.h
1295 $(BLD)/regex.$(O) : \
1296         $(SRC)/regex.c \
1297         $(CONFIG_H) \
1298         $(SRC)/lisp.h \
1299         $(SRC)/buffer.h \
1300         $(SRC)/category.h \
1301         $(SRC)/character.h \
1302         $(SRC)/regex.h \
1303         $(SRC)/syntax.h
1305 $(BLD)/region-cache.$(O) : \
1306         $(SRC)/region-cache.c \
1307         $(CONFIG_H) \
1308         $(SRC)/lisp.h \
1309         $(SRC)/buffer.h \
1310         $(SRC)/region-cache.h
1312 $(BLD)/scroll.$(O) : \
1313         $(SRC)/scroll.c \
1314         $(CONFIG_H) \
1315         $(EMACS_ROOT)/nt/inc/sys/time.h \
1316         $(SRC)/lisp.h \
1317         $(SRC)/coding.h \
1318         $(SRC)/composite.h \
1319         $(SRC)/dispextern.h \
1320         $(SRC)/frame.h \
1321         $(SRC)/keyboard.h \
1322         $(SRC)/systime.h \
1323         $(SRC)/termchar.h \
1324         $(SRC)/termhooks.h \
1325         $(SRC)/w32gui.h \
1326         $(SRC)/window.h
1328 $(BLD)/search.$(O) : \
1329         $(SRC)/search.c \
1330         $(CONFIG_H) \
1331         $(EMACS_ROOT)/nt/inc/sys/time.h \
1332         $(SRC)/lisp.h \
1333         $(SRC)/atimer.h \
1334         $(SRC)/blockinput.h \
1335         $(SRC)/buffer.h \
1336         $(SRC)/category.h \
1337         $(SRC)/character.h \
1338         $(SRC)/charset.h \
1339         $(SRC)/commands.h \
1340         $(SRC)/composite.h \
1341         $(SRC)/dispextern.h \
1342         $(SRC)/intervals.h \
1343         $(SRC)/regex.h \
1344         $(SRC)/region-cache.h \
1345         $(SRC)/syntax.h \
1346         $(SRC)/systime.h \
1347         $(SRC)/w32gui.h
1349 $(BLD)/sound.$(O) : \
1350         $(SRC)/sound.c \
1351         $(CONFIG_H) \
1352         $(EMACS_ROOT)/nt/inc/unistd.h \
1353         $(EMACS_ROOT)/nt/inc/sys/time.h \
1354         $(SRC)/lisp.h \
1355         $(SRC)/atimer.h \
1356         $(SRC)/dispextern.h \
1357         $(SRC)/syssignal.h \
1358         $(SRC)/systime.h \
1359         $(SRC)/w32gui.h
1361 $(BLD)/strftime.$(O) : \
1362         $(SRC)/strftime.c \
1363         $(CONFIG_H) \
1364         $(EMACS_ROOT)/nt/inc/sys/time.h
1366 $(BLD)/syntax.$(O) : \
1367         $(SRC)/syntax.c \
1368         $(CONFIG_H) \
1369         $(SRC)/lisp.h \
1370         $(SRC)/buffer.h \
1371         $(SRC)/category.h \
1372         $(SRC)/character.h \
1373         $(SRC)/commands.h \
1374         $(SRC)/composite.h \
1375         $(SRC)/dispextern.h \
1376         $(SRC)/intervals.h \
1377         $(SRC)/keymap.h \
1378         $(SRC)/regex.h \
1379         $(SRC)/syntax.h \
1380         $(SRC)/w32gui.h
1382 $(BLD)/sysdep.$(O) : \
1383         $(SRC)/sysdep.c \
1384         $(CONFIG_H) \
1385         $(EMACS_ROOT)/nt/inc/grp.h \
1386         $(EMACS_ROOT)/nt/inc/netdb.h \
1387         $(EMACS_ROOT)/nt/inc/pwd.h \
1388         $(EMACS_ROOT)/nt/inc/unistd.h \
1389         $(EMACS_ROOT)/nt/inc/sys/file.h \
1390         $(EMACS_ROOT)/nt/inc/sys/socket.h \
1391         $(EMACS_ROOT)/nt/inc/sys/time.h \
1392         $(SRC)/lisp.h \
1393         $(SRC)/atimer.h \
1394         $(SRC)/blockinput.h \
1395         $(SRC)/cm.h \
1396         $(SRC)/coding.h \
1397         $(SRC)/composite.h \
1398         $(SRC)/dispextern.h \
1399         $(SRC)/frame.h \
1400         $(SRC)/keyboard.h \
1401         $(SRC)/process.h \
1402         $(SRC)/sysselect.h \
1403         $(SRC)/syssignal.h \
1404         $(SRC)/systime.h \
1405         $(SRC)/systty.h \
1406         $(SRC)/syswait.h \
1407         $(SRC)/termchar.h \
1408         $(SRC)/termhooks.h \
1409         $(SRC)/termopts.h \
1410         $(SRC)/w32.h \
1411         $(SRC)/w32gui.h \
1412         $(SRC)/window.h
1414 $(BLD)/term.$(O) : \
1415         $(SRC)/term.c \
1416         $(CONFIG_H) \
1417         $(EMACS_ROOT)/nt/inc/unistd.h \
1418         $(EMACS_ROOT)/nt/inc/sys/file.h \
1419         $(EMACS_ROOT)/nt/inc/sys/time.h \
1420         $(SRC)/lisp.h \
1421         $(SRC)/atimer.h \
1422         $(SRC)/blockinput.h \
1423         $(SRC)/buffer.h \
1424         $(SRC)/character.h \
1425         $(SRC)/charset.h \
1426         $(SRC)/cm.h \
1427         $(SRC)/coding.h \
1428         $(SRC)/composite.h \
1429         $(SRC)/dispextern.h \
1430         $(SRC)/disptab.h \
1431         $(SRC)/frame.h \
1432         $(SRC)/intervals.h \
1433         $(SRC)/keyboard.h \
1434         $(SRC)/keymap.h \
1435         $(SRC)/syssignal.h \
1436         $(SRC)/systime.h \
1437         $(SRC)/systty.h \
1438         $(SRC)/termchar.h \
1439         $(SRC)/termhooks.h \
1440         $(SRC)/termopts.h \
1441         $(SRC)/w32gui.h \
1442         $(SRC)/window.h
1444 $(BLD)/terminal.$(O) : \
1445         $(SRC)/terminal.c \
1446         $(CONFIG_H) \
1447         $(EMACS_ROOT)/nt/inc/sys/time.h \
1448         $(SRC)/lisp.h \
1449         $(SRC)/charset.h \
1450         $(SRC)/coding.h \
1451         $(SRC)/composite.h \
1452         $(SRC)/dispextern.h \
1453         $(SRC)/frame.h \
1454         $(SRC)/keyboard.h \
1455         $(SRC)/systime.h \
1456         $(SRC)/termchar.h \
1457         $(SRC)/termhooks.h \
1458         $(SRC)/w32gui.h
1460 $(BLD)/textprop.$(O) : \
1461         $(SRC)/textprop.c \
1462         $(CONFIG_H) \
1463         $(SRC)/lisp.h \
1464         $(SRC)/buffer.h \
1465         $(SRC)/composite.h \
1466         $(SRC)/dispextern.h \
1467         $(SRC)/intervals.h \
1468         $(SRC)/w32gui.h \
1469         $(SRC)/window.h
1471 $(BLD)/tparam.$(O) : \
1472         $(SRC)/tparam.c \
1473         $(CONFIG_H) \
1474         $(SRC)/lisp.h
1476 $(BLD)/undo.$(O) : \
1477         $(SRC)/undo.c \
1478         $(CONFIG_H) \
1479         $(SRC)/lisp.h \
1480         $(SRC)/buffer.h \
1481         $(SRC)/commands.h \
1482         $(SRC)/dispextern.h \
1483         $(SRC)/w32gui.h \
1484         $(SRC)/window.h
1486 $(BLD)/unexw32.$(O) : \
1487         $(SRC)/unexw32.c \
1488         $(CONFIG_H) \
1489         $(SRC)/w32heap.h
1491 $(BLD)/vm-limit.$(O) : \
1492         $(SRC)/vm-limit.c \
1493         $(CONFIG_H) \
1494         $(SRC)/lisp.h \
1495         $(SRC)/mem-limits.h
1497 $(BLD)/window.$(O) : \
1498         $(SRC)/window.c \
1499         $(CONFIG_H) \
1500         $(EMACS_ROOT)/nt/inc/sys/time.h \
1501         $(SRC)/lisp.h \
1502         $(SRC)/atimer.h \
1503         $(SRC)/blockinput.h \
1504         $(SRC)/buffer.h \
1505         $(SRC)/coding.h \
1506         $(SRC)/commands.h \
1507         $(SRC)/composite.h \
1508         $(SRC)/dispextern.h \
1509         $(SRC)/disptab.h \
1510         $(SRC)/frame.h \
1511         $(SRC)/indent.h \
1512         $(SRC)/intervals.h \
1513         $(SRC)/keyboard.h \
1514         $(SRC)/keymap.h \
1515         $(SRC)/systime.h \
1516         $(SRC)/termchar.h \
1517         $(SRC)/termhooks.h \
1518         $(SRC)/w32gui.h \
1519         $(SRC)/w32term.h \
1520         $(SRC)/window.h
1522 $(BLD)/xdisp.$(O) : \
1523         $(SRC)/xdisp.c \
1524         $(CONFIG_H) \
1525         $(EMACS_ROOT)/nt/inc/unistd.h \
1526         $(EMACS_ROOT)/nt/inc/sys/time.h \
1527         $(SRC)/lisp.h \
1528         $(SRC)/atimer.h \
1529         $(SRC)/blockinput.h \
1530         $(SRC)/buffer.h \
1531         $(SRC)/ccl.h \
1532         $(SRC)/character.h \
1533         $(SRC)/charset.h \
1534         $(SRC)/coding.h \
1535         $(SRC)/commands.h \
1536         $(SRC)/composite.h \
1537         $(SRC)/dispextern.h \
1538         $(SRC)/disptab.h \
1539         $(SRC)/font.h \
1540         $(SRC)/fontset.h \
1541         $(SRC)/frame.h \
1542         $(SRC)/indent.h \
1543         $(SRC)/intervals.h \
1544         $(SRC)/keyboard.h \
1545         $(SRC)/keymap.h \
1546         $(SRC)/macros.h \
1547         $(SRC)/process.h \
1548         $(SRC)/region-cache.h \
1549         $(SRC)/systime.h \
1550         $(SRC)/termchar.h \
1551         $(SRC)/termhooks.h \
1552         $(SRC)/termopts.h \
1553         $(SRC)/w32gui.h \
1554         $(SRC)/w32term.h \
1555         $(SRC)/window.h
1557 $(BLD)/xfaces.$(O) : \
1558         $(SRC)/xfaces.c \
1559         $(CONFIG_H) \
1560         $(EMACS_ROOT)/nt/inc/sys/time.h \
1561         $(SRC)/lisp.h \
1562         $(SRC)/atimer.h \
1563         $(SRC)/blockinput.h \
1564         $(SRC)/buffer.h \
1565         $(SRC)/ccl.h \
1566         $(SRC)/character.h \
1567         $(SRC)/charset.h \
1568         $(SRC)/coding.h \
1569         $(SRC)/composite.h \
1570         $(SRC)/dispextern.h \
1571         $(SRC)/font.h \
1572         $(SRC)/fontset.h \
1573         $(SRC)/frame.h \
1574         $(SRC)/intervals.h \
1575         $(SRC)/keyboard.h \
1576         $(SRC)/systime.h \
1577         $(SRC)/termchar.h \
1578         $(SRC)/termhooks.h \
1579         $(SRC)/w32gui.h \
1580         $(SRC)/w32term.h \
1581         $(SRC)/window.h
1583 $(BLD)/w32fns.$(O) : \
1584         $(SRC)/w32fns.c \
1585         $(CONFIG_H) \
1586         $(EMACS_ROOT)/nt/inc/sys/time.h \
1587         $(SRC)/lisp.h \
1588         $(SRC)/atimer.h \
1589         $(SRC)/blockinput.h \
1590         $(SRC)/buffer.h \
1591         $(SRC)/ccl.h \
1592         $(SRC)/character.h \
1593         $(SRC)/charset.h \
1594         $(SRC)/coding.h \
1595         $(SRC)/composite.h \
1596         $(SRC)/dispextern.h \
1597         $(SRC)/epaths.h \
1598         $(SRC)/font.h \
1599         $(SRC)/fontset.h \
1600         $(SRC)/frame.h \
1601         $(SRC)/intervals.h \
1602         $(SRC)/keyboard.h \
1603         $(SRC)/systime.h \
1604         $(SRC)/termhooks.h \
1605         $(SRC)/w32.h \
1606         $(SRC)/w32font.h \
1607         $(SRC)/w32gui.h \
1608         $(SRC)/w32heap.h \
1609         $(SRC)/w32term.h \
1610         $(SRC)/window.h
1612 $(BLD)/w32menu.$(O) : \
1613         $(SRC)/w32menu.c \
1614         $(CONFIG_H) \
1615         $(EMACS_ROOT)/nt/inc/sys/time.h \
1616         $(SRC)/lisp.h \
1617         $(SRC)/atimer.h \
1618         $(SRC)/blockinput.h \
1619         $(SRC)/buffer.h \
1620         $(SRC)/character.h \
1621         $(SRC)/charset.h \
1622         $(SRC)/coding.h \
1623         $(SRC)/composite.h \
1624         $(SRC)/dispextern.h \
1625         $(SRC)/frame.h \
1626         $(SRC)/keyboard.h \
1627         $(SRC)/keymap.h \
1628         $(SRC)/menu.h \
1629         $(SRC)/systime.h \
1630         $(SRC)/termhooks.h \
1631         $(SRC)/w32gui.h \
1632         $(SRC)/w32term.h \
1633         $(SRC)/window.h
1635 $(BLD)/w32term.$(O) : \
1636         $(SRC)/w32term.c \
1637         $(CONFIG_H) \
1638         $(EMACS_ROOT)/nt/inc/unistd.h \
1639         $(EMACS_ROOT)/nt/inc/sys/time.h \
1640         $(SRC)/lisp.h \
1641         $(SRC)/atimer.h \
1642         $(SRC)/blockinput.h \
1643         $(SRC)/buffer.h \
1644         $(SRC)/ccl.h \
1645         $(SRC)/character.h \
1646         $(SRC)/charset.h \
1647         $(SRC)/coding.h \
1648         $(SRC)/composite.h \
1649         $(SRC)/dispextern.h \
1650         $(SRC)/disptab.h \
1651         $(SRC)/font.h \
1652         $(SRC)/fontset.h \
1653         $(SRC)/frame.h \
1654         $(SRC)/intervals.h \
1655         $(SRC)/keyboard.h \
1656         $(SRC)/keymap.h \
1657         $(SRC)/process.h \
1658         $(SRC)/systime.h \
1659         $(SRC)/systty.h \
1660         $(SRC)/termchar.h \
1661         $(SRC)/termhooks.h \
1662         $(SRC)/termopts.h \
1663         $(SRC)/w32font.h \
1664         $(SRC)/w32gui.h \
1665         $(SRC)/w32heap.h \
1666         $(SRC)/w32term.h \
1667         $(SRC)/window.h
1669 $(BLD)/w32select.$(O) : \
1670         $(SRC)/w32select.c \
1671         $(CONFIG_H) \
1672         $(EMACS_ROOT)/nt/inc/sys/time.h \
1673         $(SRC)/lisp.h \
1674         $(SRC)/atimer.h \
1675         $(SRC)/blockinput.h \
1676         $(SRC)/character.h \
1677         $(SRC)/charset.h \
1678         $(SRC)/coding.h \
1679         $(SRC)/composite.h \
1680         $(SRC)/keyboard.h \
1681         $(SRC)/systime.h \
1682         $(SRC)/w32gui.h \
1683         $(SRC)/w32heap.h \
1684         $(SRC)/w32term.h
1686 $(BLD)/w32reg.$(O) : \
1687         $(SRC)/w32reg.c \
1688         $(CONFIG_H) \
1689         $(EMACS_ROOT)/nt/inc/sys/time.h \
1690         $(SRC)/lisp.h \
1691         $(SRC)/atimer.h \
1692         $(SRC)/blockinput.h \
1693         $(SRC)/systime.h \
1694         $(SRC)/w32gui.h \
1695         $(SRC)/w32term.h
1697 $(BLD)/w32xfns.$(O) : \
1698         $(SRC)/w32xfns.c \
1699         $(CONFIG_H) \
1700         $(EMACS_ROOT)/nt/inc/sys/time.h \
1701         $(SRC)/lisp.h \
1702         $(SRC)/atimer.h \
1703         $(SRC)/blockinput.h \
1704         $(SRC)/charset.h \
1705         $(SRC)/coding.h \
1706         $(SRC)/composite.h \
1707         $(SRC)/dispextern.h \
1708         $(SRC)/fontset.h \
1709         $(SRC)/frame.h \
1710         $(SRC)/keyboard.h \
1711         $(SRC)/systime.h \
1712         $(SRC)/w32gui.h \
1713         $(SRC)/w32term.h
1715 $(BLD)/w32font.$(O) : \
1716         $(SRC)/w32font.c \
1717         $(CONFIG_H) \
1718         $(SRC)/lisp.h \
1719         $(SRC)/ccl.h \
1720         $(SRC)/character.h \
1721         $(SRC)/charset.h \
1722         $(SRC)/coding.h \
1723         $(SRC)/composite.h \
1724         $(SRC)/dispextern.h \
1725         $(SRC)/font.h \
1726         $(SRC)/fontset.h \
1727         $(SRC)/frame.h \
1728         $(SRC)/w32font.h \
1729         $(SRC)/w32gui.h \
1730         $(SRC)/w32term.h
1732 $(BLD)/w32uniscribe.$(O) : \
1733         $(SRC)/w32uniscribe.c \
1734         $(CONFIG_H) \
1735         $(SRC)/lisp.h \
1736         $(SRC)/ccl.h \
1737         $(SRC)/character.h \
1738         $(SRC)/charset.h \
1739         $(SRC)/composite.h \
1740         $(SRC)/dispextern.h \
1741         $(SRC)/font.h \
1742         $(SRC)/fontset.h \
1743         $(SRC)/frame.h \
1744         $(SRC)/w32font.h \
1745         $(SRC)/w32gui.h \
1746         $(SRC)/w32term.h
1748 # Each object file depends on stamp_BLD, because in parallel builds we must
1749 # make sure $(BLD) exists before starting compilations.
1751 $(OBJ0) $(OBJ1) $(OBJ2) $(BLD)/lastfile.$(O) $(BLD)/firstfile.$(O): stamp_BLD