Home | History | Annotate | Line # | Download | only in teachgammon
Makefile revision 1.4
      1  1.3  mycroft #	from: @(#)Makefile	5.1 (Berkeley) 5/11/90
      2  1.4      cgd #	$Id: Makefile,v 1.4 1994/05/23 05:40:08 cgd Exp $
      3  1.1      cgd 
      4  1.1      cgd PROG=	teachgammon
      5  1.1      cgd CFLAGS+=-DV7 -I${.CURDIR}/../common_source
      6  1.1      cgd SRCS=	allow.c board.c check.c data.c fancy.c init.c odds.c one.c save.c \
      7  1.1      cgd 	subs.c table.c teach.c ttext1.c ttext2.c tutor.c
      8  1.4      cgd DPADD=	${LIBTERM} ${LIBCOMPAT}
      9  1.4      cgd LDADD=	-ltermcap -lcompat
     10  1.1      cgd HIDEGAME=hidegame
     11  1.1      cgd NOMAN=	noman
     12  1.1      cgd 
     13  1.1      cgd .PATH:	${.CURDIR}/../common_source
     14  1.1      cgd 
     15  1.1      cgd .include "../../Makefile.inc"
     16  1.1      cgd .include <bsd.prog.mk>
     17