NetBSD/gnu/games/chess/Xchess/Makefile

14 lines
349 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.2 1993/08/02 17:20:42 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG = xchess
1993-03-21 12:45:37 +03:00
SRCS = board.c button.c clock.c control.c jail.c message.c parse.c popup.c \
program.c record.c std.c valid.c window.c XCircle.c scrollText.c
1993-03-21 12:45:37 +03:00
CFLAGS += -I. -DDEF_PROGRAM=\"gnuchess\"
1993-03-21 12:45:37 +03:00
LDADD = -L/usr/X386/lib -lX11
DPADD = /usr/X386/lib/libX11.a
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>