diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 10 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 122 |
2 files changed, 71 insertions, 61 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e0bc212282a..2c55e6aeaec 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-11-30 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (FACE_SUPPORT): | ||
| 4 | (MOUSE_SUPPORT): | ||
| 5 | (FLOAT_SUPPORT): | ||
| 6 | (WINNT_SUPPORT): | ||
| 7 | (lisp): Reference .el files instead of .elc files, to simplify | ||
| 8 | bootstrapping. | ||
| 9 | ($(DOC)): Change dependency to just `make-docfile'. | ||
| 10 | |||
| 1 | 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 11 | 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 12 | ||
| 3 | * COPYING: Removed. | 13 | * COPYING: Removed. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 07a9a9e024c..4daf6675aa9 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -133,86 +133,86 @@ obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefid | |||
| 133 | # | 133 | # |
| 134 | lispsource = ../lisp/ | 134 | lispsource = ../lisp/ |
| 135 | 135 | ||
| 136 | FACE_SUPPORT = $(lispsource)facemenu.elc | 136 | FACE_SUPPORT = $(lispsource)facemenu.el |
| 137 | MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc | 137 | MOUSE_SUPPORT = $(lispsource)select.el $(lispsource)scroll-bar.el $(lispsource)mouse.el |
| 138 | FLOAT_SUPPORT = $(lispsource)float-sup.elc | 138 | FLOAT_SUPPORT = $(lispsource)float-sup.el |
| 139 | WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc | 139 | WINNT_SUPPORT = $(lispsource)ls-lisp.el $(lispsource)w32-fns.el $(lispsource)dos-w32.el |
| 140 | 140 | ||
| 141 | lisp= \ | 141 | lisp= \ |
| 142 | $(lispsource)abbrev.elc \ | 142 | $(lispsource)abbrev.el \ |
| 143 | $(lispsource)buff-menu.elc \ | 143 | $(lispsource)buff-menu.el \ |
| 144 | $(lispsource)byte-run.elc \ | 144 | $(lispsource)byte-run.el \ |
| 145 | $(lispsource)cus-start.el \ | 145 | $(lispsource)cus-start.el \ |
| 146 | $(lispsource)custom.elc \ | 146 | $(lispsource)custom.el \ |
| 147 | $(lispsource)disp-table.elc \ | 147 | $(lispsource)disp-table.el \ |
| 148 | $(lispsource)faces.elc \ | 148 | $(lispsource)faces.el \ |
| 149 | $(lispsource)files.elc \ | 149 | $(lispsource)files.el \ |
| 150 | $(lispsource)textmodes/fill.elc \ | 150 | $(lispsource)textmodes/fill.el \ |
| 151 | $(lispsource)format.elc \ | 151 | $(lispsource)format.el \ |
| 152 | $(FACE_SUPPORT) \ | 152 | $(FACE_SUPPORT) \ |
| 153 | $(MOUSE_SUPPORT) \ | 153 | $(MOUSE_SUPPORT) \ |
| 154 | $(FLOAT_SUPPORT) \ | 154 | $(FLOAT_SUPPORT) \ |
| 155 | $(lispsource)frame.elc\ | 155 | $(lispsource)frame.el\ |
| 156 | $(X_WINDOWS_SUPPORT) \ | 156 | $(X_WINDOWS_SUPPORT) \ |
| 157 | $(lispsource)help.elc \ | 157 | $(lispsource)help.el \ |
| 158 | $(lispsource)indent.elc \ | 158 | $(lispsource)indent.el \ |
| 159 | $(lispsource)isearch.elc \ | 159 | $(lispsource)isearch.el \ |
| 160 | $(lispsource)emacs-lisp/lisp-mode.elc \ | 160 | $(lispsource)emacs-lisp/lisp-mode.el \ |
| 161 | $(lispsource)emacs-lisp/lisp.elc \ | 161 | $(lispsource)emacs-lisp/lisp.el \ |
| 162 | $(lispsource)loadup.el \ | 162 | $(lispsource)loadup.el \ |
| 163 | $(lispsource)loaddefs.el \ | 163 | $(lispsource)loaddefs.el \ |
| 164 | $(lispsource)bindings.el \ | 164 | $(lispsource)bindings.el \ |
| 165 | $(lispsource)map-ynp.elc \ | 165 | $(lispsource)map-ynp.el \ |
| 166 | $(lispsource)menu-bar.elc \ | 166 | $(lispsource)menu-bar.el \ |
| 167 | $(lispsource)international/mule.elc \ | 167 | $(lispsource)international/mule.el \ |
| 168 | $(lispsource)international/mule-conf.el \ | 168 | $(lispsource)international/mule-conf.el \ |
| 169 | $(lispsource)international/mule-cmds.elc \ | 169 | $(lispsource)international/mule-cmds.el \ |
| 170 | $(lispsource)international/characters.elc \ | 170 | $(lispsource)international/characters.el \ |
| 171 | $(lispsource)international/ccl.elc \ | 171 | $(lispsource)international/ccl.el \ |
| 172 | $(lispsource)international/codepage.elc \ | 172 | $(lispsource)international/codepage.el \ |
| 173 | $(lispsource)international/utf-8.elc \ | 173 | $(lispsource)international/utf-8.el \ |
| 174 | $(lispsource)case-table.elc \ | 174 | $(lispsource)case-table.el \ |
| 175 | $(lispsource)language/chinese.elc \ | 175 | $(lispsource)language/chinese.el \ |
| 176 | $(lispsource)language/cyrillic.elc \ | 176 | $(lispsource)language/cyrillic.el \ |
| 177 | $(lispsource)language/devanagari.elc \ | 177 | $(lispsource)language/devanagari.el \ |
| 178 | $(lispsource)language/english.elc \ | 178 | $(lispsource)language/english.el \ |
| 179 | $(lispsource)language/ethiopic.elc \ | 179 | $(lispsource)language/ethiopic.el \ |
| 180 | $(lispsource)language/european.elc \ | 180 | $(lispsource)language/european.el \ |
| 181 | $(lispsource)language/czech.elc \ | 181 | $(lispsource)language/czech.el \ |
| 182 | $(lispsource)language/slovak.elc \ | 182 | $(lispsource)language/slovak.el \ |
| 183 | $(lispsource)language/romanian.elc \ | 183 | $(lispsource)language/romanian.el \ |
| 184 | $(lispsource)language/greek.elc \ | 184 | $(lispsource)language/greek.el \ |
| 185 | $(lispsource)language/hebrew.elc \ | 185 | $(lispsource)language/hebrew.el \ |
| 186 | $(lispsource)language/indian.elc \ | 186 | $(lispsource)language/indian.el \ |
| 187 | $(lispsource)language/japanese.elc \ | 187 | $(lispsource)language/japanese.el \ |
| 188 | $(lispsource)language/korean.elc \ | 188 | $(lispsource)language/korean.el \ |
| 189 | $(lispsource)language/lao.elc \ | 189 | $(lispsource)language/lao.el \ |
| 190 | $(lispsource)language/thai.elc \ | 190 | $(lispsource)language/thai.el \ |
| 191 | $(lispsource)language/tibetan.elc \ | 191 | $(lispsource)language/tibetan.el \ |
| 192 | $(lispsource)language/vietnamese.elc \ | 192 | $(lispsource)language/vietnamese.el \ |
| 193 | $(lispsource)language/misc-lang.elc \ | 193 | $(lispsource)language/misc-lang.el \ |
| 194 | $(lispsource)textmodes/page.elc \ | 194 | $(lispsource)textmodes/page.el \ |
| 195 | $(lispsource)textmodes/paragraphs.elc \ | 195 | $(lispsource)textmodes/paragraphs.el \ |
| 196 | $(lispsource)paths.el \ | 196 | $(lispsource)paths.el \ |
| 197 | $(lispsource)register.elc \ | 197 | $(lispsource)register.el \ |
| 198 | $(lispsource)replace.elc \ | 198 | $(lispsource)replace.el \ |
| 199 | $(lispsource)simple.elc \ | 199 | $(lispsource)simple.el \ |
| 200 | $(lispsource)startup.elc \ | 200 | $(lispsource)startup.el \ |
| 201 | $(lispsource)subr.elc \ | 201 | $(lispsource)subr.el \ |
| 202 | $(lispsource)term/tty-colors.elc \ | 202 | $(lispsource)term/tty-colors.el \ |
| 203 | $(lispsource)textmodes/text-mode.elc \ | 203 | $(lispsource)textmodes/text-mode.el \ |
| 204 | $(lispsource)vc-hooks.elc \ | 204 | $(lispsource)vc-hooks.el \ |
| 205 | $(lispsource)ediff-hook.elc \ | 205 | $(lispsource)ediff-hook.el \ |
| 206 | $(VMS_SUPPORT) \ | 206 | $(VMS_SUPPORT) \ |
| 207 | $(MSDOS_SUPPORT) \ | 207 | $(MSDOS_SUPPORT) \ |
| 208 | $(WINNT_SUPPORT) \ | 208 | $(WINNT_SUPPORT) \ |
| 209 | $(lispsource)widget.elc \ | 209 | $(lispsource)widget.el \ |
| 210 | $(lispsource)window.elc \ | 210 | $(lispsource)window.el \ |
| 211 | $(lispsource)version.el | 211 | $(lispsource)version.el |
| 212 | 212 | ||
| 213 | 213 | ||
| 214 | DOC = DOC | 214 | DOC = DOC |
| 215 | $(DOC): $(BLD)/make-docfile.exe | 215 | $(DOC): make-docfile |
| 216 | - $(DEL) $(DOC) | 216 | - $(DEL) $(DOC) |
| 217 | "$(THISDIR)/$(BLD)/make-docfile" -d ../src $(obj) > $(DOC) | 217 | "$(THISDIR)/$(BLD)/make-docfile" -d ../src $(obj) > $(DOC) |
| 218 | "$(THISDIR)/$(BLD)/make-docfile" -d ../src $(lisp) >> $(DOC) | 218 | "$(THISDIR)/$(BLD)/make-docfile" -d ../src $(lisp) >> $(DOC) |