/[emacs]/emacs/src/makefile.w32-in
ViewVC logotype

Diff of /emacs/src/makefile.w32-in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by jasonr, Wed Mar 20 20:41:11 2002 UTC revision 1.17.2.1 by miles, Fri Apr 4 06:21:02 2003 UTC
# Line 82  OBJ1 =  $(BLD)/abbrev.$(O)                     \ Line 82  OBJ1 =  $(BLD)/abbrev.$(O)                     \
82          $(BLD)/lread.$(O)                       \          $(BLD)/lread.$(O)                       \
83          $(BLD)/macros.$(O)                      \          $(BLD)/macros.$(O)                      \
84          $(BLD)/marker.$(O)                      \          $(BLD)/marker.$(O)                      \
85          $(BLD)/md5.$(O)                         \          $(BLD)/md5.$(O)                         \
86          $(BLD)/minibuf.$(O)                     \          $(BLD)/minibuf.$(O)                     \
87          $(BLD)/w32.$(O)                         \          $(BLD)/w32.$(O)                         \
88          $(BLD)/w32heap.$(O)                     \          $(BLD)/w32heap.$(O)                     \
# Line 94  OBJ1 =  $(BLD)/abbrev.$(O)                     \ Line 94  OBJ1 =  $(BLD)/abbrev.$(O)                     \
94          $(BLD)/regex.$(O)                       \          $(BLD)/regex.$(O)                       \
95          $(BLD)/scroll.$(O)                      \          $(BLD)/scroll.$(O)                      \
96          $(BLD)/search.$(O)                      \          $(BLD)/search.$(O)                      \
97            $(BLD)/sound.$(O)                       \
98          $(BLD)/syntax.$(O)                      \          $(BLD)/syntax.$(O)                      \
99          $(BLD)/sysdep.$(O)                      \          $(BLD)/sysdep.$(O)                      \
100          $(BLD)/term.$(O)                        \          $(BLD)/term.$(O)                        \
# Line 133  LIBS =  $(TLIB0)       \ Line 134  LIBS =  $(TLIB0)       \
134          $(TLIB1)        \          $(TLIB1)        \
135          $(TLIBW32)      \          $(TLIBW32)      \
136          $(TLASTLIB)     \          $(TLASTLIB)     \
137            $(WINMM)    \
138          $(ADVAPI32)     \          $(ADVAPI32)     \
139          $(GDI32)        \          $(GDI32)        \
140          $(COMDLG32)     \          $(COMDLG32)     \
# Line 257  $(BLD)/abbrev.$(O) : \ Line 259  $(BLD)/abbrev.$(O) : \
259          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
260          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
261          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
         $(SRC)/commands.h \  
262          $(SRC)/buffer.h \          $(SRC)/buffer.h \
263            $(SRC)/charset.h \
264            $(SRC)/commands.h \
265            $(SRC)/dispextern.h \
266            $(SRC)/syntax.h \
267            $(SRC)/w32bdf.h \
268            $(SRC)/w32gui.h \
269          $(SRC)/window.h          $(SRC)/window.h
270    
271  $(BLD)/alloc.$(O) : \  $(BLD)/alloc.$(O) : \
# Line 266  $(BLD)/alloc.$(O) : \ Line 273  $(BLD)/alloc.$(O) : \
273          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
274          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
275          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
276            $(SRC)/blockinput.h \
277            $(SRC)/buffer.h \
278            $(SRC)/charset.h \
279            $(SRC)/composite.h \
280          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
281          $(SRC)/w32gui.h \          $(SRC)/frame.h \
282          $(SRC)/intervals.h \          $(SRC)/intervals.h \
283          $(SRC)/composite.h \          $(SRC)/keyboard.h \
284            $(SRC)/process.h \
285          $(SRC)/puresize.h \          $(SRC)/puresize.h \
286          $(SRC)/buffer.h \          $(SRC)/syssignal.h \
287          $(SRC)/window.h \          $(SRC)/w32bdf.h \
288          $(SRC)/frame.h \          $(SRC)/w32gui.h \
289          $(SRC)/blockinput.h \          $(SRC)/window.h
         $(SRC)/syssignal.h  
290    
291  $(BLD)/alloca.$(O) : \  $(BLD)/alloca.$(O) : \
292          $(SRC)/alloca.c \          $(SRC)/alloca.c \
# Line 285  $(BLD)/alloca.$(O) : \ Line 296  $(BLD)/alloca.$(O) : \
296          $(SRC)/s/ms-w32.h \          $(SRC)/s/ms-w32.h \
297          $(SRC)/m/intel386.h \          $(SRC)/m/intel386.h \
298          $(SRC)/config.h \          $(SRC)/config.h \
299          $(SRC)/blockinput.h          $(SRC)/atimer.h \
300            $(SRC)/blockinput.h \
301            $(SRC)/systime.h
302    
303  $(BLD)/atimer.$(O) : \  $(BLD)/atimer.$(O) : \
304          $(SRC)/atimer.c \          $(SRC)/atimer.c \
# Line 296  $(BLD)/atimer.$(O) : \ Line 309  $(BLD)/atimer.$(O) : \
309          $(SRC)/m/intel386.h \          $(SRC)/m/intel386.h \
310          $(SRC)/config.h \          $(SRC)/config.h \
311          $(SRC)/atimer.h \          $(SRC)/atimer.h \
312            $(SRC)/blockinput.h \
313          $(SRC)/syssignal.h \          $(SRC)/syssignal.h \
314          $(SRC)/systime.h \          $(SRC)/systime.h
         $(SRC)/blockinput.h  
315    
316  $(BLD)/buffer.$(O) : \  $(BLD)/buffer.$(O) : \
317          $(SRC)/buffer.c \          $(SRC)/buffer.c \
# Line 306  $(BLD)/buffer.$(O) : \ Line 319  $(BLD)/buffer.$(O) : \
319          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
320          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
321          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
322          $(SRC)/dispextern.h \          $(SRC)/blockinput.h \
323          $(SRC)/w32gui.h \          $(SRC)/buffer.h \
324          $(SRC)/intervals.h \          $(SRC)/charset.h \
325            $(SRC)/commands.h \
326          $(SRC)/composite.h \          $(SRC)/composite.h \
327            $(SRC)/dispextern.h \
328          $(SRC)/frame.h \          $(SRC)/frame.h \
         $(SRC)/window.h \  
         $(SRC)/commands.h \  
         $(SRC)/buffer.h \  
329          $(SRC)/indent.h \          $(SRC)/indent.h \
330          $(SRC)/blockinput.h \          $(SRC)/intervals.h \
331          $(SRC)/region-cache.h          $(SRC)/keyboard.h \
332            $(SRC)/keymap.h \
333            $(SRC)/region-cache.h \
334            $(SRC)/w32bdf.h \
335            $(SRC)/w32gui.h \
336            $(SRC)/window.h
337    
338  $(BLD)/bytecode.$(O) : \  $(BLD)/bytecode.$(O) : \
339          $(SRC)/bytecode.c \          $(SRC)/bytecode.c \
# Line 324  $(BLD)/bytecode.$(O) : \ Line 341  $(BLD)/bytecode.$(O) : \
341          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
342          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
343          $(SRC)/buffer.h \          $(SRC)/buffer.h \
344            $(SRC)/charset.h \
345          $(SRC)/syntax.h          $(SRC)/syntax.h
346    
347  $(BLD)/callint.$(O) : \  $(BLD)/callint.$(O) : \
# Line 333  $(BLD)/callint.$(O) : \ Line 351  $(BLD)/callint.$(O) : \
351          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
352          $(SRC)/buffer.h \          $(SRC)/buffer.h \
353          $(SRC)/commands.h \          $(SRC)/commands.h \
354            $(SRC)/dispextern.h \
355          $(SRC)/keyboard.h \          $(SRC)/keyboard.h \
356            $(SRC)/keymap.h \
357            $(SRC)/w32bdf.h \
358            $(SRC)/w32gui.h \
359          $(SRC)/window.h          $(SRC)/window.h
360    
361  $(BLD)/callproc.$(O) : \  $(BLD)/callproc.$(O) : \
# Line 341  $(BLD)/callproc.$(O) : \ Line 363  $(BLD)/callproc.$(O) : \
363          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
364          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
365          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
         $(SRC)/msdos.h \  
