Add arch taglines
[bpt/emacs.git] / etc / Makefile
CommitLineData
b66a6eb4
ER
1DESTDIR=
2LIBDIR=/usr/local/lib
3BINDIR=/usr/local/bin
4MANDIR=/usr/man/man1
5MANEXT=1
6
7all:
8
3162a5cb 9mostlyclean:
1b23afd5 10 -rm -f core *.dvi *.log
b66a6eb4 11
9263b55e 12clean distclean maintainer-clean:
1b23afd5 13 -rm -f DOC* core *.dvi *.log
1c7e6fbc 14
b66a6eb4 15SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
1b23afd5 16 spook-lines tasks.texi termcap.* ulimit.hack *.tex
b66a6eb4
ER
17
18unlock:
19 chmod u+w $(SOURCES)
20
21relock:
22 chmod u-w $(SOURCES)
feebcb33
RS
23
24# ${etcdir}/e/eterm is used by ../lisp/term.el.
25# TERMINFO systems use terminfo files compiled by the Terminfo Compiler (tic).
26# These files are binary, and depend on the version of tic, but they seem
27# to be system-independent and backwardly compatible.
28# So there should be no need to recompile the distributed binary version.
29TIC=tic
30e/eterm: e/eterm.ti
31 TERMINFO=`pwd`; export TERMINFO; $(TIC) e/eterm.ti
32
ab5796a9 33# arch-tag: 4261f003-cf77-4478-a10a-5284e9d8f797