NetBSD/external/mit/xorg/lib/libXi/Makefile
mrg 2980e352a1 initial import of the crossbuild framework for modular Xorg. this
is heavily based upon the work rtr@ did on src/x11, but hacked to
work for modern modular Xorg source split.

the sources will live in xsrc/external/mit/<package>/dist.

documentation on using this will come when the above directories
are fully populated.  there are 192 of them so it may take some time
before that is completed.
2008-07-29 05:01:21 +00:00

25 lines
714 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
.include <bsd.own.mk>
LIB= Xi
.PATH: ${X11SRCDIR.${LIB}}/src
SRCS= XAllowDv.c XChgDCtl.c XChgFCtl.c XChgKMap.c XChgKbd.c \
XChgPnt.c XChgProp.c XCloseDev.c XDevBell.c XExtInt.c \
XExtToWire.c XGMotion.c XGetBMap.c XGetDCtl.c XGetFCtl.c \
XGetKMap.c XGetMMap.c XGetProp.c XGetVers.c XGrDvBut.c \
XGrDvKey.c XGrabDev.c XGtFocus.c XGtSelect.c XListDev.c \
XOpenDev.c XQueryDv.c XSelect.c XSetBMap.c XSetDVal.c \
XSetMMap.c XSetMode.c XSndExEv.c XStFocus.c XUngrDev.c \
XUngrDvB.c XUngrDvK.c
CPPFLAGS+= ${X11FLAGS.THREADLIB}
LIBDPLIBS=\
Xext ${.CURDIR}/../libXext \
X11 ${.CURDIR}/../libX11/dynamic
.include <bsd.x11.mk>
.include <bsd.lib.mk>