366          $(EMACS_ROOT)/nt/inc/sys/param.h \          $(EMACS_ROOT)/nt/inc/sys/param.h \
367          $(SRC)/commands.h \          $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
368            $(EMACS_ROOT)/nt/inc/sys/file.h \
369          $(SRC)/buffer.h \          $(SRC)/buffer.h \
370            $(SRC)/ccl.h \
371            $(SRC)/charset.h \
372            $(SRC)/coding.h \
373            $(SRC)/commands.h \
374            $(SRC)/composite.h \
375            $(SRC)/epaths.h \
376          $(SRC)/process.h \          $(SRC)/process.h \
377          $(SRC)/syssignal.h \          $(SRC)/syssignal.h \
378          $(EMACS_ROOT)/nt/inc/sys/ioctl.h \          $(SRC)/systty.h \
379          $(EMACS_ROOT)/nt/inc/sys/file.h \          $(SRC)/w32.h
         $(SRC)/systty.h  
380    
381  $(BLD)/casefiddle.$(O) : \  $(BLD)/casefiddle.$(O) : \
382          $(SRC)/casefiddle.c \          $(SRC)/casefiddle.c \
# Line 357  $(BLD)/casefiddle.$(O) : \ Line 384  $(BLD)/casefiddle.$(O) : \
384          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
385          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
386          $(SRC)/buffer.h \          $(SRC)/buffer.h \
387            $(SRC)/charset.h \
388          $(SRC)/commands.h \          $(SRC)/commands.h \
389            $(SRC)/composite.h \
390            $(SRC)/keymap.h \
391          $(SRC)/syntax.h          $(SRC)/syntax.h
392    
393  $(BLD)/casetab.$(O) : \  $(BLD)/casetab.$(O) : \
# Line 365  $(BLD)/casetab.$(O) : \ Line 395  $(BLD)/casetab.$(O) : \
395          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
396          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
397          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
398          $(SRC)/buffer.h          $(SRC)/buffer.h \
399            $(SRC)/charset.h
400    
401    $(BLD)/category.$(O) : \
402            $(SRC)/category.c \
403            $(EMACS_ROOT)/src/s/ms-w32.h \
404            $(EMACS_ROOT)/src/m/intel386.h \
405            $(EMACS_ROOT)/src/config.h \
406            $(SRC)/buffer.h \
407            $(SRC)/category.h \
408            $(SRC)/charset.h \
409            $(SRC)/keymap.h
410    
411    $(BLD)/ccl.$(O) : \
412            $(SRC)/ccl.c \
413            $(EMACS_ROOT)/src/s/ms-w32.h \
414            $(EMACS_ROOT)/src/m/intel386.h \
415            $(EMACS_ROOT)/src/config.h \
416            $(SRC)/ccl.h \
417            $(SRC)/charset.h \
418            $(SRC)/coding.h
419    
420    $(BLD)/charset.$(O) : \
421            $(SRC)/charset.c \
422            $(EMACS_ROOT)/src/s/ms-w32.h \
423            $(EMACS_ROOT)/src/m/intel386.h \
424            $(EMACS_ROOT)/src/config.h \
425            $(SRC)/buffer.h \
426            $(SRC)/ccl.h \
427            $(SRC)/charset.h \
428            $(SRC)/coding.h \
429            $(SRC)/composite.h \
430            $(SRC)/disptab.h
431    
432  $(BLD)/cm.$(O) : \  $(BLD)/cm.$(O) : \
433          $(SRC)/cm.c \          $(SRC)/cm.c \
# Line 380  $(BLD)/cmds.$(O) : \ Line 442  $(BLD)/cmds.$(O) : \
442          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
443          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
444          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
445            $(SRC)/buffer.h \
446            $(SRC)/charset.h \
447          $(SRC)/commands.h \          $(SRC)/commands.h \
448            $(SRC)/dispextern.h \
449            $(SRC)/keyboard.h \
450            $(SRC)/keymap.h \
451            $(SRC)/syntax.h \
452            $(SRC)/w32bdf.h \
453            $(SRC)/w32gui.h \
454            $(SRC)/window.h
455    
456    $(BLD)/coding.$(O) : \
457            $(SRC)/coding.c \
458            $(EMACS_ROOT)/src/s/ms-w32.h \
459            $(EMACS_ROOT)/src/m/intel386.h \
460            $(EMACS_ROOT)/src/config.h \
461          $(SRC)/buffer.h \          $(SRC)/buffer.h \
462          $(SRC)/syntax.h          $(SRC)/ccl.h \
463            $(SRC)/charset.h \
464            $(SRC)/coding.h \
465            $(SRC)/composite.h \
466            $(SRC)/dispextern.h \
467            $(SRC)/w32bdf.h \
468            $(SRC)/w32gui.h \
469            $(SRC)/window.h
470    
471  $(BLD)/composite.$(O) : \  $(BLD)/composite.$(O) : \
472          $(SRC)/composite.c \          $(SRC)/composite.c \
473            $(EMACS_ROOT)/src/s/ms-w32.h \
474            $(EMACS_ROOT)/src/m/intel386.h \
475            $(EMACS_ROOT)/src/config.h \
476          $(SRC)/buffer.h \          $(SRC)/buffer.h \
477          $(SRC)/charset.h \          $(SRC)/charset.h \
         $(SRC)/intervals.h \  
478          $(SRC)/composite.h \          $(SRC)/composite.h \
479          $(EMACS_ROOT)/src/s/ms-w32.h \          $(SRC)/dispextern.h \
480          $(EMACS_ROOT)/src/m/intel386.h \          $(SRC)/intervals.h \
481          $(EMACS_ROOT)/src/config.h          $(SRC)/w32bdf.h \
482            $(SRC)/w32gui.h
483    
484  $(BLD)/data.$(O) : \  $(BLD)/data.$(O) : \
485          $(SRC)/data.c \          $(SRC)/data.c \
486          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
487          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
488          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
         $(SRC)/puresize.h \  
489          $(SRC)/buffer.h \          $(SRC)/buffer.h \
490            $(SRC)/charset.h \
491            $(SRC)/frame.h \
492            $(SRC)/keyboard.h \
493            $(SRC)/puresize.h \
494          $(SRC)/syssignal.h          $(SRC)/syssignal.h
495    
496  $(BLD)/dired.$(O) : \  $(BLD)/dired.$(O) : \
# Line 408  $(BLD)/dired.$(O) : \ Line 498  $(BLD)/dired.$(O) : \
498          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
499          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
500          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
         $(SRC)/ndir.h \  
501          $(SRC)/buffer.h \          $(SRC)/buffer.h \
502            $(SRC)/ccl.h \
503            $(SRC)/charset.h \
504            $(SRC)/coding.h \
505          $(SRC)/commands.h \          $(SRC)/commands.h \
506          $(SRC)/regex.h          $(SRC)/ndir.h \
507            $(SRC)/regex.h \
508            $(SRC)/systime.h
509    
510  $(BLD)/dispnew.$(O) : \  $(BLD)/dispnew.$(O) : \
511          $(SRC)/dispnew.c \          $(SRC)/dispnew.c \
512          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
513          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
514          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
515          $(SRC)/termchar.h \          $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
516          $(SRC)/termopts.h \          $(EMACS_ROOT)/nt/inc/sys/file.h \
517          $(SRC)/termhooks.h \          $(SRC)/atimer.h \
518          $(SRC)/cm.h \          $(SRC)/blockinput.h \
519          $(SRC)/buffer.h \          $(SRC)/buffer.h \
520          $(SRC)/frame.h \          $(SRC)/charset.h \
521          $(SRC)/window.h \          $(SRC)/cm.h \
522          $(SRC)/commands.h \          $(SRC)/commands.h \
523            $(SRC)/composite.h \
524            $(SRC)/dispextern.h \
525          $(SRC)/disptab.h \          $(SRC)/disptab.h \
526            $(SRC)/frame.h \
527          $(SRC)/indent.h \          $(SRC)/indent.h \
         $(SRC)/dispextern.h \  
