Mercurial > hg > xemacs-beta
comparison lisp/efs/Makefile @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 2af401a6ecca |
children | f53b5ca2e663 |
comparison
equal
deleted
inserted
replaced
168:9851d5c6556e | 169:15872534500d |
---|---|
1 ############################################################################### | 1 ############################################################################### |
2 # | 2 # |
3 # File: Makefile | 3 # File: Makefile |
4 # Release: $efs release: 1.15 $ | 4 # Release: $efs release: 1.15 $ |
5 # Version: $Revision: 1.7 $ | 5 # Version: $Revision: 1.8 $ |
6 # RCS: | 6 # RCS: |
7 # Description: Makefile for byte-compiling efs and dired. | 7 # Description: Makefile for byte-compiling efs and dired. |
8 # Author: Andy Norman, HPLabs, Bristol, UK. | 8 # Author: Andy Norman, HPLabs, Bristol, UK. |
9 # Created: Sat Jan 30 00:18:56 1993 | 9 # Created: Sat Jan 30 00:18:56 1993 |
10 # Language: Text (make script) | 10 # Language: Text (make script) |
300 done | 300 done |
301 install_all: install_src install | 301 install_all: install_src install |
302 clean: | 302 clean: |
303 rm -f $(OBJS) | 303 rm -f $(OBJS) |
304 | 304 |
305 autoloads: auto-autoloads.el | |
306 | |
307 auto-autoloads.el: $(EFSSRC) $(DSRC) efs-x19.15.el $(XESRC) $(MULESRC) | |
308 $(EMACS) -batch -q -no-site-file \ | |
309 -eval '(setq autoload-target-directory "'`pwd`'/")' \ | |
310 -l autoload \ | |
311 -f batch-update-autoloads $? | |
312 | |
305 ## end of Makefile ## | 313 ## end of Makefile ## |