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