view lisp/Makefile @ 17403:5c3cd24dd8ee libc-970412 libc-970413 libc-970414 libc-970415 libc-970416 libc-970417 release-1-0

Recognize OpenBSD systems correctly (from Niklas Hallqvist <niklas@appli.se>)
author Ian Lance Taylor <ian@cygnus.com>
date Fri, 11 Apr 1997 20:40:28 +0000
parents 04fc73bb3416
children 8ec60a2d3ddb
line wrap: on
line source

#
# Maintenance productions for the Lisp directory
#
EMACS = emacs
SOURCES = *.el COPYING Makefile
lisptagsfiles = [a-zA-Z]*.el term/[a-zA-Z]*.el

unlock:
	chmod u+w $(SOURCES)

relock:
	chmod -w $(SOURCES)
	chmod +w version.el finder-inf.el loaddefs.el

doit:

cus-load.el: doit
	$(EMACS) -batch -l cus-dep.el -f custom-make-dependencies

finder-inf.el: doit
	$(EMACS) -batch -l finder -f finder-compile-keywords-make-dist

autoloads: doit
	$(EMACS) -batch -f batch-update-autoloads .

TAGS: $(lisptagsfiles)
	../lib-src/etags $(lisptagsfiles)