summaryrefslogtreecommitdiff
path: root/neon/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 12:31:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 12:31:10 +0000
commita1fc55d27bee93663716fe7ab16b6152b1c7efa5 (patch)
tree45f748e5a4635f5e2ab04761be636d7beb4ed954 /neon/makefile.mk
parentf99a8f03e5e3baca4d8397012ad045e2454ce090 (diff)
INTEGRATION: CWS configure17 (1.8.14); FILE MERGED
2006/03/22 13:13:23 rene 1.8.14.1: #i61380# make it possible to disable neon, patch by "geki"
Diffstat (limited to 'neon/makefile.mk')
-rw-r--r--neon/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/neon/makefile.mk b/neon/makefile.mk
index ae1e4d50c8da..ce5ccbea2184 100644
--- a/neon/makefile.mk
+++ b/neon/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 20:01:10 $
+# last change: $Author: hr $ $Date: 2006-04-20 13:31:10 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -49,6 +49,11 @@ TARGET=so_neon
@echo "Using system neon...."
.ENDIF
+.IF "$(DISABLE_NEON)" == "TRUE"
+@all:
+ @echo "neon disabled...."
+.ENDIF
+
NEON_NAME=neon-0.24.7
TARFILE_NAME=$(NEON_NAME)