08b458c671
* build & install Xserver modules * tweak for building with gcc 3.3.x * rework for recent <bsd.x11.mk> rototill (moving it before other bsd.*.mk includes) * remove libc_wrapper.o from libos.a, and explicitly link in where required
21 lines
527 B
Makefile
21 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/09/23 23:21:12 lukem Exp $
|
|
|
|
.include "../Makefile.serverlib"
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lbx
|
|
.PATH: ${X11SRCDIR.xc}/programs/Xserver/lbx
|
|
|
|
SRCS= lbxcmap.c lbxdix.c lbxexts.c lbxgfx.c lbxmain.c lbxopts.c \
|
|
lbxprop.c lbxsquish.c lbxswap.c lbxtables.c lbxtags.c \
|
|
lbxzerorep.c
|
|
|
|
CPPFLAGS+= -I${DESTDIR}/${X11INCDIR}/X11 \
|
|
-I${X11SRCDIR.xc}/include/fonts \
|
|
-I${X11SRCDIR.xc}/programs/Xserver/include \
|
|
-I${DESTDIR}/${X11INCDIR}/X11/extensions
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.lib.mk>
|