comparison src/makefile.nt @ 27394:06b36e62c2b8

Added composite.obj and intervals.obj.
author Jason Rumney <jasonr@gnu.org>
date Sun, 23 Jan 2000 03:14:51 +0000
parents 6c9eaa09906c
children e13063fa9395
comparison
equal deleted inserted replaced
27393:6d63fff72ffc 27394:06b36e62c2b8
135 $(BLD)\casetab.obj \ 135 $(BLD)\casetab.obj \
136 $(BLD)\floatfns.obj \ 136 $(BLD)\floatfns.obj \
137 $(BLD)\frame.obj \ 137 $(BLD)\frame.obj \
138 $(BLD)\gmalloc.obj \ 138 $(BLD)\gmalloc.obj \
139 $(BLD)\intervals.obj \ 139 $(BLD)\intervals.obj \
140 $(BLD)\composite.obj \
140 $(BLD)\ralloc.obj \ 141 $(BLD)\ralloc.obj \
141 $(BLD)\textprop.obj \ 142 $(BLD)\textprop.obj \
142 $(BLD)\vm-limit.obj \ 143 $(BLD)\vm-limit.obj \
143 $(BLD)\region-cache.obj \ 144 $(BLD)\region-cache.obj \
144 $(BLD)\strftime.obj \ 145 $(BLD)\strftime.obj \
248 # Place lastfile.obj in its own library so that it can be loaded after 249 # Place lastfile.obj in its own library so that it can be loaded after
249 # the source libraries but before any system libraries. Doing so defines 250 # the source libraries but before any system libraries. Doing so defines
250 # the end of Emacs' data section portably across compilers and systems. 251 # the end of Emacs' data section portably across compilers and systems.
251 # 252 #
252 $(TLASTLIB): $(BLD)\lastfile.obj 253 $(TLASTLIB): $(BLD)\lastfile.obj
253 @- $(AR) -out:$@ $** 254 @- $(AR) -out:$@ $**
254 255
255 # 256 #
256 # Assuming INSTALL_DIR is defined, build and install emacs in it. 257 # Assuming INSTALL_DIR is defined, build and install emacs in it.
257 # 258 #
258 install: all 259 install: all
300 $(EMACS_ROOT)\src\m\intel386.h \ 301 $(EMACS_ROOT)\src\m\intel386.h \
301 $(EMACS_ROOT)\src\config.h \ 302 $(EMACS_ROOT)\src\config.h \
302 $(SRC)\lisp.h \ 303 $(SRC)\lisp.h \
303 $(SRC)\dispextern.h \ 304 $(SRC)\dispextern.h \
304 $(SRC)\intervals.h \ 305 $(SRC)\intervals.h \
306 $(SRC)\composite.h \
305 $(SRC)\puresize.h \ 307 $(SRC)\puresize.h \
306 $(SRC)\buffer.h \ 308 $(SRC)\buffer.h \
307 $(SRC)\window.h \ 309 $(SRC)\window.h \
308 $(SRC)\frame.h \ 310 $(SRC)\frame.h \
309 $(SRC)\blockinput.h \ 311 $(SRC)\blockinput.h \
326 $(EMACS_ROOT)\src\m\intel386.h \ 328 $(EMACS_ROOT)\src\m\intel386.h \
327 $(EMACS_ROOT)\src\config.h \ 329 $(EMACS_ROOT)\src\config.h \
328 $(SRC)\lisp.h \ 330 $(SRC)\lisp.h \
329 $(SRC)\dispextern.h \ 331 $(SRC)\dispextern.h \
330 $(SRC)\intervals.h \ 332 $(SRC)\intervals.h \
333 $(SRC)\composite.h \
331 $(SRC)\window.h \ 334 $(SRC)\window.h \
332 $(SRC)\commands.h \ 335 $(SRC)\commands.h \
333 $(SRC)\buffer.h \ 336 $(SRC)\buffer.h \
334 $(SRC)\indent.h \ 337 $(SRC)\indent.h \
335 $(SRC)\blockinput.h \ 338 $(SRC)\blockinput.h \
453 $(EMACS_ROOT)\nt\inc\sys\file.h \ 456 $(EMACS_ROOT)\nt\inc\sys\file.h \
454 $(SRC)\systty.h \ 457 $(SRC)\systty.h \
455 $(SRC)\w32term.h \ 458 $(SRC)\w32term.h \
456 $(SRC)\xterm.h \ 459 $(SRC)\xterm.h \
457 $(SRC)\vmstime.h \ 460 $(SRC)\vmstime.h \
458 $(SRC)\systime.h 461 $(SRC)\systime.h \
462 $(SRC)\composite.h
459 463
460 $(BLD)\doc.obj : \ 464 $(BLD)\doc.obj : \
461 $(SRC)\doc.c \ 465 $(SRC)\doc.c \
462 $(EMACS_ROOT)\src\s\ms-w32.h \ 466 $(EMACS_ROOT)\src\s\ms-w32.h \
463 $(EMACS_ROOT)\src\m\intel386.h \ 467 $(EMACS_ROOT)\src\m\intel386.h \
495 $(SRC)\vms-pwd.h \ 499 $(SRC)\vms-pwd.h \
496 $(EMACS_ROOT)\nt\inc\pwd.h \ 500 $(EMACS_ROOT)\nt\inc\pwd.h \
497 $(SRC)\lisp.h \ 501 $(SRC)\lisp.h \
498 $(SRC)\dispextern.h \ 502 $(SRC)\dispextern.h \
499 $(SRC)\intervals.h \ 503 $(SRC)\intervals.h \
504 $(SRC)\composite.h \
500 $(SRC)\buffer.h \ 505 $(SRC)\buffer.h \
501 $(SRC)\window.h \ 506 $(SRC)\window.h \
502 $(SRC)\vmstime.h \ 507 $(SRC)\vmstime.h \
503 $(SRC)\systime.h 508 $(SRC)\systime.h
504 509
509 $(EMACS_ROOT)\src\config.h \ 514 $(EMACS_ROOT)\src\config.h \
510 $(SRC)\lisp.h \ 515 $(SRC)\lisp.h \
511 $(SRC)\commands.h \ 516 $(SRC)\commands.h \
512 $(SRC)\dispextern.h \ 517 $(SRC)\dispextern.h \
513 $(SRC)\intervals.h \ 518 $(SRC)\intervals.h \
519 $(SRC)\composite.h \
514 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ 520 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
515 $(EMACS_ROOT)\nt\inc\sys\file.h \ 521 $(EMACS_ROOT)\nt\inc\sys\file.h \
516 $(SRC)\systty.h \ 522 $(SRC)\systty.h \
517 $(SRC)\syssignal.h \ 523 $(SRC)\syssignal.h \
518 $(SRC)\process.h 524 $(SRC)\process.h
539 $(EMACS_ROOT)\nt\inc\sys\param.h \ 545 $(EMACS_ROOT)\nt\inc\sys\param.h \
540 $(SRC)\vmsdir.h \ 546 $(SRC)\vmsdir.h \
541 $(SRC)\lisp.h \ 547 $(SRC)\lisp.h \
542 $(SRC)\dispextern.h \ 548 $(SRC)\dispextern.h \
543 $(SRC)\intervals.h \ 549 $(SRC)\intervals.h \
550 $(SRC)\composite.h \
544 $(SRC)\buffer.h \ 551 $(SRC)\buffer.h \
545 $(SRC)\window.h \ 552 $(SRC)\window.h \
546 $(EMACS_ROOT)\nt\inc\sys\file.h \ 553 $(EMACS_ROOT)\nt\inc\sys\file.h \
547 $(SRC)\vmstime.h \ 554 $(SRC)\vmstime.h \
548 $(SRC)\systime.h 555 $(SRC)\systime.h
593 $(SRC)\lisp.h \ 600 $(SRC)\lisp.h \
594 $(SRC)\commands.h \ 601 $(SRC)\commands.h \
595 $(SRC)\buffer.h \ 602 $(SRC)\buffer.h \
596 $(SRC)\keyboard.h \ 603 $(SRC)\keyboard.h \
597 $(SRC)\dispextern.h \ 604 $(SRC)\dispextern.h \
598 $(SRC)\intervals.h 605 $(SRC)\intervals.h \
606 $(SRC)\composite.h
599 607
600 $(BLD)\frame.obj : \ 608 $(BLD)\frame.obj : \
601 $(SRC)\frame.c \ 609 $(SRC)\frame.c \
602 $(EMACS_ROOT)\src\s\ms-w32.h \ 610 $(EMACS_ROOT)\src\s\ms-w32.h \
603 $(EMACS_ROOT)\src\m\intel386.h \ 611 $(EMACS_ROOT)\src\m\intel386.h \
650 $(SRC)\termchar.h \ 658 $(SRC)\termchar.h \
651 $(SRC)\termopts.h \ 659 $(SRC)\termopts.h \
652 $(SRC)\disptab.h \ 660 $(SRC)\disptab.h \
653 $(SRC)\dispextern.h \ 661 $(SRC)\dispextern.h \
654 $(SRC)\intervals.h \ 662 $(SRC)\intervals.h \
655 $(SRC)\region-cache.h 663 $(SRC)\region-cache.h \
664 $(SRC)\composite.h
656 665
657 $(BLD)\insdel.obj : \ 666 $(BLD)\insdel.obj : \
658 $(SRC)\insdel.c \ 667 $(SRC)\insdel.c \
659 $(EMACS_ROOT)\src\s\ms-w32.h \ 668 $(EMACS_ROOT)\src\s\ms-w32.h \
660 $(EMACS_ROOT)\src\m\intel386.h \ 669 $(EMACS_ROOT)\src\m\intel386.h \
661 $(EMACS_ROOT)\src\config.h \ 670 $(EMACS_ROOT)\src\config.h \
662 $(SRC)\lisp.h \ 671 $(SRC)\lisp.h \
663 $(SRC)\dispextern.h \ 672 $(SRC)\dispextern.h \
664 $(SRC)\intervals.h \ 673 $(SRC)\intervals.h \
674 $(SRC)\composite.h \
665 $(SRC)\buffer.h \ 675 $(SRC)\buffer.h \
666 $(SRC)\window.h \ 676 $(SRC)\window.h \
667 $(SRC)\blockinput.h 677 $(SRC)\blockinput.h
668 678
669 $(BLD)\intervals.obj : \ 679 $(BLD)\intervals.obj : \
694 $(SRC)\buffer.h \ 704 $(SRC)\buffer.h \
695 $(SRC)\disptab.h \ 705 $(SRC)\disptab.h \
696 $(SRC)\keyboard.h \ 706 $(SRC)\keyboard.h \
697 $(SRC)\dispextern.h \ 707 $(SRC)\dispextern.h \
698 $(SRC)\intervals.h \ 708 $(SRC)\intervals.h \
709 $(SRC)\composite.h \
699 $(SRC)\blockinput.h \ 710 $(SRC)\blockinput.h \
700 $(SRC)\msdos.h \ 711 $(SRC)\msdos.h \
701 $(SRC)\syssignal.h \ 712 $(SRC)\syssignal.h \
702 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ 713 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
703 $(EMACS_ROOT)\nt\inc\sys\file.h \ 714 $(EMACS_ROOT)\nt\inc\sys\file.h \
843 $(SRC)\frame.h \ 854 $(SRC)\frame.h \
844 $(SRC)\window.h \ 855 $(SRC)\window.h \
845 $(SRC)\process.h \ 856 $(SRC)\process.h \
846 $(SRC)\termchar.h \ 857 $(SRC)\termchar.h \
847 $(SRC)\dispextern.h \ 858 $(SRC)\dispextern.h \
848 $(SRC)\intervals.h 859 $(SRC)\intervals.h \
860 $(SRC)\composite.h
849 861
850 $(BLD)\process.obj : \ 862 $(BLD)\process.obj : \
851 $(SRC)\process.c \ 863 $(SRC)\process.c \
852 $(EMACS_ROOT)\src\s\ms-w32.h \ 864 $(EMACS_ROOT)\src\s\ms-w32.h \
853 $(EMACS_ROOT)\src\m\intel386.h \ 865 $(EMACS_ROOT)\src\m\intel386.h \
865 $(SRC)\vmsproc.h \ 877 $(SRC)\vmsproc.h \
866 $(SRC)\syswait.h \ 878 $(SRC)\syswait.h \
867 $(SRC)\lisp.h \ 879 $(SRC)\lisp.h \
868 $(SRC)\vmstime.h \ 880 $(SRC)\vmstime.h \
869 $(SRC)\systime.h \ 881 $(SRC)\systime.h \
870 $(SRC)\termopts.h 882 $(SRC)\termopts.h \
883 $(SRC)\composite.h
871 884
872 $(BLD)\ralloc.obj : \ 885 $(BLD)\ralloc.obj : \
873 $(SRC)\ralloc.c \ 886 $(SRC)\ralloc.c \
874 $(EMACS_ROOT)\src\s\ms-w32.h \ 887 $(EMACS_ROOT)\src\s\ms-w32.h \
875 $(EMACS_ROOT)\src\m\intel386.h \ 888 $(EMACS_ROOT)\src\m\intel386.h \
922 $(SRC)\syntax.h \ 935 $(SRC)\syntax.h \
923 $(SRC)\buffer.h \ 936 $(SRC)\buffer.h \
924 $(SRC)\commands.h \ 937 $(SRC)\commands.h \
925 $(SRC)\blockinput.h \ 938 $(SRC)\blockinput.h \
926 $(SRC)\regex.h \ 939 $(SRC)\regex.h \
927 $(SRC)\region-cache.h 940 $(SRC)\region-cache.h \
941 $(SRC)\composite.h
928 942
929 $(BLD)\strftime.obj : \ 943 $(BLD)\strftime.obj : \
930 $(SRC)\strftime.c \ 944 $(SRC)\strftime.c \
931 $(EMACS_ROOT)\src\s\ms-w32.h \ 945 $(EMACS_ROOT)\src\s\ms-w32.h \
932 $(EMACS_ROOT)\src\m\intel386.h \ 946 $(EMACS_ROOT)\src\m\intel386.h \
948 $(EMACS_ROOT)\src\m\intel386.h \ 962 $(EMACS_ROOT)\src\m\intel386.h \
949 $(EMACS_ROOT)\src\config.h \ 963 $(EMACS_ROOT)\src\config.h \
950 $(SRC)\lisp.h \ 964 $(SRC)\lisp.h \
951 $(SRC)\commands.h \ 965 $(SRC)\commands.h \
952 $(SRC)\buffer.h \ 966 $(SRC)\buffer.h \
953 $(SRC)\syntax.h 967 $(SRC)\syntax.h \
968 $(SRC)\composite.h
954 969
955 $(BLD)\sysdep.obj : \ 970 $(BLD)\sysdep.obj : \
956 $(SRC)\sysdep.c \ 971 $(SRC)\sysdep.c \
957 $(EMACS_ROOT)\src\s\ms-w32.h \ 972 $(EMACS_ROOT)\src\s\ms-w32.h \
958 $(EMACS_ROOT)\src\m\intel386.h \ 973 $(EMACS_ROOT)\src\m\intel386.h \
1015 $(EMACS_ROOT)\src\m\intel386.h \ 1030 $(EMACS_ROOT)\src\m\intel386.h \
1016 $(EMACS_ROOT)\src\config.h \ 1031 $(EMACS_ROOT)\src\config.h \
1017 $(SRC)\lisp.h \ 1032 $(SRC)\lisp.h \
1018 $(SRC)\dispextern.h \ 1033 $(SRC)\dispextern.h \
1019 $(SRC)\intervals.h \ 1034 $(SRC)\intervals.h \
1035 $(SRC)\composite.h \
1020 $(SRC)\buffer.h \ 1036 $(SRC)\buffer.h \
1021 $(SRC)\window.h 1037 $(SRC)\window.h
1038
1039 $(BLD)\intervals.obj : \
1040 $(SRC)\intervals.c \
1041 $(SRC)\buffer.h \
1042 $(SRC)\intervals.h \
1043 $(SRC)\composite.h \
1044 $(SRC)\keyboard.h \
1045 $(SRC)\puresize.h \
1046 $(EMACS_ROOT)\src\s\ms-w32.h \
1047 $(EMACS_ROOT)\src\m\intel386.h \
1048 $(EMACS_ROOT)\src\config.h
1049
1050 $(BLD)\composite.obj : \
1051 $(SRC)\composite.c \
1052 $(SRC)\buffer.h \
1053 $(SRC)\charset.h \
1054 $(SRC)\intervals.h \
1055 $(SRC)\composite.h \
1056 $(EMACS_ROOT)\src\s\ms-w32.h \
1057 $(EMACS_ROOT)\src\m\intel386.h \
1058 $(EMACS_ROOT)\src\config.h
1022 1059
1023 $(BLD)\tparam.obj : \ 1060 $(BLD)\tparam.obj : \
1024 $(SRC)\tparam.c \ 1061 $(SRC)\tparam.c \
1025 $(EMACS_ROOT)\src\s\ms-w32.h \ 1062 $(EMACS_ROOT)\src\s\ms-w32.h \
1026 $(EMACS_ROOT)\src\m\intel386.h \ 1063 $(EMACS_ROOT)\src\m\intel386.h \
1072 $(SRC)\window.h \ 1109 $(SRC)\window.h \
1073 $(SRC)\commands.h \ 1110 $(SRC)\commands.h \
1074 $(SRC)\indent.h \ 1111 $(SRC)\indent.h \
1075 $(SRC)\termchar.h \ 1112 $(SRC)\termchar.h \
1076 $(SRC)\disptab.h \ 1113 $(SRC)\disptab.h \
1077 $(SRC)\keyboard.h 1114 $(SRC)\keyboard.h \
1115 $(SRC)\composite.h
1078 1116
1079 $(BLD)\xdisp.obj : \ 1117 $(BLD)\xdisp.obj : \
1080 $(SRC)\xdisp.c \ 1118 $(SRC)\xdisp.c \
1081 $(EMACS_ROOT)\src\s\ms-w32.h \ 1119 $(EMACS_ROOT)\src\s\ms-w32.h \
1082 $(EMACS_ROOT)\src\m\intel386.h \ 1120 $(EMACS_ROOT)\src\m\intel386.h \
1090 $(SRC)\commands.h \ 1128 $(SRC)\commands.h \
1091 $(SRC)\macros.h \ 1129 $(SRC)\macros.h \
1092 $(SRC)\disptab.h \ 1130 $(SRC)\disptab.h \
1093 $(SRC)\termhooks.h \ 1131 $(SRC)\termhooks.h \
1094 $(SRC)\dispextern.h \ 1132 $(SRC)\dispextern.h \
1095 $(SRC)\intervals.h 1133 $(SRC)\intervals.h \
1134 $(SRC)\composite.h
1096 1135
1097 $(BLD)\w32faces.obj: \ 1136 $(BLD)\w32faces.obj: \
1098 $(EMACS_ROOT)\src\s\ms-w32.h \ 1137 $(EMACS_ROOT)\src\s\ms-w32.h \
1099 $(EMACS_ROOT)\src\m\intel386.h \ 1138 $(EMACS_ROOT)\src\m\intel386.h \
1100 $(EMACS_ROOT)\src\config.h \ 1139 $(EMACS_ROOT)\src\config.h \
1104 $(SRC)\w32gui.h \ 1143 $(SRC)\w32gui.h \
1105 $(SRC)\buffer.h \ 1144 $(SRC)\buffer.h \
1106 $(SRC)\dispextern.h \ 1145 $(SRC)\dispextern.h \
1107 $(SRC)\frame.h \ 1146 $(SRC)\frame.h \
1108 $(SRC)\blockinput.h \ 1147 $(SRC)\blockinput.h \
1109 $(SRC)\window.h \ 1148 $(SRC)\window.h \
1110 $(SRC)\intervals.h 1149 $(SRC)\intervals.h \
1150 $(SRC)\composite.h
1111 1151
1112 $(BLD)\w32fns.obj: \ 1152 $(BLD)\w32fns.obj: \
1113 $(EMACS_ROOT)\src\s\ms-w32.h \ 1153 $(EMACS_ROOT)\src\s\ms-w32.h \
1114 $(EMACS_ROOT)\src\m\intel386.h \ 1154 $(EMACS_ROOT)\src\m\intel386.h \
1115 $(EMACS_ROOT)\src\config.h \ 1155 $(EMACS_ROOT)\src\config.h \
1117 $(SRC)\x-list-font.c \ 1157 $(SRC)\x-list-font.c \
1118 $(SRC)\lisp.h \ 1158 $(SRC)\lisp.h \
1119 $(SRC)\w32term.h \ 1159 $(SRC)\w32term.h \
1120 $(SRC)\w32gui.h \ 1160 $(SRC)\w32gui.h \
1121 $(SRC)\frame.h \ 1161 $(SRC)\frame.h \
1122 $(SRC)\window.h \ 1162 $(SRC)\window.h \
1123 $(SRC)\buffer.h \ 1163 $(SRC)\buffer.h \
1124 $(SRC)\dispextern.h \ 1164 $(SRC)\dispextern.h \
1125 $(SRC)\keyboard.h \ 1165 $(SRC)\keyboard.h \
1126 $(SRC)\blockinput.h \ 1166 $(SRC)\blockinput.h \
1127 $(SRC)\epaths.h \ 1167 $(SRC)\epaths.h \
1134 $(EMACS_ROOT)\src\config.h \ 1174 $(EMACS_ROOT)\src\config.h \
1135 $(SRC)\w32menu.c \ 1175 $(SRC)\w32menu.c \
1136 $(SRC)\lisp.h \ 1176 $(SRC)\lisp.h \
1137 $(SRC)\termhooks.h \ 1177 $(SRC)\termhooks.h \
1138 $(SRC)\frame.h \ 1178 $(SRC)\frame.h \
1139 $(SRC)\window.h \ 1179 $(SRC)\window.h \
1140 $(SRC)\keyboard.h \ 1180 $(SRC)\keyboard.h \
1141 $(SRC)\blockinput.h \ 1181 $(SRC)\blockinput.h \
1142 $(SRC)\buffer.h 1182 $(SRC)\buffer.h
1143 1183
1144 $(BLD)\w32term.obj: \ 1184 $(BLD)\w32term.obj: \
1159 $(SRC)\termopts.h \ 1199 $(SRC)\termopts.h \
1160 $(SRC)\termchar.h \ 1200 $(SRC)\termchar.h \
1161 $(SRC)\gnu.h \ 1201 $(SRC)\gnu.h \
1162 $(SRC)\disptab.h \ 1202 $(SRC)\disptab.h \
1163 $(SRC)\buffer.h \ 1203 $(SRC)\buffer.h \
1164 $(SRC)\window.h \ 1204 $(SRC)\window.h \
1165 $(SRC)\keyboard.h \ 1205 $(SRC)\keyboard.h \
1166 $(SRC)\intervals.h 1206 $(SRC)\intervals.h \
1207 $(SRC)\composite.h
1167 1208
1168 $(BLD)\w32select.obj: \ 1209 $(BLD)\w32select.obj: \
1169 $(EMACS_ROOT)\src\s\ms-w32.h \ 1210 $(EMACS_ROOT)\src\s\ms-w32.h \
1170 $(EMACS_ROOT)\src\m\intel386.h \ 1211 $(EMACS_ROOT)\src\m\intel386.h \
1171 $(EMACS_ROOT)\src\config.h \ 1212 $(EMACS_ROOT)\src\config.h \