1#	$NetBSD: Makefile,v 1.2 2016/08/19 22:33:34 mrg Exp $
2
3.include <bsd.own.mk>
4
5XORGSRC=	${X11SRCDIR.xorg-server}
6
7XORGINC_SUBDIR=	Xext composite dbe exa fb include mi \
8		miext/damage miext/shadow randr render xkb record
9XF86_SUBDIR=	common ddc dixmods/extmod dri fbdevhw i2c int10 modes \
10		os-support os-support/bus parser rac ramdac shadowfb \
11		vbe vgahw xaa xf1bpp xf4bpp xf8_16bpp xf8_32bpp dri2
12
13.for _dir in ${XORGINC_SUBDIR}
14.PATH: ${XORGSRC}/${_dir}
15.endfor
16
17.for _dir in ${XF86_SUBDIR}
18.PATH: ${XORGSRC}/hw/xfree86/${_dir}
19.endfor
20
21.PATH: ${XORGSRC}/../include
22
23INCSDIR=${X11INCDIR}/xorg
24INCS=	BT.h IBM.h TI.h XIstubs.h Xprintf.h \
25	bt829.h \
26	callback.h closestr.h closure.h colormap.h \
27	colormapst.h compiler.h compositeext.h cursor.h cursorstr.h \
28	damage.h damagestr.h \
29	dbestruct.h dgaproc.h dix.h dixevents.h dixfont.h dixfontstr.h \
30	dixgrabs.h dixstruct.h dri.h dristruct.h edid.h exa.h exevents.h \
31	eventconvert.h events.h eventstr.h list.h \
32	extension.h extinit.h extnsionst.h fb.h fbdevhw.h fboverlay.h \
33	fbpict.h fbrop.h fi1236.h fourcc.h gc.h gcstruct.h geext.h globals.h \
34	glyphstr.h i2c_def.h input.h inputstr.h inpututils.h \
35	mi.h mibstore.h micmap.h micoord.h mifillarc.h mifpoly.h \
36	migc.h miline.h mipict.h mipointer.h mipointrst.h misc.h miscstruct.h \
37	mispans.h mistruct.h miwideline.h mizerarc.h msp3430.h opaque.h \
38	os.h picture.h picturestr.h pixmap.h pixmapstr.h property.h \
39	protocol-versions.h \
40	propertyst.h randrstr.h region.h regionstr.h resource.h \
41	rgb.h sarea.h screenint.h scrnintstr.h selection.h servermd.h \
42	shadow.h shadowfb.h shmint.h site.h swaprep.h swapreq.h \
43	tda8425.h tda9850.h \
44	tda9885.h uda1380.h validate.h vbe.h vbeModes.h vgaHW.h \
45	window.h windowstr.h xaa.h xaalocal.h xaarop.h \
46	xkbDflts.h xkb.h set.h \
47	xf86.h xf86Crtc.h xf86Cursor.h xf86DDC.h \
48	xf86Modes.h xf86Module.h \
49	xf86Opt.h xf86Optrec.h xf86Parser.h xf86Pci.h xf86PciInfo.h \
50	xf86Priv.h xf86Privstr.h xf86RamDac.h xf86RandR12.h \
51	xf86Rename.h xf86Xinput.h xf86_OSlib.h \
52	xf86_OSproc.h xf86cmap.h xf86fbman.h \
53	xf86i2c.h xf86int10.h xf86sbusBus.h xf86str.h xf86xv.h \
54	xkbstr.h xkbrules.h xserver-properties.h \
55	dixaccess.h privates.h ptrveloc.h registry.h xkbfile.h \
56	xf86xvmc.h xf86xvpriv.h xisb.h xorg-server.h xorgVersion.h xvdix.h \
57	xvmcext.h hotplug.h xkbsrv.h dri2.h rrtransform.h \
58	xsha1.h version-config.h
59
60.include <bsd.x11.mk>
61.include <bsd.prog.mk>
62