summaryrefslogtreecommitdiff
path: root/icc/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-01-25 13:56:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-01-25 13:56:02 +0000
commit3beffb1296c67f283bdd1c6d4cfb88da40772fc7 (patch)
treee59c40551eef9c36fa437609cccb09d5a313c107 /icc/makefile.mk
parent10ac5f5eadfb658155a933144bb1f874a5ce0b7b (diff)
#i10000#: fix build issues
Diffstat (limited to 'icc/makefile.mk')
-rw-r--r--icc/makefile.mk26
1 files changed, 9 insertions, 17 deletions
diff --git a/icc/makefile.mk b/icc/makefile.mk
index 12ae43ca4458..ab97b5961bf4 100644
--- a/icc/makefile.mk
+++ b/icc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: pl $ $Date: 2008-01-11 09:58:16 $
+# last change: $Author: hr $ $Date: 2008-01-25 14:56:02 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -51,23 +51,15 @@ PATCH_FILE_NAME=$(TARFILE_NAME).patch
.ELSE
PATCH_FILE_NAME=$(TARFILE_NAME)-bendian.patch
.ENDIF
-BUILD_ACTION=$(GNUMAKE) && cd Contrib/CmdLine/create_sRGB_profile && ./create_sRGB_profile
+
CONVERTFILES= \
- IccProfLib/IccTagProfSeqId.h \
- IccProfLib/IccTagProfSeqId.cpp \
- Contrib/ICC_utils/Stubs.h \
- Contrib/ICC_utils/Vetters.cpp
+ IccProfLib$/IccTagProfSeqId.h \
+ IccProfLib$/IccTagProfSeqId.cpp \
+ Contrib$/ICC_utils$/Stubs.h \
+ Contrib$/ICC_utils$/Vetters.cpp
-.IF "$(GUI)"=="WNT"
-.IF "$(USE_SHELL)"=="4nt"
-CONFIGURE_ACTION= $(GNUCOPY) -r $(BACK_PATH)../source/create_sRGB_profile Contrib/CmdLine && unzip $(BACK_PATH)..$/makefiles.zip
-BUILD_ACTION=dmake && cd Contrib/CmdLine/create_sRGB_profile && ./create_sRGB_profile
-.ELSE
-CONFIGURE_ACTION= $(COPY) -r $(BACK_PATH)../source/create_sRGB_profile Contrib/CmdLine && CC="" CXX="" ./configure
-.ENDIF
-.ELSE
-CONFIGURE_ACTION= $(COPY) -r $(BACK_PATH)../source/create_sRGB_profile Contrib/CmdLine && ./configure
-.ENDIF
+CONFIGURE_ACTION= $(GNUCOPY) -r $(BACK_PATH)..$/source$/create_sRGB_profile Contrib$/CmdLine && unzip $(BACK_PATH)..$/makefiles.zip
+BUILD_ACTION=dmake && cd Contrib$/CmdLine$/create_sRGB_profile && .$/create_sRGB_profile
# --- Targets ------------------------------------------------------