528          $(SRC)/intervals.h \          $(SRC)/intervals.h \
529          $(SRC)/composite.h \          $(SRC)/keyboard.h \
530          $(EMACS_ROOT)/nt/inc/sys/ioctl.h \          $(SRC)/process.h \
531          $(EMACS_ROOT)/nt/inc/sys/file.h \          $(SRC)/syssignal.h \
532          $(SRC)/systty.h \          $(SRC)/systime.h \
533          $(SRC)/w32term.h \          $(SRC)/termchar.h \
534            $(SRC)/termhooks.h \
535            $(SRC)/termopts.h \
536            $(SRC)/w32bdf.h \
537          $(SRC)/w32gui.h \          $(SRC)/w32gui.h \
538          $(SRC)/xterm.h \          $(SRC)/w32term.h \
539          $(SRC)/systime.h          $(SRC)/window.h
540    
541  $(BLD)/doc.$(O) : \  $(BLD)/doc.$(O) : \
542          $(SRC)/doc.c \          $(SRC)/doc.c \
# Line 446  $(BLD)/doc.$(O) : \ Line 545  $(BLD)/doc.$(O) : \
545          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
546          $(EMACS_ROOT)/nt/inc/sys/file.h \          $(EMACS_ROOT)/nt/inc/sys/file.h \
547          $(SRC)/buffer.h \          $(SRC)/buffer.h \
548          $(SRC)/keyboard.h          $(SRC)/charset.h \
549            $(SRC)/keyboard.h \
550            $(SRC)/keymap.h
551    
552  $(BLD)/doprnt.$(O) : \  $(BLD)/doprnt.$(O) : \
553          $(SRC)/doprnt.c \          $(SRC)/doprnt.c \
554          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
555          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
         $(EMACS_ROOT)/src/config.h  
   
 $(BLD)/dosfns.$(O) : \  
         $(SRC)/dosfns.c \  
         $(EMACS_ROOT)/src/s/ms-w32.h \  
         $(EMACS_ROOT)/src/m/intel386.h \  
556          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
557          $(SRC)/buffer.h \          $(SRC)/charset.c
         $(SRC)/termchar.h \  
         $(SRC)/termhooks.h \  
         $(SRC)/frame.h \  
         $(SRC)/dosfns.h \  
         $(SRC)/msdos.h  
558    
559  $(BLD)/editfns.$(O) : \  $(BLD)/editfns.$(O) : \
560          $(SRC)/editfns.c \          $(SRC)/editfns.c \
561          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
562          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
563          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
         $(SRC)/uaf.h \  
564          $(EMACS_ROOT)/nt/inc/pwd.h \          $(EMACS_ROOT)/nt/inc/pwd.h \
565            $(SRC)/buffer.h \
566            $(SRC)/ccl.h \
567            $(SRC)/charset.h \
568            $(SRC)/coding.h \
569            $(SRC)/composite.h \
570          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
571          $(SRC)/w32gui.h \          $(SRC)/frame.h \
572          $(SRC)/intervals.h \          $(SRC)/intervals.h \
573          $(SRC)/composite.h \          $(SRC)/systime.h \
574          $(SRC)/buffer.h \          $(SRC)/w32bdf.h \
575          $(SRC)/window.h \          $(SRC)/w32gui.h \
576          $(SRC)/systime.h          $(SRC)/window.h
577    
578  $(BLD)/emacs.$(O) : \  $(BLD)/emacs.$(O) : \
579          $(SRC)/emacs.c \          $(SRC)/emacs.c \
580          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
581          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
582          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
583            $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
584            $(EMACS_ROOT)/nt/inc/sys/file.h \
585            $(SRC)/atimer.h \
586            $(SRC)/blockinput.h \
587            $(SRC)/buffer.h \
588          $(SRC)/commands.h \          $(SRC)/commands.h \
589            $(SRC)/composite.h \
590          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
         $(SRC)/w32gui.h \  
591          $(SRC)/intervals.h \          $(SRC)/intervals.h \
592          $(SRC)/composite.h \          $(SRC)/keyboard.h \
593          $(EMACS_ROOT)/nt/inc/sys/ioctl.h \          $(SRC)/keymap.h \
594          $(EMACS_ROOT)/nt/inc/sys/file.h \          $(SRC)/process.h \
         $(SRC)/systty.h \  
595          $(SRC)/syssignal.h \          $(SRC)/syssignal.h \
596          $(SRC)/process.h          $(SRC)/systime.h \
597            $(SRC)/systty.h \
598            $(SRC)/termhooks.h \
599            $(SRC)/w32bdf.h \
600            $(SRC)/w32gui.h
601    
602  $(BLD)/eval.$(O) : \  $(BLD)/eval.$(O) : \
603          $(SRC)/eval.c \          $(SRC)/eval.c \
604          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
605          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
606          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
607            $(SRC)/atimer.h \
608          $(SRC)/blockinput.h \          $(SRC)/blockinput.h \
609          $(SRC)/commands.h \          $(SRC)/commands.h \
610          $(SRC)/keyboard.h          $(SRC)/dispextern.h \
611            $(SRC)/keyboard.h \
612            $(SRC)/systime.h \
613            $(SRC)/w32bdf.h \
614            $(SRC)/w32gui.h
615    
616  $(BLD)/fileio.$(O) : \  $(BLD)/fileio.$(O) : \
617          $(SRC)/fileio.c \          $(SRC)/fileio.c \
618          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
619          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
620          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
         $(SRC)/uaf.h \  
621          $(EMACS_ROOT)/nt/inc/pwd.h \          $(EMACS_ROOT)/nt/inc/pwd.h \
         $(SRC)/msdos.h \  
622          $(EMACS_ROOT)/nt/inc/sys/param.h \          $(EMACS_ROOT)/nt/inc/sys/param.h \
623            $(EMACS_ROOT)/nt/inc/sys/file.h \
624            $(SRC)/buffer.h \
625            $(SRC)/ccl.h \
626            $(SRC)/charset.h \
627            $(SRC)/coding.h \
628            $(SRC)/commands.h \
629            $(SRC)/composite.h \
630          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
         $(SRC)/w32gui.h \  
631          $(SRC)/intervals.h \          $(SRC)/intervals.h \
632          $(SRC)/composite.h \          $(SRC)/systime.h \
633          $(SRC)/buffer.h \          $(SRC)/w32bdf.h \
634          $(SRC)/window.h \          $(SRC)/w32gui.h \
635          $(EMACS_ROOT)/nt/inc/sys/file.h \          $(SRC)/window.h
         $(SRC)/systime.h  
636    
637  $(BLD)/filelock.$(O) : \  $(BLD)/filelock.$(O) : \
638          $(SRC)/filelock.c \          $(SRC)/filelock.c \
639          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
640          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
641          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
         $(SRC)/uaf.h \  
642          $(EMACS_ROOT)/nt/inc/pwd.h \          $(EMACS_ROOT)/nt/inc/pwd.h \
643          $(EMACS_ROOT)/nt/inc/sys/file.h \          $(EMACS_ROOT)/nt/inc/sys/file.h \
644          $(EMACS_ROOT)/src/epaths.h \          $(EMACS_ROOT)/src/epaths.h \
645          $(SRC)/buffer.h \          $(SRC)/buffer.h \
646          $(SRC)/ndir.h          $(SRC)/ccl.h \
647            $(SRC)/charset.h \
648            $(SRC)/coding.h \
649            $(SRC)/systime.h
650    
651  $(BLD)/filemode.$(O) : \  $(BLD)/filemode.$(O) : \
652          $(SRC)/filemode.c \          $(SRC)/filemode.c \
# Line 563  $(BLD)/fns.$(O) : \ Line 675  $(BLD)/fns.$(O) : \
675          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
676          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
677          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
678          $(SRC)/commands.h \          $(SRC)/atimer.h \
679            $(SRC)/blockinput.h \
680          $(SRC)/buffer.h \          $(SRC)/buffer.h \
681          $(SRC)/keyboard.h \          $(SRC)/ccl.h \
682            $(SRC)/charset.h \
683            $(SRC)/coding.h \
684            $(SRC)/commands.h \
685            $(SRC)/composite.h \
686          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
687          $(SRC)/w32gui.h \          $(SRC)/frame.h \
688          $(SRC)/intervals.h \          $(SRC)/intervals.h \
689          $(SRC)/composite.h \          $(SRC)/keyboard.h \
690          $(SRC)/md5.h          $(SRC)/keymap.h \
691            $(SRC)/md5.h \
692            $(SRC)/systime.h \
693            $(SRC)/w32bdf.h \
694            $(SRC)/w32gui.h \
695            $(SRC)/window.h
696    
697  $(BLD)/frame.$(O) : \  $(BLD)/fontset.$(O) : \
698          $(SRC)/frame.c \          $(SRC)/fontset.c \
699          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
700          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
701          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
         $(SRC)/frame.h \  
         $(SRC)/termhooks.h \  
         $(SRC)/window.h \  
