minix/external/mit/xorg/bin/missing-apps/texteroids/Makefile

21 lines
475 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
.include <bsd.own.mk>
PROG= texteroids
SRCS= twraps.c texteroids.c
DPSRCS+= twraps.c twraps.h
CLEANFILES+= twraps.c twraps.h
CPPFLAGS+= -I.
LDADD+= -ldps -lXt -lSM -lICE -lXext -lX11 -lm
DPADD+= ${LIBDPS} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM}
.include "${NETBSDSRCDIR}/xorg/tools/pswrap/Makefile.pswrap"
.PATH: ${X11SRCDIR.xc}/programs/${PROG}
.include <bsd.x11.mk>
.include <bsd.prog.mk>