Mercurial > hg > xemacs-beta
comparison lisp/w3/Makefile @ 134:34a5b81f86ba r20-2b1
Import from CVS: tag r20-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:30:11 +0200 |
parents | cca96a509cfe |
children | b980b6286996 |
comparison
equal
deleted
inserted
replaced
133:b27e67717092 | 134:34a5b81f86ba |
---|---|
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-cus.el w3-style.el w3-keyword.el w3-forms.el w3-emulate.el \ | 48 w3-cus.el 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 w3-script.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 w3-jscript.el w3-elisp.el dsssl-flow.el |
53 | 53 |
54 OBJECTS = $(SOURCES:.el=.elc) | 54 OBJECTS = $(SOURCES:.el=.elc) |
55 | 55 |
56 # Warning! Currently, the following file can _NOT_ be bytecompiled. | 56 # Warning! Currently, the following file can _NOT_ be bytecompiled. |
57 EXTRAS = w3-sysdp.el | 57 EXTRAS = w3-sysdp.el |
102 | 102 |
103 w3-vars.elc: w3-cus.el w3-vars.el | 103 w3-vars.elc: w3-cus.el w3-vars.el |
104 w3-display.elc: w3-display.el css.el font.el w3-imap.el | 104 w3-display.elc: w3-display.el css.el font.el w3-imap.el |
105 css.elc: css.el font.el | 105 css.elc: css.el font.el |
106 w3.elc: css.el w3-vars.el w3.el | 106 w3.elc: css.el w3-vars.el w3.el |
107 dsssl.elc: dsssl.el dsssl-flow.el |