702          $(SRC)/buffer.h \          $(SRC)/buffer.h \
703          $(SRC)/commands.h \          $(SRC)/ccl.h \
704          $(SRC)/keyboard.h          $(SRC)/charset.h \
705            $(SRC)/dispextern.h \
706            $(SRC)/fontset.h \
707            $(SRC)/frame.h \
708            $(SRC)/keyboard.h \
709            $(SRC)/w32bdf.h \
710            $(SRC)/w32gui.h \
711            $(SRC)/window.h
712    
713  $(BLD)/getloadavg.$(O) : \  $(BLD)/frame.$(O) : \
714          $(SRC)/getloadavg.c \          $(SRC)/frame.c \
         $(EMACS_ROOT)/nt/inc/sys/param.h \  
715          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
716          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
717          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
718          $(SRC)/s/ms-w32.h \          $(SRC)/atimer.h \
719          $(SRC)/m/intel386.h \          $(SRC)/blockinput.h \
720          $(SRC)/config.h \          $(SRC)/buffer.h \
721          $(EMACS_ROOT)/nt/inc/sys/file.h          $(SRC)/charset.h \
722            $(SRC)/commands.h \
723            $(SRC)/dispextern.h \
724            $(SRC)/fontset.h \
725            $(SRC)/frame.h \
726            $(SRC)/keyboard.h \
727            $(SRC)/systime.h \
728            $(SRC)/termhooks.h \
729            $(SRC)/w32bdf.h \
730            $(SRC)/w32gui.h \
731            $(SRC)/w32term.h \
732            $(SRC)/window.h
733    
734  $(BLD)/gmalloc.$(O) : \  $(BLD)/gmalloc.$(O) : \
735          $(SRC)/gmalloc.c \          $(SRC)/gmalloc.c \
# Line 603  $(BLD)/gmalloc.$(O) : \ Line 739  $(BLD)/gmalloc.$(O) : \
739          $(EMACS_ROOT)/nt/inc/sys/param.h \          $(EMACS_ROOT)/nt/inc/sys/param.h \
740          $(SRC)/getpagesize.h          $(SRC)/getpagesize.h
741    
 $(BLD)/hftctl.$(O) : \  
         $(SRC)/hftctl.c \  
         $(EMACS_ROOT)/src/s/ms-w32.h \  
         $(EMACS_ROOT)/src/m/intel386.h \  
         $(EMACS_ROOT)/src/config.h \  
         $(EMACS_ROOT)/nt/inc/sys/ioctl.h  
   
742  $(BLD)/indent.$(O) : \  $(BLD)/indent.$(O) : \
743          $(SRC)/indent.c \          $(SRC)/indent.c \
744          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
745          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
746          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
747          $(SRC)/buffer.h \          $(SRC)/buffer.h \
748          $(SRC)/indent.h \          $(SRC)/category.h \
749            $(SRC)/charset.h \
750            $(SRC)/composite.h \
751            $(SRC)/dispextern.h \
752            $(SRC)/disptab.h \
753          $(SRC)/frame.h \          $(SRC)/frame.h \
754          $(SRC)/window.h \          $(SRC)/indent.h \
755            $(SRC)/intervals.h \
756            $(SRC)/keyboard.h \
757            $(SRC)/region-cache.h \
758          $(SRC)/termchar.h \          $(SRC)/termchar.h \
759          $(SRC)/termopts.h \          $(SRC)/termopts.h \
760          $(SRC)/disptab.h \          $(SRC)/w32bdf.h \
         $(SRC)/dispextern.h \  
761          $(SRC)/w32gui.h \          $(SRC)/w32gui.h \
762          $(SRC)/intervals.h \          $(SRC)/window.h
         $(SRC)/region-cache.h \  
         $(SRC)/composite.h  
763    
764  $(BLD)/insdel.$(O) : \  $(BLD)/insdel.$(O) : \
765          $(SRC)/insdel.c \          $(SRC)/insdel.c \
766          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
767          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
768          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
769            $(SRC)/atimer.h \
770            $(SRC)/blockinput.h \
771            $(SRC)/buffer.h \
772            $(SRC)/charset.h \
773            $(SRC)/composite.h \
774          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
         $(SRC)/w32gui.h \  
775          $(SRC)/intervals.h \          $(SRC)/intervals.h \
776          $(SRC)/composite.h \          $(SRC)/region-cache.h \
777          $(SRC)/buffer.h \          $(SRC)/systime.h \
778          $(SRC)/window.h \          $(SRC)/w32bdf.h \
779          $(SRC)/blockinput.h          $(SRC)/w32gui.h \
780            $(SRC)/window.h
781    
782  $(BLD)/intervals.$(O) : \  $(BLD)/intervals.$(O) : \
783          $(SRC)/intervals.c \          $(SRC)/intervals.c \
784          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
785          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
786          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
787            $(SRC)/buffer.h \
788            $(SRC)/composite.h \
789          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
         $(SRC)/w32gui.h \  
790          $(SRC)/intervals.h \          $(SRC)/intervals.h \
         $(SRC)/composite.h \  
791          $(SRC)/keyboard.h \          $(SRC)/keyboard.h \
792          $(SRC)/buffer.h \          $(SRC)/keymap.h \
793          $(SRC)/puresize.h          $(SRC)/puresize.h \
794            $(SRC)/w32bdf.h \
795            $(SRC)/w32gui.h
796    
797  $(BLD)/keyboard.$(O) : \  $(BLD)/keyboard.$(O) : \
798          $(SRC)/keyboard.c \          $(SRC)/keyboard.c \
799          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
800          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
801          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
802          $(SRC)/termchar.h \          $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
803          $(SRC)/termopts.h \          $(EMACS_ROOT)/nt/inc/sys/file.h \
804          $(SRC)/termhooks.h \          $(SRC)/atimer.h \
805          $(SRC)/macros.h \          $(SRC)/blockinput.h \
         $(SRC)/frame.h \  
         $(SRC)/window.h \  
         $(SRC)/commands.h \  
806          $(SRC)/buffer.h \          $(SRC)/buffer.h \
807          $(SRC)/disptab.h \          $(SRC)/charset.h \
808          $(SRC)/keyboard.h \          $(SRC)/commands.h \
809            $(SRC)/composite.h \
810          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
811            $(SRC)/disptab.h \
812            $(SRC)/frame.h \
813          $(SRC)/intervals.h \          $(SRC)/intervals.h \
814          $(SRC)/composite.h \          $(SRC)/keyboard.h \
815          $(SRC)/blockinput.h \          $(SRC)/keymap.h \
816          $(SRC)/msdos.h \          $(SRC)/macros.h \
817            $(SRC)/puresize.h \
818            $(SRC)/syntax.h \
819          $(SRC)/syssignal.h \          $(SRC)/syssignal.h \
820          $(EMACS_ROOT)/nt/inc/sys/ioctl.h \          $(SRC)/systime.h \
         $(EMACS_ROOT)/nt/inc/sys/file.h \  
821          $(SRC)/systty.h \          $(SRC)/systty.h \
822          $(SRC)/w32term.h \          $(SRC)/termchar.h \
823            $(SRC)/termhooks.h \
824            $(SRC)/termopts.h \
825            $(SRC)/w32bdf.h \
826          $(SRC)/w32gui.h \          $(SRC)/w32gui.h \
827          $(SRC)/xterm.h \          $(SRC)/w32term.h \
828          $(SRC)/systime.h \          $(SRC)/window.h
         $(SRC)/atimer.h  
