NetBSD/x11/lib/xkbfile/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

21 lines
490 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/09/24 13:51:47 chs Exp $
.include <bsd.own.mk>
LIB= xkbfile
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
SRCS= cout.c maprules.c srvmisc.c xkbatom.c xkbbells.c xkbconfig.c \
xkbdraw.c xkberrs.c xkbmisc.c xkbout.c xkbtext.c xkmout.c \
xkmread.c
INCS= XKBbells.h XKBconfig.h XKBfile.h XKBrules.h XKM.h XKMformat.h
INCSDIR=${X11INCDIR}/X11/extensions
LIBDPLIBS=\
Xext ${.CURDIR}/../Xext \
X11 ${.CURDIR}/../X11/dynamic
.include <bsd.x11.mk>
.include <bsd.lib.mk>