[Libreoffice-commits] .: icc/makefile.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Wed May 25 15:10:43 PDT 2011
icc/makefile.mk | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
New commits:
commit 6713b11417e7e4a3f5c78168d405e0212e8b833f
Author: Tor Lillqvist <tml at iki.fi>
Date: Thu May 26 01:10:30 2011 +0300
Presumably no need for this for iOS
diff --git a/icc/makefile.mk b/icc/makefile.mk
index 4bbde85..14a803e 100644
--- a/icc/makefile.mk
+++ b/icc/makefile.mk
@@ -34,6 +34,8 @@ TARGET=icc
.INCLUDE : settings.mk
+.IF "$(OS)"!="IOS"
+
# --- Files --------------------------------------------------------
TARFILE_NAME=SampleICC-1.3.2
@@ -51,10 +53,13 @@ CONVERTFILES= \
CONFIGURE_ACTION= $(GNUCOPY) -r $(BACK_PATH)..$/source$/create_sRGB_profile Contrib$/CmdLine && unzip -o $(BACK_PATH)..$/makefiles.zip
BUILD_ACTION=dmake && cd Contrib$/CmdLine$/create_sRGB_profile && $(AUGMENT_LIBRARY_PATH) .$/create_sRGB_profile
+
# --- Targets ------------------------------------------------------
.INCLUDE : set_ext.mk
+
+.ENDIF
.INCLUDE : target.mk
+.IF "$(OS)"!="IOS"
.INCLUDE : tg_ext.mk
-
-
+.ENDIF
More information about the Libreoffice-commits
mailing list