NetBSD/x11/lib/xkbui/Makefile
chs e211d606cd fix many problems in the reachover Makefiles for X11 libraries:
- add many missing shared-library dependencies
 - remove many unnecessary shared-library dependencies
 - add many missing files to the Mesa source list
 - fix the ordering of the SUBDIR list in the top level
   to match the actual inter-library dependencies
2005-09-24 13:51:46 +00:00

24 lines
385 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/09/24 13:51:47 chs Exp $
.include <bsd.own.mk>
LIB= xkbui
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
SRCS= XKBui.c
INCS= XKBui.h
INCSDIR=${X11INCDIR}/X11/extensions
CPPFLAGS+=-I${X11SRCDIR.xc}/lib/xkbfile
LIBDPLIBS=\
xkbfile ${.CURDIR}/../xkbfile \
X11 ${.CURDIR}/../X11/dynamic
LDADD+= -lm
DPADD+= ${LIBM}
.include <bsd.x11.mk>
.include <bsd.lib.mk>