21 lines
475 B
Makefile
21 lines
475 B
Makefile
|
# $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>
|