# @R3_COPYRIGHT@

CLASSES = Kairan.class

.SUFFIXES: .java .class
.java.class :
	${JAVAC} -classpath ${SRC_DIR}:${JAVA_CLASSES} $<

all: ${CLASSES}
