Checked trouble.texi.
[emacs.git] / src / makefile.w32-in
blob05696072ec04308a2f569c880d40fe7d0fff2dc2
1 # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 #   2008, 2009  Free Software Foundation, Inc.
5 # This file is part of GNU Emacs.
7 # GNU Emacs is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation, either version 3 of the License, or
10 # (at your option) any later version.
12 # GNU Emacs is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21 ALL = emacs
23 .PHONY: $(ALL)
25 # Set EMACSLOADPATH correctly (in case already defined in environment).
26 EMACSLOADPATH=$(CURDIR)/../lisp
29 # HAVE_CONFIG_H is required by some generic gnu sources stuck into
30 # the emacs source tree.
32 LOCAL_FLAGS     = -Demacs=1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_NTGUI=1 $(EMACS_EXTRA_C_FLAGS)
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 TLIBW32         = $(BLD)/temacw32.$(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)/cm.$(O)                  \
65         $(BLD)/cmds.$(O)                \
66         $(BLD)/data.$(O)                \
67         $(BLD)/dired.$(O)               \
68         $(BLD)/dispnew.$(O)             \
69         $(BLD)/doc.$(O)                 \
70         $(BLD)/doprnt.$(O)              \
71         $(BLD)/editfns.$(O)             \
72         $(BLD)/eval.$(O)                \
73         $(BLD)/fileio.$(O)              \
74         $(BLD)/filelock.$(O)            \
75         $(BLD)/filemode.$(O)            \
76         $(BLD)/fns.$(O)                 \
77         $(BLD)/indent.$(O)              \
78         $(BLD)/insdel.$(O)              \
79         $(BLD)/keyboard.$(O)            \
80         $(BLD)/keymap.$(O)              \
81         $(BLD)/lread.$(O)               \
82         $(BLD)/macros.$(O)              \
83         $(BLD)/marker.$(O)              \
84         $(BLD)/md5.$(O)                 \
85         $(BLD)/minibuf.$(O)             \
86         $(BLD)/w32.$(O)                 \
87         $(BLD)/w32heap.$(O)             \
88         $(BLD)/w32inevt.$(O)            \
89         $(BLD)/w32proc.$(O)             \
90         $(BLD)/w32console.$(O)          \
91         $(BLD)/print.$(O)               \
92         $(BLD)/process.$(O)             \
93         $(BLD)/regex.$(O)               \
94         $(BLD)/scroll.$(O)              \
95         $(BLD)/search.$(O)              \
96         $(BLD)/sound.$(O)               \
97         $(BLD)/syntax.$(O)              \
98         $(BLD)/sysdep.$(O)              \
99         $(BLD)/term.$(O)                \
100         $(BLD)/termcap.$(O)             \
101         $(BLD)/tparam.$(O)              \
102         $(BLD)/undo.$(O)                \
103         $(BLD)/unexw32.$(O)             \
104         $(BLD)/window.$(O)              \
105         $(BLD)/xdisp.$(O)               \
106         $(BLD)/casetab.$(O)             \
107         $(BLD)/floatfns.$(O)            \
108         $(BLD)/frame.$(O)               \
109         $(BLD)/gmalloc.$(O)             \
110         $(BLD)/intervals.$(O)           \
111         $(BLD)/composite.$(O)           \
112         $(BLD)/ralloc.$(O)              \
113         $(BLD)/textprop.$(O)            \
114         $(BLD)/vm-limit.$(O)            \
115         $(BLD)/region-cache.$(O)        \
116         $(BLD)/strftime.$(O)            \
117         $(BLD)/charset.$(O)             \
118         $(BLD)/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)
130 WIN32OBJ = $(BLD)/w32term.$(O)          \
131            $(BLD)/w32xfns.$(O)          \
132            $(BLD)/w32fns.$(O)           \
133            $(BLD)/xfaces.$(O)           \
134            $(BLD)/w32select.$(O)        \
135            $(BLD)/w32menu.$(O)          \
136            $(BLD)/w32reg.$(O)
138 FONTOBJ = $(BLD)/w32font.$(O) $(BLD)/w32uniscribe.$(O)
140 LIBS =  $(TLIB0)        \
141         $(TLIB1)        \
142         $(TLIBW32)      \
143         $(TLASTLIB)     \
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" -q -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) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES) \
178                   ../nt/$(BLD)/addsection.exe
179         $(LINK) $(LINK_OUT)$(TEMACS_TMP) $(FULL_LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS)
180         "../nt/$(BLD)/addsection" "$(TEMACS_TMP)" "$(TEMACS)" EMHEAP 21
181         echo $(OBJ0) > $(BLD)/buildobj.lst
182         echo $(OBJ1) >> $(BLD)/buildobj.lst
183         echo $(WIN32OBJ) >> $(BLD)/buildobj.lst
184         echo $(FONTOBJ) >> $(BLD)/buildobj.lst
186 bootstrap: bootstrap-emacs
189 # Build a temacs with a sufficiently large PURESIZE to load the
190 # Lisp files from loadup.el in source form.
192 # WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
193 #          this can break with GNU Make 3.81 and later if sh.exe is used.
194 bootstrap-temacs:
195         $(MAKE) $(MFLAGS) $(XMFLAGS) temacs CFLAGS=$(ARGQUOTE)$(CFLAGS) -DPURESIZE=5000000$(ARGQUOTE)
198 # Dump an Emacs executable named bootstrap-emacs containing the
199 # files from loadup.el in source form.
201 bootstrap-emacs: bootstrap-temacs
202         "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup bootstrap
203         - mkdir "../bin"
204         $(CP) $(EMACS) ../bin
207 # Force recompile of files that depend on PURESIZE
209 bootstrap-clean:
210         - $(DEL) $(BLD)/alloc.$(O)
211         - $(DEL) $(BLD)/data.$(O)
212         - $(DEL) $(BLD)/intervals.$(O)
213         - $(DEL) $(BLD)/keyboard.$(O)
214         - $(DEL) $(BLD)/keymap.$(O)
217 # The resource file.  NT 3.10 requires the use of cvtres; even though
218 # it is not necessary on later versions, it is still ok to use it.
220 $(TRES): ../nt/emacs.rc stamp_BLD
221         $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ ../nt/emacs.rc
224 # Build the library.  Split up the build into two phases...otherwise we
225 # run out of command line space.
227 $(TLIB0):       $(OBJ0)
228         - $(DEL) $@
229         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
230 $(TLIB1):       $(OBJ1)
231         - $(DEL) $@
232         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
233 $(TLIBW32):     $(WIN32OBJ) $(FONTOBJ)
234         - $(DEL) $@
235         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
238 # Place lastfile.$(O) in its own library so that it can be loaded after
239 # the source libraries but before any system libraries.  Doing so defines
240 # the end of Emacs' data section portably across compilers and systems.
242 $(TLASTLIB):    $(BLD)/lastfile.$(O)
243         - $(DEL) $@
244         $(AR) $(AR_OUT)$@ $(ALL_DEPS)
247 # Assuming INSTALL_DIR is defined, build and install emacs in it.
249 install:        $(ALL)
250         - mkdir "$(INSTALL_DIR)/bin"
251         $(CP) $(EMACS) $(INSTALL_DIR)/bin
254 # Maintenance
256 # We used to delete *~, s/*~, m/*~ here, but that might inadvertently
257 # remove precious files if it happens to match their short 8+3 aliases.
258 clean:
259         - $(DEL) "s/*.h~" "m/*.h~"
260         - $(DEL) $(COMPILER_TEMP_FILES)
261         - $(DEL_TREE) $(OBJDIR)
262         - $(DEL) stamp_BLD
264 distclean:      cleanall
265         - $(DEL) config.h epaths.h Makefile
267 maintainer-clean: distclean
268         - $(DEL) TAGS
270 cleanall:       clean
271         - $(DEL_TREE) obj
272         - $(DEL_TREE) obj-spd
273         - $(DEL_TREE) oo
274         - $(DEL_TREE) oo-spd
276 ### DEPENDENCIES ###
278 EMACS_ROOT = ..
279 SRC        = .
280 CONFIG_H   = $(EMACS_ROOT)/src/s/ms-w32.h \
281              $(EMACS_ROOT)/src/m/intel386.h \
282              $(EMACS_ROOT)/src/config.h \
283              $(EMACS_ROOT)/nt/inc/sys/stat.h
285 $(BLD)/alloc.$(O) : \
286         $(SRC)/alloc.c \
287         $(CONFIG_H) \
288         $(EMACS_ROOT)/nt/inc/unistd.h \
289         $(EMACS_ROOT)/nt/inc/sys/time.h \
290         $(SRC)/atimer.h \
291         $(SRC)/blockinput.h \
292         $(SRC)/buffer.h \
293         $(SRC)/character.h \
294         $(SRC)/coding.h \
295         $(SRC)/composite.h \
296         $(SRC)/dispextern.h \
297         $(SRC)/frame.h \
298         $(SRC)/intervals.h \
299         $(SRC)/keyboard.h \
300         $(SRC)/process.h \
301         $(SRC)/puresize.h \
302         $(SRC)/syssignal.h \
303         $(SRC)/systime.h \
304         $(SRC)/termhooks.h \
305         $(SRC)/w32.h \
306         $(SRC)/w32gui.h \
307         $(SRC)/window.h
309 $(BLD)/atimer.$(O) : \
310         $(SRC)/atimer.c \
311         $(CONFIG_H) \
312         $(EMACS_ROOT)/nt/inc/unistd.h \
313         $(EMACS_ROOT)/nt/inc/sys/time.h \
314         $(SRC)/atimer.h \
315         $(SRC)/blockinput.h \
316         $(SRC)/syssignal.h \
317         $(SRC)/systime.h
319 $(BLD)/buffer.$(O) : \
320         $(SRC)/buffer.c \
321         $(CONFIG_H) \
322         $(EMACS_ROOT)/nt/inc/unistd.h \
323         $(EMACS_ROOT)/nt/inc/sys/param.h \
324         $(EMACS_ROOT)/nt/inc/sys/time.h \
325         $(SRC)/atimer.h \
326         $(SRC)/blockinput.h \
327         $(SRC)/buffer.h \
328         $(SRC)/character.h \
329         $(SRC)/coding.h \
330         $(SRC)/commands.h \
331         $(SRC)/composite.h \
332         $(SRC)/dispextern.h \
333         $(SRC)/frame.h \
334         $(SRC)/indent.h \
335         $(SRC)/intervals.h \
336         $(SRC)/keyboard.h \
337         $(SRC)/keymap.h \
338         $(SRC)/region-cache.h \
339         $(SRC)/systime.h \
340         $(SRC)/w32gui.h \
341         $(SRC)/window.h
343 $(BLD)/bytecode.$(O) : \
344         $(SRC)/bytecode.c \
345         $(CONFIG_H) \
346         $(SRC)/buffer.h \
347         $(SRC)/character.h \
348         $(SRC)/dispextern.h \
349         $(SRC)/syntax.h \
350         $(SRC)/w32gui.h \
351         $(SRC)/window.h
353 $(BLD)/callint.$(O) : \
354         $(SRC)/callint.c \
355         $(CONFIG_H) \
356         $(EMACS_ROOT)/nt/inc/sys/time.h \
357         $(SRC)/buffer.h \
358         $(SRC)/coding.h \
359         $(SRC)/commands.h \
360         $(SRC)/composite.h \
361         $(SRC)/dispextern.h \
362         $(SRC)/keyboard.h \
363         $(SRC)/keymap.h \
364         $(SRC)/systime.h \
365         $(SRC)/w32gui.h \
366         $(SRC)/window.h
368 $(BLD)/callproc.$(O) : \
369         $(SRC)/callproc.c \
370         $(CONFIG_H) \
371         $(EMACS_ROOT)/nt/inc/unistd.h \
372         $(EMACS_ROOT)/nt/inc/sys/file.h \
373         $(EMACS_ROOT)/nt/inc/sys/time.h \
374         $(SRC)/atimer.h \
375         $(SRC)/blockinput.h \
376         $(SRC)/buffer.h \
377         $(SRC)/ccl.h \
378         $(SRC)/character.h \
379         $(SRC)/coding.h \
380         $(SRC)/commands.h \
381         $(SRC)/composite.h \
382         $(SRC)/dispextern.h \
383         $(SRC)/epaths.h \
384         $(SRC)/frame.h \
385         $(SRC)/process.h \
386         $(SRC)/syssignal.h \
387         $(SRC)/systime.h \
388         $(SRC)/systty.h \
389         $(SRC)/termhooks.h \
390         $(SRC)/w32.h \
391         $(SRC)/w32gui.h
393 $(BLD)/casefiddle.$(O) : \
394         $(SRC)/casefiddle.c \
395         $(CONFIG_H) \
396         $(SRC)/buffer.h \
397         $(SRC)/character.h \
398         $(SRC)/commands.h \
399         $(SRC)/composite.h \
400         $(SRC)/keymap.h \
401         $(SRC)/syntax.h
403 $(BLD)/casetab.$(O) : \
404         $(SRC)/casetab.c \
405         $(CONFIG_H) \
406         $(SRC)/buffer.h \
407         $(SRC)/character.h
409 $(BLD)/category.$(O) : \
410         $(SRC)/category.c \
411         $(CONFIG_H) \
412         $(SRC)/buffer.h \
413         $(SRC)/category.h \
414         $(SRC)/character.h \
415         $(SRC)/charset.h \
416         $(SRC)/keymap.h
418 $(BLD)/ccl.$(O) : \
419         $(SRC)/ccl.c \
420         $(CONFIG_H) \
421         $(SRC)/ccl.h \
422         $(SRC)/character.h \
423         $(SRC)/charset.h \
424         $(SRC)/coding.h \
425         $(SRC)/composite.h
427 $(BLD)/character.$(O) : \
428         $(SRC)/character.c \
429         $(CONFIG_H) \
430         $(SRC)/buffer.h \
431         $(SRC)/character.h \
432         $(SRC)/charset.h \
433         $(SRC)/composite.h \
434         $(SRC)/disptab.h
436 $(BLD)/charset.$(O) : \
437         $(SRC)/charset.c \
438         $(CONFIG_H) \
439         $(EMACS_ROOT)/nt/inc/unistd.h \
440         $(SRC)/buffer.h \
441         $(SRC)/character.h \
442         $(SRC)/charset.h \
443         $(SRC)/coding.h \
444         $(SRC)/composite.h \
445         $(SRC)/disptab.h
447 $(BLD)/chartab.$(O) : \
448         $(SRC)/chartab.c \
449         $(CONFIG_H) \
450         $(SRC)/ccl.h \
451         $(SRC)/character.h \
452         $(SRC)/charset.h
454 $(BLD)/cm.$(O) : \
455         $(SRC)/cm.c \
456         $(CONFIG_H) \
457         $(SRC)/cm.h \
458         $(SRC)/dispextern.h \
459         $(SRC)/frame.h \
460         $(SRC)/termchar.h \
461         $(SRC)/termhooks.h \
462         $(SRC)/w32gui.h
464 $(BLD)/cmds.$(O) : \
465         $(SRC)/cmds.c \
466         $(CONFIG_H) \
467         $(EMACS_ROOT)/nt/inc/sys/time.h \
468         $(SRC)/buffer.h \
469         $(SRC)/character.h \
470         $(SRC)/coding.h \
471         $(SRC)/commands.h \
472         $(SRC)/composite.h \
473         $(SRC)/dispextern.h \
474         $(SRC)/keyboard.h \
475         $(SRC)/keymap.h \
476         $(SRC)/syntax.h \
477         $(SRC)/systime.h \
478         $(SRC)/w32gui.h \
479         $(SRC)/window.h
481 $(BLD)/coding.$(O) : \
482         $(SRC)/coding.c \
483         $(CONFIG_H) \
484         $(SRC)/buffer.h \
485         $(SRC)/ccl.h \
486         $(SRC)/character.h \
487         $(SRC)/charset.h \
488         $(SRC)/coding.h \
489         $(SRC)/composite.h \
490         $(SRC)/dispextern.h \
491         $(SRC)/frame.h \
492         $(SRC)/termhooks.h \
493         $(SRC)/w32gui.h \
494         $(SRC)/window.h
496 $(BLD)/composite.$(O) : \
497         $(SRC)/composite.c \
498         $(CONFIG_H) \
499         $(SRC)/buffer.h \
500         $(SRC)/ccl.h \
501         $(SRC)/character.h \
502         $(SRC)/coding.h \
503         $(SRC)/composite.h \
504         $(SRC)/dispextern.h \
505         $(SRC)/font.h \
506         $(SRC)/frame.h \
507         $(SRC)/intervals.h \
508         $(SRC)/termhooks.h \
509         $(SRC)/w32gui.h \
510         $(SRC)/window.h
512 $(BLD)/data.$(O) : \
513         $(SRC)/data.c \
514         $(CONFIG_H) \
515         $(EMACS_ROOT)/nt/inc/sys/time.h \
516         $(SRC)/buffer.h \
517         $(SRC)/ccl.h \
518         $(SRC)/character.h \
519         $(SRC)/coding.h \
520         $(SRC)/composite.h \
521         $(SRC)/dispextern.h \
522         $(SRC)/font.h \
523         $(SRC)/frame.h \
524         $(SRC)/keyboard.h \
525         $(SRC)/puresize.h \
526         $(SRC)/syssignal.h \
527         $(SRC)/systime.h \
528         $(SRC)/termhooks.h \
529         $(SRC)/w32gui.h
531 $(BLD)/dired.$(O) : \
532         $(SRC)/dired.c \
533         $(CONFIG_H) \
534         $(EMACS_ROOT)/nt/inc/grp.h \
535         $(EMACS_ROOT)/nt/inc/pwd.h \
536         $(EMACS_ROOT)/nt/inc/unistd.h \
537         $(EMACS_ROOT)/nt/inc/sys/dir.h \
538         $(EMACS_ROOT)/nt/inc/sys/time.h \
539         $(SRC)/atimer.h \
540         $(SRC)/blockinput.h \
541         $(SRC)/buffer.h \
542         $(SRC)/character.h \
543         $(SRC)/charset.h \
544         $(SRC)/coding.h \
545         $(SRC)/commands.h \
546         $(SRC)/composite.h \
547         $(SRC)/ndir.h \
548         $(SRC)/regex.h \
549         $(SRC)/systime.h
551 $(BLD)/dispnew.$(O) : \
552         $(SRC)/dispnew.c \
553         $(CONFIG_H) \
554         $(EMACS_ROOT)/nt/inc/unistd.h \
555         $(EMACS_ROOT)/nt/inc/sys/time.h \
556         $(SRC)/atimer.h \
557         $(SRC)/blockinput.h \
558         $(SRC)/buffer.h \
559         $(SRC)/character.h \
560         $(SRC)/cm.h \
561         $(SRC)/coding.h \
562         $(SRC)/commands.h \
563         $(SRC)/composite.h \
564         $(SRC)/dispextern.h \
565         $(SRC)/disptab.h \
566         $(SRC)/frame.h \
567         $(SRC)/indent.h \
568         $(SRC)/intervals.h \
569         $(SRC)/keyboard.h \
570         $(SRC)/process.h \
571         $(SRC)/syssignal.h \
572         $(SRC)/systime.h \
573         $(SRC)/termchar.h \
574         $(SRC)/termhooks.h \
575         $(SRC)/termopts.h \
576         $(SRC)/w32gui.h \
577         $(SRC)/w32term.h \
578         $(SRC)/window.h
580 $(BLD)/doc.$(O) : \
581         $(SRC)/doc.c \
582         $(CONFIG_H) \
583         $(EMACS_ROOT)/nt/inc/unistd.h \
584         $(EMACS_ROOT)/nt/inc/sys/file.h \
585         $(EMACS_ROOT)/nt/inc/sys/time.h \
586         $(SRC)/buffer.h \
587         $(SRC)/character.h \
588         $(SRC)/coding.h \
589         $(SRC)/composite.h \
590         $(SRC)/keyboard.h \
591         $(SRC)/keymap.h \
592         $(SRC)/systime.h
594 $(BLD)/doprnt.$(O) : \
595         $(SRC)/doprnt.c \
596         $(CONFIG_H) \
597         $(EMACS_ROOT)/nt/inc/unistd.h \
598         $(SRC)/character.h
600 $(BLD)/editfns.$(O) : \
601         $(SRC)/editfns.c \
602         $(CONFIG_H) \
603         $(EMACS_ROOT)/nt/inc/pwd.h \
604         $(EMACS_ROOT)/nt/inc/unistd.h \
605         $(EMACS_ROOT)/nt/inc/sys/time.h \
606         $(SRC)/atimer.h \
607         $(SRC)/blockinput.h \
608         $(SRC)/buffer.h \
609         $(SRC)/character.h \
610         $(SRC)/coding.h \
611         $(SRC)/composite.h \
612         $(SRC)/dispextern.h \
613         $(SRC)/frame.h \
614         $(SRC)/intervals.h \
615         $(SRC)/systime.h \
616         $(SRC)/w32gui.h \
617         $(SRC)/window.h
619 $(BLD)/emacs.$(O) : \
620         $(SRC)/emacs.c \
621         $(CONFIG_H) \
622         $(EMACS_ROOT)/nt/inc/unistd.h \
623         $(EMACS_ROOT)/nt/inc/sys/file.h \
624         $(EMACS_ROOT)/nt/inc/sys/time.h \
625         $(SRC)/atimer.h \
626         $(SRC)/blockinput.h \
627         $(SRC)/buffer.h \
628         $(SRC)/coding.h \
629         $(SRC)/commands.h \
630         $(SRC)/composite.h \
631         $(SRC)/dispextern.h \
632         $(SRC)/frame.h \
633         $(SRC)/intervals.h \
634         $(SRC)/keyboard.h \
635         $(SRC)/keymap.h \
636         $(SRC)/process.h \
637         $(SRC)/syssignal.h \
638         $(SRC)/systime.h \
639         $(SRC)/systty.h \
640         $(SRC)/termhooks.h \
641         $(SRC)/w32.h \
642         $(SRC)/w32gui.h \
643         $(SRC)/w32heap.h \
644         $(SRC)/window.h
646 $(BLD)/eval.$(O) : \
647         $(SRC)/eval.c \
648         $(CONFIG_H) \
649         $(EMACS_ROOT)/nt/inc/sys/time.h \
650         $(SRC)/atimer.h \
651         $(SRC)/blockinput.h \
652         $(SRC)/coding.h \
653         $(SRC)/commands.h \
654         $(SRC)/composite.h \
655         $(SRC)/dispextern.h \
656         $(SRC)/keyboard.h \
657         $(SRC)/systime.h \
658         $(SRC)/w32gui.h
660 $(BLD)/fileio.$(O) : \
661         $(SRC)/fileio.c \
662         $(CONFIG_H) \
663         $(EMACS_ROOT)/nt/inc/pwd.h \
664         $(EMACS_ROOT)/nt/inc/unistd.h \
665         $(EMACS_ROOT)/nt/inc/sys/time.h \
666         $(SRC)/atimer.h \
667         $(SRC)/blockinput.h \
668         $(SRC)/buffer.h \
669         $(SRC)/character.h \
670         $(SRC)/coding.h \
671         $(SRC)/commands.h \
672         $(SRC)/composite.h \
673         $(SRC)/dispextern.h \
674         $(SRC)/frame.h \
675         $(SRC)/intervals.h \
676         $(SRC)/systime.h \
677         $(SRC)/w32gui.h \
678         $(SRC)/window.h
680 $(BLD)/filelock.$(O) : \
681         $(SRC)/filelock.c \
682         $(CONFIG_H) \
683         $(EMACS_ROOT)/nt/inc/pwd.h \
684         $(EMACS_ROOT)/nt/inc/unistd.h \
685         $(EMACS_ROOT)/nt/inc/sys/file.h \
686         $(EMACS_ROOT)/nt/inc/sys/time.h \
687         $(SRC)/buffer.h \
688         $(SRC)/character.h \
689         $(SRC)/coding.h \
690         $(SRC)/composite.h \
691         $(SRC)/systime.h
693 $(BLD)/filemode.$(O) : \
694         $(SRC)/filemode.c \
695         $(CONFIG_H)
697 $(BLD)/firstfile.$(O) : \
698         $(SRC)/firstfile.c \
699         $(CONFIG_H)
701 $(BLD)/floatfns.$(O) : \
702         $(SRC)/floatfns.c \
703         $(CONFIG_H) \
704         $(SRC)/syssignal.h
706 $(BLD)/fns.$(O) : \
707         $(SRC)/fns.c \
708         $(CONFIG_H) \
709         $(EMACS_ROOT)/nt/inc/langinfo.h \
710         $(EMACS_ROOT)/nt/inc/nl_types.h \
711         $(EMACS_ROOT)/nt/inc/unistd.h \
712         $(EMACS_ROOT)/nt/inc/sys/time.h \
713         $(SRC)/atimer.h \
714         $(SRC)/blockinput.h \
715         $(SRC)/buffer.h \
716         $(SRC)/character.h \
717         $(SRC)/coding.h \
718         $(SRC)/commands.h \
719         $(SRC)/composite.h \
720         $(SRC)/dispextern.h \
721         $(SRC)/frame.h \
722         $(SRC)/intervals.h \
723         $(SRC)/keyboard.h \
724         $(SRC)/keymap.h \
725         $(SRC)/md5.h \
726         $(SRC)/systime.h \
727         $(SRC)/w32gui.h \
728         $(SRC)/window.h
730 $(BLD)/font.$(O) : \
731         $(SRC)/font.c \
732         $(CONFIG_H) \
733         $(SRC)/buffer.h \
734         $(SRC)/ccl.h \
735         $(SRC)/character.h \
736         $(SRC)/charset.h \
737         $(SRC)/composite.h \
738         $(SRC)/dispextern.h \
739         $(SRC)/font.h \
740         $(SRC)/fontset.h \
741         $(SRC)/frame.h \
742         $(SRC)/w32gui.h \
743         $(SRC)/w32term.h \
744         $(SRC)/window.h
746 $(BLD)/fontset.$(O) : \
747         $(SRC)/fontset.c \
748         $(CONFIG_H) \
749         $(EMACS_ROOT)/nt/inc/sys/time.h \
750         $(SRC)/atimer.h \
751         $(SRC)/blockinput.h \
752         $(SRC)/buffer.h \
753         $(SRC)/ccl.h \
754         $(SRC)/character.h \
755         $(SRC)/charset.h \
756         $(SRC)/coding.h \
757         $(SRC)/composite.h \
758         $(SRC)/dispextern.h \
759         $(SRC)/font.h \
760         $(SRC)/fontset.h \
761         $(SRC)/frame.h \
762         $(SRC)/intervals.h \
763         $(SRC)/keyboard.h \
764         $(SRC)/systime.h \
765         $(SRC)/termhooks.h \
766         $(SRC)/w32gui.h \
767         $(SRC)/w32term.h \
768         $(SRC)/window.h
770 $(BLD)/frame.$(O) : \
771         $(SRC)/frame.c \
772         $(CONFIG_H) \
773         $(EMACS_ROOT)/nt/inc/sys/time.h \
774         $(SRC)/atimer.h \
775         $(SRC)/blockinput.h \
776         $(SRC)/buffer.h \
777         $(SRC)/ccl.h \
778         $(SRC)/character.h \
779         $(SRC)/coding.h \
780         $(SRC)/commands.h \
781         $(SRC)/composite.h \
782         $(SRC)/dispextern.h \
783         $(SRC)/font.h \
784         $(SRC)/fontset.h \
785         $(SRC)/frame.h \
786         $(SRC)/keyboard.h \
787         $(SRC)/systime.h \
788         $(SRC)/termchar.h \
789         $(SRC)/termhooks.h \
790         $(SRC)/w32gui.h \
791         $(SRC)/w32term.h \
792         $(SRC)/window.h
794 $(BLD)/fringe.$(O) : \
795         $(SRC)/fringe.c \
796         $(CONFIG_H) \
797         $(EMACS_ROOT)/nt/inc/sys/time.h \
798         $(SRC)/atimer.h \
799         $(SRC)/blockinput.h \
800         $(SRC)/buffer.h \
801         $(SRC)/dispextern.h \
802         $(SRC)/frame.h \
803         $(SRC)/systime.h \
804         $(SRC)/termhooks.h \
805         $(SRC)/w32gui.h \
806         $(SRC)/window.h
808 $(BLD)/gmalloc.$(O) : \
809         $(SRC)/gmalloc.c \
810         $(CONFIG_H) \
811         $(EMACS_ROOT)/nt/inc/unistd.h \
812         $(SRC)/getpagesize.h
814 $(BLD)/image.$(O) : \
815         $(SRC)/image.c \
816         $(CONFIG_H) \
817         $(EMACS_ROOT)/nt/inc/unistd.h \
818         $(EMACS_ROOT)/nt/inc/sys/time.h \
819         $(SRC)/atimer.h \
820         $(SRC)/blockinput.h \
821         $(SRC)/ccl.h \
822         $(SRC)/character.h \
823         $(SRC)/coding.h \
824         $(SRC)/composite.h \
825         $(SRC)/dispextern.h \
826         $(SRC)/epaths.h \
827         $(SRC)/font.h \
828         $(SRC)/frame.h \
829         $(SRC)/systime.h \
830         $(SRC)/termhooks.h \
831         $(SRC)/w32gui.h \
832         $(SRC)/w32term.h \
833         $(SRC)/window.h
835 $(BLD)/indent.$(O) : \
836         $(SRC)/indent.c \
837         $(CONFIG_H) \
838         $(EMACS_ROOT)/nt/inc/sys/time.h \
839         $(SRC)/buffer.h \
840         $(SRC)/category.h \
841         $(SRC)/character.h \
842         $(SRC)/coding.h \
843         $(SRC)/composite.h \
844         $(SRC)/dispextern.h \
845         $(SRC)/disptab.h \
846         $(SRC)/frame.h \
847         $(SRC)/indent.h \
848         $(SRC)/intervals.h \
849         $(SRC)/keyboard.h \
850         $(SRC)/region-cache.h \
851         $(SRC)/systime.h \
852         $(SRC)/termchar.h \
853         $(SRC)/termopts.h \
854         $(SRC)/w32gui.h \
855         $(SRC)/window.h
857 $(BLD)/insdel.$(O) : \
858         $(SRC)/insdel.c \
859         $(CONFIG_H) \
860         $(EMACS_ROOT)/nt/inc/sys/time.h \
861         $(SRC)/atimer.h \
862         $(SRC)/blockinput.h \
863         $(SRC)/buffer.h \
864         $(SRC)/character.h \
865         $(SRC)/composite.h \
866         $(SRC)/dispextern.h \
867         $(SRC)/intervals.h \
868         $(SRC)/region-cache.h \
869         $(SRC)/systime.h \
870         $(SRC)/w32gui.h \
871         $(SRC)/window.h
873 $(BLD)/intervals.$(O) : \
874         $(SRC)/intervals.c \
875         $(CONFIG_H) \
876         $(EMACS_ROOT)/nt/inc/sys/time.h \
877         $(SRC)/buffer.h \
878         $(SRC)/coding.h \
879         $(SRC)/composite.h \
880         $(SRC)/dispextern.h \
881         $(SRC)/intervals.h \
882         $(SRC)/keyboard.h \
883         $(SRC)/keymap.h \
884         $(SRC)/puresize.h \
885         $(SRC)/systime.h \
886         $(SRC)/w32gui.h
888 $(BLD)/keyboard.$(O) : \
889         $(SRC)/keyboard.c \
890         $(CONFIG_H) \
891         $(EMACS_ROOT)/nt/inc/unistd.h \
892         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
893         $(EMACS_ROOT)/nt/inc/sys/time.h \
894         $(SRC)/atimer.h \
895         $(SRC)/blockinput.h \
896         $(SRC)/buffer.h \
897         $(SRC)/character.h \
898         $(SRC)/coding.h \
899         $(SRC)/commands.h \
900         $(SRC)/composite.h \
901         $(SRC)/dispextern.h \
902         $(SRC)/disptab.h \
903         $(SRC)/frame.h \
904         $(SRC)/intervals.h \
905         $(SRC)/keyboard.h \
906         $(SRC)/keymap.h \
907         $(SRC)/macros.h \
908         $(SRC)/puresize.h \
909         $(SRC)/syntax.h \
910         $(SRC)/syssignal.h \
911         $(SRC)/systime.h \
912         $(SRC)/termchar.h \
913         $(SRC)/termhooks.h \
914         $(SRC)/termopts.h \
915         $(SRC)/w32gui.h \
916         $(SRC)/w32term.h \
917         $(SRC)/window.h
919 $(BLD)/keymap.$(O) : \
920         $(SRC)/keymap.c \
921         $(CONFIG_H) \
922         $(EMACS_ROOT)/nt/inc/sys/time.h \
923         $(SRC)/atimer.h \
924         $(SRC)/blockinput.h \
925         $(SRC)/buffer.h \
926         $(SRC)/character.h \
927         $(SRC)/charset.h \
928         $(SRC)/coding.h \
929         $(SRC)/commands.h \
930         $(SRC)/composite.h \
931         $(SRC)/dispextern.h \
932         $(SRC)/frame.h \
933         $(SRC)/intervals.h \
934         $(SRC)/keyboard.h \
935         $(SRC)/keymap.h \
936         $(SRC)/puresize.h \
937         $(SRC)/systime.h \
938         $(SRC)/termhooks.h \
939         $(SRC)/w32gui.h \
940         $(SRC)/window.h
942 $(BLD)/lastfile.$(O) : \
943         $(SRC)/lastfile.c \
944         $(CONFIG_H)
946 $(BLD)/lread.$(O) : \
947         $(SRC)/lread.c \
948         $(CONFIG_H) \
949         $(EMACS_ROOT)/nt/inc/unistd.h \
950         $(EMACS_ROOT)/nt/inc/sys/file.h \
951         $(EMACS_ROOT)/nt/inc/sys/time.h \
952         $(SRC)/atimer.h \
953         $(SRC)/blockinput.h \
954         $(SRC)/buffer.h \
955         $(SRC)/character.h \
956         $(SRC)/charset.h \
957         $(SRC)/coding.h \
958         $(SRC)/commands.h \
959         $(SRC)/composite.h \
960         $(SRC)/dispextern.h \
961         $(SRC)/epaths.h \
962         $(SRC)/frame.h \
963         $(SRC)/intervals.h \
964         $(SRC)/keyboard.h \
965         $(SRC)/systime.h \
966         $(SRC)/termhooks.h \
967         $(SRC)/w32gui.h
969 $(BLD)/macros.$(O) : \
970         $(SRC)/macros.c \
971         $(CONFIG_H) \
972         $(EMACS_ROOT)/nt/inc/sys/time.h \
973         $(SRC)/buffer.h \
974         $(SRC)/coding.h \
975         $(SRC)/commands.h \
976         $(SRC)/composite.h \
977         $(SRC)/dispextern.h \
978         $(SRC)/keyboard.h \
979         $(SRC)/macros.h \
980         $(SRC)/systime.h \
981         $(SRC)/w32gui.h \
982         $(SRC)/window.h
984 $(BLD)/marker.$(O) : \
985         $(SRC)/marker.c \
986         $(CONFIG_H) \
987         $(SRC)/buffer.h \
988         $(SRC)/character.h
990 $(BLD)/md5.$(O) : \
991         $(SRC)/md5.c \
992         $(CONFIG_H) \
993         $(SRC)/md5.h
995 $(BLD)/menu.$(O) : \
996         $(SRC)/menu.c \
997         $(CONFIG_H) \
998         $(EMACS_ROOT)/nt/inc/sys/time.h \
999         $(SRC)/atimer.h \
1000         $(SRC)/blockinput.h \
1001         $(SRC)/coding.h \
1002         $(SRC)/composite.h \
1003         $(SRC)/dispextern.h \
1004         $(SRC)/frame.h \
1005         $(SRC)/keyboard.h \
1006         $(SRC)/keymap.h \
1007         $(SRC)/menu.h \
1008         $(SRC)/systime.h \
1009         $(SRC)/termhooks.h \
1010         $(SRC)/w32gui.h \
1011         $(SRC)/w32term.h
1013 $(BLD)/minibuf.$(O) : \
1014         $(SRC)/minibuf.c \
1015         $(CONFIG_H) \
1016         $(EMACS_ROOT)/nt/inc/sys/time.h \
1017         $(SRC)/buffer.h \
1018         $(SRC)/character.h \
1019         $(SRC)/coding.h \
1020         $(SRC)/commands.h \
1021         $(SRC)/composite.h \
1022         $(SRC)/dispextern.h \
1023         $(SRC)/frame.h \
1024         $(SRC)/intervals.h \
1025         $(SRC)/keyboard.h \
1026         $(SRC)/keymap.h \
1027         $(SRC)/syntax.h \
1028         $(SRC)/systime.h \
1029         $(SRC)/termhooks.h \
1030         $(SRC)/w32gui.h \
1031         $(SRC)/window.h
1033 $(BLD)/w32.$(O) : \
1034         $(SRC)/w32.c \
1035         $(CONFIG_H) \
1036         $(EMACS_ROOT)/nt/inc/grp.h \
1037         $(EMACS_ROOT)/nt/inc/pwd.h \
1038         $(EMACS_ROOT)/nt/inc/unistd.h \
1039         $(EMACS_ROOT)/nt/inc/sys/file.h \
1040         $(EMACS_ROOT)/nt/inc/sys/socket.h \
1041         $(EMACS_ROOT)/nt/inc/sys/time.h \
1042         $(SRC)/coding.h \
1043         $(SRC)/composite.h \
1044         $(SRC)/dispextern.h \
1045         $(SRC)/ndir.h \
1046         $(SRC)/process.h \
1047         $(SRC)/systime.h \
1048         $(SRC)/w32.h \
1049         $(SRC)/w32gui.h \
1050         $(SRC)/w32heap.h
1052 $(BLD)/w32heap.$(O) : \
1053         $(SRC)/w32heap.c \
1054         $(CONFIG_H) \
1055         $(SRC)/w32heap.h
1057 $(BLD)/w32inevt.$(O) : \
1058         $(SRC)/w32inevt.c \
1059         $(CONFIG_H) \
1060         $(EMACS_ROOT)/nt/inc/sys/time.h \
1061         $(SRC)/atimer.h \
1062         $(SRC)/blockinput.h \
1063         $(SRC)/coding.h \
1064         $(SRC)/composite.h \
1065         $(SRC)/dispextern.h \
1066         $(SRC)/frame.h \
1067         $(SRC)/keyboard.h \
1068         $(SRC)/systime.h \
1069         $(SRC)/termhooks.h \
1070         $(SRC)/w32gui.h \
1071         $(SRC)/w32heap.h \
1072         $(SRC)/w32term.h
1074 $(BLD)/w32proc.$(O) : \
1075         $(SRC)/w32proc.c \
1076         $(CONFIG_H) \
1077         $(EMACS_ROOT)/nt/inc/langinfo.h \
1078         $(EMACS_ROOT)/nt/inc/nl_types.h \
1079         $(EMACS_ROOT)/nt/inc/unistd.h \
1080         $(EMACS_ROOT)/nt/inc/sys/file.h \
1081         $(EMACS_ROOT)/nt/inc/sys/time.h \
1082         $(SRC)/character.h \
1083         $(SRC)/coding.h \
1084         $(SRC)/composite.h \
1085         $(SRC)/dispextern.h \
1086         $(SRC)/process.h \
1087         $(SRC)/syssignal.h \
1088         $(SRC)/systime.h \
1089         $(SRC)/syswait.h \
1090         $(SRC)/w32.h \
1091         $(SRC)/w32gui.h \
1092         $(SRC)/w32heap.h \
1093         $(SRC)/w32term.h
1095 $(BLD)/w32console.$(O) : \
1096         $(SRC)/w32console.c \
1097         $(CONFIG_H) \
1098         $(SRC)/character.h \
1099         $(SRC)/coding.h \
1100         $(SRC)/composite.h \
1101         $(SRC)/dispextern.h \
1102         $(SRC)/disptab.h \
1103         $(SRC)/frame.h \
1104         $(SRC)/termchar.h \
1105         $(SRC)/termhooks.h \
1106         $(SRC)/w32gui.h \
1107         $(SRC)/w32inevt.h
1109 $(BLD)/print.$(O) : \
1110         $(SRC)/print.c \
1111         $(CONFIG_H) \
1112         $(EMACS_ROOT)/nt/inc/unistd.h \
1113         $(EMACS_ROOT)/nt/inc/sys/time.h \
1114         $(SRC)/atimer.h \
1115         $(SRC)/blockinput.h \
1116         $(SRC)/buffer.h \
1117         $(SRC)/ccl.h \
1118         $(SRC)/character.h \
1119         $(SRC)/charset.h \
1120         $(SRC)/coding.h \
1121         $(SRC)/composite.h \
1122         $(SRC)/dispextern.h \
1123         $(SRC)/font.h \
1124         $(SRC)/frame.h \
1125         $(SRC)/intervals.h \
1126         $(SRC)/keyboard.h \
1127         $(SRC)/process.h \
1128         $(SRC)/systime.h \
1129         $(SRC)/termchar.h \
1130         $(SRC)/termhooks.h \
1131         $(SRC)/w32gui.h \
1132         $(SRC)/window.h
1134 $(BLD)/process.$(O) : \
1135         $(SRC)/process.c \
1136         $(CONFIG_H) \
1137         $(EMACS_ROOT)/nt/inc/netdb.h \
1138         $(EMACS_ROOT)/nt/inc/unistd.h \
1139         $(EMACS_ROOT)/nt/inc/arpa/inet.h \
1140         $(EMACS_ROOT)/nt/inc/netinet/in.h \
1141         $(EMACS_ROOT)/nt/inc/sys/file.h \
1142         $(EMACS_ROOT)/nt/inc/sys/socket.h \
1143         $(EMACS_ROOT)/nt/inc/sys/time.h \
1144         $(SRC)/atimer.h \
1145         $(SRC)/blockinput.h \
1146         $(SRC)/buffer.h \
1147         $(SRC)/character.h \
1148         $(SRC)/coding.h \
1149         $(SRC)/commands.h \
1150         $(SRC)/composite.h \
1151         $(SRC)/dispextern.h \
1152         $(SRC)/frame.h \
1153         $(SRC)/keyboard.h \
1154         $(SRC)/process.h \
1155         $(SRC)/sysselect.h \
1156         $(SRC)/syssignal.h \
1157         $(SRC)/systime.h \
1158         $(SRC)/systty.h \
1159         $(SRC)/syswait.h \
1160         $(SRC)/termhooks.h \
1161         $(SRC)/termopts.h \
1162         $(SRC)/w32.h \
1163         $(SRC)/w32gui.h \
1164         $(SRC)/window.h
1166 $(BLD)/ralloc.$(O) : \
1167         $(SRC)/ralloc.c \
1168         $(CONFIG_H) \
1169         $(EMACS_ROOT)/nt/inc/unistd.h \
1170         $(EMACS_ROOT)/nt/inc/sys/time.h \
1171         $(SRC)/atimer.h \
1172         $(SRC)/blockinput.h \
1173         $(SRC)/getpagesize.h \
1174         $(SRC)/systime.h
1176 $(BLD)/regex.$(O) : \
1177         $(SRC)/regex.c \
1178         $(CONFIG_H) \
1179         $(SRC)/buffer.h \
1180         $(SRC)/category.h \
1181         $(SRC)/character.h \
1182         $(SRC)/regex.h \
1183         $(SRC)/syntax.h
1185 $(BLD)/region-cache.$(O) : \
1186         $(SRC)/region-cache.c \
1187         $(CONFIG_H) \
1188         $(SRC)/buffer.h \
1189         $(SRC)/region-cache.h
1191 $(BLD)/scroll.$(O) : \
1192         $(SRC)/scroll.c \
1193         $(CONFIG_H) \
1194         $(EMACS_ROOT)/nt/inc/sys/time.h \
1195         $(SRC)/coding.h \
1196         $(SRC)/composite.h \
1197         $(SRC)/dispextern.h \
1198         $(SRC)/frame.h \
1199         $(SRC)/keyboard.h \
1200         $(SRC)/systime.h \
1201         $(SRC)/termchar.h \
1202         $(SRC)/termhooks.h \
1203         $(SRC)/w32gui.h \
1204         $(SRC)/window.h
1206 $(BLD)/search.$(O) : \
1207         $(SRC)/search.c \
1208         $(CONFIG_H) \
1209         $(EMACS_ROOT)/nt/inc/sys/time.h \
1210         $(SRC)/atimer.h \
1211         $(SRC)/blockinput.h \
1212         $(SRC)/buffer.h \
1213         $(SRC)/category.h \
1214         $(SRC)/character.h \
1215         $(SRC)/charset.h \
1216         $(SRC)/commands.h \
1217         $(SRC)/composite.h \
1218         $(SRC)/dispextern.h \
1219         $(SRC)/intervals.h \
1220         $(SRC)/regex.h \
1221         $(SRC)/region-cache.h \
1222         $(SRC)/syntax.h \
1223         $(SRC)/systime.h \
1224         $(SRC)/w32gui.h
1226 $(BLD)/sound.$(O) : \
1227         $(SRC)/sound.c \
1228         $(CONFIG_H) \
1229         $(EMACS_ROOT)/nt/inc/unistd.h \
1230         $(EMACS_ROOT)/nt/inc/sys/time.h \
1231         $(SRC)/atimer.h \
1232         $(SRC)/dispextern.h \
1233         $(SRC)/syssignal.h \
1234         $(SRC)/systime.h \
1235         $(SRC)/w32gui.h
1237 $(BLD)/strftime.$(O) : \
1238         $(SRC)/strftime.c \
1239         $(CONFIG_H) \
1240         $(EMACS_ROOT)/nt/inc/sys/time.h
1242 $(BLD)/syntax.$(O) : \
1243         $(SRC)/syntax.c \
1244         $(CONFIG_H) \
1245         $(SRC)/buffer.h \
1246         $(SRC)/category.h \
1247         $(SRC)/character.h \
1248         $(SRC)/commands.h \
1249         $(SRC)/composite.h \
1250         $(SRC)/dispextern.h \
1251         $(SRC)/intervals.h \
1252         $(SRC)/keymap.h \
1253         $(SRC)/regex.h \
1254         $(SRC)/syntax.h \
1255         $(SRC)/w32gui.h
1257 $(BLD)/sysdep.$(O) : \
1258         $(SRC)/sysdep.c \
1259         $(CONFIG_H) \
1260         $(EMACS_ROOT)/nt/inc/grp.h \
1261         $(EMACS_ROOT)/nt/inc/netdb.h \
1262         $(EMACS_ROOT)/nt/inc/pwd.h \
1263         $(EMACS_ROOT)/nt/inc/unistd.h \
1264         $(EMACS_ROOT)/nt/inc/sys/file.h \
1265         $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1266         $(EMACS_ROOT)/nt/inc/sys/socket.h \
1267         $(EMACS_ROOT)/nt/inc/sys/time.h \
1268         $(SRC)/atimer.h \
1269         $(SRC)/blockinput.h \
1270         $(SRC)/cm.h \
1271         $(SRC)/coding.h \
1272         $(SRC)/composite.h \
1273         $(SRC)/dispextern.h \
1274         $(SRC)/frame.h \
1275         $(SRC)/keyboard.h \
1276         $(SRC)/process.h \
1277         $(SRC)/syssignal.h \
1278         $(SRC)/systime.h \
1279         $(SRC)/systty.h \
1280         $(SRC)/syswait.h \
1281         $(SRC)/termchar.h \
1282         $(SRC)/termhooks.h \
1283         $(SRC)/termopts.h \
1284         $(SRC)/w32.h \
1285         $(SRC)/w32gui.h \
1286         $(SRC)/window.h
1288 $(BLD)/term.$(O) : \
1289         $(SRC)/term.c \
1290         $(CONFIG_H) \
1291         $(EMACS_ROOT)/nt/inc/unistd.h \
1292         $(EMACS_ROOT)/nt/inc/sys/file.h \
1293         $(EMACS_ROOT)/nt/inc/sys/time.h \
1294         $(SRC)/atimer.h \
1295         $(SRC)/blockinput.h \
1296         $(SRC)/buffer.h \
1297         $(SRC)/character.h \
1298         $(SRC)/charset.h \
1299         $(SRC)/cm.h \
1300         $(SRC)/coding.h \
1301         $(SRC)/composite.h \
1302         $(SRC)/dispextern.h \
1303         $(SRC)/disptab.h \
1304         $(SRC)/frame.h \
1305         $(SRC)/intervals.h \
1306         $(SRC)/keyboard.h \
1307         $(SRC)/keymap.h \
1308         $(SRC)/syssignal.h \
1309         $(SRC)/systime.h \
1310         $(SRC)/systty.h \
1311         $(SRC)/termchar.h \
1312         $(SRC)/termhooks.h \
1313         $(SRC)/termopts.h \
1314         $(SRC)/w32gui.h \
1315         $(SRC)/window.h
1317 $(BLD)/termcap.$(O) : \
1318         $(SRC)/termcap.c \
1319         $(CONFIG_H) \
1320         $(EMACS_ROOT)/nt/inc/unistd.h \
1321         $(EMACS_ROOT)/nt/inc/sys/file.h
1323 $(BLD)/terminal.$(O) : \
1324         $(SRC)/terminal.c \
1325         $(CONFIG_H) \
1326         $(EMACS_ROOT)/nt/inc/sys/time.h \
1327         $(SRC)/charset.h \
1328         $(SRC)/coding.h \
1329         $(SRC)/composite.h \
1330         $(SRC)/dispextern.h \
1331         $(SRC)/frame.h \
1332         $(SRC)/keyboard.h \
1333         $(SRC)/systime.h \
1334         $(SRC)/termchar.h \
1335         $(SRC)/termhooks.h \
1336         $(SRC)/w32gui.h
1338 $(BLD)/textprop.$(O) : \
1339         $(SRC)/textprop.c \
1340         $(CONFIG_H) \
1341         $(SRC)/buffer.h \
1342         $(SRC)/composite.h \
1343         $(SRC)/dispextern.h \
1344         $(SRC)/intervals.h \
1345         $(SRC)/w32gui.h \
1346         $(SRC)/window.h
1348 $(BLD)/tparam.$(O) : \
1349         $(SRC)/tparam.c \
1350         $(CONFIG_H)
1352 $(BLD)/undo.$(O) : \
1353         $(SRC)/undo.c \
1354         $(CONFIG_H) \
1355         $(SRC)/buffer.h \
1356         $(SRC)/commands.h \
1357         $(SRC)/dispextern.h \
1358         $(SRC)/w32gui.h \
1359         $(SRC)/window.h
1361 $(BLD)/unexw32.$(O) : \
1362         $(SRC)/unexw32.c \
1363         $(CONFIG_H) \
1364         $(SRC)/w32heap.h
1366 $(BLD)/vm-limit.$(O) : \
1367         $(SRC)/vm-limit.c \
1368         $(CONFIG_H) \
1369         $(SRC)/mem-limits.h
1371 $(BLD)/window.$(O) : \
1372         $(SRC)/window.c \
1373         $(CONFIG_H) \
1374         $(EMACS_ROOT)/nt/inc/sys/time.h \
1375         $(SRC)/atimer.h \
1376         $(SRC)/blockinput.h \
1377         $(SRC)/buffer.h \
1378         $(SRC)/coding.h \
1379         $(SRC)/commands.h \
1380         $(SRC)/composite.h \
1381         $(SRC)/dispextern.h \
1382         $(SRC)/disptab.h \
1383         $(SRC)/frame.h \
1384         $(SRC)/indent.h \
1385         $(SRC)/intervals.h \
1386         $(SRC)/keyboard.h \
1387         $(SRC)/keymap.h \
1388         $(SRC)/systime.h \
1389         $(SRC)/termchar.h \
1390         $(SRC)/termhooks.h \
1391         $(SRC)/w32gui.h \
1392         $(SRC)/w32term.h \
1393         $(SRC)/window.h
1395 $(BLD)/xdisp.$(O) : \
1396         $(SRC)/xdisp.c \
1397         $(CONFIG_H) \
1398         $(EMACS_ROOT)/nt/inc/unistd.h \
1399         $(EMACS_ROOT)/nt/inc/sys/time.h \
1400         $(SRC)/atimer.h \
1401         $(SRC)/blockinput.h \
1402         $(SRC)/buffer.h \
1403         $(SRC)/ccl.h \
1404         $(SRC)/character.h \
1405         $(SRC)/charset.h \
1406         $(SRC)/coding.h \
1407         $(SRC)/commands.h \
1408         $(SRC)/composite.h \
1409         $(SRC)/dispextern.h \
1410         $(SRC)/disptab.h \
1411         $(SRC)/font.h \
1412         $(SRC)/fontset.h \
1413         $(SRC)/frame.h \
1414         $(SRC)/indent.h \
1415         $(SRC)/intervals.h \
1416         $(SRC)/keyboard.h \
1417         $(SRC)/keymap.h \
1418         $(SRC)/macros.h \
1419         $(SRC)/process.h \
1420         $(SRC)/region-cache.h \
1421         $(SRC)/systime.h \
1422         $(SRC)/termchar.h \
1423         $(SRC)/termhooks.h \
1424         $(SRC)/w32gui.h \
1425         $(SRC)/w32term.h \
1426         $(SRC)/window.h
1428 $(BLD)/xfaces.$(O) : \
1429         $(SRC)/xfaces.c \
1430         $(CONFIG_H) \
1431         $(EMACS_ROOT)/nt/inc/sys/time.h \
1432         $(SRC)/atimer.h \
1433         $(SRC)/blockinput.h \
1434         $(SRC)/buffer.h \
1435         $(SRC)/ccl.h \
1436         $(SRC)/character.h \
1437         $(SRC)/charset.h \
1438         $(SRC)/coding.h \
1439         $(SRC)/composite.h \
1440         $(SRC)/dispextern.h \
1441         $(SRC)/font.h \
1442         $(SRC)/fontset.h \
1443         $(SRC)/frame.h \
1444         $(SRC)/intervals.h \
1445         $(SRC)/keyboard.h \
1446         $(SRC)/systime.h \
1447         $(SRC)/termchar.h \
1448         $(SRC)/termhooks.h \
1449         $(SRC)/w32gui.h \
1450         $(SRC)/w32term.h \
1451         $(SRC)/window.h
1453 $(BLD)/w32fns.$(O) : \
1454         $(SRC)/w32fns.c \
1455         $(CONFIG_H) \
1456         $(EMACS_ROOT)/nt/inc/sys/time.h \
1457         $(SRC)/atimer.h \
1458         $(SRC)/blockinput.h \
1459         $(SRC)/buffer.h \
1460         $(SRC)/ccl.h \
1461         $(SRC)/character.h \
1462         $(SRC)/charset.h \
1463         $(SRC)/coding.h \
1464         $(SRC)/composite.h \
1465         $(SRC)/dispextern.h \
1466         $(SRC)/epaths.h \
1467         $(SRC)/font.h \
1468         $(SRC)/fontset.h \
1469         $(SRC)/frame.h \
1470         $(SRC)/intervals.h \
1471         $(SRC)/keyboard.h \
1472         $(SRC)/systime.h \
1473         $(SRC)/termhooks.h \
1474         $(SRC)/w32font.h \
1475         $(SRC)/w32gui.h \
1476         $(SRC)/w32heap.h \
1477         $(SRC)/w32term.h \
1478         $(SRC)/window.h
1480 $(BLD)/w32menu.$(O) : \
1481         $(SRC)/w32menu.c \
1482         $(CONFIG_H) \
1483         $(EMACS_ROOT)/nt/inc/sys/time.h \
1484         $(SRC)/atimer.h \
1485         $(SRC)/blockinput.h \
1486         $(SRC)/buffer.h \
1487         $(SRC)/character.h \
1488         $(SRC)/charset.h \
1489         $(SRC)/coding.h \
1490         $(SRC)/composite.h \
1491         $(SRC)/dispextern.h \
1492         $(SRC)/frame.h \
1493         $(SRC)/keyboard.h \
1494         $(SRC)/keymap.h \
1495         $(SRC)/systime.h \
1496         $(SRC)/termhooks.h \
1497         $(SRC)/w32gui.h \
1498         $(SRC)/w32term.h \
1499         $(SRC)/window.h
1501 $(BLD)/w32term.$(O) : \
1502         $(SRC)/w32term.c \
1503         $(CONFIG_H) \
1504         $(EMACS_ROOT)/nt/inc/unistd.h \
1505         $(EMACS_ROOT)/nt/inc/sys/time.h \
1506         $(SRC)/atimer.h \
1507         $(SRC)/blockinput.h \
1508         $(SRC)/buffer.h \
1509         $(SRC)/ccl.h \
1510         $(SRC)/character.h \
1511         $(SRC)/charset.h \
1512         $(SRC)/coding.h \
1513         $(SRC)/composite.h \
1514         $(SRC)/dispextern.h \
1515         $(SRC)/disptab.h \
1516         $(SRC)/font.h \
1517         $(SRC)/fontset.h \
1518         $(SRC)/frame.h \
1519         $(SRC)/intervals.h \
1520         $(SRC)/keyboard.h \
1521         $(SRC)/keymap.h \
1522         $(SRC)/process.h \
1523         $(SRC)/systime.h \
1524         $(SRC)/systty.h \
1525         $(SRC)/termchar.h \
1526         $(SRC)/termhooks.h \
1527         $(SRC)/termopts.h \
1528         $(SRC)/w32font.h \
1529         $(SRC)/w32gui.h \
1530         $(SRC)/w32heap.h \
1531         $(SRC)/w32term.h \
1532         $(SRC)/window.h
1534 $(BLD)/w32select.$(O) : \
1535         $(SRC)/w32select.c \
1536         $(CONFIG_H) \
1537         $(EMACS_ROOT)/nt/inc/sys/time.h \
1538         $(SRC)/atimer.h \
1539         $(SRC)/blockinput.h \
1540         $(SRC)/character.h \
1541         $(SRC)/charset.h \
1542         $(SRC)/coding.h \
1543         $(SRC)/composite.h \
1544         $(SRC)/keyboard.h \
1545         $(SRC)/systime.h \
1546         $(SRC)/w32gui.h \
1547         $(SRC)/w32heap.h \
1548         $(SRC)/w32term.h
1550 $(BLD)/w32reg.$(O) : \
1551         $(SRC)/w32reg.c \
1552         $(CONFIG_H) \
1553         $(EMACS_ROOT)/nt/inc/sys/time.h \
1554         $(SRC)/atimer.h \
1555         $(SRC)/blockinput.h \
1556         $(SRC)/systime.h \
1557         $(SRC)/w32gui.h \
1558         $(SRC)/w32term.h
1560 $(BLD)/w32xfns.$(O) : \
1561         $(SRC)/w32xfns.c \
1562         $(CONFIG_H) \
1563         $(EMACS_ROOT)/nt/inc/sys/time.h \
1564         $(SRC)/atimer.h \
1565         $(SRC)/blockinput.h \
1566         $(SRC)/charset.h \
1567         $(SRC)/coding.h \
1568         $(SRC)/composite.h \
1569         $(SRC)/dispextern.h \
1570         $(SRC)/fontset.h \
1571         $(SRC)/frame.h \
1572         $(SRC)/keyboard.h \
1573         $(SRC)/systime.h \
1574         $(SRC)/w32gui.h \
1575         $(SRC)/w32term.h
1577 $(BLD)/w32font.$(O) : \
1578         $(SRC)/w32font.c \
1579         $(CONFIG_H) \
1580         $(SRC)/ccl.h \
1581         $(SRC)/character.h \
1582         $(SRC)/charset.h \
1583         $(SRC)/coding.h \
1584         $(SRC)/composite.h \
1585         $(SRC)/dispextern.h \
1586         $(SRC)/font.h \
1587         $(SRC)/fontset.h \
1588         $(SRC)/frame.h \
1589         $(SRC)/w32font.h \
1590         $(SRC)/w32gui.h \
1591         $(SRC)/w32term.h
1593 $(BLD)/w32uniscribe.$(O) : \
1594         $(SRC)/w32uniscribe.c \
1595         $(CONFIG_H) \
1596         $(SRC)/ccl.h \
1597         $(SRC)/character.h \
1598         $(SRC)/charset.h \
1599         $(SRC)/composite.h \
1600         $(SRC)/dispextern.h \
1601         $(SRC)/font.h \
1602         $(SRC)/fontset.h \
1603         $(SRC)/frame.h \
1604         $(SRC)/w32font.h \
1605         $(SRC)/w32gui.h \
1606         $(SRC)/w32term.h
1608 # Each object file depends on stamp_BLD, because in parallel builds we must
1609 # make sure $(BLD) exists before starting compilations.
1611 $(OBJ0) $(OBJ1) $(WIN32OBJ) $(FONTOBJ) $(BLD)/lastfile.$(O) $(BLD)/firstfile.$(O): stamp_BLD