summaryrefslogtreecommitdiff
path: root/stlport
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-08-09 11:45:12 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-08-09 11:45:12 +0000
commite3b4d24ccc37239484aa73b72c05583f6157b691 (patch)
tree22b56f364b05a463eea1847a9051acf824444679 /stlport
parent2e404cc9d898e85892f381b5cde942f0db2aa6cb (diff)
STLport-4.0
Diffstat (limited to 'stlport')
-rw-r--r--stlport/makefile.mk128
-rw-r--r--stlport/prj/build.lst2
-rw-r--r--stlport/prj/d.lst21
3 files changed, 151 insertions, 0 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk
new file mode 100644
index 000000000000..bee6d0763c72
--- /dev/null
+++ b/stlport/makefile.mk
@@ -0,0 +1,128 @@
+#*************************************************************************
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.1 $
+#
+# last change: $Author: hjs $ $Date: 2001-08-09 12:45:12 $
+#
+# The Contents of this file are made available subject to the terms of
+# either of the following licenses
+#
+# - GNU Lesser General Public License Version 2.1
+# - Sun Industry Standards Source License Version 1.1
+#
+# Sun Microsystems Inc., October, 2000
+#
+# GNU Lesser General Public License Version 2.1
+# =============================================
+# Copyright 2000 by Sun Microsystems, Inc.
+# 901 San Antonio Road, Palo Alto, CA 94303, USA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License version 2.1, as published by the Free Software Foundation.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+#
+# Sun Industry Standards Source License Version 1.1
+# =================================================
+# The contents of this file are subject to the Sun Industry Standards
+# Source License Version 1.1 (the "License"); You may not use this file
+# except in compliance with the License. You may obtain a copy of the
+# License at http://www.openoffice.org/license.html.
+#
+# Software provided under this License is provided on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+# See the License for the specific provisions governing your rights and
+# obligations concerning the Software.
+#
+# The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+#
+# Copyright: 2000 by Sun Microsystems, Inc.
+#
+# All Rights Reserved.
+#
+# Contributor(s): _______________________________________
+#
+#
+#
+#*************************************************************************
+
+PRJ=.
+
+PRJNAME=so_stlport
+TARGET=so_stlport
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+
+# --- Files --------------------------------------------------------
+
+TARFILE_NAME=STLport-4.0
+
+PATCH_FILE_NAME=STLport-4.0.patch
+
+CONFIGURE_ACTION=none
+CONFIGURE_FLAGS=
+
+BUILD_DIR=src
+
+.IF "$(COM)"=="MSC"
+BUILD_ACTION=nmake
+BUILD_FLAGS=-f vc6.mak
+.ENDIF
+
+.IF "$(COM)"=="GCC"
+BUILD_ACTION=make
+BUILD_FLAGS=-f gcc.mak
+.ENDIF
+
+.IF "$(COM)"=="C52"
+BUILD_ACTION=make
+BUILD_FLAGS=-f sunpro6.mak
+.ENDIF
+
+.IF "$(COM)"=="C52"
+OUT2INC= \
+ stlport$/SC5$/*.SUNWCCh
+
+.ENDIF # "$(COM)"=="C52"
+
+OUTDIR2INC= \
+ stlport
+
+.IF "$(GUI)"=="WNT"
+
+OUT2LIB= \
+ lib$/*.lib
+
+OUT2BIN= \
+ lib$/*.dll \
+ lib$/*.pdb
+
+.ELSE # "$(GUI)"=="WNT"
+
+OUT2LIB= \
+ lib$/lib*
+
+.ENDIF # "$(GUI)"=="WNT"
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : set_ext.mk
+.INCLUDE : target.mk
+.INCLUDE : tg_ext.mk
+
diff --git a/stlport/prj/build.lst b/stlport/prj/build.lst
new file mode 100644
index 000000000000..739e0ab9753f
--- /dev/null
+++ b/stlport/prj/build.lst
@@ -0,0 +1,2 @@
+sl stlport : NULL
+sl stlport nmake - all sl_mkout NULL
diff --git a/stlport/prj/d.lst b/stlport/prj/d.lst
new file mode 100644
index 000000000000..6f8e0999b9c7
--- /dev/null
+++ b/stlport/prj/d.lst
@@ -0,0 +1,21 @@
+mkdir: %_DEST%\inc%_EXT%\stl
+mkdir: %_DEST%\inc%_EXT%\stl\stl
+mkdir: %_DEST%\inc%_EXT%\stl\stl\debug
+mkdir: %_DEST%\inc%_EXT%\stl\stl\wrappers
+mkdir: %_DEST%\inc%_EXT%\stl\config
+mkdir: %_DEST%\inc%_EXT%\stl\using
+mkdir: %_DEST%\inc%_EXT%\stl\using\h
+mkdir: %_DEST%\inc%_EXT%\stl\wrap_std
+mkdir: %_DEST%\inc%_EXT%\stl\wrap_std\h
+..\%__SRC%\inc\*.SUNWCCH %_DEST%\inc%_EXT%\stl\*
+..\%__SRC%\inc\stlport\* %_DEST%\inc%_EXT%\stl\*
+..\%__SRC%\inc\stlport\stl\* %_DEST%\inc%_EXT%\stl\stl\*
+..\%__SRC%\inc\stlport\stl\debug\* %_DEST%\inc%_EXT%\stl\stl\debug\*
+..\%__SRC%\inc\stlport\stl\wrappers\* %_DEST%\inc%_EXT%\stl\stl\wrappers\*
+..\%__SRC%\inc\stlport\config\* %_DEST%\inc%_EXT%\stl\config\*
+..\%__SRC%\inc\stlport\using\* %_DEST%\inc%_EXT%\stl\using\*
+..\%__SRC%\inc\stlport\using\h\* %_DEST%\inc%_EXT%\stl\using\h\*
+..\%__SRC%\inc\stlport\wrap_std\* %_DEST%\inc%_EXT%\stl\wrap_std\*
+..\%__SRC%\inc\stlport\wrap_std\h\* %_DEST%\inc%_EXT%\stl\wrap_std\h\*
+..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT%\lib*.so
+..\%__SRC%\lib\lib*.a %_DEST%\lib%_EXT%\lib*.a