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