mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
bugfix in the Makefile for the Java binding for creating .jar files
This commit is contained in:
@@ -14,7 +14,7 @@ libjpgf.la: $(patsubst %.c, %.lo, $(C_SOURCES))
|
|||||||
libtool --mode=compile gcc -g -O -c -I$(JNI_PATH) -std=c99 -shared $< -o $@
|
libtool --mode=compile gcc -g -O -c -I$(JNI_PATH) -std=c99 -shared $< -o $@
|
||||||
|
|
||||||
jpgf.jar: $(patsubst %.java, %.class, $(JAVA_SOURCES))
|
jpgf.jar: $(patsubst %.java, %.class, $(JAVA_SOURCES))
|
||||||
jar -cf $@ $^
|
jar -cf $@ org/grammaticalframework/pgf/*.class org/grammaticalframework/sg/*.class
|
||||||
|
|
||||||
%.class : %.java
|
%.class : %.java
|
||||||
javac $<
|
javac $<
|
||||||
|
|||||||
Reference in New Issue
Block a user