Support Linux elf and a.out systems; Add parisc support
[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:
b66a6eb4
ER
10 -rm -f core
11
3162a5cb 12clean distclean realclean:
1c7e6fbc
JB
13 -rm -f DOC* core
14
b66a6eb4
ER
15SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
16 news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
17 vcdiff vipcard.tex xmouse.doc
18
19unlock:
20 chmod u+w $(SOURCES)
21
22relock:
23 chmod u-w $(SOURCES)
feebcb33
RS
24
25# ${etcdir}/e/eterm is used by ../lisp/term.el.
26# TERMINFO systems use terminfo files compiled by the Terminfo Compiler (tic).
27# These files are binary, and depend on the version of tic, but they seem
28# to be system-independent and backwardly compatible.
29# So there should be no need to recompile the distributed binary version.
30TIC=tic
31e/eterm: e/eterm.ti
32 TERMINFO=`pwd`; export TERMINFO; $(TIC) e/eterm.ti
33