diff options
Diffstat (limited to 'cppu/util')
-rw-r--r--[-rwxr-xr-x] | cppu/util/cppu.map | 0 | ||||
-rw-r--r-- | cppu/util/empty.def | 6 | ||||
-rw-r--r-- | cppu/util/extra.mk | 81 | ||||
-rw-r--r-- | cppu/util/makefile.mk | 103 | ||||
-rw-r--r-- | cppu/util/makefile.pmk | 27 | ||||
-rw-r--r-- | cppu/util/purpenvhelper3MSC.map | 8 | ||||
-rw-r--r-- | cppu/util/purpenvhelper3MSCX.map | 8 | ||||
-rw-r--r-- | cppu/util/target.pmk | 57 | ||||
-rw-r--r-- | cppu/util/uno_purpenvhelperC52.map | 9 | ||||
-rw-r--r-- | cppu/util/uno_purpenvhelperwntgcc.map | 8 | ||||
-rw-r--r-- | cppu/util/unsafe_os2.map | 7 |
11 files changed, 0 insertions, 314 deletions
diff --git a/cppu/util/cppu.map b/cppu/util/cppu.map index e89594615f53..e89594615f53 100755..100644 --- a/cppu/util/cppu.map +++ b/cppu/util/cppu.map diff --git a/cppu/util/empty.def b/cppu/util/empty.def deleted file mode 100644 index 269c8f14cffd..000000000000 --- a/cppu/util/empty.def +++ /dev/null @@ -1,6 +0,0 @@ -HEAPSIZE 0 -EXPORTS - - - - diff --git a/cppu/util/extra.mk b/cppu/util/extra.mk deleted file mode 100644 index e70ba1ae519b..000000000000 --- a/cppu/util/extra.mk +++ /dev/null @@ -1,81 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=.. - -PRJNAME :=cppu -TARGET :=cppu -ENABLE_EXCEPTIONS:=TRUE -USE_DEFFILE :=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : ../source/helper/purpenv/export.mk - -# --- Files -------------------------------------------------------- - -SHL3TARGET := unsafe_uno_uno -.IF "$(COM)" == "MSC" -SHL3IMPLIB := i$(SHL3TARGET) -.ELSE -SHL3IMPLIB := $(SHL3TARGET) -.ENDIF -SHL3STDLIBS := $(purpenv_helper_LIB) $(SALLIB) -SHL3OBJS := $(SLO)$/UnsafeBridge.obj -SHL3DEF := empty.def -SHL3OBJS := $(SLO)$/UnsafeBridge.obj -SHL3RPATH := URELIB - -SHL4TARGET := affine_uno_uno -.IF "$(COM)" == "MSC" -SHL4IMPLIB := i$(SHL4TARGET) -.ELSE -SHL4IMPLIB := $(SHL4TARGET) -.ENDIF -SHL4STDLIBS := $(purpenv_helper_LIB) $(SALLIB) -SHL4OBJS := $(SLO)$/AffineBridge.obj -SHL4DEF := empty.def -SHL4OBJS := $(SLO)$/AffineBridge.obj -SHL4RPATH := URELIB - -SHL5TARGET := log_uno_uno -.IF "$(COM)" == "MSC" -SHL5IMPLIB := i$(SHL5TARGET) -.ELSE -SHL5IMPLIB := $(SHL5TARGET) -.ENDIF -SHL5STDLIBS := $(purpenv_helper_LIB) $(SALLIB) $(CPPULIB) -SHL5OBJS := $(SLO)$/LogBridge.obj - -SHL5DEF := empty.def -SHL5RPATH := URELIB - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - diff --git a/cppu/util/makefile.mk b/cppu/util/makefile.mk deleted file mode 100644 index 631041715a09..000000000000 --- a/cppu/util/makefile.mk +++ /dev/null @@ -1,103 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* -PRJ=.. - -PRJNAME=cppu -TARGET=cppu -USE_DEFFILE=TRUE -ENABLE_EXCEPTIONS=TRUE - -.IF "$(COM)" != "MSC" -UNIXVERSIONNAMES=UDK -.ENDIF - - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : ../source/helper/purpenv/export.mk - -# --- Files -------------------------------------------------------- - -SHL1LIBS= \ - $(SLB)$/cppu_typelib.lib \ - $(SLB)$/cppu_uno.lib \ - $(SLB)$/cppu_threadpool.lib \ - $(SLB)$/cppu_cppu.lib - -.IF "$(COM)" == "MSC" -SHL1TARGET=$(TARGET)$(UDK_MAJOR) -.ELSE -SHL1TARGET= uno_$(TARGET) -.ENDIF - -SHL1STDLIBS = $(SALLIB) - -SHL1DEPN= -.IF "$(COM)" == "MSC" -SHL1IMPLIB=i$(TARGET) -.ELSE -SHL1IMPLIB=uno_$(TARGET) -.ENDIF -.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD" && "$(OS)"!="OPENBSD" && "$(OS)"!="DRAGONFLY" -SHL1DEF=$(MISC)$/$(SHL1TARGET).def -.ENDIF - -SHL1VERSIONMAP=$(TARGET).map -SHL1RPATH=URELIB - -DEF1NAME=$(SHL1TARGET) - - -SHL2TARGET := $(NAMEpurpenv_helper) -DEF2NAME := $(SHL2TARGET) -.IF "$(GUI)$(COM)"=="WNTGCC" -SHL2VERSIONMAP:=uno_purpenvhelper$(COMID).map -.ELIF "$(COMNAME)"=="mscx" -SHL2VERSIONMAP:=$(SHL2TARGET)X.map -.ELSE -SHL2VERSIONMAP:=$(SHL2TARGET).map -.ENDIF # "$(GUI)$(COM)"=="WNTGCC" -SHL2DEF := $(MISC)$/$(SHL2TARGET).def -.IF "$(COM)" == "MSC" -SHL2IMPLIB := i$(SHL2TARGET) -.ELSE -SHL2IMPLIB := $(SHL2TARGET) -.ENDIF -SHL2STDLIBS := $(CPPULIB) $(SALLIB) -SHL2RPATH := URELIB -SHL2OBJS := \ - $(SLO)$/helper_purpenv_Environment.obj \ - $(SLO)$/helper_purpenv_Mapping.obj \ - $(SLO)$/helper_purpenv_Proxy.obj -SHL2DEPN=$(SHL1TARGETN) - -# --- Targets ------------------------------------------------------ -.INCLUDE : target.mk - -ALLTAR: - $(MAKE) $(MAKECMDGOALS) -f extra.mk diff --git a/cppu/util/makefile.pmk b/cppu/util/makefile.pmk deleted file mode 100644 index b3e18032403e..000000000000 --- a/cppu/util/makefile.pmk +++ /dev/null @@ -1,27 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* -ENABLE_EXCEPTIONS=TRUE diff --git a/cppu/util/purpenvhelper3MSC.map b/cppu/util/purpenvhelper3MSC.map deleted file mode 100644 index 5bbb14e9a1ab..000000000000 --- a/cppu/util/purpenvhelper3MSC.map +++ /dev/null @@ -1,8 +0,0 @@ -UDK_3_0_0 { - global: - ?Environment_initWithEnterable@purpenv@helper@cppu@@YAXPAU_uno_Environment@@PAVEnterable@3@@Z; - ?createMapping@purpenv@helper@cppu@@YAXPAPAU_uno_Mapping@@PAU_uno_Environment@@1P6AX_NPAX3PAU_typelib_TypeDescriptionReference@@PAU_typelib_MethodParameter@@JPBU_typelib_TypeDescription@@3QAPAXPAPAU_uno_Any@@@Z3@Z; - - local: - *; -}; diff --git a/cppu/util/purpenvhelper3MSCX.map b/cppu/util/purpenvhelper3MSCX.map deleted file mode 100644 index 22485191c805..000000000000 --- a/cppu/util/purpenvhelper3MSCX.map +++ /dev/null @@ -1,8 +0,0 @@ -UDK_3_0_0 { - global: - ?Environment_initWithEnterable@purpenv@helper@cppu@@YAXPEAU_uno_Environment@@PEAVEnterable@3@@Z; - ?createMapping@purpenv@helper@cppu@@YAXPEAPEAU_uno_Mapping@@PEAU_uno_Environment@@1P6AX_NPEAX3PEAU_typelib_TypeDescriptionReference@@PEAU_typelib_MethodParameter@@JPEBU_typelib_TypeDescription@@3QEAPEAXPEAPEAU_uno_Any@@@Z3@Z; - - local: - *; -}; diff --git a/cppu/util/target.pmk b/cppu/util/target.pmk deleted file mode 100644 index a94ea7c8dafe..000000000000 --- a/cppu/util/target.pmk +++ /dev/null @@ -1,57 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* -.IF "$(debug)" == "" - -# switch on aggressive opt - -# msvc++ -.IF "$(COM)" == "MSC" -CFLAGS += -Ox -.ENDIF - -# sunpro 5 -.IF "$(COM)" == "C50" -CFLAGS += -O5 -xO5 -.ENDIF - -# gcc -.IF "$(COM)" == "GCC" -CFLAGS += -O -.ENDIF - -.ELSE - -# msvc++: no inlining -.IF "$(COM)" == "MSC" -CFLAGS += -Ob0 -.ENDIF - -.ENDIF - -.IF "$(COM)$(CPU)" == "MSCX" -CFLAGS += -DCPPU_LEAK_STATIC_DATA -.ENDIF diff --git a/cppu/util/uno_purpenvhelperC52.map b/cppu/util/uno_purpenvhelperC52.map deleted file mode 100644 index 5213c8ade00a..000000000000 --- a/cppu/util/uno_purpenvhelperC52.map +++ /dev/null @@ -1,9 +0,0 @@ -UDK_3_0_0 { - global: - __1cEcppuGhelperHpurpenvNcreateMapping6FppnM_uno_Mapping_pnQ_uno_Environment_7pFbpv8pnbH_typelib_TypeDescriptionReference_pnY_typelib_MethodParameter_lpknY_typelib_TypeDescription_8p8ppnI_uno_Any__v8_v_; # S-ILP32 - __1cEcppuGhelperHpurpenvNcreateMapping6FppnM_uno_Mapping_pnQ_uno_Environment_7pFbpv8pnbH_typelib_TypeDescriptionReference_pnY_typelib_MethodParameter_ipknY_typelib_TypeDescription_8p8ppnI_uno_Any__v8_v_; # S-LP64 - __1cEcppuGhelperHpurpenvbDEnvironment_initWithEnterable6FpnQ_uno_Environment_pn0AJEnterable__v_; - - local: - *; -}; diff --git a/cppu/util/uno_purpenvhelperwntgcc.map b/cppu/util/uno_purpenvhelperwntgcc.map deleted file mode 100644 index eb224df0b301..000000000000 --- a/cppu/util/uno_purpenvhelperwntgcc.map +++ /dev/null @@ -1,8 +0,0 @@ -UDK_3_0_0 { - global: - _ZN4cppu6helper7purpenv13createMappingEPP12_uno_MappingP16_uno_EnvironmentS6_PFvbPvS7_P33_typelib_TypeDescriptionReferenceP24_typelib_MethodParameterlPK24_typelib_TypeDescriptionS7_PS7_PP8_uno_AnyES7_; - _ZN4cppu6helper7purpenv29Environment_initWithEnterableEP16_uno_EnvironmentPNS_9EnterableE; - - local: - *; -}; diff --git a/cppu/util/unsafe_os2.map b/cppu/util/unsafe_os2.map deleted file mode 100644 index cc6a0ddca448..000000000000 --- a/cppu/util/unsafe_os2.map +++ /dev/null @@ -1,7 +0,0 @@ -UDK_3_0_0 { - global: - uno_initEnvironment; - uno_ext_getMapping; - local: - *; -}; |