DEPTH = ..
SUBDIR = ./player

include $(DEPTH)/Makefile.os

DIRECTORIES = rating human ai ai.dummy ai.random network

include Makefile.objects

.PHONY: all
all : objects directories


include $(DEPTH)/Makefile.rules
include $(DEPTH)/Makefile.subdir
