summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2001-02-02 13:26:41 +0000
committerSander Vesik <svesik@openoffice.org>2001-02-02 13:26:41 +0000
commit033fc33fe669d850e4fa08d3f97ce9184766594f (patch)
treeb8fee6c72a7aab2a3714cc6aacf0caff8680142a
parent06a925d65e31db9b8e7040e7242edc68a6e0fa8f (diff)
Merge NetBSD changes by Michael Rauch from OO614B to HEAD.
-rw-r--r--registry/source/makefile.mk8
-rw-r--r--stoc/source/corereflection/makefile.mk8
-rw-r--r--stoc/source/defaultregistry/makefile.mk8
-rw-r--r--stoc/source/implementationregistration/makefile.mk8
-rw-r--r--stoc/source/inspect/makefile.mk8
-rw-r--r--stoc/source/invocation/makefile.mk8
-rw-r--r--stoc/source/invocation_adapterfactory/makefile.mk8
-rw-r--r--stoc/source/loader/makefile.mk8
-rw-r--r--stoc/source/namingservice/makefile.mk8
-rw-r--r--stoc/source/proxy_factory/makefile.mk8
-rw-r--r--stoc/source/registry_tdprovider/makefile.mk8
-rw-r--r--stoc/source/servicemanager/makefile.mk8
-rw-r--r--stoc/source/simpleregistry/makefile.mk8
-rw-r--r--stoc/source/tdmanager/makefile.mk8
-rw-r--r--stoc/source/typeconv/makefile.mk8
15 files changed, 45 insertions, 75 deletions
diff --git a/registry/source/makefile.mk b/registry/source/makefile.mk
index 446a3f33960f..ed5cb347db2f 100644
--- a/registry/source/makefile.mk
+++ b/registry/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: patrick.luby $ $Date: 2000-09-25 02:34:55 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:04:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -83,10 +83,8 @@ SLOFILES= \
$(SLO)$/reflwrit.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmb.obj
.ENDIF
diff --git a/stoc/source/corereflection/makefile.mk b/stoc/source/corereflection/makefile.mk
index 06cbd6782be2..284951988233 100644
--- a/stoc/source/corereflection/makefile.mk
+++ b/stoc/source/corereflection/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2000-10-30 14:20:37 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:06:29 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -83,10 +83,8 @@ SLOFILES= \
$(SLO)$/crcomp.obj \
$(SLO)$/criface.obj \
$(SLO)$/crenum.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbcorereflection.obj
.ENDIF
diff --git a/stoc/source/defaultregistry/makefile.mk b/stoc/source/defaultregistry/makefile.mk
index d12f60a0fd33..97204959dab8 100644
--- a/stoc/source/defaultregistry/makefile.mk
+++ b/stoc/source/defaultregistry/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2000-11-24 10:50:53 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:09:20 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -81,10 +81,8 @@ COMP1TYPELIST=$(TARGET)
SLOFILES= \
$(SLO)$/defaultregistry.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbdefaultregistry.obj
.ENDIF
diff --git a/stoc/source/implementationregistration/makefile.mk b/stoc/source/implementationregistration/makefile.mk
index 263970904376..d52d24480a16 100644
--- a/stoc/source/implementationregistration/makefile.mk
+++ b/stoc/source/implementationregistration/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2000-10-30 14:20:38 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:11:42 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,10 +79,8 @@ COMP1TYPELIST=$(TARGET)
SLOFILES= \
$(SLO)$/implreg.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbimplementationregistration.obj
.ENDIF
diff --git a/stoc/source/inspect/makefile.mk b/stoc/source/inspect/makefile.mk
index edb19121c79c..7a2b78a40755 100644
--- a/stoc/source/inspect/makefile.mk
+++ b/stoc/source/inspect/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2000-10-30 14:20:38 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:26:41 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,10 +78,8 @@ COMP1TYPELIST=$(TARGET)
SLOFILES= \
$(SLO)$/introspection.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbinspect.obj
.ENDIF
diff --git a/stoc/source/invocation/makefile.mk b/stoc/source/invocation/makefile.mk
index 8174c802cbfa..59bdb577c853 100644
--- a/stoc/source/invocation/makefile.mk
+++ b/stoc/source/invocation/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2000-10-30 14:20:39 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:12:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,10 +78,8 @@ COMP1TYPELIST=$(TARGET)
SLOFILES= \
$(SLO)$/invocation.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbinvocation.obj
.ENDIF
diff --git a/stoc/source/invocation_adapterfactory/makefile.mk b/stoc/source/invocation_adapterfactory/makefile.mk
index 60df6a3b2328..bfd3a9faa24a 100644
--- a/stoc/source/invocation_adapterfactory/makefile.mk
+++ b/stoc/source/invocation_adapterfactory/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2000-10-30 14:20:39 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:14:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,10 +78,8 @@ COMP1TYPELIST=$(TARGET)
SLOFILES= \
$(SLO)$/iafactory.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbinvocation_adapterfactory.obj
.ENDIF
diff --git a/stoc/source/loader/makefile.mk b/stoc/source/loader/makefile.mk
index 6b0d40ca1535..fffc135bfdf0 100644
--- a/stoc/source/loader/makefile.mk
+++ b/stoc/source/loader/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2000-10-30 14:20:41 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:14:51 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -80,10 +80,8 @@ COMP1TYPELIST=$(TARGET)
SLOFILES= \
$(SLO)$/dllcomponentloader.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbloader.obj
.ENDIF
diff --git a/stoc/source/namingservice/makefile.mk b/stoc/source/namingservice/makefile.mk
index 4cc6d4d6dab8..c9900b50edc4 100644
--- a/stoc/source/namingservice/makefile.mk
+++ b/stoc/source/namingservice/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2000-10-30 14:20:41 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:15:44 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,10 +78,8 @@ COMP1TYPELIST=$(TARGET)
SLOFILES= \
$(SLO)$/namingservice.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbnamingservice.obj
.ENDIF
diff --git a/stoc/source/proxy_factory/makefile.mk b/stoc/source/proxy_factory/makefile.mk
index 389b09a72ac9..6c8d0605de24 100644
--- a/stoc/source/proxy_factory/makefile.mk
+++ b/stoc/source/proxy_factory/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2000-10-30 14:20:41 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:16:52 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -80,10 +80,8 @@ COMP1TYPELIST=$(TARGET)
SLOFILES= \
$(SLO)$/proxyfac.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbproxy_factory.obj
.ENDIF
diff --git a/stoc/source/registry_tdprovider/makefile.mk b/stoc/source/registry_tdprovider/makefile.mk
index 4839c12d3554..901c5d2f344d 100644
--- a/stoc/source/registry_tdprovider/makefile.mk
+++ b/stoc/source/registry_tdprovider/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2000-10-30 14:20:42 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:17:57 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -83,10 +83,8 @@ SLOFILES= \
$(SLO)$/tdenum.obj \
$(SLO)$/tdcomp.obj \
$(SLO)$/tdiface.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbregistry_tdprovider.obj
.ENDIF
diff --git a/stoc/source/servicemanager/makefile.mk b/stoc/source/servicemanager/makefile.mk
index 34431a18d229..b24a7fdc0ca9 100644
--- a/stoc/source/servicemanager/makefile.mk
+++ b/stoc/source/servicemanager/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2000-10-30 14:20:43 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:21:57 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,10 +79,8 @@ COMP1TYPELIST=$(TARGET)
SLOFILES= \
$(SLO)$/servicemanager.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbservicemanager.obj
.ENDIF
diff --git a/stoc/source/simpleregistry/makefile.mk b/stoc/source/simpleregistry/makefile.mk
index 40df2d4681db..eb8071feef52 100644
--- a/stoc/source/simpleregistry/makefile.mk
+++ b/stoc/source/simpleregistry/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2000-10-30 14:20:43 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:22:44 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -80,10 +80,8 @@ COMP1TYPELIST=$(TARGET)
SLOFILES= \
$(SLO)$/simpleregistry.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbsimpleregistry.obj
.ENDIF
diff --git a/stoc/source/tdmanager/makefile.mk b/stoc/source/tdmanager/makefile.mk
index e84452e6b79b..69954cd4bee1 100644
--- a/stoc/source/tdmanager/makefile.mk
+++ b/stoc/source/tdmanager/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2000-10-30 14:20:44 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:24:26 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -80,10 +80,8 @@ COMP1TYPELIST=$(TARGET)
SLOFILES= \
$(SLO)$/tdmgr.obj \
$(SLO)$/transfer.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbtdmanager.obj
.ENDIF
diff --git a/stoc/source/typeconv/makefile.mk b/stoc/source/typeconv/makefile.mk
index 6af6399f9a74..74f589ce5a61 100644
--- a/stoc/source/typeconv/makefile.mk
+++ b/stoc/source/typeconv/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2000-10-30 14:20:44 $
+# last change: $Author: svesik $ $Date: 2001-02-02 14:25:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,10 +78,8 @@ COMP1TYPELIST=$(TARGET)
SLOFILES= \
$(SLO)$/convert.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbtypeconv.obj
.ENDIF