From 09efc28c0116400801c6a36c61a8f9749d994eac Mon Sep 17 00:00:00 2001 From: bringert Date: Tue, 10 May 2005 11:05:40 +0000 Subject: Allow disabling building of Java components --- src/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 2283d1cd7..a0ccaa4d7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 -- cgit v1.2.3