Home | History | Annotate | Line # | Download | only in teachgammon
Makefile revision 1.3
      1  1.3  mycroft #	from: @(#)Makefile	5.1 (Berkeley) 5/11/90
      2  1.3  mycroft #	$Id: Makefile,v 1.3 1993/08/01 05:46:14 mycroft 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.2      cgd DPADD=	${LIBTERM}
      9  1.2      cgd LDADD=	-ltermcap
     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