diff options
| author | Eli Zaretskii | 2001-08-29 13:06:42 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-08-29 13:06:42 +0000 |
| commit | 5ae10f4ab76de8bd522c4d4d5acd7aa18342277c (patch) | |
| tree | af6211e08e583917dc01477ad771519b9428838a /lib-src | |
| parent | d38633a3062c3010a63033081e460c8aa4a54610 (diff) | |
| download | emacs-5ae10f4ab76de8bd522c4d4d5acd7aa18342277c.tar.gz emacs-5ae10f4ab76de8bd522c4d4d5acd7aa18342277c.zip | |
(lisp): Synchronize with src/Makefile.in.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/makefile.nt | 13 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 13 |
3 files changed, 29 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d286bbefaa4..222bd29383a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-08-29 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * makefile.nt (lisp): Synchronize with src/Makefile.in. | ||
| 4 | * makefile.w32-in (lisp): Ditto. | ||
| 5 | |||
| 1 | 2001-07-25 Juanma Barranquero <jbarranquero@peoplecall.com> | 6 | 2001-07-25 Juanma Barranquero <jbarranquero@peoplecall.com> |
| 2 | 7 | ||
| 3 | * grep-changelog (parse_changelog): Remove unused local variable. | 8 | * grep-changelog (parse_changelog): Remove unused local variable. |
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index 01b392d6f9f..22fc3ac9b2a 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt | |||
| @@ -148,7 +148,7 @@ obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefid | |||
| 148 | lispsource = ../lisp/ | 148 | lispsource = ../lisp/ |
| 149 | 149 | ||
| 150 | FACE_SUPPORT = $(lispsource)facemenu.elc | 150 | FACE_SUPPORT = $(lispsource)facemenu.elc |
| 151 | MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc | 151 | MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc |
| 152 | FLOAT_SUPPORT = $(lispsource)float-sup.elc | 152 | FLOAT_SUPPORT = $(lispsource)float-sup.elc |
| 153 | WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc | 153 | WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc |
| 154 | 154 | ||
| @@ -158,6 +158,7 @@ lisp= \ | |||
| 158 | $(lispsource)byte-run.elc \ | 158 | $(lispsource)byte-run.elc \ |
| 159 | $(lispsource)cus-start.el \ | 159 | $(lispsource)cus-start.el \ |
| 160 | $(lispsource)custom.elc \ | 160 | $(lispsource)custom.elc \ |
| 161 | $(lispsource)disp-table.elc \ | ||
| 161 | $(lispsource)faces.elc \ | 162 | $(lispsource)faces.elc \ |
| 162 | $(lispsource)files.elc \ | 163 | $(lispsource)files.elc \ |
| 163 | $(lispsource)textmodes/fill.elc \ | 164 | $(lispsource)textmodes/fill.elc \ |
| @@ -174,18 +175,26 @@ lisp= \ | |||
| 174 | $(lispsource)emacs-lisp/lisp.elc \ | 175 | $(lispsource)emacs-lisp/lisp.elc \ |
| 175 | $(lispsource)loadup.el \ | 176 | $(lispsource)loadup.el \ |
| 176 | $(lispsource)loaddefs.el \ | 177 | $(lispsource)loaddefs.el \ |
| 178 | $(lispsource)bindings.el \ | ||
| 177 | $(lispsource)map-ynp.elc \ | 179 | $(lispsource)map-ynp.elc \ |
| 178 | $(lispsource)menu-bar.elc \ | 180 | $(lispsource)menu-bar.elc \ |
| 179 | $(lispsource)international/mule.elc \ | 181 | $(lispsource)international/mule.elc \ |
| 180 | $(lispsource)international/mule-conf.el \ | 182 | $(lispsource)international/mule-conf.el \ |
| 181 | $(lispsource)international/mule-cmds.elc \ | 183 | $(lispsource)international/mule-cmds.elc \ |
| 182 | $(lispsource)international/characters.elc \ | 184 | $(lispsource)international/characters.elc \ |
| 185 | $(lispsource)international/ccl.elc \ | ||
| 186 | $(lispsource)international/codepage.elc \ | ||
| 187 | $(lispsource)international/utf-8.elc \ | ||
| 188 | $(lispsource)case-table.elc \ | ||
| 183 | $(lispsource)language/chinese.elc \ | 189 | $(lispsource)language/chinese.elc \ |
| 184 | $(lispsource)language/cyrillic.elc \ | 190 | $(lispsource)language/cyrillic.elc \ |
| 185 | $(lispsource)language/devanagari.elc \ | 191 | $(lispsource)language/devanagari.elc \ |
| 186 | $(lispsource)language/english.elc \ | 192 | $(lispsource)language/english.elc \ |
| 187 | $(lispsource)language/ethiopic.elc \ | 193 | $(lispsource)language/ethiopic.elc \ |
| 188 | $(lispsource)language/european.elc \ | 194 | $(lispsource)language/european.elc \ |
| 195 | $(lispsource)language/czech.elc \ | ||
| 196 | $(lispsource)language/slovak.elc \ | ||
| 197 | $(lispsource)language/romanian.elc \ | ||
| 189 | $(lispsource)language/greek.elc \ | 198 | $(lispsource)language/greek.elc \ |
| 190 | $(lispsource)language/hebrew.elc \ | 199 | $(lispsource)language/hebrew.elc \ |
| 191 | $(lispsource)language/indian.elc \ | 200 | $(lispsource)language/indian.elc \ |
| @@ -204,12 +213,14 @@ lisp= \ | |||
| 204 | $(lispsource)simple.elc \ | 213 | $(lispsource)simple.elc \ |
| 205 | $(lispsource)startup.elc \ | 214 | $(lispsource)startup.elc \ |
| 206 | $(lispsource)subr.elc \ | 215 | $(lispsource)subr.elc \ |
| 216 | $(lispsource)term/tty-colors.elc \ | ||
| 207 | $(lispsource)textmodes/text-mode.elc \ | 217 | $(lispsource)textmodes/text-mode.elc \ |
| 208 | $(lispsource)vc-hooks.elc \ | 218 | $(lispsource)vc-hooks.elc \ |
| 209 | $(lispsource)ediff-hook.elc \ | 219 | $(lispsource)ediff-hook.elc \ |
| 210 | $(VMS_SUPPORT) \ | 220 | $(VMS_SUPPORT) \ |
| 211 | $(MSDOS_SUPPORT) \ | 221 | $(MSDOS_SUPPORT) \ |
| 212 | $(WINNT_SUPPORT) \ | 222 | $(WINNT_SUPPORT) \ |
| 223 | $(lispsource)widget.elc \ | ||
| 213 | $(lispsource)window.elc \ | 224 | $(lispsource)window.elc \ |
| 214 | $(lispsource)version.el | 225 | $(lispsource)version.el |
| 215 | 226 | ||
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 5d273a117e3..11b3174635f 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -135,7 +135,7 @@ obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefid | |||
| 135 | lispsource = ../lisp/ | 135 | lispsource = ../lisp/ |
| 136 | 136 | ||
| 137 | FACE_SUPPORT = $(lispsource)facemenu.elc | 137 | FACE_SUPPORT = $(lispsource)facemenu.elc |
| 138 | MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc | 138 | MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc |
| 139 | FLOAT_SUPPORT = $(lispsource)float-sup.elc | 139 | FLOAT_SUPPORT = $(lispsource)float-sup.elc |
| 140 | WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc | 140 | WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc |
| 141 | 141 | ||
| @@ -145,6 +145,7 @@ lisp= \ | |||
| 145 | $(lispsource)byte-run.elc \ | 145 | $(lispsource)byte-run.elc \ |
| 146 | $(lispsource)cus-start.el \ | 146 | $(lispsource)cus-start.el \ |
| 147 | $(lispsource)custom.elc \ | 147 | $(lispsource)custom.elc \ |
| 148 | $(lispsource)disp-table.elc \ | ||
| 148 | $(lispsource)faces.elc \ | 149 | $(lispsource)faces.elc \ |
| 149 | $(lispsource)files.elc \ | 150 | $(lispsource)files.elc \ |
| 150 | $(lispsource)textmodes/fill.elc \ | 151 | $(lispsource)textmodes/fill.elc \ |
| @@ -161,18 +162,26 @@ lisp= \ | |||
| 161 | $(lispsource)emacs-lisp/lisp.elc \ | 162 | $(lispsource)emacs-lisp/lisp.elc \ |
| 162 | $(lispsource)loadup.el \ | 163 | $(lispsource)loadup.el \ |
| 163 | $(lispsource)loaddefs.el \ | 164 | $(lispsource)loaddefs.el \ |
| 165 | $(lispsource)bindings.el \ | ||
| 164 | $(lispsource)map-ynp.elc \ | 166 | $(lispsource)map-ynp.elc \ |
| 165 | $(lispsource)menu-bar.elc \ | 167 | $(lispsource)menu-bar.elc \ |
| 166 | $(lispsource)international/mule.elc \ | 168 | $(lispsource)international/mule.elc \ |
| 167 | $(lispsource)international/mule-conf.el \ | 169 | $(lispsource)international/mule-conf.el \ |
| 168 | $(lispsource)international/mule-cmds.elc \ | 170 | $(lispsource)international/mule-cmds.elc \ |
| 169 | $(lispsource)international/characters.elc \ | 171 | $(lispsource)international/characters.elc \ |
| 172 | $(lispsource)international/ccl.elc \ | ||
| 173 | $(lispsource)international/codepage.elc \ | ||
| 174 | $(lispsource)international/utf-8.elc \ | ||
| 175 | $(lispsource)case-table.elc \ | ||
| 170 | $(lispsource)language/chinese.elc \ | 176 | $(lispsource)language/chinese.elc \ |
| 171 | $(lispsource)language/cyrillic.elc \ | 177 | $(lispsource)language/cyrillic.elc \ |
| 172 | $(lispsource)language/devanagari.elc \ | 178 | $(lispsource)language/devanagari.elc \ |
| 173 | $(lispsource)language/english.elc \ | 179 | $(lispsource)language/english.elc \ |
| 174 | $(lispsource)language/ethiopic.elc \ | 180 | $(lispsource)language/ethiopic.elc \ |
| 175 | $(lispsource)language/european.elc \ | 181 | $(lispsource)language/european.elc \ |
| 182 | $(lispsource)language/czech.elc \ | ||
| 183 | $(lispsource)language/slovak.elc \ | ||
| 184 | $(lispsource)language/romanian.elc \ | ||
| 176 | $(lispsource)language/greek.elc \ | 185 | $(lispsource)language/greek.elc \ |
| 177 | $(lispsource)language/hebrew.elc \ | 186 | $(lispsource)language/hebrew.elc \ |
| 178 | $(lispsource)language/indian.elc \ | 187 | $(lispsource)language/indian.elc \ |
| @@ -191,12 +200,14 @@ lisp= \ | |||
| 191 | $(lispsource)simple.elc \ | 200 | $(lispsource)simple.elc \ |
| 192 | $(lispsource)startup.elc \ | 201 | $(lispsource)startup.elc \ |
| 193 | $(lispsource)subr.elc \ | 202 | $(lispsource)subr.elc \ |
| 203 | $(lispsource)term/tty-colors.elc \ | ||
| 194 | $(lispsource)textmodes/text-mode.elc \ | 204 | $(lispsource)textmodes/text-mode.elc \ |
| 195 | $(lispsource)vc-hooks.elc \ | 205 | $(lispsource)vc-hooks.elc \ |
| 196 | $(lispsource)ediff-hook.elc \ | 206 | $(lispsource)ediff-hook.elc \ |
| 197 | $(VMS_SUPPORT) \ | 207 | $(VMS_SUPPORT) \ |
| 198 | $(MSDOS_SUPPORT) \ | 208 | $(MSDOS_SUPPORT) \ |
| 199 | $(WINNT_SUPPORT) \ | 209 | $(WINNT_SUPPORT) \ |
| 210 | $(lispsource)widget.elc \ | ||
| 200 | $(lispsource)window.elc \ | 211 | $(lispsource)window.elc \ |
| 201 | $(lispsource)version.el | 212 | $(lispsource)version.el |
| 202 | 213 | ||