aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorAndrew Innes2000-07-05 16:37:46 +0000
committerAndrew Innes2000-07-05 16:37:46 +0000
commit6a5b5ec8c8809d9067b9f86e3a1266f8d010398d (patch)
tree983c92450af0451a62f44d7f447c29141d448e2f /src/makefile.nt
parent968e9c040adf26740fd77c9dedacf4a513595824 (diff)
downloademacs-6a5b5ec8c8809d9067b9f86e3a1266f8d010398d.tar.gz
emacs-6a5b5ec8c8809d9067b9f86e3a1266f8d010398d.zip
Add support for `bootstrap' and related targets.
Include minimal debug info in emacs.exe in release build. Remove all dependencies on lisp.h, and fixup some others.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt171
1 files changed, 62 insertions, 109 deletions
diff --git a/src/makefile.nt b/src/makefile.nt
index d9f12b03b00..420eb4d7a94 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -68,7 +68,7 @@ TLASTLIB = $(BLD)\lastfile.lib
68# see comments in allocate_heap in w32heap.c before changing any of the 68# see comments in allocate_heap in w32heap.c before changing any of the
69# -stack, -heap, or -base settings. 69# -stack, -heap, or -base settings.
70!if "$(BUILD_TYPE)" == "spd" 70!if "$(BUILD_TYPE)" == "spd"
71LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -swaprun:net -swaprun:cd 71LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -debugtype:both -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -swaprun:net -swaprun:cd
72!else 72!else
73LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -debugtype:both -pdb:none -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -swaprun:net -swaprun:cd $(EXTRA_LINK) 73LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -debugtype:both -pdb:none -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -swaprun:net -swaprun:cd $(EXTRA_LINK)
74!endif 74!endif
@@ -198,14 +198,14 @@ epaths.h: ..\nt\paths.h
198DOC = $(OBJDIR)\etc\DOC-X 198DOC = $(OBJDIR)\etc\DOC-X
199$(DOC):; cd ..\lib-src 199$(DOC):; cd ..\lib-src
200 - $(DEL) DOC-X 200 - $(DEL) DOC-X
201 $(MAKE) -f makefile.nt all 201 $(MAKE) $(MFLAGS) -f makefile.nt all
202 cd ..\src 202 cd ..\src
203 203
204# 204#
205# The dumped executable 205# The dumped executable
206# 206#
207emacs: $(EMACS) 207emacs: $(EMACS)
208$(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS) 208$(EMACS): $(DOC) $(TEMACS)
209 cd $(BLD) 209 cd $(BLD)
210 $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup dump 210 $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup dump
211 cd ..\.. 211 cd ..\..
@@ -217,10 +217,40 @@ $(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS)
217# (it is the preload heap size in MB). 217# (it is the preload heap size in MB).
218# 218#
219temacs: $(BLD) $(TEMACS) 219temacs: $(BLD) $(TEMACS)
220$(TEMACS): $(TLIB0) $(TLIB1) $(TLIB2) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES) 220$(TEMACS): $(PREPARED_HEADERS) $(TLIB0) $(TLIB1) $(TLIB2) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES)
221 $(LINK) -out:$(TEMACS_TMP) $(LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS) 221 $(LINK) -out:$(TEMACS_TMP) $(LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS)
222 ..\nt\$(BLD)\addsection $(TEMACS_TMP) $(TEMACS) EMHEAP 16 222 ..\nt\$(BLD)\addsection $(TEMACS_TMP) $(TEMACS) EMHEAP 16
223 223
224bootstrap: bootstrap-emacs
225
226#
227# Build a temacs with a sufficiently large PURESIZE to load the
228# Lisp files from loadup.el in source form.
229#
230bootstrap-temacs: bootstrap-clean
231 $(MAKE) $(MFLAGS) -f makefile.nt temacs CFLAGS="$(CFLAGS) -DPURESIZE=5000000"
232
233#
234# Dump an Emacs executable named bootstrap-emacs containing the
235# files from loadup.el in source form.
236#
237bootstrap-emacs: bootstrap-temacs
238 cd $(BLD)
239 $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup bootstrap
240 cd ..\..
241 - mkdir ..\bin
242 $(CP) $(EMACS) ..\bin
243
244#
245# Force recompile of files that depend on PURESIZE
246#
247bootstrap-clean:
248 - $(DEL) $(BLD)\alloc.obj
249 - $(DEL) $(BLD)\data.obj
250 - $(DEL) $(BLD)\intervals.obj
251 - $(DEL) $(BLD)\keyboard.obj
252 - $(DEL) $(BLD)\keymap.obj
253
224# 254#
225# The resource file. NT 3.10 requires the use of cvtres; even though 255# The resource file. NT 3.10 requires the use of cvtres; even though
226# it is not necessary on later versions, it is still ok to use it. 256# it is not necessary on later versions, it is still ok to use it.
@@ -291,7 +321,6 @@ $(BLD)\abbrev.obj : \
291 $(EMACS_ROOT)\src\s\ms-w32.h \ 321 $(EMACS_ROOT)\src\s\ms-w32.h \
292 $(EMACS_ROOT)\src\m\intel386.h \ 322 $(EMACS_ROOT)\src\m\intel386.h \
293 $(EMACS_ROOT)\src\config.h \ 323 $(EMACS_ROOT)\src\config.h \
294 $(SRC)\lisp.h \
295 $(SRC)\commands.h \ 324 $(SRC)\commands.h \
296 $(SRC)\buffer.h \ 325 $(SRC)\buffer.h \
297 $(SRC)\window.h 326 $(SRC)\window.h
@@ -301,9 +330,7 @@ $(BLD)\alloc.obj : \
301 $(EMACS_ROOT)\src\s\ms-w32.h \ 330 $(EMACS_ROOT)\src\s\ms-w32.h \
302 $(EMACS_ROOT)\src\m\intel386.h \ 331 $(EMACS_ROOT)\src\m\intel386.h \
303 $(EMACS_ROOT)\src\config.h \ 332 $(EMACS_ROOT)\src\config.h \
304 $(SRC)\lisp.h \
305 $(SRC)\dispextern.h \ 333 $(SRC)\dispextern.h \
306 $(SRC)\w32gui.h \
307 $(SRC)\intervals.h \ 334 $(SRC)\intervals.h \
308 $(SRC)\composite.h \ 335 $(SRC)\composite.h \
309 $(SRC)\puresize.h \ 336 $(SRC)\puresize.h \
@@ -331,7 +358,6 @@ $(BLD)\atimer.obj : \
331 $(SRC)\s\ms-w32.h \ 358 $(SRC)\s\ms-w32.h \
332 $(SRC)\m\intel386.h \ 359 $(SRC)\m\intel386.h \
333 $(SRC)\config.h \ 360 $(SRC)\config.h \
334 $(SRC)\lisp.h \
335 $(SRC)\atimer.h \ 361 $(SRC)\atimer.h \
336 $(SRC)\syssignal.h \ 362 $(SRC)\syssignal.h \
337 $(SRC)\systime.h \ 363 $(SRC)\systime.h \
@@ -343,11 +369,10 @@ $(BLD)\buffer.obj : \
343 $(EMACS_ROOT)\src\s\ms-w32.h \ 369 $(EMACS_ROOT)\src\s\ms-w32.h \
344 $(EMACS_ROOT)\src\m\intel386.h \ 370 $(EMACS_ROOT)\src\m\intel386.h \
345 $(EMACS_ROOT)\src\config.h \ 371 $(EMACS_ROOT)\src\config.h \
346 $(SRC)\lisp.h \
347 $(SRC)\dispextern.h \ 372 $(SRC)\dispextern.h \
348 $(SRC)\w32gui.h \
349 $(SRC)\intervals.h \ 373 $(SRC)\intervals.h \
350 $(SRC)\composite.h \ 374 $(SRC)\composite.h \
375 $(SRC)\frame.h \
351 $(SRC)\window.h \ 376 $(SRC)\window.h \
352 $(SRC)\commands.h \ 377 $(SRC)\commands.h \
353 $(SRC)\buffer.h \ 378 $(SRC)\buffer.h \
@@ -360,7 +385,6 @@ $(BLD)\bytecode.obj : \
360 $(EMACS_ROOT)\src\s\ms-w32.h \ 385 $(EMACS_ROOT)\src\s\ms-w32.h \
361 $(EMACS_ROOT)\src\m\intel386.h \ 386 $(EMACS_ROOT)\src\m\intel386.h \
362 $(EMACS_ROOT)\src\config.h \ 387 $(EMACS_ROOT)\src\config.h \
363 $(SRC)\lisp.h \
364 $(SRC)\buffer.h \ 388 $(SRC)\buffer.h \
365 $(SRC)\syntax.h 389 $(SRC)\syntax.h
366 390
@@ -369,7 +393,6 @@ $(BLD)\callint.obj : \
369 $(EMACS_ROOT)\src\s\ms-w32.h \ 393 $(EMACS_ROOT)\src\s\ms-w32.h \
370 $(EMACS_ROOT)\src\m\intel386.h \ 394 $(EMACS_ROOT)\src\m\intel386.h \
371 $(EMACS_ROOT)\src\config.h \ 395 $(EMACS_ROOT)\src\config.h \
372 $(SRC)\lisp.h \
373 $(SRC)\buffer.h \ 396 $(SRC)\buffer.h \
374 $(SRC)\commands.h \ 397 $(SRC)\commands.h \
375 $(SRC)\keyboard.h \ 398 $(SRC)\keyboard.h \
@@ -383,7 +406,6 @@ $(BLD)\callproc.obj : \
383 $(EMACS_ROOT)\src\config.h \ 406 $(EMACS_ROOT)\src\config.h \
384 $(SRC)\msdos.h \ 407 $(SRC)\msdos.h \
385 $(EMACS_ROOT)\nt\inc\sys\param.h \ 408 $(EMACS_ROOT)\nt\inc\sys\param.h \
386 $(SRC)\lisp.h \
387 $(SRC)\commands.h \ 409 $(SRC)\commands.h \
388 $(SRC)\buffer.h \ 410 $(SRC)\buffer.h \
389 $(SRC)\process.h \ 411 $(SRC)\process.h \
@@ -397,7 +419,6 @@ $(BLD)\casefiddle.obj : \
397 $(EMACS_ROOT)\src\s\ms-w32.h \ 419 $(EMACS_ROOT)\src\s\ms-w32.h \
398 $(EMACS_ROOT)\src\m\intel386.h \ 420 $(EMACS_ROOT)\src\m\intel386.h \
399 $(EMACS_ROOT)\src\config.h \ 421 $(EMACS_ROOT)\src\config.h \
400 $(SRC)\lisp.h \
401 $(SRC)\buffer.h \ 422 $(SRC)\buffer.h \
402 $(SRC)\commands.h \ 423 $(SRC)\commands.h \
403 $(SRC)\syntax.h 424 $(SRC)\syntax.h
@@ -408,7 +429,6 @@ $(BLD)\casetab.obj : \
408 $(EMACS_ROOT)\src\s\ms-w32.h \ 429 $(EMACS_ROOT)\src\s\ms-w32.h \
409 $(EMACS_ROOT)\src\m\intel386.h \ 430 $(EMACS_ROOT)\src\m\intel386.h \
410 $(EMACS_ROOT)\src\config.h \ 431 $(EMACS_ROOT)\src\config.h \
411 $(SRC)\lisp.h \
412 $(SRC)\buffer.h 432 $(SRC)\buffer.h
413 433
414$(BLD)\cm.obj : \ 434$(BLD)\cm.obj : \
@@ -424,17 +444,25 @@ $(BLD)\cmds.obj : \
424 $(EMACS_ROOT)\src\s\ms-w32.h \ 444 $(EMACS_ROOT)\src\s\ms-w32.h \
425 $(EMACS_ROOT)\src\m\intel386.h \ 445 $(EMACS_ROOT)\src\m\intel386.h \
426 $(EMACS_ROOT)\src\config.h \ 446 $(EMACS_ROOT)\src\config.h \
427 $(SRC)\lisp.h \
428 $(SRC)\commands.h \ 447 $(SRC)\commands.h \
429 $(SRC)\buffer.h \ 448 $(SRC)\buffer.h \
430 $(SRC)\syntax.h 449 $(SRC)\syntax.h
431 450
451$(BLD)\composite.obj : \
452 $(SRC)\composite.c \
453 $(SRC)\buffer.h \
454 $(SRC)\charset.h \
455 $(SRC)\intervals.h \
456 $(SRC)\composite.h \
457 $(EMACS_ROOT)\src\s\ms-w32.h \
458 $(EMACS_ROOT)\src\m\intel386.h \
459 $(EMACS_ROOT)\src\config.h
460
432$(BLD)\data.obj : \ 461$(BLD)\data.obj : \
433 $(SRC)\data.c \ 462 $(SRC)\data.c \
434 $(EMACS_ROOT)\src\s\ms-w32.h \ 463 $(EMACS_ROOT)\src\s\ms-w32.h \
435 $(EMACS_ROOT)\src\m\intel386.h \ 464 $(EMACS_ROOT)\src\m\intel386.h \
436 $(EMACS_ROOT)\src\config.h \ 465 $(EMACS_ROOT)\src\config.h \
437 $(SRC)\lisp.h \
438 $(SRC)\puresize.h \ 466 $(SRC)\puresize.h \
439 $(SRC)\buffer.h \ 467 $(SRC)\buffer.h \
440 $(SRC)\syssignal.h 468 $(SRC)\syssignal.h
@@ -446,7 +474,6 @@ $(BLD)\dired.obj : \
446 $(EMACS_ROOT)\src\config.h \ 474 $(EMACS_ROOT)\src\config.h \
447 $(SRC)\vmsdir.h \ 475 $(SRC)\vmsdir.h \
448 $(SRC)\ndir.h \ 476 $(SRC)\ndir.h \
449 $(SRC)\lisp.h \
450 $(SRC)\buffer.h \ 477 $(SRC)\buffer.h \
451 $(SRC)\commands.h \ 478 $(SRC)\commands.h \
452 $(SRC)\regex.h 479 $(SRC)\regex.h
@@ -456,7 +483,6 @@ $(BLD)\dispnew.obj : \
456 $(EMACS_ROOT)\src\s\ms-w32.h \ 483 $(EMACS_ROOT)\src\s\ms-w32.h \
457 $(EMACS_ROOT)\src\m\intel386.h \ 484 $(EMACS_ROOT)\src\m\intel386.h \
458 $(EMACS_ROOT)\src\config.h \ 485 $(EMACS_ROOT)\src\config.h \
459 $(SRC)\lisp.h \
460 $(SRC)\termchar.h \ 486 $(SRC)\termchar.h \
461 $(SRC)\termopts.h \ 487 $(SRC)\termopts.h \
462 $(SRC)\termhooks.h \ 488 $(SRC)\termhooks.h \
@@ -469,15 +495,14 @@ $(BLD)\dispnew.obj : \
469 $(SRC)\indent.h \ 495 $(SRC)\indent.h \
470 $(SRC)\dispextern.h \ 496 $(SRC)\dispextern.h \
471 $(SRC)\intervals.h \ 497 $(SRC)\intervals.h \
498 $(SRC)\composite.h \
472 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ 499 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
473 $(EMACS_ROOT)\nt\inc\sys\file.h \ 500 $(EMACS_ROOT)\nt\inc\sys\file.h \
474 $(SRC)\systty.h \ 501 $(SRC)\systty.h \
475 $(SRC)\w32term.h \ 502 $(SRC)\w32term.h \
476 $(SRC)\w32gui.h \
477 $(SRC)\xterm.h \ 503 $(SRC)\xterm.h \
478 $(SRC)\vmstime.h \ 504 $(SRC)\vmstime.h \
479 $(SRC)\systime.h \ 505 $(SRC)\systime.h
480 $(SRC)\composite.h
481 506
482$(BLD)\doc.obj : \ 507$(BLD)\doc.obj : \
483 $(SRC)\doc.c \ 508 $(SRC)\doc.c \
@@ -485,7 +510,6 @@ $(BLD)\doc.obj : \
485 $(EMACS_ROOT)\src\m\intel386.h \ 510 $(EMACS_ROOT)\src\m\intel386.h \
486 $(EMACS_ROOT)\src\config.h \ 511 $(EMACS_ROOT)\src\config.h \
487 $(EMACS_ROOT)\nt\inc\sys\file.h \ 512 $(EMACS_ROOT)\nt\inc\sys\file.h \
488 $(SRC)\lisp.h \
489 $(SRC)\buffer.h \ 513 $(SRC)\buffer.h \
490 $(SRC)\keyboard.h 514 $(SRC)\keyboard.h
491 515
@@ -495,6 +519,18 @@ $(BLD)\doprnt.obj : \
495 $(EMACS_ROOT)\src\m\intel386.h \ 519 $(EMACS_ROOT)\src\m\intel386.h \
496 $(EMACS_ROOT)\src\config.h 520 $(EMACS_ROOT)\src\config.h
497 521
522$(BLD)\dosfns.obj : \
523 $(SRC)\dosfns.c \
524 $(EMACS_ROOT)\src\s\ms-w32.h \
525 $(EMACS_ROOT)\src\m\intel386.h \
526 $(EMACS_ROOT)\src\config.h \
527 $(SRC)\buffer.h \
528 $(SRC)\termchar.h \
529 $(SRC)\termhooks.h \
530 $(SRC)\frame.h \
531 $(SRC)\dosfns.h \
532 $(SRC)\msdos.h
533
498$(BLD)\editfns.obj : \ 534$(BLD)\editfns.obj : \
499 $(SRC)\editfns.c \ 535 $(SRC)\editfns.c \
500 $(EMACS_ROOT)\src\s\ms-w32.h \ 536 $(EMACS_ROOT)\src\s\ms-w32.h \
@@ -503,9 +539,7 @@ $(BLD)\editfns.obj : \
503 $(SRC)\uaf.h \ 539 $(SRC)\uaf.h \
504 $(SRC)\vms-pwd.h \ 540 $(SRC)\vms-pwd.h \
505 $(EMACS_ROOT)\nt\inc\pwd.h \ 541 $(EMACS_ROOT)\nt\inc\pwd.h \
506 $(SRC)\lisp.h \
507 $(SRC)\dispextern.h \ 542 $(SRC)\dispextern.h \
508 $(SRC)\w32gui.h \
509 $(SRC)\intervals.h \ 543 $(SRC)\intervals.h \
510 $(SRC)\composite.h \ 544 $(SRC)\composite.h \
511 $(SRC)\buffer.h \ 545 $(SRC)\buffer.h \
@@ -518,10 +552,8 @@ $(BLD)\emacs.obj : \
518 $(EMACS_ROOT)\src\s\ms-w32.h \ 552 $(EMACS_ROOT)\src\s\ms-w32.h \
519 $(EMACS_ROOT)\src\m\intel386.h \ 553 $(EMACS_ROOT)\src\m\intel386.h \
520 $(EMACS_ROOT)\src\config.h \ 554 $(EMACS_ROOT)\src\config.h \
521 $(SRC)\lisp.h \
522 $(SRC)\commands.h \ 555 $(SRC)\commands.h \
523 $(SRC)\dispextern.h \ 556 $(SRC)\dispextern.h \
524 $(SRC)\w32gui.h \
525 $(SRC)\intervals.h \ 557 $(SRC)\intervals.h \
526 $(SRC)\composite.h \ 558 $(SRC)\composite.h \
527 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ 559 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
@@ -535,7 +567,6 @@ $(BLD)\eval.obj : \
535 $(EMACS_ROOT)\src\s\ms-w32.h \ 567 $(EMACS_ROOT)\src\s\ms-w32.h \
536 $(EMACS_ROOT)\src\m\intel386.h \ 568 $(EMACS_ROOT)\src\m\intel386.h \
537 $(EMACS_ROOT)\src\config.h \ 569 $(EMACS_ROOT)\src\config.h \
538 $(SRC)\lisp.h \
539 $(SRC)\blockinput.h \ 570 $(SRC)\blockinput.h \
540 $(SRC)\commands.h \ 571 $(SRC)\commands.h \
541 $(SRC)\keyboard.h 572 $(SRC)\keyboard.h
@@ -551,9 +582,7 @@ $(BLD)\fileio.obj : \
551 $(SRC)\msdos.h \ 582 $(SRC)\msdos.h \
552 $(EMACS_ROOT)\nt\inc\sys\param.h \ 583 $(EMACS_ROOT)\nt\inc\sys\param.h \
553 $(SRC)\vmsdir.h \ 584 $(SRC)\vmsdir.h \
554 $(SRC)\lisp.h \
555 $(SRC)\dispextern.h \ 585 $(SRC)\dispextern.h \
556 $(SRC)\w32gui.h \
557 $(SRC)\intervals.h \ 586 $(SRC)\intervals.h \
558 $(SRC)\composite.h \ 587 $(SRC)\composite.h \
559 $(SRC)\buffer.h \ 588 $(SRC)\buffer.h \
@@ -571,7 +600,6 @@ $(BLD)\filelock.obj : \
571 $(SRC)\vms-pwd.h \ 600 $(SRC)\vms-pwd.h \
572 $(EMACS_ROOT)\nt\inc\pwd.h \ 601 $(EMACS_ROOT)\nt\inc\pwd.h \
573 $(EMACS_ROOT)\nt\inc\sys\file.h \ 602 $(EMACS_ROOT)\nt\inc\sys\file.h \
574 $(SRC)\lisp.h \
575 $(EMACS_ROOT)\src\epaths.h \ 603 $(EMACS_ROOT)\src\epaths.h \
576 $(SRC)\buffer.h \ 604 $(SRC)\buffer.h \
577 $(SRC)\vmsdir.h \ 605 $(SRC)\vmsdir.h \
@@ -597,7 +625,6 @@ $(BLD)\floatfns.obj : \
597 $(EMACS_ROOT)\src\s\ms-w32.h \ 625 $(EMACS_ROOT)\src\s\ms-w32.h \
598 $(EMACS_ROOT)\src\m\intel386.h \ 626 $(EMACS_ROOT)\src\m\intel386.h \
599 $(EMACS_ROOT)\src\config.h \ 627 $(EMACS_ROOT)\src\config.h \
600 $(SRC)\lisp.h \
601 $(SRC)\syssignal.h 628 $(SRC)\syssignal.h
602 629
603$(BLD)\fns.obj : \ 630$(BLD)\fns.obj : \
@@ -605,12 +632,10 @@ $(BLD)\fns.obj : \
605 $(EMACS_ROOT)\src\s\ms-w32.h \ 632 $(EMACS_ROOT)\src\s\ms-w32.h \
606 $(EMACS_ROOT)\src\m\intel386.h \ 633 $(EMACS_ROOT)\src\m\intel386.h \
607 $(EMACS_ROOT)\src\config.h \ 634 $(EMACS_ROOT)\src\config.h \
608 $(SRC)\lisp.h \
609 $(SRC)\commands.h \ 635 $(SRC)\commands.h \
610 $(SRC)\buffer.h \ 636 $(SRC)\buffer.h \
611 $(SRC)\keyboard.h \ 637 $(SRC)\keyboard.h \
612 $(SRC)\dispextern.h \ 638 $(SRC)\dispextern.h \
613 $(SRC)\w32gui.h \
614 $(SRC)\intervals.h \ 639 $(SRC)\intervals.h \
615 $(SRC)\composite.h 640 $(SRC)\composite.h
616 641
@@ -619,7 +644,6 @@ $(BLD)\frame.obj : \
619 $(EMACS_ROOT)\src\s\ms-w32.h \ 644 $(EMACS_ROOT)\src\s\ms-w32.h \
620 $(EMACS_ROOT)\src\m\intel386.h \ 645 $(EMACS_ROOT)\src\m\intel386.h \
621 $(EMACS_ROOT)\src\config.h \ 646 $(EMACS_ROOT)\src\config.h \
622 $(SRC)\lisp.h \
623 $(SRC)\frame.h \ 647 $(SRC)\frame.h \
624 $(SRC)\termhooks.h \ 648 $(SRC)\termhooks.h \
625 $(SRC)\window.h \ 649 $(SRC)\window.h \
@@ -659,7 +683,6 @@ $(BLD)\indent.obj : \
659 $(EMACS_ROOT)\src\s\ms-w32.h \ 683 $(EMACS_ROOT)\src\s\ms-w32.h \
660 $(EMACS_ROOT)\src\m\intel386.h \ 684 $(EMACS_ROOT)\src\m\intel386.h \
661 $(EMACS_ROOT)\src\config.h \ 685 $(EMACS_ROOT)\src\config.h \
662 $(SRC)\lisp.h \
663 $(SRC)\buffer.h \ 686 $(SRC)\buffer.h \
664 $(SRC)\indent.h \ 687 $(SRC)\indent.h \
665 $(SRC)\frame.h \ 688 $(SRC)\frame.h \
@@ -668,7 +691,6 @@ $(BLD)\indent.obj : \
668 $(SRC)\termopts.h \ 691 $(SRC)\termopts.h \
669 $(SRC)\disptab.h \ 692 $(SRC)\disptab.h \
670 $(SRC)\dispextern.h \ 693 $(SRC)\dispextern.h \
671 $(SRC)\w32gui.h \
672 $(SRC)\intervals.h \ 694 $(SRC)\intervals.h \
673 $(SRC)\region-cache.h \ 695 $(SRC)\region-cache.h \
674 $(SRC)\composite.h 696 $(SRC)\composite.h
@@ -678,9 +700,7 @@ $(BLD)\insdel.obj : \
678 $(EMACS_ROOT)\src\s\ms-w32.h \ 700 $(EMACS_ROOT)\src\s\ms-w32.h \
679 $(EMACS_ROOT)\src\m\intel386.h \ 701 $(EMACS_ROOT)\src\m\intel386.h \
680 $(EMACS_ROOT)\src\config.h \ 702 $(EMACS_ROOT)\src\config.h \
681 $(SRC)\lisp.h \
682 $(SRC)\dispextern.h \ 703 $(SRC)\dispextern.h \
683 $(SRC)\w32gui.h \
684 $(SRC)\intervals.h \ 704 $(SRC)\intervals.h \
685 $(SRC)\composite.h \ 705 $(SRC)\composite.h \
686 $(SRC)\buffer.h \ 706 $(SRC)\buffer.h \
@@ -692,13 +712,12 @@ $(BLD)\intervals.obj : \
692 $(EMACS_ROOT)\src\s\ms-w32.h \ 712 $(EMACS_ROOT)\src\s\ms-w32.h \
693 $(EMACS_ROOT)\src\m\intel386.h \ 713 $(EMACS_ROOT)\src\m\intel386.h \
694 $(EMACS_ROOT)\src\config.h \ 714 $(EMACS_ROOT)\src\config.h \
695 $(SRC)\lisp.h \
696 $(SRC)\dispextern.h \ 715 $(SRC)\dispextern.h \
697 $(SRC)\w32gui.h \
698 $(SRC)\intervals.h \ 716 $(SRC)\intervals.h \
717 $(SRC)\composite.h \
718 $(SRC)\keyboard.h \
699 $(SRC)\buffer.h \ 719 $(SRC)\buffer.h \
700 $(SRC)\puresize.h 720 $(SRC)\puresize.h
701 $(CC) $(CFLAGS) -Fo$@ intervals.c
702 721
703$(BLD)\keyboard.obj : \ 722$(BLD)\keyboard.obj : \
704 $(SRC)\keyboard.c \ 723 $(SRC)\keyboard.c \
@@ -707,7 +726,6 @@ $(BLD)\keyboard.obj : \
707 $(EMACS_ROOT)\src\config.h \ 726 $(EMACS_ROOT)\src\config.h \
708 $(SRC)\termchar.h \ 727 $(SRC)\termchar.h \
709 $(SRC)\termopts.h \ 728 $(SRC)\termopts.h \
710 $(SRC)\lisp.h \
711 $(SRC)\termhooks.h \ 729 $(SRC)\termhooks.h \
712 $(SRC)\macros.h \ 730 $(SRC)\macros.h \
713 $(SRC)\frame.h \ 731 $(SRC)\frame.h \
@@ -726,7 +744,6 @@ $(BLD)\keyboard.obj : \
726 $(EMACS_ROOT)\nt\inc\sys\file.h \ 744 $(EMACS_ROOT)\nt\inc\sys\file.h \
727 $(SRC)\systty.h \ 745 $(SRC)\systty.h \
728 $(SRC)\w32term.h \ 746 $(SRC)\w32term.h \
729 $(SRC)\w32gui.h \
730 $(SRC)\xterm.h \ 747 $(SRC)\xterm.h \
731 $(SRC)\vmstime.h \ 748 $(SRC)\vmstime.h \
732 $(SRC)\systime.h \ 749 $(SRC)\systime.h \
@@ -737,7 +754,6 @@ $(BLD)\keymap.obj : \
737 $(EMACS_ROOT)\src\s\ms-w32.h \ 754 $(EMACS_ROOT)\src\s\ms-w32.h \
738 $(EMACS_ROOT)\src\m\intel386.h \ 755 $(EMACS_ROOT)\src\m\intel386.h \
739 $(EMACS_ROOT)\src\config.h \ 756 $(EMACS_ROOT)\src\config.h \
740 $(SRC)\lisp.h \
741 $(SRC)\commands.h \ 757 $(SRC)\commands.h \
742 $(SRC)\buffer.h \ 758 $(SRC)\buffer.h \
743 $(SRC)\keyboard.h \ 759 $(SRC)\keyboard.h \
@@ -756,7 +772,6 @@ $(BLD)\lread.obj : \
756 $(EMACS_ROOT)\src\m\intel386.h \ 772 $(EMACS_ROOT)\src\m\intel386.h \
757 $(EMACS_ROOT)\src\config.h \ 773 $(EMACS_ROOT)\src\config.h \
758 $(EMACS_ROOT)\nt\inc\sys\file.h \ 774 $(EMACS_ROOT)\nt\inc\sys\file.h \
759 $(SRC)\lisp.h \
760 $(SRC)\buffer.h \ 775 $(SRC)\buffer.h \
761 $(EMACS_ROOT)\src\epaths.h \ 776 $(EMACS_ROOT)\src\epaths.h \
762 $(SRC)\commands.h \ 777 $(SRC)\commands.h \
@@ -769,7 +784,6 @@ $(BLD)\macros.obj : \
769 $(EMACS_ROOT)\src\s\ms-w32.h \ 784 $(EMACS_ROOT)\src\s\ms-w32.h \
770 $(EMACS_ROOT)\src\m\intel386.h \ 785 $(EMACS_ROOT)\src\m\intel386.h \
771 $(EMACS_ROOT)\src\config.h \ 786 $(EMACS_ROOT)\src\config.h \
772 $(SRC)\lisp.h \
773 $(SRC)\macros.h \ 787 $(SRC)\macros.h \
774 $(SRC)\commands.h \ 788 $(SRC)\commands.h \
775 $(SRC)\buffer.h \ 789 $(SRC)\buffer.h \
@@ -780,7 +794,6 @@ $(BLD)\marker.obj : \
780 $(EMACS_ROOT)\src\s\ms-w32.h \ 794 $(EMACS_ROOT)\src\s\ms-w32.h \
781 $(EMACS_ROOT)\src\m\intel386.h \ 795 $(EMACS_ROOT)\src\m\intel386.h \
782 $(EMACS_ROOT)\src\config.h \ 796 $(EMACS_ROOT)\src\config.h \
783 $(SRC)\lisp.h \
784 $(SRC)\buffer.h 797 $(SRC)\buffer.h
785 798
786$(BLD)\minibuf.obj : \ 799$(BLD)\minibuf.obj : \
@@ -788,11 +801,9 @@ $(BLD)\minibuf.obj : \
788 $(EMACS_ROOT)\src\s\ms-w32.h \ 801 $(EMACS_ROOT)\src\s\ms-w32.h \
789 $(EMACS_ROOT)\src\m\intel386.h \ 802 $(EMACS_ROOT)\src\m\intel386.h \
790 $(EMACS_ROOT)\src\config.h \ 803 $(EMACS_ROOT)\src\config.h \
791 $(SRC)\lisp.h \
792 $(SRC)\commands.h \ 804 $(SRC)\commands.h \
793 $(SRC)\buffer.h \ 805 $(SRC)\buffer.h \
794 $(SRC)\dispextern.h \ 806 $(SRC)\dispextern.h \
795 $(SRC)\w32gui.h \
796 $(SRC)\frame.h \ 807 $(SRC)\frame.h \
797 $(SRC)\window.h \ 808 $(SRC)\window.h \
798 $(SRC)\syntax.h 809 $(SRC)\syntax.h
@@ -802,7 +813,6 @@ $(BLD)\mocklisp.obj : \
802 $(EMACS_ROOT)\src\s\ms-w32.h \ 813 $(EMACS_ROOT)\src\s\ms-w32.h \
803 $(EMACS_ROOT)\src\m\intel386.h \ 814 $(EMACS_ROOT)\src\m\intel386.h \
804 $(EMACS_ROOT)\src\config.h \ 815 $(EMACS_ROOT)\src\config.h \
805 $(SRC)\lisp.h \
806 $(SRC)\buffer.h 816 $(SRC)\buffer.h
807 817
808$(BLD)\w32.obj : \ 818$(BLD)\w32.obj : \
@@ -811,7 +821,6 @@ $(BLD)\w32.obj : \
811 $(SRC)\s\ms-w32.h \ 821 $(SRC)\s\ms-w32.h \
812 $(SRC)\m\intel386.h \ 822 $(SRC)\m\intel386.h \
813 $(SRC)\config.h \ 823 $(SRC)\config.h \
814 $(SRC)\lisp.h \
815 $(EMACS_ROOT)\nt\inc\pwd.h \ 824 $(EMACS_ROOT)\nt\inc\pwd.h \
816 $(SRC)\w32heap.h 825 $(SRC)\w32heap.h
817 826
@@ -827,12 +836,10 @@ $(BLD)\w32inevt.obj : \
827 $(SRC)\s\ms-w32.h \ 836 $(SRC)\s\ms-w32.h \
828 $(SRC)\m\intel386.h \ 837 $(SRC)\m\intel386.h \
829 $(SRC)\config.h \ 838 $(SRC)\config.h \
830 $(SRC)\lisp.h \
831 $(SRC)\frame.h \ 839 $(SRC)\frame.h \
832 $(SRC)\blockinput.h \ 840 $(SRC)\blockinput.h \
833 $(SRC)\termhooks.h \ 841 $(SRC)\termhooks.h \
834 $(SRC)\w32heap.h \ 842 $(SRC)\w32heap.h \
835 $(SRC)\w32gui.h \
836 $(SRC)\w32term.h 843 $(SRC)\w32term.h
837 844
838$(BLD)\w32proc.obj : \ 845$(BLD)\w32proc.obj : \
@@ -840,7 +847,6 @@ $(BLD)\w32proc.obj : \
840 $(SRC)\s\ms-w32.h \ 847 $(SRC)\s\ms-w32.h \
841 $(SRC)\m\intel386.h \ 848 $(SRC)\m\intel386.h \
842 $(SRC)\config.h \ 849 $(SRC)\config.h \
843 $(SRC)\lisp.h \
844 $(SRC)\w32.h \ 850 $(SRC)\w32.h \
845 $(SRC)\w32heap.h \ 851 $(SRC)\w32heap.h \
846 $(SRC)\vmstime.h \ 852 $(SRC)\vmstime.h \
@@ -851,7 +857,6 @@ $(BLD)\w32console.obj : \
851 $(SRC)\s\ms-w32.h \ 857 $(SRC)\s\ms-w32.h \
852 $(SRC)\m\intel386.h \ 858 $(SRC)\m\intel386.h \
853 $(SRC)\config.h \ 859 $(SRC)\config.h \
854 $(SRC)\lisp.h \
855 $(SRC)\frame.h \ 860 $(SRC)\frame.h \
856 $(SRC)\disptab.h \ 861 $(SRC)\disptab.h \
857 $(SRC)\termhooks.h \ 862 $(SRC)\termhooks.h \
@@ -865,14 +870,12 @@ $(BLD)\print.obj : \
865 $(EMACS_ROOT)\src\s\ms-w32.h \ 870 $(EMACS_ROOT)\src\s\ms-w32.h \
866 $(EMACS_ROOT)\src\m\intel386.h \ 871 $(EMACS_ROOT)\src\m\intel386.h \
867 $(EMACS_ROOT)\src\config.h \ 872 $(EMACS_ROOT)\src\config.h \
868 $(SRC)\lisp.h \
869 $(SRC)\buffer.h \ 873 $(SRC)\buffer.h \
870 $(SRC)\frame.h \ 874 $(SRC)\frame.h \
871 $(SRC)\window.h \ 875 $(SRC)\window.h \
872 $(SRC)\process.h \ 876 $(SRC)\process.h \
873 $(SRC)\termchar.h \ 877 $(SRC)\termchar.h \
874 $(SRC)\dispextern.h \ 878 $(SRC)\dispextern.h \
875 $(SRC)\w32gui.h \
876 $(SRC)\intervals.h \ 879 $(SRC)\intervals.h \
877 $(SRC)\composite.h 880 $(SRC)\composite.h
878 881
@@ -893,7 +896,6 @@ $(BLD)\process.obj : \
893 $(SRC)\syssignal.h \ 896 $(SRC)\syssignal.h \
894 $(SRC)\vmsproc.h \ 897 $(SRC)\vmsproc.h \
895 $(SRC)\syswait.h \ 898 $(SRC)\syswait.h \
896 $(SRC)\lisp.h \
897 $(SRC)\vmstime.h \ 899 $(SRC)\vmstime.h \
898 $(SRC)\systime.h \ 900 $(SRC)\systime.h \
899 $(SRC)\termopts.h \ 901 $(SRC)\termopts.h \
@@ -905,7 +907,6 @@ $(BLD)\ralloc.obj : \
905 $(EMACS_ROOT)\src\s\ms-w32.h \ 907 $(EMACS_ROOT)\src\s\ms-w32.h \
906 $(EMACS_ROOT)\src\m\intel386.h \ 908 $(EMACS_ROOT)\src\m\intel386.h \
907 $(EMACS_ROOT)\src\config.h \ 909 $(EMACS_ROOT)\src\config.h \
908 $(SRC)\lisp.h \
909 $(SRC)\s\ms-w32.h \ 910 $(SRC)\s\ms-w32.h \
910 $(SRC)\m\intel386.h \ 911 $(SRC)\m\intel386.h \
911 $(SRC)\config.h \ 912 $(SRC)\config.h \
@@ -920,7 +921,6 @@ $(BLD)\regex.obj : \
920 $(SRC)\s\ms-w32.h \ 921 $(SRC)\s\ms-w32.h \
921 $(SRC)\m\intel386.h \ 922 $(SRC)\m\intel386.h \
922 $(SRC)\config.h \ 923 $(SRC)\config.h \
923 $(SRC)\lisp.h \
924 $(SRC)\buffer.h \ 924 $(SRC)\buffer.h \
925 $(SRC)\syntax.h \ 925 $(SRC)\syntax.h \
926 $(SRC)\regex.h 926 $(SRC)\regex.h
@@ -930,7 +930,6 @@ $(BLD)\region-cache.obj : \
930 $(EMACS_ROOT)\src\s\ms-w32.h \ 930 $(EMACS_ROOT)\src\s\ms-w32.h \
931 $(EMACS_ROOT)\src\m\intel386.h \ 931 $(EMACS_ROOT)\src\m\intel386.h \
932 $(EMACS_ROOT)\src\config.h \ 932 $(EMACS_ROOT)\src\config.h \
933 $(SRC)\lisp.h \
934 $(SRC)\buffer.h \ 933 $(SRC)\buffer.h \
935 $(SRC)\region-cache.h 934 $(SRC)\region-cache.h
936 935
@@ -940,9 +939,7 @@ $(BLD)\scroll.obj : \
940 $(EMACS_ROOT)\src\m\intel386.h \ 939 $(EMACS_ROOT)\src\m\intel386.h \
941 $(EMACS_ROOT)\src\config.h \ 940 $(EMACS_ROOT)\src\config.h \
942 $(SRC)\termchar.h \ 941 $(SRC)\termchar.h \
943 $(SRC)\lisp.h \
944 $(SRC)\dispextern.h \ 942 $(SRC)\dispextern.h \
945 $(SRC)\w32gui.h \
946 $(SRC)\frame.h 943 $(SRC)\frame.h
947 944
948$(BLD)\search.obj : \ 945$(BLD)\search.obj : \
@@ -950,7 +947,6 @@ $(BLD)\search.obj : \
950 $(EMACS_ROOT)\src\s\ms-w32.h \ 947 $(EMACS_ROOT)\src\s\ms-w32.h \
951 $(EMACS_ROOT)\src\m\intel386.h \ 948 $(EMACS_ROOT)\src\m\intel386.h \
952 $(EMACS_ROOT)\src\config.h \ 949 $(EMACS_ROOT)\src\config.h \
953 $(SRC)\lisp.h \
954 $(SRC)\syntax.h \ 950 $(SRC)\syntax.h \
955 $(SRC)\buffer.h \ 951 $(SRC)\buffer.h \
956 $(SRC)\commands.h \ 952 $(SRC)\commands.h \
@@ -970,7 +966,6 @@ $(BLD)\sunfns.obj : \
970 $(EMACS_ROOT)\src\s\ms-w32.h \ 966 $(EMACS_ROOT)\src\s\ms-w32.h \
971 $(EMACS_ROOT)\src\m\intel386.h \ 967 $(EMACS_ROOT)\src\m\intel386.h \
972 $(EMACS_ROOT)\src\config.h \ 968 $(EMACS_ROOT)\src\config.h \
973 $(SRC)\lisp.h \
974 $(SRC)\window.h \ 969 $(SRC)\window.h \
975 $(SRC)\buffer.h \ 970 $(SRC)\buffer.h \
976 $(SRC)\termhooks.h 971 $(SRC)\termhooks.h
@@ -980,7 +975,6 @@ $(BLD)\syntax.obj : \
980 $(EMACS_ROOT)\src\s\ms-w32.h \ 975 $(EMACS_ROOT)\src\s\ms-w32.h \
981 $(EMACS_ROOT)\src\m\intel386.h \ 976 $(EMACS_ROOT)\src\m\intel386.h \
982 $(EMACS_ROOT)\src\config.h \ 977 $(EMACS_ROOT)\src\config.h \
983 $(SRC)\lisp.h \
984 $(SRC)\commands.h \ 978 $(SRC)\commands.h \
985 $(SRC)\buffer.h \ 979 $(SRC)\buffer.h \
986 $(SRC)\syntax.h \ 980 $(SRC)\syntax.h \
@@ -991,7 +985,6 @@ $(BLD)\sysdep.obj : \
991 $(EMACS_ROOT)\src\s\ms-w32.h \ 985 $(EMACS_ROOT)\src\s\ms-w32.h \
992 $(EMACS_ROOT)\src\m\intel386.h \ 986 $(EMACS_ROOT)\src\m\intel386.h \
993 $(EMACS_ROOT)\src\config.h \ 987 $(EMACS_ROOT)\src\config.h \
994 $(SRC)\lisp.h \
995 $(SRC)\blockinput.h \ 988 $(SRC)\blockinput.h \
996 $(SRC)\dosfns.h \ 989 $(SRC)\dosfns.h \
997 $(SRC)\msdos.h \ 990 $(SRC)\msdos.h \
@@ -1008,7 +1001,6 @@ $(BLD)\sysdep.obj : \
1008 $(SRC)\termchar.h \ 1001 $(SRC)\termchar.h \
1009 $(SRC)\termopts.h \ 1002 $(SRC)\termopts.h \
1010 $(SRC)\dispextern.h \ 1003 $(SRC)\dispextern.h \
1011 $(SRC)\w32gui.h \
1012 $(SRC)\process.h \ 1004 $(SRC)\process.h \
1013 $(SRC)\vmsdir.h \ 1005 $(SRC)\vmsdir.h \
1014 $(SRC)\ndir.h \ 1006 $(SRC)\ndir.h \
@@ -1028,7 +1020,6 @@ $(BLD)\term.obj : \
1028 $(SRC)\termchar.h \ 1020 $(SRC)\termchar.h \
1029 $(SRC)\termopts.h \ 1021 $(SRC)\termopts.h \
1030 $(SRC)\cm.h \ 1022 $(SRC)\cm.h \
1031 $(SRC)\lisp.h \
1032 $(SRC)\frame.h \ 1023 $(SRC)\frame.h \
1033 $(SRC)\disptab.h \ 1024 $(SRC)\disptab.h \
1034 $(SRC)\termhooks.h \ 1025 $(SRC)\termhooks.h \
@@ -1049,35 +1040,12 @@ $(BLD)\textprop.obj : \
1049 $(EMACS_ROOT)\src\s\ms-w32.h \ 1040 $(EMACS_ROOT)\src\s\ms-w32.h \
1050 $(EMACS_ROOT)\src\m\intel386.h \ 1041 $(EMACS_ROOT)\src\m\intel386.h \
1051 $(EMACS_ROOT)\src\config.h \ 1042 $(EMACS_ROOT)\src\config.h \
1052 $(SRC)\lisp.h \
1053 $(SRC)\dispextern.h \ 1043 $(SRC)\dispextern.h \
1054 $(SRC)\w32gui.h \
1055 $(SRC)\intervals.h \ 1044 $(SRC)\intervals.h \
1056 $(SRC)\composite.h \ 1045 $(SRC)\composite.h \
1057 $(SRC)\buffer.h \ 1046 $(SRC)\buffer.h \
1058 $(SRC)\window.h 1047 $(SRC)\window.h
1059 1048
1060$(BLD)\intervals.obj : \
1061 $(SRC)\intervals.c \
1062 $(SRC)\buffer.h \
1063 $(SRC)\intervals.h \
1064 $(SRC)\composite.h \
1065 $(SRC)\keyboard.h \
1066 $(SRC)\puresize.h \
1067 $(EMACS_ROOT)\src\s\ms-w32.h \
1068 $(EMACS_ROOT)\src\m\intel386.h \
1069 $(EMACS_ROOT)\src\config.h
1070
1071$(BLD)\composite.obj : \
1072 $(SRC)\composite.c \
1073 $(SRC)\buffer.h \
1074 $(SRC)\charset.h \
1075 $(SRC)\intervals.h \
1076 $(SRC)\composite.h \
1077 $(EMACS_ROOT)\src\s\ms-w32.h \
1078 $(EMACS_ROOT)\src\m\intel386.h \
1079 $(EMACS_ROOT)\src\config.h
1080
1081$(BLD)\tparam.obj : \ 1049$(BLD)\tparam.obj : \
1082 $(SRC)\tparam.c \ 1050 $(SRC)\tparam.c \
1083 $(EMACS_ROOT)\src\s\ms-w32.h \ 1051 $(EMACS_ROOT)\src\s\ms-w32.h \
@@ -1089,7 +1057,6 @@ $(BLD)\undo.obj : \
1089 $(EMACS_ROOT)\src\s\ms-w32.h \ 1057 $(EMACS_ROOT)\src\s\ms-w32.h \
1090 $(EMACS_ROOT)\src\m\intel386.h \ 1058 $(EMACS_ROOT)\src\m\intel386.h \
1091 $(EMACS_ROOT)\src\config.h \ 1059 $(EMACS_ROOT)\src\config.h \
1092 $(SRC)\lisp.h \
1093 $(SRC)\buffer.h \ 1060 $(SRC)\buffer.h \
1094 $(SRC)\commands.h 1061 $(SRC)\commands.h
1095 1062
@@ -1112,11 +1079,9 @@ $(BLD)\widget.obj : \
1112 $(EMACS_ROOT)\src\s\ms-w32.h \ 1079 $(EMACS_ROOT)\src\s\ms-w32.h \
1113 $(EMACS_ROOT)\src\m\intel386.h \ 1080 $(EMACS_ROOT)\src\m\intel386.h \
1114 $(EMACS_ROOT)\src\config.h \ 1081 $(EMACS_ROOT)\src\config.h \
1115 $(SRC)\lisp.h \
1116 $(SRC)\xterm.h \ 1082 $(SRC)\xterm.h \
1117 $(SRC)\frame.h \ 1083 $(SRC)\frame.h \
1118 $(SRC)\dispextern.h \ 1084 $(SRC)\dispextern.h \
1119 $(SRC)\w32gui.h \
1120 $(SRC)\widget.h \ 1085 $(SRC)\widget.h \
1121 $(SRC)\widgetprv.h 1086 $(SRC)\widgetprv.h
1122 1087
@@ -1125,7 +1090,6 @@ $(BLD)\window.obj : \
1125 $(EMACS_ROOT)\src\s\ms-w32.h \ 1090 $(EMACS_ROOT)\src\s\ms-w32.h \
1126 $(EMACS_ROOT)\src\m\intel386.h \ 1091 $(EMACS_ROOT)\src\m\intel386.h \
1127 $(EMACS_ROOT)\src\config.h \ 1092 $(EMACS_ROOT)\src\config.h \
1128 $(SRC)\lisp.h \
1129 $(SRC)\buffer.h \ 1093 $(SRC)\buffer.h \
1130 $(SRC)\frame.h \ 1094 $(SRC)\frame.h \
1131 $(SRC)\window.h \ 1095 $(SRC)\window.h \
@@ -1141,7 +1105,6 @@ $(BLD)\xdisp.obj : \
1141 $(EMACS_ROOT)\src\s\ms-w32.h \ 1105 $(EMACS_ROOT)\src\s\ms-w32.h \
1142 $(EMACS_ROOT)\src\m\intel386.h \ 1106 $(EMACS_ROOT)\src\m\intel386.h \
1143 $(EMACS_ROOT)\src\config.h \ 1107 $(EMACS_ROOT)\src\config.h \
1144 $(SRC)\lisp.h \
1145 $(SRC)\frame.h \ 1108 $(SRC)\frame.h \
1146 $(SRC)\window.h \ 1109 $(SRC)\window.h \
1147 $(SRC)\termchar.h \ 1110 $(SRC)\termchar.h \
@@ -1152,7 +1115,6 @@ $(BLD)\xdisp.obj : \
1152 $(SRC)\disptab.h \ 1115 $(SRC)\disptab.h \
1153 $(SRC)\termhooks.h \ 1116 $(SRC)\termhooks.h \
1154 $(SRC)\dispextern.h \ 1117 $(SRC)\dispextern.h \
1155 $(SRC)\w32gui.h \
1156 $(SRC)\intervals.h \ 1118 $(SRC)\intervals.h \
1157 $(SRC)\composite.h 1119 $(SRC)\composite.h
1158 1120
@@ -1161,7 +1123,6 @@ $(BLD)\xfaces.obj: \
1161 $(EMACS_ROOT)\src\m\intel386.h \ 1123 $(EMACS_ROOT)\src\m\intel386.h \
1162 $(EMACS_ROOT)\src\config.h \ 1124 $(EMACS_ROOT)\src\config.h \
1163 $(SRC)\xfaces.c \ 1125 $(SRC)\xfaces.c \
1164 $(SRC)\lisp.h \
1165 $(SRC)\charset.h \ 1126 $(SRC)\charset.h \
1166 $(SRC)\fontset.h \ 1127 $(SRC)\fontset.h \
1167 $(SRC)\w32term.h \ 1128 $(SRC)\w32term.h \
@@ -1171,7 +1132,6 @@ $(BLD)\xfaces.obj: \
1171 $(SRC)\frame.h \ 1132 $(SRC)\frame.h \
1172 $(SRC)\blockinput.h \ 1133 $(SRC)\blockinput.h \
1173 $(SRC)\window.h \ 1134 $(SRC)\window.h \
1174 $(SRC)\keyboard.h \
1175 $(SRC)\intervals.h \ 1135 $(SRC)\intervals.h \
1176 $(SRC)\composite.h 1136 $(SRC)\composite.h
1177 1137
@@ -1181,7 +1141,6 @@ $(BLD)\w32fns.obj: \
1181 $(EMACS_ROOT)\src\config.h \ 1141 $(EMACS_ROOT)\src\config.h \
1182 $(SRC)\w32fns.c \ 1142 $(SRC)\w32fns.c \
1183 $(SRC)\x-list-font.c \ 1143 $(SRC)\x-list-font.c \
1184 $(SRC)\lisp.h \
1185 $(SRC)\w32term.h \ 1144 $(SRC)\w32term.h \
1186 $(SRC)\w32gui.h \ 1145 $(SRC)\w32gui.h \
1187 $(SRC)\frame.h \ 1146 $(SRC)\frame.h \
@@ -1201,7 +1160,6 @@ $(BLD)\w32menu.obj: \
1201 $(EMACS_ROOT)\src\m\intel386.h \ 1160 $(EMACS_ROOT)\src\m\intel386.h \
1202 $(EMACS_ROOT)\src\config.h \ 1161 $(EMACS_ROOT)\src\config.h \
1203 $(SRC)\w32menu.c \ 1162 $(SRC)\w32menu.c \
1204 $(SRC)\lisp.h \
1205 $(SRC)\termhooks.h \ 1163 $(SRC)\termhooks.h \
1206 $(SRC)\frame.h \ 1164 $(SRC)\frame.h \
1207 $(SRC)\window.h \ 1165 $(SRC)\window.h \
@@ -1216,7 +1174,6 @@ $(BLD)\w32term.obj: \
1216 $(EMACS_ROOT)\src\m\intel386.h \ 1174 $(EMACS_ROOT)\src\m\intel386.h \
1217 $(EMACS_ROOT)\src\config.h \ 1175 $(EMACS_ROOT)\src\config.h \
1218 $(SRC)\w32term.c \ 1176 $(SRC)\w32term.c \
1219 $(SRC)\lisp.h \
1220 $(SRC)\blockinput.h \ 1177 $(SRC)\blockinput.h \
1221 $(SRC)\w32heap.h \ 1178 $(SRC)\w32heap.h \
1222 $(SRC)\w32term.h \ 1179 $(SRC)\w32term.h \
@@ -1242,7 +1199,6 @@ $(BLD)\w32select.obj: \
1242 $(EMACS_ROOT)\src\m\intel386.h \ 1199 $(EMACS_ROOT)\src\m\intel386.h \
1243 $(EMACS_ROOT)\src\config.h \ 1200 $(EMACS_ROOT)\src\config.h \
1244 $(SRC)\w32select.c \ 1201 $(SRC)\w32select.c \
1245 $(SRC)\lisp.h \
1246 $(SRC)\w32term.h \ 1202 $(SRC)\w32term.h \
1247 $(SRC)\w32gui.h \ 1203 $(SRC)\w32gui.h \
1248 $(SRC)\dispextern.h \ 1204 $(SRC)\dispextern.h \
@@ -1254,7 +1210,6 @@ $(BLD)\w32reg.obj: \
1254 $(EMACS_ROOT)\src\m\intel386.h \ 1210 $(EMACS_ROOT)\src\m\intel386.h \
1255 $(EMACS_ROOT)\src\config.h \ 1211 $(EMACS_ROOT)\src\config.h \
1256 $(SRC)\w32reg.c \ 1212 $(SRC)\w32reg.c \
1257 $(SRC)\lisp.h \
1258 $(SRC)\w32term.h \ 1213 $(SRC)\w32term.h \
1259 $(SRC)\w32gui.h \ 1214 $(SRC)\w32gui.h \
1260 $(SRC)\blockinput.h 1215 $(SRC)\blockinput.h
@@ -1270,7 +1225,6 @@ $(BLD)\w32bdf.obj: \
1270 $(EMACS_ROOT)\src/m\intel386.h \ 1225 $(EMACS_ROOT)\src/m\intel386.h \
1271 $(EMACS_ROOT)\src/config.h \ 1226 $(EMACS_ROOT)\src/config.h \
1272 $(SRC)\w32bdf.c \ 1227 $(SRC)\w32bdf.c \
1273 $(SRC)\lisp.h \
1274 $(SRC)\charset.h \ 1228 $(SRC)\charset.h \
1275 $(SRC)\frame.h \ 1229 $(SRC)\frame.h \
1276 $(SRC)\dispextern.h \ 1230 $(SRC)\dispextern.h \
@@ -1279,7 +1233,6 @@ $(BLD)\w32bdf.obj: \
1279 $(SRC)\w32gui.h \ 1233 $(SRC)\w32gui.h \
1280 $(SRC)\w32term.h \ 1234 $(SRC)\w32term.h \
1281 $(SRC)\w32bdf.h \ 1235 $(SRC)\w32bdf.h \
1282 $(SRC)\lisp.h \
1283 $(SRC)\w32term.h \
1284 $(SRC)\w32.h \ 1236 $(SRC)\w32.h \
1237 $(SRC)\frame.h \
1285 $(SRC)\blockinput.h 1238 $(SRC)\blockinput.h