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