Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/x11/Xserver/hw/xfree86/xf86config Install libxf86config.a
details: https://anonhg.NetBSD.org/src/rev/938ef6794208
branches: trunk
changeset: 556707:938ef6794208
user: rtr <rtr%NetBSD.org@localhost>
date: Wed Dec 24 12:44:17 2003 +0000
description:
Install libxf86config.a
Install f86Parser.h xf86Optrec.h incs.
diffstat:
x11/Xserver/hw/xfree86/xf86config/Makefile | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 2be8e09dbc62 -r 938ef6794208 x11/Xserver/hw/xfree86/xf86config/Makefile
--- a/x11/Xserver/hw/xfree86/xf86config/Makefile Wed Dec 24 01:39:27 2003 +0000
+++ b/x11/Xserver/hw/xfree86/xf86config/Makefile Wed Dec 24 12:44:17 2003 +0000
@@ -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 @@
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>
Home |
Main Index |
Thread Index |
Old Index