Mercurial > hg > xemacs-beta
comparison lisp/w3/Makefile @ 20:859a2309aef8 r19-15b93
Import from CVS: tag r19-15b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:50:05 +0200 |
parents | d95e72db5c07 |
children | 441bb1e64a06 |
comparison
equal
deleted
inserted
replaced
19:ac1f612d5250 | 20:859a2309aef8 |
---|---|
44 | 44 |
45 SOURCES = \ | 45 SOURCES = \ |
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-annotat.el w3-auto.el w3-menu.el w3-mouse.el w3-toolbar.el \ | 49 w3-auto.el w3-menu.el w3-mouse.el w3-toolbar.el w3-prefs.el \ |
50 w3-prefs.el w3-speak.el w3-latex.el w3-parse.el w3-display.el \ | 50 w3-speak.el w3-latex.el w3-parse.el w3-display.el w3-print.el \ |
51 w3-print.el 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 |
52 | 52 |
53 OBJECTS = $(SOURCES:.el=.elc) | 53 OBJECTS = $(SOURCES:.el=.elc) |
54 | 54 |
55 # Warning! Currently, the following file can _NOT_ be bytecompiled. | 55 # Warning! Currently, the following file can _NOT_ be bytecompiled. |
56 EXTRAS = w3-sysdp.el | 56 EXTRAS = w3-sysdp.el |