829    
830  $(BLD)/keymap.$(O) : \  $(BLD)/keymap.$(O) : \
831          $(SRC)/keymap.c \          $(SRC)/keymap.c \
832          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
833          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
834          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
835          $(SRC)/commands.h \          $(SRC)/atimer.h \
836            $(SRC)/blockinput.h \
837          $(SRC)/buffer.h \          $(SRC)/buffer.h \
838            $(SRC)/charset.h \
839            $(SRC)/commands.h \
840            $(SRC)/composite.h \
841            $(SRC)/dispextern.h \
842            $(SRC)/intervals.h \
843          $(SRC)/keyboard.h \          $(SRC)/keyboard.h \
844            $(SRC)/keymap.h \
845            $(SRC)/puresize.h \
846            $(SRC)/systime.h \
847          $(SRC)/termhooks.h \          $(SRC)/termhooks.h \
848          $(SRC)/blockinput.h          $(SRC)/w32bdf.h \
849            $(SRC)/w32gui.h
850    
851  $(BLD)/lastfile.$(O) : \  $(BLD)/lastfile.$(O) : \
852          $(SRC)/lastfile.c \          $(SRC)/lastfile.c \
# Line 707  $(BLD)/lread.$(O) : \ Line 860  $(BLD)/lread.$(O) : \
860          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
861          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
862          $(EMACS_ROOT)/nt/inc/sys/file.h \          $(EMACS_ROOT)/nt/inc/sys/file.h \
         $(SRC)/buffer.h \  
863          $(EMACS_ROOT)/src/epaths.h \          $(EMACS_ROOT)/src/epaths.h \
864            $(SRC)/buffer.h \
865            $(SRC)/ccl.h \
866            $(SRC)/charset.h \
867            $(SRC)/coding.h \
868          $(SRC)/commands.h \          $(SRC)/commands.h \
869            $(SRC)/composite.h \
870            $(SRC)/dispextern.h \
871            $(SRC)/intervals.h \
872          $(SRC)/keyboard.h \          $(SRC)/keyboard.h \
873          $(SRC)/termhooks.h \          $(SRC)/termhooks.h \
874          $(SRC)/msdos.h          $(SRC)/w32bdf.h \
875            $(SRC)/w32gui.h
876    
877  $(BLD)/macros.$(O) : \  $(BLD)/macros.$(O) : \
878          $(SRC)/macros.c \          $(SRC)/macros.c \
879          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
880          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
881          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
         $(SRC)/macros.h \  
         $(SRC)/commands.h \  
882          $(SRC)/buffer.h \          $(SRC)/buffer.h \
883            $(SRC)/commands.h \
884            $(SRC)/dispextern.h \
885            $(SRC)/keyboard.h \
886            $(SRC)/macros.h \
887            $(SRC)/w32bdf.h \
888            $(SRC)/w32gui.h \
889          $(SRC)/window.h          $(SRC)/window.h
890    
891  $(BLD)/marker.$(O) : \  $(BLD)/marker.$(O) : \
# Line 729  $(BLD)/marker.$(O) : \ Line 893  $(BLD)/marker.$(O) : \
893          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
894          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
895          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
896          $(SRC)/buffer.h          $(SRC)/buffer.h \
897            $(SRC)/charset.h
898    
899  $(BLD)/md5.$(O) : \  $(BLD)/md5.$(O) : \
900          $(SRC)/md5.c \          $(SRC)/md5.c \
901          $(SRC)/md5.h          $(SRC)/md5.h
902    
903  $(BLD)/minibuf.$(O) : \  $(BLD)/minibuf.$(O) : \
904          $(SRC)/minibuf.c \          $(SRC)/minibuf.c \
905          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
906          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
907          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
         $(SRC)/commands.h \  
908          $(SRC)/buffer.h \          $(SRC)/buffer.h \
909            $(SRC)/charset.h \
910            $(SRC)/commands.h \
911            $(SRC)/composite.h \
912          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
         $(SRC)/w32gui.h \  
913          $(SRC)/frame.h \          $(SRC)/frame.h \
914          $(SRC)/window.h \          $(SRC)/intervals.h \
915          $(SRC)/syntax.h          $(SRC)/keyboard.h \
916            $(SRC)/keymap.h \
917            $(SRC)/syntax.h \
918            $(SRC)/w32bdf.h \
919            $(SRC)/w32gui.h \
920            $(SRC)/window.h
921    
922  $(BLD)/w32.$(O) : \  $(BLD)/w32.$(O) : \
923          $(SRC)/w32.c \          $(SRC)/w32.c \
924          $(SRC)/w32.h \          $(EMACS_ROOT)/nt/inc/pwd.h \
925          $(SRC)/s/ms-w32.h \          $(SRC)/s/ms-w32.h \
926          $(SRC)/m/intel386.h \          $(SRC)/m/intel386.h \
927          $(SRC)/config.h \          $(SRC)/config.h \
928          $(EMACS_ROOT)/nt/inc/pwd.h \          $(SRC)/ndir.h \
929            $(SRC)/systime.h \
930            $(SRC)/w32.h \
931          $(SRC)/w32heap.h          $(SRC)/w32heap.h
932    
933  $(BLD)/w32heap.$(O) : \  $(BLD)/w32heap.$(O) : \
934          $(SRC)/w32heap.c \          $(SRC)/w32heap.c \
         $(SRC)/w32heap.h \  
935          $(SRC)/s/ms-w32.h \          $(SRC)/s/ms-w32.h \
936          $(SRC)/m/intel386.h \          $(SRC)/m/intel386.h \
937          $(SRC)/config.h          $(SRC)/config.h \
938            $(SRC)/w32heap.h
939    
940  $(BLD)/w32inevt.$(O) : \  $(BLD)/w32inevt.$(O) : \
941          $(SRC)/w32inevt.c \          $(SRC)/w32inevt.c \
942          $(SRC)/s/ms-w32.h \          $(SRC)/s/ms-w32.h \
943          $(SRC)/m/intel386.h \          $(SRC)/m/intel386.h \
944          $(SRC)/config.h \          $(SRC)/config.h \
945          $(SRC)/frame.h \          $(SRC)/atimer.h \
946          $(SRC)/blockinput.h \          $(SRC)/blockinput.h \
947            $(SRC)/frame.h \
948            $(SRC)/keyboard.h \
949            $(SRC)/systime.h \
950          $(SRC)/termhooks.h \          $(SRC)/termhooks.h \
951            $(SRC)/w32bdf.h \
952            $(SRC)/w32gui.h \
953          $(SRC)/w32heap.h \          $(SRC)/w32heap.h \
954          $(SRC)/w32term.h \          $(SRC)/w32term.h
         $(SRC)/w32gui.h  
955    
956  $(BLD)/w32proc.$(O) : \  $(BLD)/w32proc.$(O) : \
957          $(SRC)/w32proc.c \          $(SRC)/w32proc.c \
958          $(SRC)/s/ms-w32.h \          $(SRC)/s/ms-w32.h \
959          $(SRC)/m/intel386.h \          $(SRC)/m/intel386.h \
960          $(SRC)/config.h \          $(SRC)/config.h \
961            $(SRC)/process.h \
962            $(SRC)/syssignal.h \
963            $(SRC)/systime.h \
964            $(SRC)/syswait.h \
965          $(SRC)/w32.h \          $(SRC)/w32.h \
966            $(SRC)/w32bdf.h \
967            $(SRC)/w32gui.h \
968          $(SRC)/w32heap.h \          $(SRC)/w32heap.h \
969          $(SRC)/systime.h          $(SRC)/w32term.h
970    
971  $(BLD)/w32console.$(O) : \  $(BLD)/w32console.$(O) : \
972          $(SRC)/w32console.c \          $(SRC)/w32console.c \
973          $(SRC)/s/ms-w32.h \          $(SRC)/s/ms-w32.h \
974          $(SRC)/m/intel386.h \          $(SRC)/m/intel386.h \
975            $(SRC)/ccl.h \
976            $(SRC)/charset.h \
977            $(SRC)/coding.h \
978          $(SRC)/config.h \          $(SRC)/config.h \
979          $(SRC)/frame.h \          $(SRC)/dispextern.h \
980          $(SRC)/disptab.h \          $(SRC)/disptab.h \
981            $(SRC)/frame.h \
982          $(SRC)/termhooks.h \          $(SRC)/termhooks.h \
983            $(SRC)/w32bdf.h \
984            $(SRC)/w32gui.h \
985          $(SRC)/w32inevt.h          $(SRC)/w32inevt.h
986    
 $(BLD)/prefix-args.$(O) : \  
         $(SRC)/prefix-args.c  
   
