ROOT=../../../../
PACKAGE=org.bouncycastle.crypto
include $(ROOT)/build-config.j2me

all:
	$(JAVAC) -bootclasspath $(BCP) -classpath "$(CP)" *.java

