forked from GitHub/gf-core
an initial skeleton for building a Java binding to the C runtime
This commit is contained in:
7
src/runtime/java/Makefile
Normal file
7
src/runtime/java/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
all:
|
||||
libtool --mode=compile gcc -I /usr/lib/jvm/java-6-openjdk/include -std=c99 -c jpgf.c
|
||||
libtool --mode=link gcc -g -O -o libjpgf.la jpgf.lo -rpath /usr/lib -lpgf -lgu
|
||||
libtool --mode=install cp libjpgf.la /usr/lib/libjpgf.la
|
||||
|
||||
headers:
|
||||
javah org.grammaticalframework.PGF
|
||||
Reference in New Issue
Block a user