1
0
forked from GitHub/gf-core

Java API for opening/closing SG databases

This commit is contained in:
krasimir
2015-09-03 13:52:32 +00:00
parent 2be83cae2d
commit 5bcc2741fe
8 changed files with 259 additions and 91 deletions

View File

@@ -1,4 +1,4 @@
C_SOURCES = jpgf.c jsg.c
C_SOURCES = jpgf.c jsg.c jni_utils.c
JAVA_SOURCES = $(wildcard org/grammaticalframework/pgf/*.java) \
$(wildcard org/grammaticalframework/sg/*.java)