aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorKarl Heuer1994-11-03 21:11:43 +0000
committerKarl Heuer1994-11-03 21:11:43 +0000
commit85cdd6afed4652974cbc6cbb1e8c5f46276e76bd (patch)
tree52b29938495c5f22c028710d40b28b8bde4b8fa9 /src/makefile.nt
parentb65769c78da9f06606425fa14dc8337aa8248015 (diff)
downloademacs-85cdd6afed4652974cbc6cbb1e8c5f46276e76bd.tar.gz
emacs-85cdd6afed4652974cbc6cbb1e8c5f46276e76bd.zip
Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
to s\windowsnt.h.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt252
1 files changed, 126 insertions, 126 deletions
diff --git a/src/makefile.nt b/src/makefile.nt
index ade4184e5b4..d0ad9fa3deb 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -183,8 +183,8 @@ SRC = .
183 183
184$(BLD)\abbrev.obj : \ 184$(BLD)\abbrev.obj : \
185 $(SRC)\abbrev.c \ 185 $(SRC)\abbrev.c \
186 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 186 $(EMACS_ROOT)\src\s\windowsnt.h \
187 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 187 $(EMACS_ROOT)\src\m\intel386.h \
188 $(EMACS_ROOT)\src\config.h \ 188 $(EMACS_ROOT)\src\config.h \
189 $(SRC)\lisp.h \ 189 $(SRC)\lisp.h \
190 $(SRC)\commands.h \ 190 $(SRC)\commands.h \
@@ -193,8 +193,8 @@ $(BLD)\abbrev.obj : \
193 193
194$(BLD)\alloc.obj : \ 194$(BLD)\alloc.obj : \
195 $(SRC)\alloc.c \ 195 $(SRC)\alloc.c \
196 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 196 $(EMACS_ROOT)\src\s\windowsnt.h \
197 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 197 $(EMACS_ROOT)\src\m\intel386.h \
198 $(EMACS_ROOT)\src\config.h \ 198 $(EMACS_ROOT)\src\config.h \
199 $(SRC)\lisp.h \ 199 $(SRC)\lisp.h \
200 $(SRC)\dispextern.h \ 200 $(SRC)\dispextern.h \
@@ -208,19 +208,19 @@ $(BLD)\alloc.obj : \
208 208
209$(BLD)\alloca.obj : \ 209$(BLD)\alloca.obj : \
210 $(SRC)\alloca.c \ 210 $(SRC)\alloca.c \
211 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 211 $(EMACS_ROOT)\src\s\windowsnt.h \
212 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 212 $(EMACS_ROOT)\src\m\intel386.h \
213 $(EMACS_ROOT)\src\config.h \ 213 $(EMACS_ROOT)\src\config.h \
214 $(SRC)\s\s-windowsnt.h \ 214 $(SRC)\s\windowsnt.h \
215 $(SRC)\m\m-windowsnt.h \ 215 $(SRC)\m\intel386.h \
216 $(SRC)\config.h \ 216 $(SRC)\config.h \
217 $(SRC)\blockinput.h 217 $(SRC)\blockinput.h
218 218
219$(BLD)\buffer.obj : \ 219$(BLD)\buffer.obj : \
220 $(SRC)\buffer.c \ 220 $(SRC)\buffer.c \
221 $(EMACS_ROOT)\nt\inc\sys\param.h \ 221 $(EMACS_ROOT)\nt\inc\sys\param.h \
222 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 222 $(EMACS_ROOT)\src\s\windowsnt.h \
223 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 223 $(EMACS_ROOT)\src\m\intel386.h \
224 $(EMACS_ROOT)\src\config.h \ 224 $(EMACS_ROOT)\src\config.h \
225 $(SRC)\lisp.h \ 225 $(SRC)\lisp.h \
226 $(SRC)\dispextern.h \ 226 $(SRC)\dispextern.h \
@@ -248,8 +248,8 @@ $(BLD)\callint.obj : \
248 248
249$(BLD)\callproc.obj : \ 249$(BLD)\callproc.obj : \
250 $(SRC)\callproc.c \ 250 $(SRC)\callproc.c \
251 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 251 $(EMACS_ROOT)\src\s\windowsnt.h \
252 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 252 $(EMACS_ROOT)\src\m\intel386.h \
253 $(EMACS_ROOT)\src\config.h \ 253 $(EMACS_ROOT)\src\config.h \
254 $(SRC)\msdos.h \ 254 $(SRC)\msdos.h \
255 $(EMACS_ROOT)\nt\inc\sys\param.h \ 255 $(EMACS_ROOT)\nt\inc\sys\param.h \
@@ -264,8 +264,8 @@ $(BLD)\callproc.obj : \
264 264
265$(BLD)\casefiddle.obj : \ 265$(BLD)\casefiddle.obj : \
266 $(SRC)\casefiddle.c \ 266 $(SRC)\casefiddle.c \
267 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 267 $(EMACS_ROOT)\src\s\windowsnt.h \
268 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 268 $(EMACS_ROOT)\src\m\intel386.h \
269 $(EMACS_ROOT)\src\config.h \ 269 $(EMACS_ROOT)\src\config.h \
270 $(SRC)\lisp.h \ 270 $(SRC)\lisp.h \
271 $(SRC)\buffer.h \ 271 $(SRC)\buffer.h \
@@ -275,24 +275,24 @@ $(BLD)\casefiddle.obj : \
275 275
276$(BLD)\casetab.obj : \ 276$(BLD)\casetab.obj : \
277 $(SRC)\casetab.c \ 277 $(SRC)\casetab.c \
278 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 278 $(EMACS_ROOT)\src\s\windowsnt.h \
279 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 279 $(EMACS_ROOT)\src\m\intel386.h \
280 $(EMACS_ROOT)\src\config.h \ 280 $(EMACS_ROOT)\src\config.h \
281 $(SRC)\lisp.h \ 281 $(SRC)\lisp.h \
282 $(SRC)\buffer.h 282 $(SRC)\buffer.h
283 283
284$(BLD)\cm.obj : \ 284$(BLD)\cm.obj : \
285 $(SRC)\cm.c \ 285 $(SRC)\cm.c \
286 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 286 $(EMACS_ROOT)\src\s\windowsnt.h \
287 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 287 $(EMACS_ROOT)\src\m\intel386.h \
288 $(EMACS_ROOT)\src\config.h \ 288 $(EMACS_ROOT)\src\config.h \
289 $(SRC)\cm.h \ 289 $(SRC)\cm.h \
290 $(SRC)\termhooks.h 290 $(SRC)\termhooks.h
291 291
292$(BLD)\cmds.obj : \ 292$(BLD)\cmds.obj : \
293 $(SRC)\cmds.c \ 293 $(SRC)\cmds.c \
294 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 294 $(EMACS_ROOT)\src\s\windowsnt.h \
295 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 295 $(EMACS_ROOT)\src\m\intel386.h \
296 $(EMACS_ROOT)\src\config.h \ 296 $(EMACS_ROOT)\src\config.h \
297 $(SRC)\lisp.h \ 297 $(SRC)\lisp.h \
298 $(SRC)\commands.h \ 298 $(SRC)\commands.h \
@@ -301,8 +301,8 @@ $(BLD)\cmds.obj : \
301 301
302$(BLD)\data.obj : \ 302$(BLD)\data.obj : \
303 $(SRC)\data.c \ 303 $(SRC)\data.c \
304 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 304 $(EMACS_ROOT)\src\s\windowsnt.h \
305 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 305 $(EMACS_ROOT)\src\m\intel386.h \
306 $(EMACS_ROOT)\src\config.h \ 306 $(EMACS_ROOT)\src\config.h \
307 $(SRC)\lisp.h \ 307 $(SRC)\lisp.h \
308 $(SRC)\puresize.h \ 308 $(SRC)\puresize.h \
@@ -311,8 +311,8 @@ $(BLD)\data.obj : \
311 311
312$(BLD)\dired.obj : \ 312$(BLD)\dired.obj : \
313 $(SRC)\dired.c \ 313 $(SRC)\dired.c \
314 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 314 $(EMACS_ROOT)\src\s\windowsnt.h \
315 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 315 $(EMACS_ROOT)\src\m\intel386.h \
316 $(EMACS_ROOT)\src\config.h \ 316 $(EMACS_ROOT)\src\config.h \
317 $(SRC)\vmsdir.h \ 317 $(SRC)\vmsdir.h \
318 $(SRC)\ndir.h \ 318 $(SRC)\ndir.h \
@@ -323,8 +323,8 @@ $(BLD)\dired.obj : \
323 323
324$(BLD)\dispnew.obj : \ 324$(BLD)\dispnew.obj : \
325 $(SRC)\dispnew.c \ 325 $(SRC)\dispnew.c \
326 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 326 $(EMACS_ROOT)\src\s\windowsnt.h \
327 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 327 $(EMACS_ROOT)\src\m\intel386.h \
328 $(EMACS_ROOT)\src\config.h \ 328 $(EMACS_ROOT)\src\config.h \
329 $(SRC)\lisp.h \ 329 $(SRC)\lisp.h \
330 $(SRC)\termchar.h \ 330 $(SRC)\termchar.h \
@@ -348,8 +348,8 @@ $(BLD)\dispnew.obj : \
348 348
349$(BLD)\doc.obj : \ 349$(BLD)\doc.obj : \
350 $(SRC)\doc.c \ 350 $(SRC)\doc.c \
351 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 351 $(EMACS_ROOT)\src\s\windowsnt.h \
352 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 352 $(EMACS_ROOT)\src\m\intel386.h \
353 $(EMACS_ROOT)\src\config.h \ 353 $(EMACS_ROOT)\src\config.h \
354 $(EMACS_ROOT)\nt\inc\sys\file.h \ 354 $(EMACS_ROOT)\nt\inc\sys\file.h \
355 $(SRC)\lisp.h \ 355 $(SRC)\lisp.h \
@@ -358,14 +358,14 @@ $(BLD)\doc.obj : \
358 358
359$(BLD)\doprnt.obj : \ 359$(BLD)\doprnt.obj : \
360 $(SRC)\doprnt.c \ 360 $(SRC)\doprnt.c \
361 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 361 $(EMACS_ROOT)\src\s\windowsnt.h \
362 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 362 $(EMACS_ROOT)\src\m\intel386.h \
363 $(EMACS_ROOT)\src\config.h 363 $(EMACS_ROOT)\src\config.h
364 364
365$(BLD)\dosfns.obj : \ 365$(BLD)\dosfns.obj : \
366 $(SRC)\dosfns.c \ 366 $(SRC)\dosfns.c \
367 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 367 $(EMACS_ROOT)\src\s\windowsnt.h \
368 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 368 $(EMACS_ROOT)\src\m\intel386.h \
369 $(EMACS_ROOT)\src\config.h \ 369 $(EMACS_ROOT)\src\config.h \
370 $(SRC)\lisp.h \ 370 $(SRC)\lisp.h \
371 $(SRC)\buffer.h \ 371 $(SRC)\buffer.h \
@@ -377,8 +377,8 @@ $(BLD)\dosfns.obj : \
377 377
378$(BLD)\editfns.obj : \ 378$(BLD)\editfns.obj : \
379 $(SRC)\editfns.c \ 379 $(SRC)\editfns.c \
380 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 380 $(EMACS_ROOT)\src\s\windowsnt.h \
381 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 381 $(EMACS_ROOT)\src\m\intel386.h \
382 $(EMACS_ROOT)\src\config.h \ 382 $(EMACS_ROOT)\src\config.h \
383 $(SRC)\uaf.h \ 383 $(SRC)\uaf.h \
384 $(SRC)\vms-pwd.h \ 384 $(SRC)\vms-pwd.h \
@@ -393,8 +393,8 @@ $(BLD)\editfns.obj : \
393 393
394$(BLD)\emacs.obj : \ 394$(BLD)\emacs.obj : \
395 $(SRC)\emacs.c \ 395 $(SRC)\emacs.c \
396 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 396 $(EMACS_ROOT)\src\s\windowsnt.h \
397 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 397 $(EMACS_ROOT)\src\m\intel386.h \
398 $(EMACS_ROOT)\src\config.h \ 398 $(EMACS_ROOT)\src\config.h \
399 $(SRC)\lisp.h \ 399 $(SRC)\lisp.h \
400 $(SRC)\commands.h \ 400 $(SRC)\commands.h \
@@ -408,8 +408,8 @@ $(BLD)\emacs.obj : \
408 408
409$(BLD)\eval.obj : \ 409$(BLD)\eval.obj : \
410 $(SRC)\eval.c \ 410 $(SRC)\eval.c \
411 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 411 $(EMACS_ROOT)\src\s\windowsnt.h \
412 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 412 $(EMACS_ROOT)\src\m\intel386.h \
413 $(EMACS_ROOT)\src\config.h \ 413 $(EMACS_ROOT)\src\config.h \
414 $(SRC)\lisp.h \ 414 $(SRC)\lisp.h \
415 $(SRC)\blockinput.h \ 415 $(SRC)\blockinput.h \
@@ -418,8 +418,8 @@ $(BLD)\eval.obj : \
418 418
419$(BLD)\fileio.obj : \ 419$(BLD)\fileio.obj : \
420 $(SRC)\fileio.c \ 420 $(SRC)\fileio.c \
421 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 421 $(EMACS_ROOT)\src\s\windowsnt.h \
422 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 422 $(EMACS_ROOT)\src\m\intel386.h \
423 $(EMACS_ROOT)\src\config.h \ 423 $(EMACS_ROOT)\src\config.h \
424 $(SRC)\uaf.h \ 424 $(SRC)\uaf.h \
425 $(SRC)\vms-pwd.h \ 425 $(SRC)\vms-pwd.h \
@@ -438,8 +438,8 @@ $(BLD)\fileio.obj : \
438 438
439$(BLD)\filelock.obj : \ 439$(BLD)\filelock.obj : \
440 $(SRC)\filelock.c \ 440 $(SRC)\filelock.c \
441 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 441 $(EMACS_ROOT)\src\s\windowsnt.h \
442 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 442 $(EMACS_ROOT)\src\m\intel386.h \
443 $(EMACS_ROOT)\src\config.h \ 443 $(EMACS_ROOT)\src\config.h \
444 $(SRC)\uaf.h \ 444 $(SRC)\uaf.h \
445 $(SRC)\vms-pwd.h \ 445 $(SRC)\vms-pwd.h \
@@ -453,25 +453,25 @@ $(BLD)\filelock.obj : \
453 453
454$(BLD)\filemode.obj : \ 454$(BLD)\filemode.obj : \
455 $(SRC)\filemode.c \ 455 $(SRC)\filemode.c \
456 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 456 $(EMACS_ROOT)\src\s\windowsnt.h \
457 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 457 $(EMACS_ROOT)\src\m\intel386.h \
458 $(EMACS_ROOT)\src\config.h \ 458 $(EMACS_ROOT)\src\config.h \
459 $(SRC)\s\s-windowsnt.h \ 459 $(SRC)\s\windowsnt.h \
460 $(SRC)\m\m-windowsnt.h \ 460 $(SRC)\m\intel386.h \
461 $(SRC)\config.h 461 $(SRC)\config.h
462 462
463$(BLD)\floatfns.obj : \ 463$(BLD)\floatfns.obj : \
464 $(SRC)\floatfns.c \ 464 $(SRC)\floatfns.c \
465 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 465 $(EMACS_ROOT)\src\s\windowsnt.h \
466 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 466 $(EMACS_ROOT)\src\m\intel386.h \
467 $(EMACS_ROOT)\src\config.h \ 467 $(EMACS_ROOT)\src\config.h \
468 $(SRC)\lisp.h \ 468 $(SRC)\lisp.h \
469 $(SRC)\syssignal.h 469 $(SRC)\syssignal.h
470 470
471$(BLD)\fns.obj : \ 471$(BLD)\fns.obj : \
472 $(SRC)\fns.c \ 472 $(SRC)\fns.c \
473 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 473 $(EMACS_ROOT)\src\s\windowsnt.h \
474 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 474 $(EMACS_ROOT)\src\m\intel386.h \
475 $(EMACS_ROOT)\src\config.h \ 475 $(EMACS_ROOT)\src\config.h \
476 $(SRC)\lisp.h \ 476 $(SRC)\lisp.h \
477 $(SRC)\commands.h \ 477 $(SRC)\commands.h \
@@ -482,8 +482,8 @@ $(BLD)\fns.obj : \
482 482
483$(BLD)\frame.obj : \ 483$(BLD)\frame.obj : \
484 $(SRC)\frame.c \ 484 $(SRC)\frame.c \
485 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 485 $(EMACS_ROOT)\src\s\windowsnt.h \
486 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 486 $(EMACS_ROOT)\src\m\intel386.h \
487 $(EMACS_ROOT)\src\config.h \ 487 $(EMACS_ROOT)\src\config.h \
488 $(SRC)\lisp.h \ 488 $(SRC)\lisp.h \
489 $(SRC)\frame.h \ 489 $(SRC)\frame.h \
@@ -496,18 +496,18 @@ $(BLD)\frame.obj : \
496$(BLD)\getloadavg.obj : \ 496$(BLD)\getloadavg.obj : \
497 $(SRC)\getloadavg.c \ 497 $(SRC)\getloadavg.c \
498 $(EMACS_ROOT)\nt\inc\sys\param.h \ 498 $(EMACS_ROOT)\nt\inc\sys\param.h \
499 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 499 $(EMACS_ROOT)\src\s\windowsnt.h \
500 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 500 $(EMACS_ROOT)\src\m\intel386.h \
501 $(EMACS_ROOT)\src\config.h \ 501 $(EMACS_ROOT)\src\config.h \
502 $(SRC)\s\s-windowsnt.h \ 502 $(SRC)\s\windowsnt.h \
503 $(SRC)\m\m-windowsnt.h \ 503 $(SRC)\m\intel386.h \
504 $(SRC)\config.h \ 504 $(SRC)\config.h \
505 $(EMACS_ROOT)\nt\inc\sys\file.h 505 $(EMACS_ROOT)\nt\inc\sys\file.h
506 506
507$(BLD)\gmalloc.obj : \ 507$(BLD)\gmalloc.obj : \
508 $(SRC)\gmalloc.c \ 508 $(SRC)\gmalloc.c \
509 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 509 $(EMACS_ROOT)\src\s\windowsnt.h \
510 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 510 $(EMACS_ROOT)\src\m\intel386.h \
511 $(EMACS_ROOT)\src\config.h \ 511 $(EMACS_ROOT)\src\config.h \
512 $(EMACS_ROOT)\nt\inc\sys\param.h \ 512 $(EMACS_ROOT)\nt\inc\sys\param.h \
513 $(SRC)\getpagesize.h 513 $(SRC)\getpagesize.h
@@ -515,15 +515,15 @@ $(BLD)\gmalloc.obj : \
515 515
516$(BLD)\hftctl.obj : \ 516$(BLD)\hftctl.obj : \
517 $(SRC)\hftctl.c \ 517 $(SRC)\hftctl.c \
518 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 518 $(EMACS_ROOT)\src\s\windowsnt.h \
519 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 519 $(EMACS_ROOT)\src\m\intel386.h \
520 $(EMACS_ROOT)\src\config.h \ 520 $(EMACS_ROOT)\src\config.h \
521 $(EMACS_ROOT)\nt\inc\sys\ioctl.h 521 $(EMACS_ROOT)\nt\inc\sys\ioctl.h
522 522
523$(BLD)\indent.obj : \ 523$(BLD)\indent.obj : \
524 $(SRC)\indent.c \ 524 $(SRC)\indent.c \
525 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 525 $(EMACS_ROOT)\src\s\windowsnt.h \
526 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 526 $(EMACS_ROOT)\src\m\intel386.h \
527 $(EMACS_ROOT)\src\config.h \ 527 $(EMACS_ROOT)\src\config.h \
528 $(SRC)\lisp.h \ 528 $(SRC)\lisp.h \
529 $(SRC)\buffer.h \ 529 $(SRC)\buffer.h \
@@ -538,8 +538,8 @@ $(BLD)\indent.obj : \
538 538
539$(BLD)\insdel.obj : \ 539$(BLD)\insdel.obj : \
540 $(SRC)\insdel.c \ 540 $(SRC)\insdel.c \
541 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 541 $(EMACS_ROOT)\src\s\windowsnt.h \
542 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 542 $(EMACS_ROOT)\src\m\intel386.h \
543 $(EMACS_ROOT)\src\config.h \ 543 $(EMACS_ROOT)\src\config.h \
544 $(SRC)\lisp.h \ 544 $(SRC)\lisp.h \
545 $(SRC)\dispextern.h \ 545 $(SRC)\dispextern.h \
@@ -550,8 +550,8 @@ $(BLD)\insdel.obj : \
550 550
551$(BLD)\intervals.obj : \ 551$(BLD)\intervals.obj : \
552 $(SRC)\intervals.c \ 552 $(SRC)\intervals.c \
553 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 553 $(EMACS_ROOT)\src\s\windowsnt.h \
554 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 554 $(EMACS_ROOT)\src\m\intel386.h \
555 $(EMACS_ROOT)\src\config.h \ 555 $(EMACS_ROOT)\src\config.h \
556 $(SRC)\lisp.h \ 556 $(SRC)\lisp.h \
557 $(SRC)\dispextern.h \ 557 $(SRC)\dispextern.h \
@@ -562,8 +562,8 @@ $(BLD)\intervals.obj : \
562 562
563$(BLD)\keyboard.obj : \ 563$(BLD)\keyboard.obj : \
564 $(SRC)\keyboard.c \ 564 $(SRC)\keyboard.c \
565 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 565 $(EMACS_ROOT)\src\s\windowsnt.h \
566 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 566 $(EMACS_ROOT)\src\m\intel386.h \
567 $(EMACS_ROOT)\src\config.h \ 567 $(EMACS_ROOT)\src\config.h \
568 $(SRC)\termchar.h \ 568 $(SRC)\termchar.h \
569 $(SRC)\termopts.h \ 569 $(SRC)\termopts.h \
@@ -590,8 +590,8 @@ $(BLD)\keyboard.obj : \
590 590
591$(BLD)\keymap.obj : \ 591$(BLD)\keymap.obj : \
592 $(SRC)\keymap.c \ 592 $(SRC)\keymap.c \
593 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 593 $(EMACS_ROOT)\src\s\windowsnt.h \
594 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 594 $(EMACS_ROOT)\src\m\intel386.h \
595 $(EMACS_ROOT)\src\config.h \ 595 $(EMACS_ROOT)\src\config.h \
596 $(SRC)\lisp.h \ 596 $(SRC)\lisp.h \
597 $(SRC)\commands.h \ 597 $(SRC)\commands.h \
@@ -605,8 +605,8 @@ $(BLD)\lastfile.obj : \
605 605
606$(BLD)\lread.obj : \ 606$(BLD)\lread.obj : \
607 $(SRC)\lread.c \ 607 $(SRC)\lread.c \
608 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 608 $(EMACS_ROOT)\src\s\windowsnt.h \
609 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 609 $(EMACS_ROOT)\src\m\intel386.h \
610 $(EMACS_ROOT)\src\config.h \ 610 $(EMACS_ROOT)\src\config.h \
611 $(EMACS_ROOT)\nt\inc\sys\file.h \ 611 $(EMACS_ROOT)\nt\inc\sys\file.h \
612 $(SRC)\lisp.h \ 612 $(SRC)\lisp.h \
@@ -619,8 +619,8 @@ $(BLD)\lread.obj : \
619 619
620$(BLD)\macros.obj : \ 620$(BLD)\macros.obj : \
621 $(SRC)\macros.c \ 621 $(SRC)\macros.c \
622 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 622 $(EMACS_ROOT)\src\s\windowsnt.h \
623 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 623 $(EMACS_ROOT)\src\m\intel386.h \
624 $(EMACS_ROOT)\src\config.h \ 624 $(EMACS_ROOT)\src\config.h \
625 $(SRC)\lisp.h \ 625 $(SRC)\lisp.h \
626 $(SRC)\macros.h \ 626 $(SRC)\macros.h \
@@ -630,16 +630,16 @@ $(BLD)\macros.obj : \
630 630
631$(BLD)\marker.obj : \ 631$(BLD)\marker.obj : \
632 $(SRC)\marker.c \ 632 $(SRC)\marker.c \
633 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 633 $(EMACS_ROOT)\src\s\windowsnt.h \
634 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 634 $(EMACS_ROOT)\src\m\intel386.h \
635 $(EMACS_ROOT)\src\config.h \ 635 $(EMACS_ROOT)\src\config.h \
636 $(SRC)\lisp.h \ 636 $(SRC)\lisp.h \
637 $(SRC)\buffer.h 637 $(SRC)\buffer.h
638 638
639$(BLD)\minibuf.obj : \ 639$(BLD)\minibuf.obj : \
640 $(SRC)\minibuf.c \ 640 $(SRC)\minibuf.c \
641 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 641 $(EMACS_ROOT)\src\s\windowsnt.h \
642 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 642 $(EMACS_ROOT)\src\m\intel386.h \
643 $(EMACS_ROOT)\src\config.h \ 643 $(EMACS_ROOT)\src\config.h \
644 $(SRC)\lisp.h \ 644 $(SRC)\lisp.h \
645 $(SRC)\commands.h \ 645 $(SRC)\commands.h \
@@ -651,16 +651,16 @@ $(BLD)\minibuf.obj : \
651 651
652$(BLD)\mocklisp.obj : \ 652$(BLD)\mocklisp.obj : \
653 $(SRC)\mocklisp.c \ 653 $(SRC)\mocklisp.c \
654 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 654 $(EMACS_ROOT)\src\s\windowsnt.h \
655 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 655 $(EMACS_ROOT)\src\m\intel386.h \
656 $(EMACS_ROOT)\src\config.h \ 656 $(EMACS_ROOT)\src\config.h \
657 $(SRC)\lisp.h \ 657 $(SRC)\lisp.h \
658 $(SRC)\buffer.h 658 $(SRC)\buffer.h
659 659
660$(BLD)\nt.obj : \ 660$(BLD)\nt.obj : \
661 $(SRC)\nt.c \ 661 $(SRC)\nt.c \
662 $(SRC)\s\s-windowsnt.h \ 662 $(SRC)\s\windowsnt.h \
663 $(SRC)\m\m-windowsnt.h \ 663 $(SRC)\m\intel386.h \
664 $(SRC)\config.h \ 664 $(SRC)\config.h \
665 $(SRC)\lisp.h \ 665 $(SRC)\lisp.h \
666 $(EMACS_ROOT)\nt\inc\pwd.h \ 666 $(EMACS_ROOT)\nt\inc\pwd.h \
@@ -672,8 +672,8 @@ $(BLD)\ntheap.obj : \
672 672
673$(BLD)\ntinevt.obj : \ 673$(BLD)\ntinevt.obj : \
674 $(SRC)\ntinevt.c \ 674 $(SRC)\ntinevt.c \
675 $(SRC)\s\s-windowsnt.h \ 675 $(SRC)\s\windowsnt.h \
676 $(SRC)\m\m-windowsnt.h \ 676 $(SRC)\m\intel386.h \
677 $(SRC)\config.h \ 677 $(SRC)\config.h \
678 $(SRC)\lisp.h \ 678 $(SRC)\lisp.h \
679 $(SRC)\frame.h \ 679 $(SRC)\frame.h \
@@ -682,8 +682,8 @@ $(BLD)\ntinevt.obj : \
682 682
683$(BLD)\ntproc.obj : \ 683$(BLD)\ntproc.obj : \
684 $(SRC)\ntproc.c \ 684 $(SRC)\ntproc.c \
685 $(SRC)\s\s-windowsnt.h \ 685 $(SRC)\s\windowsnt.h \
686 $(SRC)\m\m-windowsnt.h \ 686 $(SRC)\m\intel386.h \
687 $(SRC)\config.h \ 687 $(SRC)\config.h \
688 $(SRC)\lisp.h \ 688 $(SRC)\lisp.h \
689 $(SRC)\nt.h \ 689 $(SRC)\nt.h \
@@ -692,8 +692,8 @@ $(BLD)\ntproc.obj : \
692 692
693$(BLD)\ntterm.obj : \ 693$(BLD)\ntterm.obj : \
694 $(SRC)\ntterm.c \ 694 $(SRC)\ntterm.c \
695 $(SRC)\s\s-windowsnt.h \ 695 $(SRC)\s\windowsnt.h \
696 $(SRC)\m\m-windowsnt.h \ 696 $(SRC)\m\intel386.h \
697 $(SRC)\config.h \ 697 $(SRC)\config.h \
698 $(SRC)\lisp.h \ 698 $(SRC)\lisp.h \
699 $(SRC)\frame.h \ 699 $(SRC)\frame.h \
@@ -706,8 +706,8 @@ $(BLD)\prefix-args.obj : \
706 706
707$(BLD)\print.obj : \ 707$(BLD)\print.obj : \
708 $(SRC)\print.c \ 708 $(SRC)\print.c \
709 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 709 $(EMACS_ROOT)\src\s\windowsnt.h \
710 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 710 $(EMACS_ROOT)\src\m\intel386.h \
711 $(EMACS_ROOT)\src\config.h \ 711 $(EMACS_ROOT)\src\config.h \
712 $(SRC)\lisp.h \ 712 $(SRC)\lisp.h \
713 $(SRC)\buffer.h \ 713 $(SRC)\buffer.h \
@@ -720,8 +720,8 @@ $(BLD)\print.obj : \
720 720
721$(BLD)\process.obj : \ 721$(BLD)\process.obj : \
722 $(SRC)\process.c \ 722 $(SRC)\process.c \
723 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 723 $(EMACS_ROOT)\src\s\windowsnt.h \
724 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 724 $(EMACS_ROOT)\src\m\intel386.h \
725 $(EMACS_ROOT)\src\config.h \ 725 $(EMACS_ROOT)\src\config.h \
726 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ 726 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
727 $(EMACS_ROOT)\nt\inc\sys\file.h \ 727 $(EMACS_ROOT)\nt\inc\sys\file.h \
@@ -742,23 +742,23 @@ $(BLD)\process.obj : \
742 742
743$(BLD)\ralloc.obj : \ 743$(BLD)\ralloc.obj : \
744 $(SRC)\ralloc.c \ 744 $(SRC)\ralloc.c \
745 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 745 $(EMACS_ROOT)\src\s\windowsnt.h \
746 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 746 $(EMACS_ROOT)\src\m\intel386.h \
747 $(EMACS_ROOT)\src\config.h \ 747 $(EMACS_ROOT)\src\config.h \
748 $(SRC)\lisp.h \ 748 $(SRC)\lisp.h \
749 $(SRC)\s\s-windowsnt.h \ 749 $(SRC)\s\windowsnt.h \
750 $(SRC)\m\m-windowsnt.h \ 750 $(SRC)\m\intel386.h \
751 $(SRC)\config.h \ 751 $(SRC)\config.h \
752 $(EMACS_ROOT)\nt\inc\sys\param.h \ 752 $(EMACS_ROOT)\nt\inc\sys\param.h \
753 $(SRC)\getpagesize.h 753 $(SRC)\getpagesize.h
754 754
755$(BLD)\regex.obj : \ 755$(BLD)\regex.obj : \
756 $(SRC)\regex.c \ 756 $(SRC)\regex.c \
757 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 757 $(EMACS_ROOT)\src\s\windowsnt.h \
758 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 758 $(EMACS_ROOT)\src\m\intel386.h \
759 $(EMACS_ROOT)\src\config.h \ 759 $(EMACS_ROOT)\src\config.h \
760 $(SRC)\s\s-windowsnt.h \ 760 $(SRC)\s\windowsnt.h \
761 $(SRC)\m\m-windowsnt.h \ 761 $(SRC)\m\intel386.h \
762 $(SRC)\config.h \ 762 $(SRC)\config.h \
763 $(SRC)\lisp.h \ 763 $(SRC)\lisp.h \
764 $(SRC)\buffer.h \ 764 $(SRC)\buffer.h \
@@ -767,8 +767,8 @@ $(BLD)\regex.obj : \
767 767
768$(BLD)\scroll.obj : \ 768$(BLD)\scroll.obj : \
769 $(SRC)\scroll.c \ 769 $(SRC)\scroll.c \
770 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 770 $(EMACS_ROOT)\src\s\windowsnt.h \
771 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 771 $(EMACS_ROOT)\src\m\intel386.h \
772 $(EMACS_ROOT)\src\config.h \ 772 $(EMACS_ROOT)\src\config.h \
773 $(SRC)\termchar.h \ 773 $(SRC)\termchar.h \
774 $(SRC)\lisp.h \ 774 $(SRC)\lisp.h \
@@ -777,8 +777,8 @@ $(BLD)\scroll.obj : \
777 777
778$(BLD)\search.obj : \ 778$(BLD)\search.obj : \
779 $(SRC)\search.c \ 779 $(SRC)\search.c \
780 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 780 $(EMACS_ROOT)\src\s\windowsnt.h \
781 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 781 $(EMACS_ROOT)\src\m\intel386.h \
782 $(EMACS_ROOT)\src\config.h \ 782 $(EMACS_ROOT)\src\config.h \
783 $(SRC)\lisp.h \ 783 $(SRC)\lisp.h \
784 $(SRC)\syntax.h \ 784 $(SRC)\syntax.h \
@@ -789,8 +789,8 @@ $(BLD)\search.obj : \
789 789
790$(BLD)\sunfns.obj : \ 790$(BLD)\sunfns.obj : \
791 $(SRC)\sunfns.c \ 791 $(SRC)\sunfns.c \
792 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 792 $(EMACS_ROOT)\src\s\windowsnt.h \
793 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 793 $(EMACS_ROOT)\src\m\intel386.h \
794 $(EMACS_ROOT)\src\config.h \ 794 $(EMACS_ROOT)\src\config.h \
795 $(SRC)\lisp.h \ 795 $(SRC)\lisp.h \
796 $(SRC)\window.h \ 796 $(SRC)\window.h \
@@ -799,8 +799,8 @@ $(BLD)\sunfns.obj : \
799 799
800$(BLD)\syntax.obj : \ 800$(BLD)\syntax.obj : \
801 $(SRC)\syntax.c \ 801 $(SRC)\syntax.c \
802 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 802 $(EMACS_ROOT)\src\s\windowsnt.h \
803 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 803 $(EMACS_ROOT)\src\m\intel386.h \
804 $(EMACS_ROOT)\src\config.h \ 804 $(EMACS_ROOT)\src\config.h \
805 $(SRC)\lisp.h \ 805 $(SRC)\lisp.h \
806 $(SRC)\commands.h \ 806 $(SRC)\commands.h \
@@ -809,8 +809,8 @@ $(BLD)\syntax.obj : \
809 809
810$(BLD)\sysdep.obj : \ 810$(BLD)\sysdep.obj : \
811 $(SRC)\sysdep.c \ 811 $(SRC)\sysdep.c \
812 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 812 $(EMACS_ROOT)\src\s\windowsnt.h \
813 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 813 $(EMACS_ROOT)\src\m\intel386.h \
814 $(EMACS_ROOT)\src\config.h \ 814 $(EMACS_ROOT)\src\config.h \
815 $(SRC)\lisp.h \ 815 $(SRC)\lisp.h \
816 $(SRC)\blockinput.h \ 816 $(SRC)\blockinput.h \
@@ -842,8 +842,8 @@ $(BLD)\sysdep.obj : \
842 842
843$(BLD)\term.obj : \ 843$(BLD)\term.obj : \
844 $(SRC)\term.c \ 844 $(SRC)\term.c \
845 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 845 $(EMACS_ROOT)\src\s\windowsnt.h \
846 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 846 $(EMACS_ROOT)\src\m\intel386.h \
847 $(EMACS_ROOT)\src\config.h \ 847 $(EMACS_ROOT)\src\config.h \
848 $(SRC)\termchar.h \ 848 $(SRC)\termchar.h \
849 $(SRC)\termopts.h \ 849 $(SRC)\termopts.h \
@@ -856,8 +856,8 @@ $(BLD)\term.obj : \
856 856
857$(BLD)\termcap.obj : \ 857$(BLD)\termcap.obj : \
858 $(SRC)\termcap.c \ 858 $(SRC)\termcap.c \
859 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 859 $(EMACS_ROOT)\src\s\windowsnt.h \
860 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 860 $(EMACS_ROOT)\src\m\intel386.h \
861 $(EMACS_ROOT)\src\config.h \ 861 $(EMACS_ROOT)\src\config.h \
862 $(EMACS_ROOT)\nt\inc\sys\file.h 862 $(EMACS_ROOT)\nt\inc\sys\file.h
863 863
@@ -866,8 +866,8 @@ $(BLD)\terminfo.obj : \
866 866
867$(BLD)\textprop.obj : \ 867$(BLD)\textprop.obj : \
868 $(SRC)\textprop.c \ 868 $(SRC)\textprop.c \
869 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 869 $(EMACS_ROOT)\src\s\windowsnt.h \
870 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 870 $(EMACS_ROOT)\src\m\intel386.h \
871 $(EMACS_ROOT)\src\config.h \ 871 $(EMACS_ROOT)\src\config.h \
872 $(SRC)\lisp.h \ 872 $(SRC)\lisp.h \
873 $(SRC)\dispextern.h \ 873 $(SRC)\dispextern.h \
@@ -877,14 +877,14 @@ $(BLD)\textprop.obj : \
877 877
878$(BLD)\tparam.obj : \ 878$(BLD)\tparam.obj : \
879 $(SRC)\tparam.c \ 879 $(SRC)\tparam.c \
880 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 880 $(EMACS_ROOT)\src\s\windowsnt.h \
881 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 881 $(EMACS_ROOT)\src\m\intel386.h \
882 $(EMACS_ROOT)\src\config.h 882 $(EMACS_ROOT)\src\config.h
883 883
884$(BLD)\undo.obj : \ 884$(BLD)\undo.obj : \
885 $(SRC)\undo.c \ 885 $(SRC)\undo.c \
886 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 886 $(EMACS_ROOT)\src\s\windowsnt.h \
887 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 887 $(EMACS_ROOT)\src\m\intel386.h \
888 $(EMACS_ROOT)\src\config.h \ 888 $(EMACS_ROOT)\src\config.h \
889 $(SRC)\lisp.h \ 889 $(SRC)\lisp.h \
890 $(SRC)\buffer.h \ 890 $(SRC)\buffer.h \
@@ -896,8 +896,8 @@ $(BLD)\unexnt.obj : \
896 896
897$(BLD)\widget.obj : \ 897$(BLD)\widget.obj : \
898 $(SRC)\widget.c \ 898 $(SRC)\widget.c \
899 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 899 $(EMACS_ROOT)\src\s\windowsnt.h \
900 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 900 $(EMACS_ROOT)\src\m\intel386.h \
901 $(EMACS_ROOT)\src\config.h \ 901 $(EMACS_ROOT)\src\config.h \
902 $(SRC)\lisp.h \ 902 $(SRC)\lisp.h \
903 $(SRC)\xterm.h \ 903 $(SRC)\xterm.h \
@@ -908,8 +908,8 @@ $(BLD)\widget.obj : \
908 908
909$(BLD)\window.obj : \ 909$(BLD)\window.obj : \
910 $(SRC)\window.c \ 910 $(SRC)\window.c \
911 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 911 $(EMACS_ROOT)\src\s\windowsnt.h \
912 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 912 $(EMACS_ROOT)\src\m\intel386.h \
913 $(EMACS_ROOT)\src\config.h \ 913 $(EMACS_ROOT)\src\config.h \
914 $(SRC)\lisp.h \ 914 $(SRC)\lisp.h \
915 $(SRC)\buffer.h \ 915 $(SRC)\buffer.h \
@@ -923,8 +923,8 @@ $(BLD)\window.obj : \
923 923
924$(BLD)\xdisp.obj : \ 924$(BLD)\xdisp.obj : \
925 $(SRC)\xdisp.c \ 925 $(SRC)\xdisp.c \
926 $(EMACS_ROOT)\src\s\s-windowsnt.h \ 926 $(EMACS_ROOT)\src\s\windowsnt.h \
927 $(EMACS_ROOT)\src\m\m-windowsnt.h \ 927 $(EMACS_ROOT)\src\m\intel386.h \
928 $(EMACS_ROOT)\src\config.h \ 928 $(EMACS_ROOT)\src\config.h \
929 $(SRC)\lisp.h \ 929 $(SRC)\lisp.h \
930 $(SRC)\frame.h \ 930 $(SRC)\frame.h \