diff options
| author | Pavel Janík | 2001-12-22 14:02:33 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-22 14:02:33 +0000 |
| commit | 44eec52586a0679e8de0bcb49b4361f16041dd58 (patch) | |
| tree | 54173fed82105a6c719b5de4522294fa06673576 /src | |
| parent | 746de544e0e50910a0a34851c4c85788fd15230b (diff) | |
| download | emacs-44eec52586a0679e8de0bcb49b4361f16041dd58.tar.gz emacs-44eec52586a0679e8de0bcb49b4361f16041dd58.zip | |
Remove mocklisp files.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 | ||||
| -rw-r--r-- | src/makefile.nt | 13 | ||||
| -rw-r--r-- | src/makefile.w32-in | 11 |
3 files changed, 5 insertions, 24 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 978e2b35dca..997a1c8fd33 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -539,7 +539,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o \ | |||
| 539 | cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \ | 539 | cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \ |
| 540 | alloc.o data.o doc.o editfns.o callint.o \ | 540 | alloc.o data.o doc.o editfns.o callint.o \ |
| 541 | eval.o floatfns.o fns.o print.o lread.o \ | 541 | eval.o floatfns.o fns.o print.o lread.o \ |
| 542 | abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \ | 542 | abbrev.o syntax.o UNEXEC bytecode.o \ |
| 543 | process.o callproc.o \ | 543 | process.o callproc.o \ |
| 544 | region-cache.o sound.o atimer.o \ | 544 | region-cache.o sound.o atimer.o \ |
| 545 | doprnt.o strftime.o intervals.o textprop.o composite.o md5.o \ | 545 | doprnt.o strftime.o intervals.o textprop.o composite.o md5.o \ |
| @@ -1010,7 +1010,7 @@ abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \ | |||
| 1010 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ | 1010 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ |
| 1011 | dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h charset.h \ | 1011 | dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h charset.h \ |
| 1012 | $(config_h) | 1012 | $(config_h) |
| 1013 | callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ | 1013 | callint.o: callint.c window.h commands.h buffer.h \ |
| 1014 | keyboard.h dispextern.h $(config_h) | 1014 | keyboard.h dispextern.h $(config_h) |
| 1015 | callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ | 1015 | callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ |
| 1016 | process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h \ | 1016 | process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h \ |
| @@ -1072,7 +1072,6 @@ marker.o: marker.c buffer.h charset.h $(config_h) | |||
| 1072 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ | 1072 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ |
| 1073 | buffer.h commands.h charset.h msdos.h $(config_h) | 1073 | buffer.h commands.h charset.h msdos.h $(config_h) |
| 1074 | mktime.o: mktime.c $(config_h) | 1074 | mktime.o: mktime.c $(config_h) |
| 1075 | mocklisp.o: mocklisp.c buffer.h $(config_h) | ||
| 1076 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | 1075 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ |
| 1077 | termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \ | 1076 | termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \ |
| 1078 | keyboard.h $(config_h) | 1077 | keyboard.h $(config_h) |
diff --git a/src/makefile.nt b/src/makefile.nt index d97a96a6969..e3d05846ccc 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -117,8 +117,7 @@ OBJ1 = $(BLD)\abbrev.obj \ | |||
| 117 | $(BLD)\macros.obj \ | 117 | $(BLD)\macros.obj \ |
| 118 | $(BLD)\marker.obj \ | 118 | $(BLD)\marker.obj \ |
| 119 | $(BLD)\md5.obj \ | 119 | $(BLD)\md5.obj \ |
| 120 | $(BLD)\minibuf.obj \ | 120 | $(BLD)\minibuf.obj |
| 121 | $(BLD)\mocklisp.obj | ||
| 122 | 121 | ||
| 123 | OBJ2 = $(BLD)\w32.obj \ | 122 | OBJ2 = $(BLD)\w32.obj \ |
| 124 | $(BLD)\w32heap.obj \ | 123 | $(BLD)\w32heap.obj \ |
| @@ -400,8 +399,7 @@ $(BLD)\callint.obj : \ | |||
| 400 | $(SRC)\buffer.h \ | 399 | $(SRC)\buffer.h \ |
| 401 | $(SRC)\commands.h \ | 400 | $(SRC)\commands.h \ |
| 402 | $(SRC)\keyboard.h \ | 401 | $(SRC)\keyboard.h \ |
| 403 | $(SRC)\window.h \ | 402 | $(SRC)\window.h |
| 404 | $(SRC)\mocklisp.h | ||
| 405 | 403 | ||
| 406 | $(BLD)\callproc.obj : \ | 404 | $(BLD)\callproc.obj : \ |
| 407 | $(SRC)\callproc.c \ | 405 | $(SRC)\callproc.c \ |
| @@ -817,13 +815,6 @@ $(BLD)\minibuf.obj : \ | |||
| 817 | $(SRC)\window.h \ | 815 | $(SRC)\window.h \ |
| 818 | $(SRC)\syntax.h | 816 | $(SRC)\syntax.h |
| 819 | 817 | ||
| 820 | $(BLD)\mocklisp.obj : \ | ||
| 821 | $(SRC)\mocklisp.c \ | ||
| 822 | $(EMACS_ROOT)\src\s\ms-w32.h \ | ||
| 823 | $(EMACS_ROOT)\src\m\intel386.h \ | ||
| 824 | $(EMACS_ROOT)\src\config.h \ | ||
| 825 | $(SRC)\buffer.h | ||
| 826 | |||
| 827 | $(BLD)\w32.obj : \ | 818 | $(BLD)\w32.obj : \ |
| 828 | $(SRC)\w32.c \ | 819 | $(SRC)\w32.c \ |
| 829 | $(SRC)\w32.h \ | 820 | $(SRC)\w32.h \ |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 2cf1458eac7..b9b1b2a85ab 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -84,7 +84,6 @@ OBJ1 = $(BLD)/abbrev.$(O) \ | |||
| 84 | $(BLD)/marker.$(O) \ | 84 | $(BLD)/marker.$(O) \ |
| 85 | $(BLD)/md5.$(O) \ | 85 | $(BLD)/md5.$(O) \ |
| 86 | $(BLD)/minibuf.$(O) \ | 86 | $(BLD)/minibuf.$(O) \ |
| 87 | $(BLD)/mocklisp.$(O) \ | ||
| 88 | $(BLD)/w32.$(O) \ | 87 | $(BLD)/w32.$(O) \ |
| 89 | $(BLD)/w32heap.$(O) \ | 88 | $(BLD)/w32heap.$(O) \ |
| 90 | $(BLD)/w32inevt.$(O) \ | 89 | $(BLD)/w32inevt.$(O) \ |
| @@ -335,8 +334,7 @@ $(BLD)/callint.$(O) : \ | |||
| 335 | $(SRC)/buffer.h \ | 334 | $(SRC)/buffer.h \ |
| 336 | $(SRC)/commands.h \ | 335 | $(SRC)/commands.h \ |
| 337 | $(SRC)/keyboard.h \ | 336 | $(SRC)/keyboard.h \ |
| 338 | $(SRC)/window.h \ | 337 | $(SRC)/window.h |
| 339 | $(SRC)/mocklisp.h | ||
| 340 | 338 | ||
| 341 | $(BLD)/callproc.$(O) : \ | 339 | $(BLD)/callproc.$(O) : \ |
| 342 | $(SRC)/callproc.c \ | 340 | $(SRC)/callproc.c \ |
| @@ -750,13 +748,6 @@ $(BLD)/minibuf.$(O) : \ | |||
| 750 | $(SRC)/window.h \ | 748 | $(SRC)/window.h \ |
| 751 | $(SRC)/syntax.h | 749 | $(SRC)/syntax.h |
| 752 | 750 | ||
| 753 | $(BLD)/mocklisp.$(O) : \ | ||
| 754 | $(SRC)/mocklisp.c \ | ||
| 755 | $(EMACS_ROOT)/src/s/ms-w32.h \ | ||
| 756 | $(EMACS_ROOT)/src/m/intel386.h \ | ||
| 757 | $(EMACS_ROOT)/src/config.h \ | ||
| 758 | $(SRC)/buffer.h | ||
| 759 | |||
| 760 | $(BLD)/w32.$(O) : \ | 751 | $(BLD)/w32.$(O) : \ |
| 761 | $(SRC)/w32.c \ | 752 | $(SRC)/w32.c \ |
| 762 | $(SRC)/w32.h \ | 753 | $(SRC)/w32.h \ |