1#	$NetBSD: Makefile,v 1.4 2022/08/12 07:35:55 mrg Exp $
2
3.include <bsd.own.mk>
4
5.PATH:	${X11SRCDIR.xorgproto}/include/X11/extensions
6
7INCS=	EVI.h \
8	EVIproto.h \
9	XI.h \
10	XI2.h \
11	XI2proto.h \
12	XIproto.h \
13	XKB.h \
14	XKBproto.h \
15	XKBsrv.h \
16	XKBstr.h \
17	XResproto.h \
18	Xv.h \
19	XvMC.h \
20	XvMCproto.h \
21	Xvproto.h \
22	ag.h \
23	agproto.h \
24	bigreqsproto.h \
25	bigreqstr.h \
26	composite.h \
27	compositeproto.h \
28	cup.h \
29	cupproto.h \
30	damageproto.h \
31	damagewire.h \
32	dbe.h \
33	dbeproto.h \
34	dpmsconst.h \
35	dpmsproto.h \
36	dri2proto.h \
37	dri2tokens.h \
38	dri3proto.h \
39	evieproto.h \
40	ge.h \
41	geproto.h \
42	lbx.h \
43	lbxproto.h \
44	mitmiscconst.h \
45	mitmiscproto.h \
46	multibufconst.h \
47	multibufproto.h \
48	panoramiXproto.h \
49	presentproto.h \
50	presenttokens.h \
51	randr.h \
52	randrproto.h \
53	recordconst.h \
54	recordproto.h \
55	recordstr.h \
56	render.h \
57	renderproto.h \
58	saver.h \
59	saverproto.h \
60	secur.h \
61	securproto.h \
62	shapeconst.h \
63	shapeproto.h \
64	shapestr.h \
65	shm.h \
66	shmproto.h \
67	shmstr.h \
68	syncconst.h \
69	syncproto.h \
70	syncstr.h \
71	xcmiscproto.h \
72	xcmiscstr.h \
73	xf86bigfont.h \
74	xf86bigfproto.h \
75	xf86bigfstr.h \
76	xf86dga.h \
77	xf86dga1const.h \
78	xf86dga1proto.h \
79	xf86dga1str.h \
80	xf86dgaconst.h \
81	xf86dgaproto.h \
82	xf86dgastr.h \
83	xf86misc.h \
84	xf86mscstr.h \
85	xf86vm.h \
86	xf86vmproto.h \
87	xf86vmstr.h \
88	xfixesproto.h \
89	xfixeswire.h \
90	xtestconst.h \
91	xtestext1const.h \
92	xtestext1proto.h \
93	xtestproto.h \
94	xtrapbits.h \
95	xtrapddmi.h \
96	xtrapdi.h \
97	xtrapemacros.h \
98	xtraplib.h \
99	xtraplibp.h \
100	xtrapproto.h \
101	xwaylandproto.h
102
103INCSDIR=${X11INCDIR}/X11/extensions
104
105NOOBJ=	# defined
106
107.include <bsd.x11.mk>
108.include <bsd.prog.mk>
109