Install libxf86config.a

Install f86Parser.h xf86Optrec.h incs.
This commit is contained in:
rtr 2003-12-24 12:44:17 +00:00
parent 43894fc5ac
commit 34c46e53ac

View File

@ -1,12 +1,17 @@
# $NetBSD: Makefile,v 1.1 2003/12/23 03:07:34 rtr Exp $
# $NetBSD: Makefile,v 1.2 2003/12/24 12:44:17 rtr Exp $
XTODO= cpconfig
.include "../../../Makefile.serverlib"
NOLINT= 1
NOPIC= 1
NOPROFILE= 1
.include <bsd.own.mk>
LIB= xf86config
INCS= xf86Parser.h xf86Optrec.h
INCSDIR=${X11INCDIR}
.PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/parser
SRCS= DRI.c Device.c Files.c Flags.c Input.c Keyboard.c Layout.c Module.c \
@ -17,10 +22,10 @@ XSERVERINCDIR!= cd ${NETBSDSRCDIR}/x11/Xserver/include && ${PRINTOBJDIR}
CPPFLAGS= -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
-I${XSERVERINCDIR}
# XXX fixme please
CPPFLAGS.scan.c= -DXCONFIGDIR=\"/usr/X11R6/lib/X11\" \
-DXCONFIGFILE=\"XF86Config\" \
-DXVERSION="(((4) * 10000000) + (( 3) * 100000) + (( 0) * 1000) + 0)"
.include <bsd.x11.mk>
LIBDIR=${X11USRLIBDIR}
.include <bsd.lib.mk>