aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJason Rumney2008-02-23 00:30:49 +0000
committerJason Rumney2008-02-23 00:30:49 +0000
commit79d48c1a445d3e6ed6b9ce4f391cb279708e9477 (patch)
tree89ce662eed394e5017805e53ef15a99f981cca9a /lib-src
parentcba3dac5b546fa81c60f1585e58bbbef98020b0c (diff)
downloademacs-79d48c1a445d3e6ed6b9ce4f391cb279708e9477.tar.gz
emacs-79d48c1a445d3e6ed6b9ce4f391cb279708e9477.zip
(MOUSE_SUPPORT): Remove duplicate tooltip.elc.
(MSDOS_SUPPORT, VMS_SUPPORT): Remove. (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too. (lisp2): Add new languages. ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog8
-rw-r--r--lib-src/makefile.w32-in33
2 files changed, 26 insertions, 15 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 9dcc4910859..278dfb21cc6 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,11 @@
12008-02-23 Jason Rumney <jasonr@gnu.org>
2
3 * makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc.
4 (MSDOS_SUPPORT, VMS_SUPPORT): Remove.
5 (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too.
6 (lisp2): Add new languages.
7 ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
8
12008-02-22 Juanma Barranquero <lekktu@gmail.com> 92008-02-22 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * makefile.w32-in (lisp2): Remove devanagari.el, kannada.el, 11 * makefile.w32-in (lisp2): Remove devanagari.el, kannada.el,
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 0a25e5ec730..7bd23ee9edd 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -170,8 +170,7 @@ lispsource = ../lisp/
170MOUSE_SUPPORT = \ 170MOUSE_SUPPORT = \
171 $(lispsource)select.elc \ 171 $(lispsource)select.elc \
172 $(lispsource)scroll-bar.elc \ 172 $(lispsource)scroll-bar.elc \
173 $(lispsource)mouse.elc \ 173 $(lispsource)mouse.elc
174 $(lispsource)tooltip.elc
175WINNT_SUPPORT = \ 174WINNT_SUPPORT = \
176 $(lispsource)ls-lisp.elc \ 175 $(lispsource)ls-lisp.elc \
177 $(lispsource)disp-table.elc \ 176 $(lispsource)disp-table.elc \
@@ -179,16 +178,6 @@ WINNT_SUPPORT = \
179 $(lispsource)dos-w32.elc \ 178 $(lispsource)dos-w32.elc \
180 $(lispsource)w32-vars.elc \ 179 $(lispsource)w32-vars.elc \
181 $(lispsource)term/w32-win.elc 180 $(lispsource)term/w32-win.elc
182
183# lisp files that are loaded up on other platforms
184MSDOS_SUPPORT = \
185 $(lispsource)dos-fns.elc \
186 $(lispsource)dos-vars.elc \
187 $(lispsource)international/ccl.elc \
188 $(lispsource)international/codepage.elc
189VMS_SUPPORT = \
190 $(lispsource)vmsproc.el \
191 $(lispsource)vms-patch.el
192TOOLTIP_SUPPORT = $(lispsource)tooltip.elc 181TOOLTIP_SUPPORT = $(lispsource)tooltip.elc
193WINDOW_SUPPORT = \ 182WINDOW_SUPPORT = \
194 $(lispsource)fringe.elc \ 183 $(lispsource)fringe.elc \
@@ -198,6 +187,18 @@ WINDOW_SUPPORT = \
198 $(lispsource)tool-bar.elc \ 187 $(lispsource)tool-bar.elc \
199 $(lispsource)mwheel.elc 188 $(lispsource)mwheel.elc
200 189
190# lisp files that are loaded up on other platforms
191OTHER_PLATFORM_SUPPORT = \
192 $(lispsource)dos-fns.elc \
193 $(lispsource)dos-vars.elc \
194 $(lispsource)international/ccl.elc \
195 $(lispsource)international/codepage.elc \
196 $(lispsource)vmsproc.el \
197 $(lispsource)vms-patch.el \
198 $(lispsource)x-dnd.elc \
199 $(lispsource)term/x-win.elc
200
201
201lisp1= \ 202lisp1= \
202 $(lispsource)abbrev.elc \ 203 $(lispsource)abbrev.elc \
203 $(lispsource)buff-menu.elc \ 204 $(lispsource)buff-menu.elc \
@@ -250,6 +251,7 @@ lisp2 = \
250 $(lispsource)language/japanese.el \ 251 $(lispsource)language/japanese.el \
251 $(lispsource)language/korean.el \ 252 $(lispsource)language/korean.el \
252 $(lispsource)language/lao.el \ 253 $(lispsource)language/lao.el \
254 $(lispsource)language/cham.el \
253 $(lispsource)language/tai-viet.el \ 255 $(lispsource)language/tai-viet.el \
254 $(lispsource)language/thai.el \ 256 $(lispsource)language/thai.el \
255 $(lispsource)language/tibetan.elc \ 257 $(lispsource)language/tibetan.elc \
@@ -257,6 +259,8 @@ lisp2 = \
257 $(lispsource)language/misc-lang.el \ 259 $(lispsource)language/misc-lang.el \
258 $(lispsource)language/utf-8-lang.el \ 260 $(lispsource)language/utf-8-lang.el \
259 $(lispsource)language/georgian.el \ 261 $(lispsource)language/georgian.el \
262 $(lispsource)language/khmer.el \
263 $(lispsource)language/burmese.el \
260 $(lispsource)paths.el \ 264 $(lispsource)paths.el \
261 $(lispsource)register.elc \ 265 $(lispsource)register.elc \
262 $(lispsource)replace.elc \ 266 $(lispsource)replace.elc \
@@ -277,8 +281,6 @@ lisp2 = \
277 $(lispsource)vc-hooks.elc \ 281 $(lispsource)vc-hooks.elc \
278 $(lispsource)ediff-hook.elc \ 282 $(lispsource)ediff-hook.elc \
279 $(TOOLTIP_SUPPORT) \ 283 $(TOOLTIP_SUPPORT) \
280 $(VMS_SUPPORT) \
281 $(MSDOS_SUPPORT) \
282 $(WINNT_SUPPORT) \ 284 $(WINNT_SUPPORT) \
283 $(WINDOW_SUPPORT) \ 285 $(WINDOW_SUPPORT) \
284 $(lispsource)widget.elc \ 286 $(lispsource)widget.elc \
@@ -296,11 +298,12 @@ lisp2 = \
296 - $(DEL) temacs.exe 298 - $(DEL) temacs.exe
297 299
298DOC = DOC 300DOC = DOC
299$(DOC): stamp_BLD $(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) 301$(DOC): stamp_BLD $(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) $(OTHER_PLATFORM_SUPPORT)
300 - $(DEL) $(DOC) 302 - $(DEL) $(DOC)
301 "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj) 303 "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj)
302 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp1) 304 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp1)
303 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp2) 305 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp2)
306 "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(OTHER_PLATFORM_SUPPORT)
304 $(CP) $(DOC) ../etc/DOC-X 307 $(CP) $(DOC) ../etc/DOC-X
305 - mkdir "../src/$(OBJDIR)" 308 - mkdir "../src/$(OBJDIR)"
306 - mkdir "../src/$(OBJDIR)/etc" 309 - mkdir "../src/$(OBJDIR)/etc"