include ../../Common/CommonDefs.mak

BIN_DIR = ../../../Bin

SRC_FILES = \
	../../../../../Samples/SimpleRead.java/org/openni/Samples/SimpleRead/*.java

JAR_NAME = org.openni.Samples.SimpleRead
USED_JARS = org.openni
MAIN_CLASS = org.openni.Samples.SimpleRead.SimpleRead

include ../../Common/CommonJavaMakefile



