1
0
forked from GitHub/gf-core

Allow disabling building of Java components

This commit is contained in:
bringert
2005-05-10 11:05:40 +00:00
parent 89224f9e9e
commit 8c10c7133b
4 changed files with 72 additions and 35 deletions

View File

@@ -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