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