summaryrefslogtreecommitdiff
path: root/stlport/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-24 13:47:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-24 13:47:13 +0000
commit5b7c39e84fd55a07cf32a8e1ac4c06f894fa857b (patch)
tree7da7e6355bf8c05d6d0914392209ba63c9076233 /stlport/makefile.mk
parentf27ca79e148118225333bf473a5239627e1c621b (diff)
INTEGRATION: CWS cmcfixes2 (1.27.10); FILE MERGED
2005/02/11 12:43:51 cmc 1.27.10.2: #i42421# enable extending testing for invalid stl 2005/02/10 13:33:27 cmc 1.27.10.1: #i42421# enable extending testing for invalid stl
Diffstat (limited to 'stlport/makefile.mk')
-rw-r--r--stlport/makefile.mk11
1 files changed, 8 insertions, 3 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk
index 90ce899d30f1..e45ad5a1926d 100644
--- a/stlport/makefile.mk
+++ b/stlport/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.28 $
+# $Revision: 1.29 $
#
-# last change: $Author: hr $ $Date: 2005-02-11 15:32:47 $
+# last change: $Author: vg $ $Date: 2005-02-24 14:47:13 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,7 +73,12 @@ TARGET=so_stlport
$(INCCOM)$/stlport$/hash_map : systemstl/hash_map
@echo "You choose to build without stlport, so some headers will be used to bring the sgi extensions into the std namespace"
+-$(MKDIR) $(INCCOM)$/stlport
- +$(COPY) systemstl/* $(INCCOM)$/stlport
+ +$(COPY) systemstl/functional $(INCCOM)$/stlport
+ +$(COPY) systemstl/hash_map $(INCCOM)$/stlport
+ +$(COPY) systemstl/hash_set $(INCCOM)$/stlport
+ +$(COPY) systemstl/slist $(INCCOM)$/stlport
+ +$(COPY) systemstl/rope $(INCCOM)$/stlport
+ +$(COPY) systemstl/vector $(INCCOM)$/stlport
.ENDIF