19 lines
458 B
Makefile
19 lines
458 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/09/13 21:50:53 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= xprop
|
|
SRCS= xprop.c dsimple.c
|
|
|
|
CPPFLAGS+=-DHAS_WCHAR_H -DHAS_WCTYPE_H -DNO_WIDEC_H
|
|
CPPFLAGS+=-I${X11SRCDIR.xc}/programs/xlsfonts
|
|
.PATH: ${X11SRCDIR.xc}/programs/xlsfonts
|
|
|
|
LDADD+= -lXmuu -lXt -lSM -lICE -lXext -lX11
|
|
DPADD+= ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
|
|
|
|
.PATH: ${X11SRCDIR.xc}/programs/${PROG}
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.prog.mk>
|