forked from GitHub/gf-core
added make file for compiling the C runtime for Android. The JIT compiler for Android is temporary disabled
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user