1 # Makefile for GNU Emacs on the Microsoft W32 API.
2 # Copyright (c) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
3 # Tim Fleehart (apollo@online.com) 17-Apr-92
4 # Geoff Voelker (voelker@cs.washington.edu) 11-20-93
6 # This file is part of GNU Emacs.
8 # GNU Emacs is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2, or (at your option)
13 # GNU Emacs is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with GNU Emacs; see the file COPYING. If not, write to the
20 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 # Boston, MA 02111-1307, USA.
25 # Sets up the system dependent macros.
27 !include ..\nt\makefile.def
32 # HAVE_CONFIG_H is required by some generic gnu sources stuck into
33 # the emacs source tree.
35 LOCAL_FLAGS = -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I..\nt\inc
37 LOCAL_FLAGS = $(LOCAL_FLAGS) -DHAVE_NTGUI=1
40 # From MSVC 5.0 onwards, it seem base relocation information is not included,
41 # at least in release builds. We need to ensure the reloc info is included
42 # in order to use the MSVC profiler.
43 !IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)")
49 EMACS = $(BLD)\emacs.exe
50 TEMACS = $(BLD)\temacs.exe
51 TEMACS_TMP = $(BLD)\temacs.bin
52 TLIB0 = $(BLD)\temacs0.lib
53 TLIB1 = $(BLD)\temacs1.lib
54 TLIB2 = $(BLD)\temacs2.lib
56 TLIBW32 = $(BLD)\temacw32.lib
60 TOBJ = $(BLD)\firstfile.obj
62 TRES = $(BLD)\emacs.res
64 TRES = $(BLD)\emacs.rbj
66 TLASTLIB = $(BLD)\lastfile.lib
68 # see comments in allocate_heap in w32heap.c before changing any of the
69 # -stack, -heap, or -base settings.
70 !if "$(BUILD_TYPE)" == "spd"
71 LINK_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
73 LINK_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)
77 # Split up the objects into two sets so that we don't run out of
78 # command line space when we link them into a library.
80 # Put emacs.obj in a separate lib, since we need to have firstfile.obj
81 # as the "main" object file when linking.
83 OBJ0 = $(BLD)\emacs.obj
85 OBJ1 = $(BLD)\abbrev.obj \
93 $(BLD)\casefiddle.obj \
104 $(BLD)\filelock.obj \
105 $(BLD)\filemode.obj \
109 $(BLD)\keyboard.obj \
117 OBJ2 = $(BLD)\w32.obj \
119 $(BLD)\w32inevt.obj \
121 $(BLD)\w32console.obj \
137 $(BLD)\floatfns.obj \
140 $(BLD)\intervals.obj \
141 $(BLD)\composite.obj \
143 $(BLD)\textprop.obj \
144 $(BLD)\vm-limit.obj \
145 $(BLD)\region-cache.obj \
146 $(BLD)\strftime.obj \
149 $(BLD)\category.obj \
153 WIN32OBJ = $(BLD)\w32term.obj \
156 $(BLD)\w32faces.obj \
157 $(BLD)\w32select.obj \
182 # Build the executable and dump it.
187 # Headers we would preprocess if we could.
189 PREPARED_HEADERS = config.h epaths.h
190 config.h: ..\nt\$(CONFIG_H)
192 epaths.h: ..\nt\paths.h
196 # Make sure we have the DOC file in the right place.
198 DOC = $(OBJDIR)\etc\DOC-X
199 $(DOC):; cd ..\lib-src
201 $(MAKE) -f makefile.nt all
205 # The dumped executable
208 $(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS)
210 $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup dump
214 # The undumped executable
215 # Note the extra post-link step to insert a static preload heap section.
216 # If preload runs out of memory, increase the last argument to addsection
217 # (it is the preload heap size in MB).
219 temacs: $(BLD) $(TEMACS)
220 $(TEMACS): $(TLIB0) $(TLIB1) $(TLIB2) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES)
221 $(LINK) -out:$(TEMACS_TMP) $(LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS)
222 ..\nt\$(BLD)\addsection $(TEMACS_TMP) $(TEMACS) EMHEAP 16
225 # 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.
228 $(TRES): ..\nt\emacs.rc
229 $(RC) -i..\nt -Fo$(BLD)\emacs.res $**
231 $(CVTRES) -r -$(ARCH) -o $@ $(BLD)\emacs.res
235 # Build the library. Split up the build into two phases...otherwise we
236 # run out of command line space.
245 $(TLIBW32): $(WIN32OBJ)
250 # Place lastfile.obj in its own library so that it can be loaded after
251 # the source libraries but before any system libraries. Doing so defines
252 # the end of Emacs' data section portably across compilers and systems.
254 $(TLASTLIB): $(BLD)\lastfile.obj
258 # Assuming INSTALL_DIR is defined, build and install emacs in it.
261 - mkdir $(INSTALL_DIR)\bin
262 $(CP) $(EMACS) $(INSTALL_DIR)\bin
267 clean:; - $(DEL) *~ s\*~
268 - $(DEL) *.pdb config.h epaths.h
269 - $(DEL) *.orig *.rej *.crlf
270 - $(DEL) s\*.orig s\*.rej s\*.crlf
271 - $(DEL_TREE) deleted
273 - $(DEL_TREE) obj-spd
276 # These files are the ones that compile conditionally on CANNOT_DUMP...
277 # this target is mostly used for debugging.
279 cleandump:; cd $(BLD)
280 - $(DEL) callproc.obj data.obj dispnew.obj doc.obj editfns.obj emacs.obj lread.obj process.obj sysdep.obj term.obj w32heap.obj unexw32.obj
289 $(BLD)\abbrev.obj : \
291 $(EMACS_ROOT)\src\s\ms-w32.h \
292 $(EMACS_ROOT)\src\m\intel386.h \
293 $(EMACS_ROOT)\src\config.h \
301 $(EMACS_ROOT)\src\s\ms-w32.h \
302 $(EMACS_ROOT)\src\m\intel386.h \
303 $(EMACS_ROOT)\src\config.h \
305 $(SRC)\dispextern.h \
313 $(SRC)\blockinput.h \
316 $(BLD)\alloca.obj : \
318 $(EMACS_ROOT)\src\s\ms-w32.h \
319 $(EMACS_ROOT)\src\m\intel386.h \
320 $(EMACS_ROOT)\src\config.h \
322 $(SRC)\m\intel386.h \
326 $(BLD)\atimer.obj : \
328 $(EMACS_ROOT)\src\s\ms-w32.h \
329 $(EMACS_ROOT)\src\m\intel386.h \
330 $(EMACS_ROOT)\src\config.h \
332 $(SRC)\m\intel386.h \
340 $(BLD)\buffer.obj : \
342 $(EMACS_ROOT)\nt\inc\sys\param.h \
343 $(EMACS_ROOT)\src\s\ms-w32.h \
344 $(EMACS_ROOT)\src\m\intel386.h \
345 $(EMACS_ROOT)\src\config.h \
347 $(SRC)\dispextern.h \
355 $(SRC)\blockinput.h \
356 $(SRC)\region-cache.h
358 $(BLD)\bytecode.obj : \
360 $(EMACS_ROOT)\src\s\ms-w32.h \
361 $(EMACS_ROOT)\src\m\intel386.h \
362 $(EMACS_ROOT)\src\config.h \
367 $(BLD)\callint.obj : \
369 $(EMACS_ROOT)\src\s\ms-w32.h \
370 $(EMACS_ROOT)\src\m\intel386.h \
371 $(EMACS_ROOT)\src\config.h \
379 $(BLD)\callproc.obj : \
381 $(EMACS_ROOT)\src\s\ms-w32.h \
382 $(EMACS_ROOT)\src\m\intel386.h \
383 $(EMACS_ROOT)\src\config.h \
385 $(EMACS_ROOT)\nt\inc\sys\param.h \
391 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
392 $(EMACS_ROOT)\nt\inc\sys\file.h \
395 $(BLD)\casefiddle.obj : \
396 $(SRC)\casefiddle.c \
397 $(EMACS_ROOT)\src\s\ms-w32.h \
398 $(EMACS_ROOT)\src\m\intel386.h \
399 $(EMACS_ROOT)\src\config.h \
404 $(CC) $(CFLAGS) -Fo$@ casefiddle.c
406 $(BLD)\casetab.obj : \
408 $(EMACS_ROOT)\src\s\ms-w32.h \
409 $(EMACS_ROOT)\src\m\intel386.h \
410 $(EMACS_ROOT)\src\config.h \
416 $(EMACS_ROOT)\src\s\ms-w32.h \
417 $(EMACS_ROOT)\src\m\intel386.h \
418 $(EMACS_ROOT)\src\config.h \
424 $(EMACS_ROOT)\src\s\ms-w32.h \
425 $(EMACS_ROOT)\src\m\intel386.h \
426 $(EMACS_ROOT)\src\config.h \
434 $(EMACS_ROOT)\src\s\ms-w32.h \
435 $(EMACS_ROOT)\src\m\intel386.h \
436 $(EMACS_ROOT)\src\config.h \
444 $(EMACS_ROOT)\src\s\ms-w32.h \
445 $(EMACS_ROOT)\src\m\intel386.h \
446 $(EMACS_ROOT)\src\config.h \
454 $(BLD)\dispnew.obj : \
456 $(EMACS_ROOT)\src\s\ms-w32.h \
457 $(EMACS_ROOT)\src\m\intel386.h \
458 $(EMACS_ROOT)\src\config.h \
470 $(SRC)\dispextern.h \
472 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
473 $(EMACS_ROOT)\nt\inc\sys\file.h \
484 $(EMACS_ROOT)\src\s\ms-w32.h \
485 $(EMACS_ROOT)\src\m\intel386.h \
486 $(EMACS_ROOT)\src\config.h \
487 $(EMACS_ROOT)\nt\inc\sys\file.h \
492 $(BLD)\doprnt.obj : \
494 $(EMACS_ROOT)\src\s\ms-w32.h \
495 $(EMACS_ROOT)\src\m\intel386.h \
496 $(EMACS_ROOT)\src\config.h
498 $(BLD)\editfns.obj : \
500 $(EMACS_ROOT)\src\s\ms-w32.h \
501 $(EMACS_ROOT)\src\m\intel386.h \
502 $(EMACS_ROOT)\src\config.h \
505 $(EMACS_ROOT)\nt\inc\pwd.h \
507 $(SRC)\dispextern.h \
518 $(EMACS_ROOT)\src\s\ms-w32.h \
519 $(EMACS_ROOT)\src\m\intel386.h \
520 $(EMACS_ROOT)\src\config.h \
523 $(SRC)\dispextern.h \
527 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
528 $(EMACS_ROOT)\nt\inc\sys\file.h \
535 $(EMACS_ROOT)\src\s\ms-w32.h \
536 $(EMACS_ROOT)\src\m\intel386.h \
537 $(EMACS_ROOT)\src\config.h \
539 $(SRC)\blockinput.h \
543 $(BLD)\fileio.obj : \
545 $(EMACS_ROOT)\src\s\ms-w32.h \
546 $(EMACS_ROOT)\src\m\intel386.h \
547 $(EMACS_ROOT)\src\config.h \
550 $(EMACS_ROOT)\nt\inc\pwd.h \
552 $(EMACS_ROOT)\nt\inc\sys\param.h \
555 $(SRC)\dispextern.h \
561 $(EMACS_ROOT)\nt\inc\sys\file.h \
565 $(BLD)\filelock.obj : \
567 $(EMACS_ROOT)\src\s\ms-w32.h \
568 $(EMACS_ROOT)\src\m\intel386.h \
569 $(EMACS_ROOT)\src\config.h \
572 $(EMACS_ROOT)\nt\inc\pwd.h \
573 $(EMACS_ROOT)\nt\inc\sys\file.h \
575 $(EMACS_ROOT)\src\epaths.h \
580 $(BLD)\filemode.obj : \
582 $(EMACS_ROOT)\src\s\ms-w32.h \
583 $(EMACS_ROOT)\src\m\intel386.h \
584 $(EMACS_ROOT)\src\config.h \
586 $(SRC)\m\intel386.h \
589 $(BLD)\firstfile.obj : \
591 $(EMACS_ROOT)\src\s\ms-w32.h \
592 $(EMACS_ROOT)\src\m\intel386.h \
593 $(EMACS_ROOT)\src\config.h
595 $(BLD)\floatfns.obj : \
597 $(EMACS_ROOT)\src\s\ms-w32.h \
598 $(EMACS_ROOT)\src\m\intel386.h \
599 $(EMACS_ROOT)\src\config.h \
605 $(EMACS_ROOT)\src\s\ms-w32.h \
606 $(EMACS_ROOT)\src\m\intel386.h \
607 $(EMACS_ROOT)\src\config.h \
612 $(SRC)\dispextern.h \
619 $(EMACS_ROOT)\src\s\ms-w32.h \
620 $(EMACS_ROOT)\src\m\intel386.h \
621 $(EMACS_ROOT)\src\config.h \
630 $(BLD)\getloadavg.obj : \
631 $(SRC)\getloadavg.c \
632 $(EMACS_ROOT)\nt\inc\sys\param.h \
633 $(EMACS_ROOT)\src\s\ms-w32.h \
634 $(EMACS_ROOT)\src\m\intel386.h \
635 $(EMACS_ROOT)\src\config.h \
637 $(SRC)\m\intel386.h \
639 $(EMACS_ROOT)\nt\inc\sys\file.h
641 $(BLD)\gmalloc.obj : \
643 $(EMACS_ROOT)\src\s\ms-w32.h \
644 $(EMACS_ROOT)\src\m\intel386.h \
645 $(EMACS_ROOT)\src\config.h \
646 $(EMACS_ROOT)\nt\inc\sys\param.h \
648 $(CC) $(CFLAGS) -D__STDC__ -Fo$@ gmalloc.c
650 $(BLD)\hftctl.obj : \
652 $(EMACS_ROOT)\src\s\ms-w32.h \
653 $(EMACS_ROOT)\src\m\intel386.h \
654 $(EMACS_ROOT)\src\config.h \
655 $(EMACS_ROOT)\nt\inc\sys\ioctl.h
657 $(BLD)\indent.obj : \
659 $(EMACS_ROOT)\src\s\ms-w32.h \
660 $(EMACS_ROOT)\src\m\intel386.h \
661 $(EMACS_ROOT)\src\config.h \
670 $(SRC)\dispextern.h \
673 $(SRC)\region-cache.h \
676 $(BLD)\insdel.obj : \
678 $(EMACS_ROOT)\src\s\ms-w32.h \
679 $(EMACS_ROOT)\src\m\intel386.h \
680 $(EMACS_ROOT)\src\config.h \
682 $(SRC)\dispextern.h \
690 $(BLD)\intervals.obj : \
692 $(EMACS_ROOT)\src\s\ms-w32.h \
693 $(EMACS_ROOT)\src\m\intel386.h \
694 $(EMACS_ROOT)\src\config.h \
696 $(SRC)\dispextern.h \
701 $(CC) $(CFLAGS) -Fo$@ intervals.c
703 $(BLD)\keyboard.obj : \
705 $(EMACS_ROOT)\src\s\ms-w32.h \
706 $(EMACS_ROOT)\src\m\intel386.h \
707 $(EMACS_ROOT)\src\config.h \
719 $(SRC)\dispextern.h \
722 $(SRC)\blockinput.h \
725 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
726 $(EMACS_ROOT)\nt\inc\sys\file.h \
734 $(BLD)\keymap.obj : \
736 $(EMACS_ROOT)\src\s\ms-w32.h \
737 $(EMACS_ROOT)\src\m\intel386.h \
738 $(EMACS_ROOT)\src\config.h \
746 $(BLD)\lastfile.obj : \
748 $(EMACS_ROOT)\src\s\ms-w32.h \
749 $(EMACS_ROOT)\src\m\intel386.h \
750 $(EMACS_ROOT)\src\config.h
754 $(EMACS_ROOT)\src\s\ms-w32.h \
755 $(EMACS_ROOT)\src\m\intel386.h \
756 $(EMACS_ROOT)\src\config.h \
757 $(EMACS_ROOT)\nt\inc\sys\file.h \
760 $(EMACS_ROOT)\src\epaths.h \
766 $(BLD)\macros.obj : \
768 $(EMACS_ROOT)\src\s\ms-w32.h \
769 $(EMACS_ROOT)\src\m\intel386.h \
770 $(EMACS_ROOT)\src\config.h \
777 $(BLD)\marker.obj : \
779 $(EMACS_ROOT)\src\s\ms-w32.h \
780 $(EMACS_ROOT)\src\m\intel386.h \
781 $(EMACS_ROOT)\src\config.h \
785 $(BLD)\minibuf.obj : \
787 $(EMACS_ROOT)\src\s\ms-w32.h \
788 $(EMACS_ROOT)\src\m\intel386.h \
789 $(EMACS_ROOT)\src\config.h \
793 $(SRC)\dispextern.h \
799 $(BLD)\mocklisp.obj : \
801 $(EMACS_ROOT)\src\s\ms-w32.h \
802 $(EMACS_ROOT)\src\m\intel386.h \
803 $(EMACS_ROOT)\src\config.h \
811 $(SRC)\m\intel386.h \
814 $(EMACS_ROOT)\nt\inc\pwd.h \
817 $(BLD)\w32heap.obj : \
821 $(SRC)\m\intel386.h \
824 $(BLD)\w32inevt.obj : \
827 $(SRC)\m\intel386.h \
831 $(SRC)\blockinput.h \
837 $(BLD)\w32proc.obj : \
840 $(SRC)\m\intel386.h \
848 $(BLD)\w32console.obj : \
849 $(SRC)\w32console.c \
851 $(SRC)\m\intel386.h \
859 $(BLD)\prefix-args.obj : \
864 $(EMACS_ROOT)\src\s\ms-w32.h \
865 $(EMACS_ROOT)\src\m\intel386.h \
866 $(EMACS_ROOT)\src\config.h \
873 $(SRC)\dispextern.h \
878 $(BLD)\process.obj : \
880 $(EMACS_ROOT)\src\s\ms-w32.h \
881 $(EMACS_ROOT)\src\m\intel386.h \
882 $(EMACS_ROOT)\src\config.h \
883 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
884 $(EMACS_ROOT)\nt\inc\sys\file.h \
901 $(BLD)\ralloc.obj : \
903 $(EMACS_ROOT)\src\s\ms-w32.h \
904 $(EMACS_ROOT)\src\m\intel386.h \
905 $(EMACS_ROOT)\src\config.h \
908 $(SRC)\m\intel386.h \
910 $(EMACS_ROOT)\nt\inc\sys\param.h \
915 $(EMACS_ROOT)\src\s\ms-w32.h \
916 $(EMACS_ROOT)\src\m\intel386.h \
917 $(EMACS_ROOT)\src\config.h \
919 $(SRC)\m\intel386.h \
926 $(BLD)\region-cache.obj : \
927 $(SRC)\region-cache.c \
928 $(EMACS_ROOT)\src\s\ms-w32.h \
929 $(EMACS_ROOT)\src\m\intel386.h \
930 $(EMACS_ROOT)\src\config.h \
933 $(SRC)\region-cache.h
935 $(BLD)\scroll.obj : \
937 $(EMACS_ROOT)\src\s\ms-w32.h \
938 $(EMACS_ROOT)\src\m\intel386.h \
939 $(EMACS_ROOT)\src\config.h \
942 $(SRC)\dispextern.h \
946 $(BLD)\search.obj : \
948 $(EMACS_ROOT)\src\s\ms-w32.h \
949 $(EMACS_ROOT)\src\m\intel386.h \
950 $(EMACS_ROOT)\src\config.h \
955 $(SRC)\blockinput.h \
957 $(SRC)\region-cache.h \
960 $(BLD)\strftime.obj : \
962 $(EMACS_ROOT)\src\s\ms-w32.h \
963 $(EMACS_ROOT)\src\m\intel386.h \
964 $(EMACS_ROOT)\src\config.h
966 $(BLD)\sunfns.obj : \
968 $(EMACS_ROOT)\src\s\ms-w32.h \
969 $(EMACS_ROOT)\src\m\intel386.h \
970 $(EMACS_ROOT)\src\config.h \
976 $(BLD)\syntax.obj : \
978 $(EMACS_ROOT)\src\s\ms-w32.h \
979 $(EMACS_ROOT)\src\m\intel386.h \
980 $(EMACS_ROOT)\src\config.h \
987 $(BLD)\sysdep.obj : \
989 $(EMACS_ROOT)\src\s\ms-w32.h \
990 $(EMACS_ROOT)\src\m\intel386.h \
991 $(EMACS_ROOT)\src\config.h \
993 $(SRC)\blockinput.h \
996 $(EMACS_ROOT)\nt\inc\sys\param.h \
997 $(EMACS_ROOT)\nt\inc\sys\file.h \
998 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
999 $(EMACS_ROOT)\nt\inc\sys\file.h \
1005 $(SRC)\termhooks.h \
1008 $(SRC)\dispextern.h \
1013 $(SRC)\syssignal.h \
1018 $(EMACS_ROOT)\src\acldef.h \
1019 $(EMACS_ROOT)\src\chpdef.h
1023 $(EMACS_ROOT)\src\s\ms-w32.h \
1024 $(EMACS_ROOT)\src\m\intel386.h \
1025 $(EMACS_ROOT)\src\config.h \
1032 $(SRC)\termhooks.h \
1035 $(BLD)\termcap.obj : \
1037 $(EMACS_ROOT)\src\s\ms-w32.h \
1038 $(EMACS_ROOT)\src\m\intel386.h \
1039 $(EMACS_ROOT)\src\config.h \
1040 $(EMACS_ROOT)\nt\inc\sys\file.h
1042 $(BLD)\terminfo.obj : \
1045 $(BLD)\textprop.obj : \
1047 $(EMACS_ROOT)\src\s\ms-w32.h \
1048 $(EMACS_ROOT)\src\m\intel386.h \
1049 $(EMACS_ROOT)\src\config.h \
1051 $(SRC)\dispextern.h \
1053 $(SRC)\intervals.h \
1054 $(SRC)\composite.h \
1058 $(BLD)\intervals.obj : \
1059 $(SRC)\intervals.c \
1061 $(SRC)\intervals.h \
1062 $(SRC)\composite.h \
1065 $(EMACS_ROOT)\src\s\ms-w32.h \
1066 $(EMACS_ROOT)\src\m\intel386.h \
1067 $(EMACS_ROOT)\src\config.h
1069 $(BLD)\composite.obj : \
1070 $(SRC)\composite.c \
1073 $(SRC)\intervals.h \
1074 $(SRC)\composite.h \
1075 $(EMACS_ROOT)\src\s\ms-w32.h \
1076 $(EMACS_ROOT)\src\m\intel386.h \
1077 $(EMACS_ROOT)\src\config.h
1079 $(BLD)\tparam.obj : \
1081 $(EMACS_ROOT)\src\s\ms-w32.h \
1082 $(EMACS_ROOT)\src\m\intel386.h \
1083 $(EMACS_ROOT)\src\config.h
1087 $(EMACS_ROOT)\src\s\ms-w32.h \
1088 $(EMACS_ROOT)\src\m\intel386.h \
1089 $(EMACS_ROOT)\src\config.h \
1094 $(BLD)\unexw32.obj : \
1096 $(EMACS_ROOT)\src\s\ms-w32.h \
1097 $(EMACS_ROOT)\src\m\intel386.h \
1098 $(EMACS_ROOT)\src\config.h \
1101 $(BLD)\vm-limit.obj : \
1103 $(EMACS_ROOT)\src\s\ms-w32.h \
1104 $(EMACS_ROOT)\src\m\intel386.h \
1105 $(EMACS_ROOT)\src\config.h \
1108 $(BLD)\widget.obj : \
1110 $(EMACS_ROOT)\src\s\ms-w32.h \
1111 $(EMACS_ROOT)\src\m\intel386.h \
1112 $(EMACS_ROOT)\src\config.h \
1116 $(SRC)\dispextern.h \
1121 $(BLD)\window.obj : \
1123 $(EMACS_ROOT)\src\s\ms-w32.h \
1124 $(EMACS_ROOT)\src\m\intel386.h \
1125 $(EMACS_ROOT)\src\config.h \
1137 $(BLD)\xdisp.obj : \
1139 $(EMACS_ROOT)\src\s\ms-w32.h \
1140 $(EMACS_ROOT)\src\m\intel386.h \
1141 $(EMACS_ROOT)\src\config.h \
1151 $(SRC)\termhooks.h \
1152 $(SRC)\dispextern.h \
1154 $(SRC)\intervals.h \
1157 $(BLD)\w32faces.obj: \
1158 $(EMACS_ROOT)\src\s\ms-w32.h \
1159 $(EMACS_ROOT)\src\m\intel386.h \
1160 $(EMACS_ROOT)\src\config.h \
1166 $(SRC)\dispextern.h \
1168 $(SRC)\blockinput.h \
1170 $(SRC)\intervals.h \
1173 $(BLD)\w32fns.obj: \
1174 $(EMACS_ROOT)\src\s\ms-w32.h \
1175 $(EMACS_ROOT)\src\m\intel386.h \
1176 $(EMACS_ROOT)\src\config.h \
1178 $(SRC)\x-list-font.c \
1185 $(SRC)\dispextern.h \
1187 $(SRC)\blockinput.h \
1192 $(BLD)\w32menu.obj: \
1193 $(EMACS_ROOT)\src\s\ms-w32.h \
1194 $(EMACS_ROOT)\src\m\intel386.h \
1195 $(EMACS_ROOT)\src\config.h \
1198 $(SRC)\termhooks.h \
1202 $(SRC)\blockinput.h \
1205 $(BLD)\w32term.obj: \
1206 $(EMACS_ROOT)\src\s\ms-w32.h \
1207 $(EMACS_ROOT)\src\m\intel386.h \
1208 $(EMACS_ROOT)\src\config.h \
1211 $(SRC)\blockinput.h \
1218 $(SRC)\dispextern.h \
1219 $(SRC)\termhooks.h \
1227 $(SRC)\intervals.h \
1230 $(BLD)\w32select.obj: \
1231 $(EMACS_ROOT)\src\s\ms-w32.h \
1232 $(EMACS_ROOT)\src\m\intel386.h \
1233 $(EMACS_ROOT)\src\config.h \
1234 $(SRC)\w32select.c \
1238 $(SRC)\dispextern.h \
1242 $(BLD)\w32reg.obj: \
1243 $(EMACS_ROOT)\src\s\ms-w32.h \
1244 $(EMACS_ROOT)\src\m\intel386.h \
1245 $(EMACS_ROOT)\src\config.h \
1252 $(BLD)\w32xfns.obj: \
1253 $(EMACS_ROOT)\src\s\ms-w32.h \
1254 $(EMACS_ROOT)\src\m\intel386.h \
1255 $(EMACS_ROOT)\src\config.h \
1258 $(BLD)\w32bdf.obj: \
1259 $(EMACS_ROOT)\src/s\ms-w32.h \
1260 $(EMACS_ROOT)\src/m\intel386.h \
1261 $(EMACS_ROOT)\src/config.h \
1266 $(SRC)\blockinput.h \