24 lines
589 B
Makefile
24 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/09/13 20:18:53 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= dpstk
|
|
DIST= ${X11SRCDIR.xc}/lib/${LIB}
|
|
.PATH: ${DIST}
|
|
|
|
SRCS= XDPSpreview.c XDPSpwraps.c XDPSshare.c XDPSswraps.c XDPSuserpath.c
|
|
|
|
CPPFLAGS+= -DDEFAULT_RESOURCE_PATH=\"${RESPATH}\" -I.
|
|
|
|
DPSRCS+= XDPSpwraps.h XDPSswraps.h
|
|
CLEANFILES+= XDPSpwraps.c XDPSpwraps.h XDPSswraps.c XDPSswraps.h
|
|
|
|
|
|
.include "${NETBSDSRCDIR}/x11/tools/pswrap/Makefile.pswrap"
|
|
|
|
LDADD+= -lXt -lSM -lICE -ldps -lXext -lX11
|
|
DPADD+= ${LIBXT} ${LIBSM} ${LIBICE} ${DPSLIB} ${LIBXEXT} ${LIBX11}
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.lib.mk>
|