blob: de1289a2f438040ce57fb0211b19395544fdd42f (
plain)
1
2
3
4
5
6
7
8
9
10
|
XCOMM $XConsortium: Imakefile,v 1.37 94/04/07 15:03:02 rws Exp dpw $
HEADERS = Xext.h multibuf.h shape.h XShm.h MITMisc.h XI.h XInput.h XIproto.h \
XTest.h xtestext1.h XIE.h XIEproto.h XIEprotost.h \
sync.h XKB.h XKBproto.h XKBstr.h Xdbe.h Xdbeproto.h
all::
BuildIncludes($(HEADERS),extensions,..)
InstallMultipleFlags($(HEADERS),$(INCDIR)/extensions,$(INSTINCFLAGS))
|