Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / mit / xorg / bin / missing-apps / texteroids / Makefile
blob7e1f6633657dde35b05639a5d16a367ed86fe3a7
1 # $NetBSD: Makefile,v 1.2 2003/09/13 20:18:11 lukem Exp $
3 .include <bsd.own.mk>
5 PROG= texteroids
6 SRCS= twraps.c texteroids.c
8 DPSRCS+= twraps.c twraps.h
9 CLEANFILES+= twraps.c twraps.h
10 CPPFLAGS+= -I.
12 LDADD+= -ldps -lXt -lSM -lICE -lXext -lX11 -lm
13 DPADD+= ${LIBDPS} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM}
15 .include "${NETBSDSRCDIR}/xorg/tools/pswrap/Makefile.pswrap"
17 .PATH: ${X11SRCDIR.xc}/programs/${PROG}
19 .include <bsd.x11.mk>
20 .include <bsd.prog.mk>