1# $NetBSD: Makefile,v 1.8 2010/11/23 08:22:35 mrg Exp $ 2 3.include <bsd.own.mk> 4 5XORGSRC= ${X11SRCDIR.xorg-server} 6 7XORGINC_SUBDIR= Xext 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 bstore.h \ 25 bstorestr.h bt829.h \ 26 callback.h closestr.h closure.h colormap.h \ 27 colormapst.h compiler.h cursor.h cursorstr.h damage.h damagestr.h \ 28 dbestruct.h dgaproc.h dix.h dixevents.h dixfont.h dixfontstr.h \ 29 dixgrabs.h dixstruct.h dri.h dristruct.h edid.h exa.h exevents.h \ 30 eventconvert.h events.h eventstr.h list.h \ 31 extension.h extinit.h extnsionst.h fb.h fbdevhw.h fboverlay.h \ 32 fbrop.h fi1236.h fourcc.h gc.h gcstruct.h geext.h globals.h \ 33 glyphstr.h i2c_def.h input.h inputstr.h \ 34 mi.h mibstore.h micmap.h micoord.h mifillarc.h mifpoly.h \ 35 migc.h miline.h mipict.h mipointer.h mipointrst.h misc.h miscstruct.h \ 36 mispans.h mistruct.h miwideline.h mizerarc.h msp3430.h opaque.h \ 37 os.h picture.h picturestr.h pixmap.h pixmapstr.h property.h \ 38 protocol-versions.h \ 39 propertyst.h randrstr.h region.h regionstr.h renderedge.h resource.h \ 40 rgb.h sarea.h screenint.h scrnintstr.h selection.h servermd.h \ 41 shadow.h shadowfb.h site.h swaprep.h swapreq.h tda8425.h tda9850.h \ 42 tda9885.h uda1380.h validate.h vbe.h vbeModes.h vgaHW.h \ 43 window.h windowstr.h xaa.h xaaWrapper.h xaalocal.h xaarop.h \ 44 xkbDflts.h xkb.h set.h \ 45 xf86.h xf86Crtc.h xf86Cursor.h xf86DDC.h \ 46 xf86Modes.h xf86Module.h \ 47 xf86Opt.h xf86Optrec.h xf86Parser.h xf86Pci.h xf86PciInfo.h \ 48 xf86Priv.h xf86Privstr.h xf86RamDac.h xf86RandR12.h \ 49 xf86Rename.h xf86Xinput.h xf86_OSlib.h \ 50 xf86_OSproc.h xf86cmap.h xf86fbman.h \ 51 xf86i2c.h xf86int10.h xf86sbusBus.h xf86str.h xf86xv.h \ 52 xkbstr.h xkbrules.h xserver-properties.h \ 53 dixaccess.h privates.h ptrveloc.h registry.h xkbfile.h \ 54 xf86xvmc.h xf86xvpriv.h xisb.h xorg-server.h xorgVersion.h xvdix.h \ 55 xvmcext.h hotplug.h xkbsrv.h dix-config.h dri2.h rrtransform.h \ 56 xsha1.h version-config.h 57 58.include <bsd.x11.mk> 59.include <bsd.prog.mk> 60