Mercurial > hg > xemacs-beta
comparison lisp/w3/Makefile @ 26:441bb1e64a06 r19-15b96
Import from CVS: tag r19-15b96
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:32 +0200 |
parents | 859a2309aef8 |
children | e04119814345 |
comparison
equal
deleted
inserted
replaced
25:383a494979f8 | 26:441bb1e64a06 |
---|---|
33 CORE = docomp.el | 33 CORE = docomp.el |
34 | 34 |
35 URLSOURCES = \ | 35 URLSOURCES = \ |
36 url-nfs.el url-file.el url-cookie.el url-parse.el url-irc.el \ | 36 url-nfs.el url-file.el url-cookie.el url-parse.el url-irc.el \ |
37 url-gopher.el url-http.el url-mail.el url-misc.el url-news.el \ | 37 url-gopher.el url-http.el url-mail.el url-misc.el url-news.el \ |
38 url-pgp.el url-vars.el url-wais.el url-auth.el mm.el md5.el \ | 38 url-vars.el url-auth.el mm.el md5.el url-gw.el ssl.el base64.el \ |
39 url-gw.el ssl.el base64.el url.el socks.el | 39 url.el socks.el url-cache.el |
40 | 40 |
41 CUSTOMSOURCES = # widget.el widget-edit.el | 41 CUSTOMSOURCES = # widget.el widget-edit.el |
42 CUSTOMOBJECTS = $(CUSTOMSOURCES:.el=.elc) | 42 CUSTOMOBJECTS = $(CUSTOMSOURCES:.el=.elc) |
43 URLOBJECTS = $(URLSOURCES:.el=.elc) | 43 URLOBJECTS = $(URLSOURCES:.el=.elc) |
44 | 44 |
46 $(CUSTOMSOURCES) $(URLSOURCES) mule-sysdp.el w3-widget.el \ | 46 $(CUSTOMSOURCES) $(URLSOURCES) mule-sysdp.el w3-widget.el \ |
47 w3-imap.el css.el dsssl.el font.el images.el w3-vars.el \ | 47 w3-imap.el css.el dsssl.el font.el images.el w3-vars.el \ |
48 w3-style.el w3-keyword.el w3-forms.el w3-emulate.el \ | 48 w3-style.el w3-keyword.el w3-forms.el w3-emulate.el \ |
49 w3-auto.el w3-menu.el w3-mouse.el w3-toolbar.el w3-prefs.el \ | 49 w3-auto.el w3-menu.el w3-mouse.el w3-toolbar.el w3-prefs.el \ |
50 w3-speak.el w3-latex.el w3-parse.el w3-display.el w3-print.el \ | 50 w3-speak.el w3-latex.el w3-parse.el w3-display.el w3-print.el \ |
51 w3-about.el w3-hot.el w3-e19.el w3-xemac.el w3.el | 51 w3-about.el w3-hot.el w3-e19.el w3-xemac.el w3.el w3-script.el \ |
52 w3-jscript.el w3-elisp.el | |
52 | 53 |
53 OBJECTS = $(SOURCES:.el=.elc) | 54 OBJECTS = $(SOURCES:.el=.elc) |
54 | 55 |
55 # Warning! Currently, the following file can _NOT_ be bytecompiled. | 56 # Warning! Currently, the following file can _NOT_ be bytecompiled. |
56 EXTRAS = w3-sysdp.el | 57 EXTRAS = w3-sysdp.el |