[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mit / xorg / lib / libXi

Annotation of src/external/mit/xorg/lib/libXi/Makefile, Revision 1.3.4.2

1.3.4.2 ! haad        1: #      $NetBSD: Makefile,v 1.3 2008/10/05 00:33:35 cube Exp $
        !             2:
        !             3: .include <bsd.own.mk>
        !             4:
        !             5: LIB=   Xi
        !             6: .PATH: ${X11SRCDIR.${LIB}}/src
        !             7: .PATH: ${X11SRCDIR.${LIB}}/man
        !             8:
        !             9: SRCS=  XAllowDv.c XChgDCtl.c XChgFCtl.c XChgKMap.c XChgKbd.c \
        !            10:        XChgPnt.c XChgProp.c XCloseDev.c XDevBell.c XExtInt.c \
        !            11:        XExtToWire.c XGMotion.c XGetBMap.c XGetDCtl.c XGetFCtl.c \
        !            12:        XGetKMap.c XGetMMap.c XGetProp.c XGetVers.c XGrDvBut.c \
        !            13:        XGrDvKey.c XGrabDev.c XGtFocus.c XGtSelect.c XListDev.c \
        !            14:        XOpenDev.c XQueryDv.c XSelect.c XSetBMap.c XSetDVal.c \
        !            15:        XSetMMap.c XSetMode.c XSndExEv.c XStFocus.c XUngrDev.c \
        !            16:        XUngrDvB.c XUngrDvK.c
        !            17:
        !            18: CPPFLAGS+=     ${X11FLAGS.THREADLIB}
        !            19:
        !            20: LIBDPLIBS=\
        !            21:        Xext    ${.CURDIR}/../libXext \
        !            22:        X11     ${.CURDIR}/../libX11/dynamic
        !            23:
        !            24: MAN=   XAllowDeviceEvents.3 XChangeDeviceDontPropagateList.3 \
        !            25:        XChangeKeyboardDevice.3 XChangePointerDevice.3 XDeviceBell.3 \
        !            26:        XGetDeviceControl.3 XGetDeviceKeyMapping.3 \
        !            27:        XGetDeviceModifierMapping.3 XGetDeviceMotionEvents.3 \
        !            28:        XGetExtensionVersion.3 XGetFeedbackControl.3 XGrabDevice.3 \
        !            29:        XGrabDeviceButton.3 XGrabDeviceKey.3 XListInputDevices.3 \
        !            30:        XOpenDevice.3 XQueryDeviceState.3 XSelectExtensionEvent.3 \
        !            31:        XSendExtensionEvent.3 XSetDeviceButtonMapping.3 XSetDeviceFocus.3 \
        !            32:        XSetDeviceMode.3 XSetDeviceValuators.3
        !            33:
        !            34: MLINKS=        XGetDeviceControl.3 XChangeDeviceControl.3 \
        !            35:        XGetFeedbackControl.3 XChangeFeedbackControl.3 \
        !            36:        XGetDeviceKeyMapping.3 XChangeDeviceKeyMapping.3 \
        !            37:        XGetDeviceModifierMapping.3 XSetDeviceModifierMapping.3 \
        !            38:        XChangeDeviceDontPropagateList.3 XGetDeviceDontPropagateList.3 \
        !            39:        XGetDeviceMotionEvents.3 XDeviceTimeCoord.3 \
        !            40:        XGrabDeviceButton.3 XUngrabDeviceButton.3 \
        !            41:        XGrabDeviceKey.3 XUngrabDeviceKey.3 \
        !            42:        XGrabDevice.3 XUngrabDevice.3 \
        !            43:        XListInputDevices.3 XFreeDeviceList.3 \
        !            44:        XOpenDevice.3 XCloseDevice.3 \
        !            45:        XSetDeviceButtonMapping.3 XGetDeviceButtonMapping.3 \
        !            46:        XSetDeviceFocus.3 XGetDeviceFocus.3 \
        !            47:        XSelectExtensionEvent.3 XGetSelectedExtensionEvents.3
        !            48:
        !            49: PKGDIST=       ${LIB}
        !            50:
        !            51: .include <bsd.x11.mk>
        !            52: .include <bsd.lib.mk>

CVSweb <webmaster@jp.NetBSD.org>