Makefile revision 1.15
1#	$NetBSD: Makefile,v 1.15 2016/08/14 00:03:58 mrg Exp $
2
3.include <bsd.own.mk>
4
5XORGSRC=	${X11SRCDIR.xorg-server}
6
7XORGINC_SUBDIR=	Xext composite dbe dri3 exa fb include mi \
8		miext/damage miext/shadow present randr render xkb record
9XF86_SUBDIR=	common ddc dri fbdevhw i2c int10 modes \
10		os-support os-support/bus parser rac ramdac shadowfb \
11		vbe vgahw 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	callback.h client.h closestr.h closure.h colormap.h \
26	colormapst.h compiler.h compositeext.h cursor.h cursorstr.h \
27	damage.h damagestr.h \
28	dbestruct.h dgaproc.h displaymode.h \
29	dix.h dixevents.h dixfont.h dixfontstr.h \
30	dixgrabs.h dixstruct.h dri.h dristruct.h \
31	dri3.h \
32	edid.h exa.h exevents.h \
33	eventconvert.h events.h eventstr.h list.h \
34	extension.h extinit.h extnsionst.h fb.h fbdevhw.h fboverlay.h \
35	fbpict.h fbrop.h fourcc.h gc.h gcstruct.h geext.h globals.h \
36	glx_extinit.h glyphstr.h i2c_def.h input.h inputstr.h inpututils.h \
37	mi.h micmap.h micoord.h \
38	migc.h miline.h mipict.h mipointer.h mipointrst.h misc.h miscstruct.h \
39	mistruct.h mizerarc.h opaque.h \
40	nonsdk_extinit.h optionstr.h \
41	os.h picture.h picturestr.h pixmap.h pixmapstr.h \
42	present.h presentext.h \
43	property.h protocol-versions.h \
44	propertyst.h randrstr.h region.h regionstr.h resource.h \
45	rgb.h sarea.h screenint.h scrnintstr.h \
46	securitysrv.h selection.h servermd.h \
47	shadow.h shadowfb.h shmint.h site.h \
48	validate.h vbe.h vbeModes.h vgaHW.h \
49	window.h windowstr.h \
50	xaarop.h \
51	xkbDflts.h xkb.h set.h \
52	xf86.h xf86platformBus.h \
53	xf86Crtc.h xf86Cursor.h xf86DDC.h \
54	xf86Modes.h xf86Module.h xf86Optionstr.h xf86Opt.h xf86Optrec.h \
55	xf86Parser.h xf86Pci.h xf86PciInfo.h \
56	xf86Priv.h xf86Privstr.h xf86RamDac.h xf86RandR12.h \
57	xf86Xinput.h xf86_OSlib.h \
58	xf86_OSproc.h xf86cmap.h xf86fbman.h \
59	xf86i2c.h xf86int10.h xf86sbusBus.h xf86str.h xf86xv.h \
60	xkbstr.h xkbrules.h xserver-properties.h \
61	dixaccess.h privates.h ptrveloc.h registry.h xkbfile.h \
62	xf86xvmc.h xf86xvpriv.h xisb.h xorg-server.h xorgVersion.h xvdix.h \
63	xvmcext.h hotplug.h xkbsrv.h dix-config.h dri2.h rrtransform.h \
64	xsha1.h version-config.h
65
66.include <bsd.x11.mk>
67.include <bsd.prog.mk>
68