987  $(BLD)/print.$(O) : \  $(BLD)/print.$(O) : \
988          $(SRC)/print.c \          $(SRC)/print.c \
989          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
990          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
991          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
992          $(SRC)/buffer.h \          $(SRC)/buffer.h \
993            $(SRC)/charset.h \
994            $(SRC)/composite.h \
995            $(SRC)/dispextern.h \
996          $(SRC)/frame.h \          $(SRC)/frame.h \
997          $(SRC)/window.h \          $(SRC)/intervals.h \
998            $(SRC)/keyboard.h \
999          $(SRC)/process.h \          $(SRC)/process.h \
1000          $(SRC)/termchar.h \          $(SRC)/termchar.h \
1001          $(SRC)/dispextern.h \          $(SRC)/w32bdf.h \
1002          $(SRC)/w32gui.h \          $(SRC)/w32gui.h \
1003          $(SRC)/intervals.h \          $(SRC)/window.h
         $(SRC)/composite.h  
1004    
1005  $(BLD)/process.$(O) : \  $(BLD)/process.$(O) : \
1006          $(SRC)/process.c \          $(SRC)/process.c \
# Line 820  $(BLD)/process.$(O) : \ Line 1009  $(BLD)/process.$(O) : \
1009          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1010          $(EMACS_ROOT)/nt/inc/sys/ioctl.h \          $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1011          $(EMACS_ROOT)/nt/inc/sys/file.h \          $(EMACS_ROOT)/nt/inc/sys/file.h \
1012          $(SRC)/systty.h \          $(SRC)/atimer.h \
1013          $(SRC)/window.h \          $(SRC)/blockinput.h \
1014          $(SRC)/buffer.h \          $(SRC)/buffer.h \
1015          $(SRC)/process.h \          $(SRC)/ccl.h \
1016          $(SRC)/termhooks.h \          $(SRC)/charset.h \
1017            $(SRC)/coding.h \
1018          $(SRC)/commands.h \          $(SRC)/commands.h \
1019            $(SRC)/composite.h \
1020            $(SRC)/dispextern.h \
1021          $(SRC)/frame.h \          $(SRC)/frame.h \
1022            $(SRC)/keyboard.h \
1023            $(SRC)/process.h \
1024            $(SRC)/sysselect.h \
1025          $(SRC)/syssignal.h \          $(SRC)/syssignal.h \
         $(SRC)/syswait.h \  
1026          $(SRC)/systime.h \          $(SRC)/systime.h \
1027            $(SRC)/systty.h \
1028            $(SRC)/syswait.h \
1029            $(SRC)/termhooks.h \
1030          $(SRC)/termopts.h \          $(SRC)/termopts.h \
1031          $(SRC)/composite.h \          $(SRC)/w32bdf.h \
1032          $(SRC)/atimer.h          $(SRC)/w32gui.h \
1033            $(SRC)/window.h
1034    
1035  $(BLD)/ralloc.$(O) : \  $(BLD)/ralloc.$(O) : \
1036          $(SRC)/ralloc.c \          $(SRC)/ralloc.c \
1037          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1038          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1039          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1040            $(EMACS_ROOT)/nt/inc/sys/param.h \
1041          $(SRC)/s/ms-w32.h \          $(SRC)/s/ms-w32.h \
1042          $(SRC)/m/intel386.h \          $(SRC)/m/intel386.h \
1043          $(SRC)/config.h \          $(SRC)/config.h \
         $(EMACS_ROOT)/nt/inc/sys/param.h \  
1044          $(SRC)/getpagesize.h          $(SRC)/getpagesize.h
1045    
1046  $(BLD)/regex.$(O) : \  $(BLD)/regex.$(O) : \
# Line 852  $(BLD)/regex.$(O) : \ Line 1050  $(BLD)/regex.$(O) : \
1050          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1051          $(SRC)/s/ms-w32.h \          $(SRC)/s/ms-w32.h \
1052          $(SRC)/m/intel386.h \          $(SRC)/m/intel386.h \
         $(SRC)/config.h \  
1053          $(SRC)/buffer.h \          $(SRC)/buffer.h \
1054          $(SRC)/syntax.h \          $(SRC)/category.h \
1055          $(SRC)/regex.h          $(SRC)/charset.h \
1056            $(SRC)/config.h \
1057            $(SRC)/regex.h \
1058            $(SRC)/syntax.h
1059    
1060  $(BLD)/region-cache.$(O) : \  $(BLD)/region-cache.$(O) : \
1061          $(SRC)/region-cache.c \          $(SRC)/region-cache.c \
# Line 870  $(BLD)/scroll.$(O) : \ Line 1070  $(BLD)/scroll.$(O) : \
1070          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1071          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1072          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
         $(SRC)/termchar.h \  
1073          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
1074            $(SRC)/frame.h \
1075            $(SRC)/keyboard.h \
1076            $(SRC)/termchar.h \
1077            $(SRC)/w32bdf.h \
1078          $(SRC)/w32gui.h \          $(SRC)/w32gui.h \
1079          $(SRC)/frame.h          $(SRC)/window.h
1080    
1081  $(BLD)/search.$(O) : \  $(BLD)/search.$(O) : \
1082          $(SRC)/search.c \          $(SRC)/search.c \
1083          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1084          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1085          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1086          $(SRC)/syntax.h \          $(SRC)/atimer.h \
1087            $(SRC)/blockinput.h \
1088          $(SRC)/buffer.h \          $(SRC)/buffer.h \
1089            $(SRC)/category.h \
1090            $(SRC)/charset.h \
1091          $(SRC)/commands.h \          $(SRC)/commands.h \
1092          $(SRC)/blockinput.h \          $(SRC)/composite.h \
1093            $(SRC)/dispextern.h \
1094            $(SRC)/intervals.h \
1095          $(SRC)/regex.h \          $(SRC)/regex.h \
1096          $(SRC)/region-cache.h \          $(SRC)/region-cache.h \
1097          $(SRC)/composite.h          $(SRC)/syntax.h \
1098            $(SRC)/systime.h \
1099            $(SRC)/w32bdf.h \
1100            $(SRC)/w32gui.h
1101    
1102    $(BLD)/sound.$(O) : \
1103            $(SRC)/sound.c \
1104            $(SRC)/lisp.h \
1105            $(SRC)/dispextern.h \
1106            $(SRC)/atimer.h \
1107            $(SRC)/syssignal.h
1108    
1109  $(BLD)/strftime.$(O) : \  $(BLD)/strftime.$(O) : \
1110          $(SRC)/strftime.c \          $(SRC)/strftime.c \
# Line 899  $(BLD)/syntax.$(O) : \ Line 1117  $(BLD)/syntax.$(O) : \
1117          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1118          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1119          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
         $(SRC)/commands.h \  
1120          $(SRC)/buffer.h \          $(SRC)/buffer.h \
1121            $(SRC)/category.h \
1122            $(SRC)/charset.h \
1123            $(SRC)/commands.h \
1124            $(SRC)/composite.h \
1125            $(SRC)/dispextern.h \
1126            $(SRC)/intervals.h \
1127            $(SRC)/keymap.h \
1128          $(SRC)/syntax.h \          $(SRC)/syntax.h \
1129          $(SRC)/composite.h          $(SRC)/w32bdf.h \
1130            $(SRC)/w32gui.h
1131    
1132  $(BLD)/sysdep.$(O) : \  $(BLD)/sysdep.$(O) : \
1133          $(SRC)/sysdep.c \          $(SRC)/sysdep.c \
1134          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1135          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1136          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
         $(SRC)/blockinput.h \  
         $(SRC)/dosfns.h \  
         $(SRC)/msdos.h \  
