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