mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Allow disabling building of Java components
This commit is contained in:
@@ -28,7 +28,13 @@ GF_DOC_EXE=gfdoc$(EXEEXT)
|
||||
temp install-gfdoc install-editor \
|
||||
today help clean
|
||||
|
||||
all: unix gfdoc jar
|
||||
ifeq ($(ENABLE_JAVA), "yes")
|
||||
BUILD_JAR=jar
|
||||
else
|
||||
BUILD_JAR=
|
||||
endif
|
||||
|
||||
all: unix gfdoc $(BUILD_JAR)
|
||||
|
||||
unix: today touch-files opt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user