Mercurial > hg > xemacs-beta
comparison lisp/efs/Makefile @ 146:2af401a6ecca r20-2p1
Import from CVS: tag r20-2p1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:34:46 +0200 |
parents | 7d55a9ba150c |
children | 15872534500d |
comparison
equal
deleted
inserted
replaced
145:e13feca31ba6 | 146:2af401a6ecca |
---|---|
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.6 $ | 5 # Version: $Revision: 1.7 $ |
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) |
87 | 87 |
88 ###### It should not be necessary to edit anything below this line. ###### | 88 ###### It should not be necessary to edit anything below this line. ###### |
89 | 89 |
90 COREOBJS = efs-defun.elc efs-ovwrt.elc efs-fnh.elc efs-cu.elc efs-netrc.elc \ | 90 COREOBJS = efs-defun.elc efs-ovwrt.elc efs-fnh.elc efs-cu.elc efs-netrc.elc \ |
91 efs.elc efs-dired.elc efs-report.elc \ | 91 efs.elc efs-dired.elc efs-report.elc \ |
92 efs-cp-p.elc | 92 efs-cp-p.elc \ |
93 efs-dump.elc | |
93 CORESRC = efs-defun.el efs-ovwrt.el efs-fnh.el efs-cu.el efs-netrc.el \ | 94 CORESRC = efs-defun.el efs-ovwrt.el efs-fnh.el efs-cu.el efs-netrc.el \ |
94 efs.el efs-dired.el efs-report.el \ | 95 efs.el efs-dired.el efs-report.el \ |
95 efs-cp-p.el \ | 96 efs-cp-p.el \ |
96 efs-dump.el | 97 efs-dump.el |
97 DOBJS = default-dir.elc dired.elc dired-mob.elc dired-oas.elc \ | 98 DOBJS = default-dir.elc dired.elc dired-mob.elc dired-oas.elc \ |