Home | History | Annotate | Line # | Download | only in dab
Makefile revision 1.1
      1  1.1  christos #	$NetBSD: Makefile,v 1.1 2003/12/26 17:57:02 christos Exp $
      2  1.1  christos 
      3  1.1  christos WARNS=2
      4  1.1  christos DPADD+=${LIBSTDCPP} ${LIBCURSES} ${LIBTERMCAP} ${LIBM}
      5  1.1  christos LDADD+=-lstdc++ -lcurses -ltermcap -lm
      6  1.1  christos 
      7  1.1  christos PROG=dab
      8  1.1  christos MAN=dab.6
      9  1.1  christos SRCS=algor.C board.C main.C human.C box.C player.C gamescreen.C \
     10  1.1  christos     ttyscrn.C random.C
     11  1.1  christos 
     12  1.1  christos .include <bsd.prog.mk>
     13