Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / mit / xorg / server / xorg-server / include / Makefile
blobc314d5fe0c4d54917ed2e27361944263fec9ec96
1 # $NetBSD: Makefile,v 1.6 2009/06/12 01:59:07 mrg Exp $
3 .include <bsd.own.mk>
5 XORGSRC= ${X11SRCDIR.xorg-server}
7 XORGINC_SUBDIR= Xext dbe exa fb include mi \
8 miext/damage miext/shadow randr render xkb record
9 XF86_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
13 .for _dir in ${XORGINC_SUBDIR}
14 .PATH: ${XORGSRC}/${_dir}
15 .endfor
17 .for _dir in ${XF86_SUBDIR}
18 .PATH: ${XORGSRC}/hw/xfree86/${_dir}
19 .endfor
21 .PATH: ${XORGSRC}/../include
23 INCSDIR=${X11INCDIR}/xorg
24 INCS= BT.h IBM.h TI.h XIstubs.h bstore.h \
25 bstorestr.h bt829.h \
26 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 extension.h extinit.h extnsionst.h fb.h fbdevhw.h fboverlay.h \
31 fbrop.h fi1236.h fourcc.h gc.h gcstruct.h geext.h globals.h \
32 glyphstr.h i2c_def.h input.h inputstr.h \
33 mi.h mibank.h mibstore.h micmap.h micoord.h mifillarc.h mifpoly.h \
34 migc.h miline.h mipict.h mipointer.h mipointrst.h misc.h miscstruct.h \
35 mispans.h mistruct.h miwideline.h mizerarc.h msp3430.h opaque.h \
36 os.h picture.h picturestr.h pixmap.h pixmapstr.h property.h \
37 propertyst.h randrstr.h region.h regionstr.h renderedge.h resource.h \
38 rgb.h sarea.h screenint.h scrnintstr.h selection.h servermd.h \
39 shadow.h shadowfb.h site.h swaprep.h swapreq.h tda8425.h tda9850.h \
40 tda9885.h uda1380.h validate.h vbe.h vbeModes.h vgaHW.h \
41 window.h windowstr.h xaa.h xaaWrapper.h xaalocal.h xaarop.h \
42 xkbDflts.h xkb.h set.h \
43 xf86.h xf86Crtc.h xf86Cursor.h xf86DDC.h \
44 xf86Modes.h xf86Module.h \
45 xf86Opt.h xf86Optrec.h xf86Parser.h xf86Pci.h xf86PciInfo.h \
46 xf86Priv.h xf86Privstr.h xf86RAC.h xf86RamDac.h xf86RandR12.h \
47 xf86Rename.h xf86Resources.h xf86Xinput.h xf86_OSlib.h \
48 xf86_OSproc.h xf86cmap.h xf86fbman.h \
49 xf86i2c.h xf86int10.h xf86sbusBus.h xf86str.h xf86xv.h \
50 xkbstr.h xkbrules.h xserver-properties.h \
51 dixaccess.h privates.h ptrveloc.h registry.h xkbfile.h \
52 xf86xvmc.h xf86xvpriv.h xisb.h xorg-server.h xorgVersion.h xvdix.h \
53 xvmcext.h hotplug.h xkbsrv.h dix-config.h dri2.h rrtransform.h
55 .include <bsd.x11.mk>
56 .include <bsd.prog.mk>