# XPuzzleDama

LOCAL_LIBRARIES = $(XLIB)

SRCS = xtama_init.c xtama_main.c xtama_move.c xtama_rensa.c xtama_score.c xtama_flush.c xtama_net.c xtama_createpixmap.c

OBJS = $(SRCS:.c=.o)

#SCOREFILE = /opt/X11R6/lib/X11/tama_score
SCOREFILE = ./.tama_score

# ⤷ͥåȥ򥵥ݡȤʤʤ鲼 -DNET äƤ
# ե˥åɬפʤʤ -DFILELOCK դƤ

#DEFINES = -DSFILE=\"${SCOREFILE}\" -DNET -DFILELOCK -I/opt/X11R6/include
DEFINES = -DSFILE=\"${SCOREFILE}\" -DNET

ComplexProgramTarget(xpuzzletama)