1137          $(EMACS_ROOT)/nt/inc/sys/param.h \          $(EMACS_ROOT)/nt/inc/sys/param.h \
1138          $(EMACS_ROOT)/nt/inc/sys/file.h \          $(EMACS_ROOT)/nt/inc/sys/file.h \
1139          $(EMACS_ROOT)/nt/inc/sys/ioctl.h \          $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1140          $(EMACS_ROOT)/nt/inc/sys/file.h \          $(EMACS_ROOT)/nt/inc/sys/file.h \
1141            $(SRC)/atimer.h \
1142            $(SRC)/blockinput.h \
1143            $(SRC)/dispextern.h \
1144            $(SRC)/frame.h \
1145            $(SRC)/keyboard.h \
1146            $(SRC)/ndir.h \
1147            $(SRC)/process.h \
1148            $(SRC)/sysselect.h \
1149            $(SRC)/syssignal.h \
1150            $(SRC)/systime.h \
1151          $(SRC)/systty.h \          $(SRC)/systty.h \
1152          $(SRC)/syswait.h \          $(SRC)/syswait.h \
         $(SRC)/frame.h \  
         $(SRC)/window.h \  
         $(SRC)/termhooks.h \  
1153          $(SRC)/termchar.h \          $(SRC)/termchar.h \
1154            $(SRC)/termhooks.h \
1155          $(SRC)/termopts.h \          $(SRC)/termopts.h \
1156          $(SRC)/dispextern.h \          $(SRC)/w32bdf.h \
1157          $(SRC)/w32gui.h \          $(SRC)/w32gui.h \
1158          $(SRC)/process.h \          $(SRC)/window.h
         $(SRC)/ndir.h \  
         $(SRC)/syssignal.h \  
         $(SRC)/systime.h \  
         $(SRC)/uaf.h \  
         $(EMACS_ROOT)/src/acldef.h \  
         $(EMACS_ROOT)/src/chpdef.h  
1159    
1160  $(BLD)/term.$(O) : \  $(BLD)/term.$(O) : \
1161          $(SRC)/term.c \          $(SRC)/term.c \
1162          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1163          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1164          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1165          $(SRC)/termchar.h \          $(SRC)/ccl.h \
1166          $(SRC)/termopts.h \          $(SRC)/charset.h \
1167          $(SRC)/cm.h \          $(SRC)/cm.h \
1168          $(SRC)/frame.h \          $(SRC)/coding.h \
         $(SRC)/disptab.h \  
1169          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
1170            $(SRC)/disptab.h \
1171            $(SRC)/frame.h \
1172            $(SRC)/keyboard.h \
1173            $(SRC)/keymap.h \
1174            $(SRC)/termchar.h \
1175          $(SRC)/termhooks.h \          $(SRC)/termhooks.h \
1176          $(SRC)/keyboard.h          $(SRC)/termopts.h \
1177            $(SRC)/w32bdf.h \
1178            $(SRC)/w32gui.h \
1179            $(SRC)/window.h
1180    
1181  $(BLD)/termcap.$(O) : \  $(BLD)/termcap.$(O) : \
1182          $(SRC)/termcap.c \          $(SRC)/termcap.c \
# Line 954  $(BLD)/termcap.$(O) : \ Line 1185  $(BLD)/termcap.$(O) : \
1185          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1186          $(EMACS_ROOT)/nt/inc/sys/file.h          $(EMACS_ROOT)/nt/inc/sys/file.h
1187    
 $(BLD)/terminfo.$(O) : \  
         $(SRC)/terminfo.c  
   
1188  $(BLD)/textprop.$(O) : \  $(BLD)/textprop.$(O) : \
1189          $(SRC)/textprop.c \          $(SRC)/textprop.c \
1190          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1191          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1192          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1193            $(SRC)/buffer.h \
1194            $(SRC)/composite.h \
1195          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
         $(SRC)/w32gui.h \  
1196          $(SRC)/intervals.h \          $(SRC)/intervals.h \
1197          $(SRC)/composite.h \          $(SRC)/w32bdf.h \
1198          $(SRC)/buffer.h \          $(SRC)/w32gui.h \
1199          $(SRC)/window.h          $(SRC)/window.h
1200    
1201  $(BLD)/tparam.$(O) : \  $(BLD)/tparam.$(O) : \
# Line 997  $(BLD)/vm-limit.$(O) : \ Line 1226  $(BLD)/vm-limit.$(O) : \
1226          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1227          $(SRC)/mem-limits.h          $(SRC)/mem-limits.h
1228    
 $(BLD)/widget.$(O) : \  
         $(SRC)/widget.c \  
         $(EMACS_ROOT)/src/s/ms-w32.h \  
         $(EMACS_ROOT)/src/m/intel386.h \  
         $(EMACS_ROOT)/src/config.h \  
         $(SRC)/xterm.h \  
         $(SRC)/frame.h \  
         $(SRC)/dispextern.h \  
         $(SRC)/w32gui.h \  
         $(SRC)/widget.h \  
         $(SRC)/widgetprv.h  
   
1229  $(BLD)/window.$(O) : \  $(BLD)/window.$(O) : \
1230          $(SRC)/window.c \          $(SRC)/window.c \
1231          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1232          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1233          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1234            $(SRC)/atimer.h \
1235            $(SRC)/blockinput.h \
1236          $(SRC)/buffer.h \          $(SRC)/buffer.h \
         $(SRC)/frame.h \  
         $(SRC)/window.h \  
1237          $(SRC)/commands.h \          $(SRC)/commands.h \
1238          $(SRC)/indent.h \          $(SRC)/composite.h \
1239          $(SRC)/termchar.h \          $(SRC)/dispextern.h \
1240          $(SRC)/disptab.h \          $(SRC)/disptab.h \
1241            $(SRC)/frame.h \
1242            $(SRC)/indent.h \
1243            $(SRC)/intervals.h \
1244          $(SRC)/keyboard.h \          $(SRC)/keyboard.h \
1245          $(SRC)/composite.h          $(SRC)/keymap.h \
1246            $(SRC)/systime.h \
1247            $(SRC)/termchar.h \
1248            $(SRC)/w32bdf.h \
1249            $(SRC)/w32gui.h \
1250            $(SRC)/w32term.h \
1251            $(SRC)/window.h
1252    
1253  $(BLD)/xdisp.$(O) : \  $(BLD)/xdisp.$(O) : \
1254          $(SRC)/xdisp.c \          $(SRC)/xdisp.c \
1255          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1256          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1257          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1258          $(SRC)/frame.h \          $(SRC)/atimer.h \
1259          $(SRC)/window.h \          $(SRC)/blockinput.h \
         $(SRC)/termchar.h \  
1260          $(SRC)/buffer.h \          $(SRC)/buffer.h \
1261          $(SRC)/indent.h \          $(SRC)/ccl.h \
1262            $(SRC)/charset.h \
1263            $(SRC)/coding.h \
1264          $(SRC)/commands.h \          $(SRC)/commands.h \
1265          $(SRC)/macros.h \          $(SRC)/composite.h \
1266            $(SRC)/dispextern.h \
1267          $(SRC)/disptab.h \          $(SRC)/disptab.h \
1268            $(SRC)/fontset.h \
1269            $(SRC)/frame.h \
1270            $(SRC)/indent.h \
1271            $(SRC)/intervals.h \
1272            $(SRC)/keyboard.h \
1273            $(SRC)/keymap.h \
1274            $(SRC)/macros.h \
1275            $(SRC)/process.h \
1276            $(SRC)/region-cache.h \
1277            $(SRC)/systime.h \
1278            $(SRC)/termchar.h \
1279          $(SRC)/termhooks.h \          $(SRC)/termhooks.h \
1280          $(SRC)/dispextern.h \          $(SRC)/w32bdf.h \
1281          $(SRC)/w32gui.h \          $(SRC)/w32gui.h \
1282          $(SRC)/intervals.h \          $(SRC)/w32term.h \
1283          $(SRC)/composite.h          $(SRC)/window.h
1284    
1285  $(BLD)/xfaces.$(O): \  $(BLD)/xfaces.$(O): \
1286            $(SRC)/xfaces.c \
1287          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1288          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1289          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1290          $(SRC)/xfaces.c \          $(SRC)/atimer.h \
1291          $(SRC)/charset.h \          $(SRC)/blockinput.h \
         $(SRC)/fontset.h \  
         $(SRC)/w32term.h \  
         $(SRC)/w32gui.h \  
1292          $(SRC)/buffer.h \          $(SRC)/buffer.h \
1293            $(SRC)/charset.h \
1294            $(SRC)/composite.h \
1295          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
1296            $(SRC)/fontset.h \
1297          $(SRC)/frame.h \          $(SRC)/frame.h \
         $(SRC)/blockinput.h \  
         $(SRC)/window.h \  
