added make file for compiling the C runtime for Android. The JIT compiler for Android is temporary disabled

This commit is contained in:
kr.angelov
2013-09-04 11:56:47 +00:00
parent a690fb7d6f
commit d62cf1363c
4 changed files with 31 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ doc:
Test.class: Test.java
javac Test.java
libjpgf.jar: org/grammaticalframework/pgf/PGF.class
jar -cf libjpgf.jar org/grammaticalframework/pgf/*.class
org/grammaticalframework/pgf/PGF.class: org/grammaticalframework/pgf/PGF.java
javac Test.java