Makefile revision 1.19
1#	$NetBSD: Makefile,v 1.19 2018/12/31 11:14:06 mrg Exp $
2
3.include <bsd.own.mk>
4
5XORGSRC=	${X11SRCDIR.xorg-server}
6
7XORGINC_SUBDIR=	Xext composite dbe dri3 exa fb glamor glx include mi \
8		miext/damage miext/shadow miext/sync \
9		present randr render xkb record
10XF86_SUBDIR=	common ddc dri fbdevhw i2c int10 modes \
11		os-support os-support/bus parser rac ramdac shadowfb \
12		vbe vgahw xf1bpp xf4bpp xf8_16bpp xf8_32bpp dri2
13
14.for _dir in ${XORGINC_SUBDIR}
15.PATH: ${XORGSRC}/${_dir}
16.endfor
17
18.for _dir in ${XF86_SUBDIR}
19.PATH: ${XORGSRC}/hw/xfree86/${_dir}
20.endfor
21
22.PATH: ${XORGSRC}/../include
23
24INCSDIR=${X11INCDIR}/xorg
25INCS=	BT.h IBM.h TI.h XIstubs.h Xprintf.h \
26	callback.h client.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 displaymode.h \
30	dix.h dixaccess.h dixevents.h dixfont.h dixfontstr.h \
31	dixgrabs.h dixstruct.h dri.h dristruct.h \
32	dri3.h \
33	edid.h exa.h exevents.h \
34	eventconvert.h events.h eventstr.h \
35	extension.h extinit.h extnsionst.h \
36	fb.h fbdevhw.h fboverlay.h \
37	fbpict.h fbrop.h fourcc.h gc.h gcstruct.h geext.h glamor.h globals.h \
38	glyphstr.h glx_extinit.h glxvndabi.h \
39	i2c_def.h input.h inputstr.h inpututils.h \
40	list.h \
41	mi.h micmap.h micoord.h \
42	migc.h miline.h mipict.h mipointer.h mipointrst.h misc.h miscstruct.h \
43	mistruct.h mizerarc.h opaque.h \
44	misync.h misyncstr.h misyncshm.h misyncfd.h \
45	nonsdk_extinit.h optionstr.h \
46	os.h picture.h picturestr.h pixmap.h pixmapstr.h \
47	present.h presentext.h \
48	privates.h \
49	property.h propertyst.h protocol-versions.h ptrveloc.h \
50	randrstr.h region.h regionstr.h registry.h resource.h rgb.h \
51	sarea.h screenint.h scrnintstr.h \
52	securitysrv.h selection.h servermd.h \
53	shadow.h shadowfb.h shmint.h site.h \
54	validate.h vbe.h vbeModes.h vgaHW.h \
55	version-config.h \
56	vndserver.h \
57	window.h windowstr.h \
58	xaarop.h \
59	xkbDflts.h xkb.h set.h \
60	xf86.h xf86platformBus.h \
61	xf86Crtc.h xf86Cursor.h xf86DDC.h \
62	xf86MatchDrivers.h \
63	xf86Modes.h xf86Module.h xf86Optionstr.h xf86Opt.h xf86Optrec.h \
64	xf86Parser.h xf86Pci.h xf86PciInfo.h \
65	xf86Priv.h xf86Privstr.h xf86RamDac.h xf86RandR12.h \
66	xf86Xinput.h xf86_OSlib.h \
67	xf86_OSproc.h xf86cmap.h xf86fbman.h \
68	xf86i2c.h xf86int10.h xf86sbusBus.h xf86str.h xf86xv.h \
69	xkbstr.h xkbrules.h xserver-properties.h \
70	xkbfile.h \
71	xf86xvmc.h xf86xvpriv.h xisb.h xorg-server.h xorgVersion.h xvdix.h \
72	xvmcext.h hotplug.h xkbsrv.h dri2.h rrtransform.h \
73	xsha1.h \
74	xserver_poll.h  \
75
76.include <bsd.x11.mk>
77.include <bsd.prog.mk>
78