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

19 lines
429 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/09/24 13:51:47 chs Exp $
.include <bsd.own.mk>
LIB= Xext
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
SRCS= DPMS.c MITMisc.c XAppgroup.c XEVI.c XLbx.c XMultibuf.c XSecurity.c \
XShape.c XShm.c XSync.c XTestExt1.c Xcup.c Xdbe.c extutil.c globals.c
CPPFLAGS+= ${X11FLAGS.THREADS}
CPPFLAGS+= -I${X11SRCDIR.xc}/lib/X11
LIBDPLIBS=\
X11 ${.CURDIR}/../X11/dynamic
.include <bsd.x11.mk>
.include <bsd.lib.mk>