(expose_window): Don't redraw the window that's
[emacs.git] / etc / Makefile
blob65581ba2d3eaa03153955fbe822351bd33a8c7b8
1 DESTDIR=
2 LIBDIR=/usr/local/lib
3 BINDIR=/usr/local/bin
4 MANDIR=/usr/man/man1
5 MANEXT=1
7 all:
9 mostlyclean:
10 -rm -f core
12 clean distclean maintainer-clean:
13 -rm -f DOC* core
15 SOURCES = [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
19 unlock:
20 chmod u+w $(SOURCES)
22 relock:
23 chmod u-w $(SOURCES)
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.
30 TIC=tic
31 e/eterm: e/eterm.ti
32 TERMINFO=`pwd`; export TERMINFO; $(TIC) e/eterm.ti