Mercurial > hg > xemacs-beta
comparison lisp/ilisp/Makefile @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | c7528f8e288d |
children | a2f645c6b9f8 |
comparison
equal
deleted
inserted
replaced
168:9851d5c6556e | 169:15872534500d |
---|---|
11 # | 11 # |
12 # Send mail to 'ilisp-request@naggum.no' to be included in the | 12 # Send mail to 'ilisp-request@naggum.no' to be included in the |
13 # ILISP mailing list. | 13 # ILISP mailing list. |
14 | 14 |
15 # Note: this makefile assumes GNU make | 15 # Note: this makefile assumes GNU make |
16 | |
17 # Updated for XEmacs autoloads builds, but unused at present since no | |
18 # autoloads are generated, and this package hasn't been customized. | |
16 | 19 |
17 #============================================================================== | 20 #============================================================================== |
18 # Various Variables | 21 # Various Variables |
19 | 22 |
20 Version = 5.8 | 23 Version = 5.8 |
56 # Rules | 59 # Rules |
57 | 60 |
58 compile: | 61 compile: |
59 $(EMACS) -batch -l ilisp-mak.el | 62 $(EMACS) -batch -l ilisp-mak.el |
60 | 63 |
61 elc: $(LoadFiles) | 64 elc: $(LoadFiles) $(XEmacsELC) |
62 | 65 |
63 $(LoadFiles) : | 66 $(LoadFiles) : |
64 $(EMACS) -batch -l ilisp-mak.el | 67 $(EMACS) -batch -l ilisp-mak.el |
65 | 68 |
66 tags: | 69 tags: |
99 | 102 |
100 uuencoding: ../$(Ilisp_tar_dir).tar.gz | 103 uuencoding: ../$(Ilisp_tar_dir).tar.gz |
101 (cd $(Ilisp_src_dir)/.. ; \ | 104 (cd $(Ilisp_src_dir)/.. ; \ |
102 uuencode $(Ilisp_tar_dir).tar.gz $(Ilisp_tar_dir).tar.gz > il.uue) | 105 uuencode $(Ilisp_tar_dir).tar.gz $(Ilisp_tar_dir).tar.gz > il.uue) |
103 | 106 |
107 #autoloads: auto-autoloads.el | |
108 | |
109 #custom-load.elc: custom-load.el | |
110 # $(EMACS) -batch -q -no-site-file -f batch-byte-compile $? | |
111 | |
112 #auto-autoloads.el: $(LoadFiles:.elc=.el) | |
113 # $(EMACS) -batch -q -no-site-file \ | |
114 # -eval '(setq autoload-target-directory "'`pwd`'/")' \ | |
115 # -l autoload \ | |
116 # -f batch-update-autoloads $? | |
104 | 117 |
105 # end of file -- Makefile -- | 118 # end of file -- Makefile -- |