comparison lisp/Makefile @ 17903:aa26c694525e

(dontcompilefiles): Add list of files that should not be byte-compiled.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 May 1997 19:38:31 +0000
parents 689e217c6c8e
children 9c14296387f7
comparison
equal deleted inserted replaced
17902:e4a7b81d6c10 17903:aa26c694525e
2 # Maintenance productions for the Lisp directory 2 # Maintenance productions for the Lisp directory
3 # 3 #
4 EMACS = emacs 4 EMACS = emacs
5 SOURCES = *.el COPYING Makefile 5 SOURCES = *.el COPYING Makefile
6 lisptagsfiles = [a-zA-Z]*.el */[a-zA-Z]*.el 6 lisptagsfiles = [a-zA-Z]*.el */[a-zA-Z]*.el
7
8 dontcompilefiles: bindings.el blessmail.el bruce.el cus-load.el cus-start.el
9 dontcompilefiles: forms-d2.el forms-pass.el i3-syntax.el iso-syntax.el
10 dontcompilefiles: loaddefs.el loadup.el mule-conf.el patcomp.el
11 dontcompilefiles: paths.el sc.el subdirs.el term-nasty.el version.el
7 12
8 doit: 13 doit:
9 14
10 custom-deps: doit 15 custom-deps: doit
11 subdirs=`find . -type d -print`; \ 16 subdirs=`find . -type d -print`; \