mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 22:09:32 -06:00
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