1298          $(SRC)/intervals.h \          $(SRC)/intervals.h \
1299          $(SRC)/composite.h          $(SRC)/keyboard.h \
1300            $(SRC)/systime.h \
1301            $(SRC)/w32bdf.h \
1302            $(SRC)/w32gui.h \
1303            $(SRC)/w32term.h \
1304            $(SRC)/window.h
1305    
1306  $(BLD)/w32fns.$(O): \  $(BLD)/w32fns.$(O): \
1307            $(SRC)/w32fns.c \
1308          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1309          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1310          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1311          $(SRC)/w32fns.c \          $(SRC)/atimer.h \
1312          $(SRC)/w32term.h \          $(SRC)/blockinput.h \
         $(SRC)/w32gui.h \  
         $(SRC)/frame.h \  
         $(SRC)/window.h \  
1313          $(SRC)/buffer.h \          $(SRC)/buffer.h \
1314            $(SRC)/ccl.h \
1315          $(SRC)/charset.h \          $(SRC)/charset.h \
1316          $(SRC)/coding.h \          $(SRC)/coding.h \
1317            $(SRC)/composite.h \
1318          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
         $(SRC)/keyboard.h \  
         $(SRC)/blockinput.h \  
1319          $(SRC)/epaths.h \          $(SRC)/epaths.h \
1320            $(SRC)/fontset.h \
1321            $(SRC)/frame.h \
1322            $(SRC)/intervals.h \
1323            $(SRC)/keyboard.h \
1324            $(SRC)/systime.h \
1325            $(SRC)/termhooks.h \
1326            $(SRC)/w32bdf.h \
1327            $(SRC)/w32gui.h \
1328          $(SRC)/w32heap.h \          $(SRC)/w32heap.h \
1329          $(SRC)/termhooks.h          $(SRC)/w32term.h \
1330            $(SRC)/window.h
1331    
1332  $(BLD)/w32menu.$(O): \  $(BLD)/w32menu.$(O): \
1333            $(SRC)/w32menu.c \
1334          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1335          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1336          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1337          $(SRC)/w32menu.c \          $(SRC)/atimer.h \
         $(SRC)/termhooks.h \  
         $(SRC)/frame.h \  
         $(SRC)/window.h \  
         $(SRC)/keyboard.h \  
1338          $(SRC)/blockinput.h \          $(SRC)/blockinput.h \
1339          $(SRC)/buffer.h \          $(SRC)/buffer.h \
1340          $(SRC)/charset.h \          $(SRC)/charset.h \
1341          $(SRC)/coding.h          $(SRC)/coding.h \
1342            $(SRC)/dispextern.h \
1343            $(SRC)/frame.h \
1344            $(SRC)/keyboard.h \
1345            $(SRC)/keymap.h \
1346            $(SRC)/systime.h \
1347            $(SRC)/termhooks.h \
1348            $(SRC)/w32bdf.h \
1349            $(SRC)/w32gui.h \
1350            $(SRC)/w32term.h \
1351            $(SRC)/window.h
1352    
1353  $(BLD)/w32term.$(O): \  $(BLD)/w32term.$(O): \
1354            $(SRC)/w32term.c \
1355          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1356          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1357          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1358          $(SRC)/w32term.c \          $(SRC)/atimer.h \
1359          $(SRC)/blockinput.h \          $(SRC)/blockinput.h \
1360          $(SRC)/w32heap.h \          $(SRC)/buffer.h \
1361          $(SRC)/w32term.h \          $(SRC)/ccl.h \
1362          $(SRC)/w32gui.h \          $(SRC)/charset.h \
1363          $(SRC)/systty.h \          $(SRC)/coding.h \
1364          $(SRC)/systime.h \          $(SRC)/composite.h \
         $(SRC)/frame.h \  
1365          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
         $(SRC)/termhooks.h \  
         $(SRC)/termopts.h \  
         $(SRC)/termchar.h \  
         $(SRC)/gnu.h \  
1366          $(SRC)/disptab.h \          $(SRC)/disptab.h \
1367          $(SRC)/buffer.h \          $(SRC)/fontset.h \
1368          $(SRC)/window.h \          $(SRC)/frame.h \
1369          $(SRC)/keyboard.h \          $(SRC)/gnu.h \
1370          $(SRC)/intervals.h \          $(SRC)/intervals.h \
1371          $(SRC)/composite.h \          $(SRC)/keyboard.h \
1372          $(SRC)/atimer.h          $(SRC)/keymap.h \
1373            $(SRC)/systime.h \
1374            $(SRC)/systty.h \
1375            $(SRC)/termchar.h \
1376            $(SRC)/termhooks.h \
1377            $(SRC)/termopts.h \
1378            $(SRC)/w32bdf.h \
1379            $(SRC)/w32gui.h \
1380            $(SRC)/w32heap.h \
1381            $(SRC)/w32term.h \
1382            $(SRC)/window.h
1383    
1384  $(BLD)/w32select.$(O): \  $(BLD)/w32select.$(O): \
1385            $(SRC)/w32select.c \
1386          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1387          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1388          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1389          $(SRC)/w32select.c \          $(SRC)/atimer.h \
1390          $(SRC)/w32term.h \          $(SRC)/blockinput.h \
1391          $(SRC)/w32gui.h \          $(SRC)/buffer.h \
1392            $(SRC)/ccl.h \
1393            $(SRC)/charset.h \
1394            $(SRC)/coding.h \
1395            $(SRC)/composite.h \
1396          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
1397          $(SRC)/frame.h \          $(SRC)/frame.h \
1398          $(SRC)/blockinput.h          $(SRC)/keyboard.h \
1399            $(SRC)/systime.h \
1400            $(SRC)/w32bdf.h \
1401            $(SRC)/w32gui.h \
1402            $(SRC)/w32term.h
1403    
1404  $(BLD)/w32reg.$(O): \  $(BLD)/w32reg.$(O): \
1405            $(SRC)/w32reg.c \
1406          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1407          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1408          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1409          $(SRC)/w32reg.c \          $(SRC)/atimer.h \
1410          $(SRC)/w32term.h \          $(SRC)/blockinput.h \
1411            $(SRC)/systime.h \
1412            $(SRC)/w32bdf.h \
1413          $(SRC)/w32gui.h \          $(SRC)/w32gui.h \
1414          $(SRC)/blockinput.h          $(SRC)/w32term.h
1415    
1416  $(BLD)/w32xfns.$(O): \  $(BLD)/w32xfns.$(O): \
1417            $(SRC)/w32xfns.c \
1418          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1419          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1420          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1421          $(SRC)/w32xfns.c \          $(SRC)/atimer.h \
1422            $(SRC)/blockinput.h \
1423            $(SRC)/charset.h \
1424            $(SRC)/fontset.h \
1425            $(SRC)/frame.h \
1426            $(SRC)/keyboard.h \
1427            $(SRC)/systime.h \
1428            $(SRC)/w32bdf.h \
1429            $(SRC)/w32gui.h \
1430            $(SRC)/w32term.h
1431    
1432  $(BLD)/w32bdf.$(O): \  $(BLD)/w32bdf.$(O): \
1433            $(SRC)/w32bdf.c \
1434          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
1435          $(EMACS_ROOT)/src/m/intel386.h \          $(EMACS_ROOT)/src/m/intel386.h \
1436          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
1437          $(SRC)/w32bdf.c \          $(SRC)/atimer.h \
1438            $(SRC)/blockinput.h \
1439          $(SRC)/charset.h \          $(SRC)/charset.h \
         $(SRC)/frame.h \  
1440          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
1441          $(SRC)/fontset.h \          $(SRC)/fontset.h \
         $(SRC)/blockinput.h \  
         $(SRC)/w32gui.h \  
         $(SRC)/w32term.h \  
         $(SRC)/w32gui.h \  
         $(SRC)/w32bdf.h \  
         $(SRC)/w32.h \  
1442          $(SRC)/frame.h \          $(SRC)/frame.h \
1443          $(SRC)/blockinput.h          $(SRC)/keyboard.h \
1444            $(SRC)/systime.h \
1445            $(SRC)/w32bdf.h \
1446            $(SRC)/w32gui.h \
1447            $(SRC)/w32term.h

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.17.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26