Sync usage with man page.
[netbsd-mini2440.git] / x11 / lib / dpstk / Makefile
blobe424419f406f6f3feb0d9129b75f8950884965b9
1 # $NetBSD: Makefile,v 1.5 2004/08/05 01:28:48 lukem Exp $
3 .include <bsd.own.mk>
5 LIB= dpstk
6 DIST= ${X11SRCDIR.xc}/lib/${LIB}
7 .PATH: ${DIST}
9 SRCS= XDPSpreview.c XDPSpwraps.c XDPSshare.c XDPSswraps.c XDPSuserpath.c
11 CPPFLAGS+= -DDEFAULT_RESOURCE_PATH=\"${RESPATH}\" -I.
13 DPSRCS+= XDPSpwraps.h XDPSswraps.h
14 CLEANFILES+= XDPSpwraps.c XDPSpwraps.h XDPSswraps.c XDPSswraps.h
17 .include "${NETBSDSRCDIR}/x11/tools/pswrap/Makefile.pswrap"
19 LIBDPLIBS=\
20 dps ${.CURDIR}/../dps \
21 X11 ${.CURDIR}/../X11/dynamic
23 LDADD+= -lm
24 DPADD+= ${LIBM}
26 .include <bsd.x11.mk>
27 .include <bsd.lib.mk>