Kaydet (Commit) e94e4ed7 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS geordi2q11 (1.24.4); FILE MERGED

2003/12/16 16:17:52 hr 1.24.4.1: #111934#: join CWS ooo111fix1
üst 84cfe152
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.24 $ # $Revision: 1.25 $
# #
# last change: $Author: hr $ $Date: 2003-12-01 13:00:46 $ # last change: $Author: vg $ $Date: 2003-12-17 17:42:57 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -73,7 +73,7 @@ TARGET=so_stlport ...@@ -73,7 +73,7 @@ TARGET=so_stlport
.EXPORT : CC CXX .EXPORT : CC CXX
.IF "$(COMID)"=="gcc3" .IF "$(COMID)"=="gcc3"
TARFILE_NAME=STLport-4.5 TARFILE_NAME=STLport-4.5
PATCH_FILE_NAME=$(MISC)$/STLport-4.5.patch PATCH_FILE_NAME=STLport-4.5.patch
.ELSE # "$(COMID)"=="gcc3" .ELSE # "$(COMID)"=="gcc3"
.IF "$(OS)"=="MACOSX" .IF "$(OS)"=="MACOSX"
# [ed] For gcc2, we need to use STLport 4.0. 4.5 will not compile with gcc2 on OS X. # [ed] For gcc2, we need to use STLport 4.0. 4.5 will not compile with gcc2 on OS X.
...@@ -155,7 +155,7 @@ OUT2INC= \ ...@@ -155,7 +155,7 @@ OUT2INC= \
.IF "$(OS)"=="IRIX" .IF "$(OS)"=="IRIX"
TARFILE_NAME=STLport-4.5 TARFILE_NAME=STLport-4.5
PATCH_FILE_NAME=$(MISC)$/STLport-4.5.patch PATCH_FILE_NAME=STLport-4.5.patch
BUILD_ACTION=gmake BUILD_ACTION=gmake
BUILD_FLAGS=-f gcc-3.0.mak BUILD_FLAGS=-f gcc-3.0.mak
BUILD_FLAGS+= -j$(MAXPROCESS) BUILD_FLAGS+= -j$(MAXPROCESS)
...@@ -193,11 +193,6 @@ all : ...@@ -193,11 +193,6 @@ all :
.INCLUDE : target.mk .INCLUDE : target.mk
.INCLUDE : tg_ext.mk .INCLUDE : tg_ext.mk
$(PACKAGE_DIR)$/$(PATCH_FLAG_FILE) : $(MISC)$/STLport-4.5.patch
$(MISC)$/STLport-4.5.patch : STLport-4.5.patch
+$(SED) -e 's#GXX_INCLUDE_PATH#$(GXX_INCLUDE_PATH)#g' < STLport-4.5.patch > $(MISC)$/STLport-4.5.patch
.IF "$(GUI)"=="WNT" .IF "$(GUI)"=="WNT"
.IF "$(CCNUMVER)"<="001300000000" .IF "$(CCNUMVER)"<="001300000000"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment