minix/external/mit/xorg/bin/xmessage/Makefile

19 lines
429 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2013/05/31 08:01:59 mrg Exp $
.include <bsd.own.mk>
PROG= xmessage
SRCS= xmessage.c makeform.c readfile.c
APPDEFS=Xmessage Xmessage-color
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
${LIBXPM} ${LIBXEXT} ${LIBX11}
.PATH: ${X11SRCDIR.${PROG}}
.PATH: ${X11SRCDIR.${PROG}}/app-defaults
.include <bsd.x11.mk>
.include <bsd.prog.mk>