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

17 lines
298 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/09/24 13:51:47 chs Exp $
.include <bsd.own.mk>
LIB= Xmuu
.PATH: ${X11SRCDIR.xc}/lib/Xmu
SRCS= ClientWin.c CursorName.c DefErrMsg.c GetHost.c Lower.c
CPPFLAGS+=-DHAS_SNPRINTF
LIBDPLIBS=\
X11 ${.CURDIR}/../X11/dynamic
.include <bsd.x11.mk>
.include <bsd.lib.mk>