view etc/Makefile @ 3048:96ff8e5744b2

* xfns.c (select_visual): Include the screen number in the template of things XGetVisualInfo must match. * xfns.c (Fx_list_fonts): New function. (same_size_fonts): Function moved here from xfaces.c. (face_name_id_number): Add extern declaration for this.
author Jim Blandy <jimb@redhat.com>
date Tue, 25 May 1993 02:18:33 +0000
parents bb1a01e47d85
children 3ce509de88ec
line wrap: on
line source

DESTDIR=
LIBDIR=/usr/local/lib
BINDIR=/usr/local/bin
MANDIR=/usr/man/man1
MANEXT=1

all:

distclean:
	-rm -f *~ \#* DOC* core

clean:
	-rm -f core

SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
	news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
	vcdiff vipcard.tex xmouse.doc

unlock:
	chmod u+w $(SOURCES)

relock:
	chmod u-w $(SOURCES)