diff options
Diffstat (limited to 'ucb/source/ucp')
-rw-r--r-- | ucb/source/ucp/cmis/makefile.mk | 95 | ||||
-rw-r--r-- | ucb/source/ucp/expand/makefile.mk | 68 | ||||
-rw-r--r-- | ucb/source/ucp/ext/makefile.mk | 69 | ||||
-rw-r--r-- | ucb/source/ucp/file/exports2.dxp | 7 | ||||
-rw-r--r-- | ucb/source/ucp/file/makefile.mk | 83 | ||||
-rw-r--r-- | ucb/source/ucp/ftp/makefile.mk | 96 | ||||
-rw-r--r-- | ucb/source/ucp/gio/makefile.mk | 86 | ||||
-rw-r--r-- | ucb/source/ucp/gvfs/makefile.mk | 90 | ||||
-rw-r--r-- | ucb/source/ucp/hierarchy/makefile.mk | 91 | ||||
-rw-r--r-- | ucb/source/ucp/odma/makefile.mk | 110 | ||||
-rw-r--r-- | ucb/source/ucp/package/makefile.mk | 96 | ||||
-rw-r--r-- | ucb/source/ucp/tdoc/makefile.mk | 101 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/makefile.mk | 161 |
13 files changed, 0 insertions, 1153 deletions
diff --git a/ucb/source/ucp/cmis/makefile.mk b/ucb/source/ucp/cmis/makefile.mk deleted file mode 100644 index 4170bba84d40..000000000000 --- a/ucb/source/ucp/cmis/makefile.mk +++ /dev/null @@ -1,95 +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 = ucb -UCPCMIS_MAJOR = 1 -TARGET = ucpcmis$(UCPCMIS_MAJOR).uno -ENABLE_EXCEPTIONS = TRUE -VISIBILITY_HIDDEN=TRUE - -.INCLUDE : settings.mk -DLLPRE = - -.IF "$(L10N_framework)"=="" - -.IF "$(GUI)"=="UNX" || "$(GUI)$(COM)"=="WNTGCC" - -.IF "$(SYSTEM_LIBCMIS)"=="YES" -CMISLIB=$(LIBCMIS_LIBS) -INCPRE+=$(LIBCMIS_CFLAGS) -.ELSE -CMISLIB=-lcmislib -.ENDIF - -.ELSE - -CMISLIB=$(LIBPRE) cmislib.lib - -.ENDIF - -SLOFILES= \ - $(SLO)$/cmis_provider.obj\ - $(SLO)$/cmis_content.obj \ - $(SLO)$/cmis_url.obj - -SHL1STDLIBS = \ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(UCBHELPERLIB) \ - $(TOOLSLIB) \ - $(CMISLIB) \ - $(CURLLIB) \ - $(LIBXML2LIB) - -SHL1TARGET = $(TARGET) - -.IF "$(GUI)"=="WNT" -SHL1VERSIONMAP=$(SOLARENV)/src/component.map -.ELSE # just a quick hack for GCC fdo#42865 -SHL1USE_EXPORTS = name -.ENDIF -SHL1DEPN = -SHL1IMPLIB = i$(TARGET) -SHL1LIBS = $(SLB)$/$(TARGET).lib -SHL1DEF = $(MISC)$/$(SHL1TARGET).def - -DEF1NAME = $(SHL1TARGET) - -.ENDIF # L10N_framework - -.INCLUDE : target.mk - -ALLTAR : $(MISC)/ucpcmis1.component - -$(MISC)/ucpcmis1.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - ucpcmis1.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt ucpcmis1.component diff --git a/ucb/source/ucp/expand/makefile.mk b/ucb/source/ucp/expand/makefile.mk deleted file mode 100644 index ea6d595a615d..000000000000 --- a/ucb/source/ucp/expand/makefile.mk +++ /dev/null @@ -1,68 +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 = ucb -UCPEXPAND_MAJOR = 1 -TARGET = $(ENFORCEDSHLPREFIX)ucpexpand$(UCPEXPAND_MAJOR).uno -ENABLE_EXCEPTIONS = TRUE - -.INCLUDE : settings.mk -DLLPRE = - -.IF "$(L10N_framework)"=="" - -SLOFILES= \ - $(SLO)$/ucpexpand.obj - -SHL1STDLIBS = \ - $(UCBHELPERLIB) \ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) - -SHL1VERSIONMAP = $(SOLARENV)/src/component.map -SHL1TARGET = $(TARGET) - -SHL1DEPN = -SHL1IMPLIB = i$(TARGET) -SHL1LIBS = $(SLB)$/$(TARGET).lib -SHL1DEF = $(MISC)$/$(SHL1TARGET).def - -DEF1NAME = $(SHL1TARGET) - -.ENDIF # L10N_framework - -.INCLUDE : target.mk - -ALLTAR : $(MISC)/ucpexpand1.component - -$(MISC)/ucpexpand1.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - ucpexpand1.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt ucpexpand1.component diff --git a/ucb/source/ucp/ext/makefile.mk b/ucb/source/ucp/ext/makefile.mk deleted file mode 100644 index b9e9a11d3fd4..000000000000 --- a/ucb/source/ucp/ext/makefile.mk +++ /dev/null @@ -1,69 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2008 by Sun Microsystems, Inc. -# -# 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 = ucb -TARGET = $(ENFORCEDSHLPREFIX)ucpext.uno -ENABLE_EXCEPTIONS = TRUE - -.INCLUDE : settings.mk -DLLPRE = - -SLOFILES= \ - $(SLO)$/ucpext_provider.obj \ - $(SLO)$/ucpext_content.obj \ - $(SLO)$/ucpext_services.obj \ - $(SLO)$/ucpext_resultset.obj \ - $(SLO)$/ucpext_datasupplier.obj - -SHL1STDLIBS = \ - $(UCBHELPERLIB) \ - $(COMPHELPERLIB) \ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(SALHELPERLIB) - -SHL1VERSIONMAP = $(SOLARENV)/src/component.map -SHL1TARGET = $(TARGET) - -SHL1DEPN = -SHL1IMPLIB = i$(TARGET) -SHL1LIBS = $(SLB)$/$(TARGET).lib -SHL1DEF = $(MISC)$/$(SHL1TARGET).def - -DEF1NAME = $(SHL1TARGET) - -.INCLUDE : target.mk - -ALLTAR : $(MISC)/ucpext.component - -$(MISC)/ucpext.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - ucpext.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt ucpext.component diff --git a/ucb/source/ucp/file/exports2.dxp b/ucb/source/ucp/file/exports2.dxp deleted file mode 100644 index 803f1cc74ef9..000000000000 --- a/ucb/source/ucp/file/exports2.dxp +++ /dev/null @@ -1,7 +0,0 @@ -component_getFactory - -_ZTIN3com3sun4star3ucb31InteractiveAugmentedIOExceptionE -_ZTIN3com3sun4star3ucb22InteractiveIOExceptionE -_ZTIN3com3sun4star4task28ClassifiedInteractionRequestE -_ZTIN3com3sun4star3ucb18NameClashExceptionE -_ZTIN3com3sun4star3ucb27UnsupportedCommandExceptionE diff --git a/ucb/source/ucp/file/makefile.mk b/ucb/source/ucp/file/makefile.mk deleted file mode 100644 index 48baf5c22cd9..000000000000 --- a/ucb/source/ucp/file/makefile.mk +++ /dev/null @@ -1,83 +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=ucb -TARGET=ucpfile -ENABLE_EXCEPTIONS=TRUE - -# Version -UCPFILE_MAJOR=1 - -.INCLUDE: settings.mk -.IF "$(L10N_framework)"=="" - -SLOFILES=\ - $(SLO)$/prov.obj \ - $(SLO)$/bc.obj \ - $(SLO)$/shell.obj \ - $(SLO)$/filtask.obj \ - $(SLO)$/filrow.obj \ - $(SLO)$/filrset.obj \ - $(SLO)$/filid.obj \ - $(SLO)$/filnot.obj \ - $(SLO)$/filprp.obj \ - $(SLO)$/filinpstr.obj \ - $(SLO)$/filstr.obj \ - $(SLO)$/filcmd.obj \ - $(SLO)$/filglob.obj \ - $(SLO)$/filinsreq.obj \ - $(SLO)$/filrec.obj - -LIB1TARGET=$(SLB)$/_$(TARGET).lib -LIB1OBJFILES=$(SLOFILES) - -SHL1TARGET=$(TARGET)$(UCPFILE_MAJOR) -SHL1DEF=$(MISC)$/$(SHL1TARGET).def -SHL1LIBS=$(LIB1TARGET) -SHL1IMPLIB=i$(TARGET) -SHL1STDLIBS=\ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(UCBHELPERLIB) - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -DEF1NAME=$(SHL1TARGET) -.ENDIF # L10N_framework - -.INCLUDE: target.mk - - -ALLTAR : $(MISC)/ucpfile1.component - -$(MISC)/ucpfile1.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - ucpfile1.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt ucpfile1.component diff --git a/ucb/source/ucp/ftp/makefile.mk b/ucb/source/ucp/ftp/makefile.mk deleted file mode 100644 index 5980fc785983..000000000000 --- a/ucb/source/ucp/ftp/makefile.mk +++ /dev/null @@ -1,96 +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=ucb -TARGET=ucpftp -ENABLE_EXCEPTIONS=TRUE -USE_DEFFILE=TRUE - -# Version -UCPFTP_MAJOR=1 - - -# --- Settings --------------------------------------------------------- - -.INCLUDE: settings.mk - -# --- General ----------------------------------------------------- -.IF "$(L10N_framework)"=="" -# first target ( shared library ) - -SLOFILES1=\ - $(SLO)$/ftpservices.obj \ - $(SLO)$/ftpcontentprovider.obj \ - $(SLO)$/ftpcontent.obj \ - $(SLO)$/ftpcontentidentifier.obj \ - $(SLO)$/ftpcontentcaps.obj \ - $(SLO)$/ftpdynresultset.obj \ - $(SLO)$/ftpresultsetbase.obj \ - $(SLO)$/ftpresultsetI.obj \ - $(SLO)$/ftploaderthread.obj \ - $(SLO)$/ftpdirp.obj \ - $(SLO)$/ftpcfunc.obj \ - $(SLO)$/ftpurl.obj \ - $(SLO)$/ftpintreq.obj - -LIB1TARGET=$(SLB)$/_$(TARGET).lib -LIB1OBJFILES=$(SLOFILES1) - -# --- Shared-Library 1 --------------------------------------------------- - -SHL1TARGET=$(TARGET)$(UCPFTP_MAJOR) -SHL1IMPLIB=i$(TARGET) - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -SHL1STDLIBS=\ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(UCBHELPERLIB) \ - $(CURLLIB) \ - $(ZLIB3RDLIB) - -SHL1DEF=$(MISC)$/$(SHL1TARGET).def -SHL1LIBS= \ - $(LIB1TARGET) - -# --- Def-File --------------------------------------------------------- - -DEF1NAME=$(SHL1TARGET) - -.ENDIF # L10N_framework -.INCLUDE: target.mk - -ALLTAR : $(MISC)/ucpftp1.component - -$(MISC)/ucpftp1.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - ucpftp1.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt ucpftp1.component diff --git a/ucb/source/ucp/gio/makefile.mk b/ucb/source/ucp/gio/makefile.mk deleted file mode 100644 index 5787e96f55e0..000000000000 --- a/ucb/source/ucp/gio/makefile.mk +++ /dev/null @@ -1,86 +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=ucb -# Version -UCPGIO_MAJOR=1 -TARGET=ucpgio -ENABLE_EXCEPTIONS=TRUE -USE_DEFFILE=TRUE - -.INCLUDE: settings.mk -.IF "$(L10N_framework)"=="" - -.IF "$(ENABLE_GIO)"!="" -COMPILER_WARN_ALL=TRUE -PKGCONFIG_MODULES=gio-2.0 -.INCLUDE: pkg_config.mk - -.IF "$(OS)" == "SOLARIS" -LINKFLAGS+=-z nodefs -.ENDIF # "$(OS)" == "SOLARIS" - -# no "lib" prefix -DLLPRE = - -SLOFILES=$(SLO)$/gio_provider.obj\ - $(SLO)$/gio_content.obj\ - $(SLO)$/gio_resultset.obj\ - $(SLO)$/gio_datasupplier.obj\ - $(SLO)$/gio_seekable.obj\ - $(SLO)$/gio_inputstream.obj\ - $(SLO)$/gio_outputstream.obj\ - $(SLO)$/gio_mount.obj - -SHL1TARGET=$(TARGET)$(UCPGIO_MAJOR).uno -SHL1DEF=$(MISC)$/$(SHL1TARGET).def -SHL1LIBS=$(SLB)$/$(TARGET).lib -SHL1IMPLIB=i$(TARGET) -SHL1STDLIBS=\ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(UCBHELPERLIB) - -SHL1STDLIBS+=$(PKGCONFIG_LIBS) - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -.ENDIF # "$(ENABLE_GIO)"!="" -.ENDIF # L10N_framework - -.INCLUDE: target.mk - -ALLTAR : $(MISC)/ucpgio.component - -$(MISC)/ucpgio.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - ucpgio.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt ucpgio.component diff --git a/ucb/source/ucp/gvfs/makefile.mk b/ucb/source/ucp/gvfs/makefile.mk deleted file mode 100644 index d38e274a1ef7..000000000000 --- a/ucb/source/ucp/gvfs/makefile.mk +++ /dev/null @@ -1,90 +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=ucb -# Version -UCPGVFS_MAJOR=1 -TARGET=ucpgvfs -ENABLE_EXCEPTIONS=TRUE -USE_DEFFILE=TRUE - -.INCLUDE: settings.mk -.IF "$(L10N_framework)"=="" - -.IF "$(ENABLE_GNOMEVFS)"!="" -COMPILER_WARN_ALL=TRUE -PKGCONFIG_MODULES=gnome-vfs-2.0 -.INCLUDE: pkg_config.mk - -.IF "$(OS)" == "SOLARIS" -LINKFLAGS+=-z nodefs -.ENDIF # "$(OS)" == "SOLARIS" - -.IF "$(OS)" == "LINUX" -# hack for faked SO environment -CFLAGS+=-gdwarf-2 -PKGCONFIG_LIBS!:=-Wl,--export-dynamic $(PKGCONFIG_LIBS:s/ -llinc//:s/ -lbonobo-activation//:s/ -lgconf-2//:s/ -lORBit-2//:s/ -lIDL-2//:s/ -lgmodule-2.0//:s/ -lgobject-2.0//:s/ -lgthread-2.0//) -.ENDIF # "$(OS)" == "LINUX" - -# no "lib" prefix -DLLPRE = - -SLOFILES=\ - $(SLO)$/gvfs_content.obj \ - $(SLO)$/gvfs_directory.obj \ - $(SLO)$/gvfs_stream.obj \ - $(SLO)$/gvfs_provider.obj - -SHL1NOCHECK=TRUE -SHL1TARGET=$(TARGET)$(UCPGVFS_MAJOR).uno -SHL1DEF=$(MISC)$/$(SHL1TARGET).def -SHL1LIBS=$(SLB)$/$(TARGET).lib -SHL1IMPLIB=i$(TARGET) -SHL1STDLIBS=\ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(UCBHELPERLIB) - -SHL1STDLIBS+=$(PKGCONFIG_LIBS) - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -.ENDIF # "$(ENABLE_GNOMEVFS)"!="" -.ENDIF # L10N_framework - -.INCLUDE: target.mk - -ALLTAR : $(MISC)/ucpgvfs.component - -$(MISC)/ucpgvfs.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - ucpgvfs.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt ucpgvfs.component diff --git a/ucb/source/ucp/hierarchy/makefile.mk b/ucb/source/ucp/hierarchy/makefile.mk deleted file mode 100644 index 1d7973796a35..000000000000 --- a/ucb/source/ucp/hierarchy/makefile.mk +++ /dev/null @@ -1,91 +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=ucb -TARGET=ucphier -ENABLE_EXCEPTIONS=TRUE -USE_DEFFILE=TRUE - -# Version -UCPHIER_MAJOR=1 - -# --- Settings --------------------------------------------------------- - -.INCLUDE: settings.mk - -# --- General ----------------------------------------------------- -.IF "$(L10N_framework)"=="" - -SLOFILES=\ - $(SLO)$/hierarchyservices.obj \ - $(SLO)$/hierarchydata.obj \ - $(SLO)$/hierarchyprovider.obj \ - $(SLO)$/hierarchycontent.obj \ - $(SLO)$/hierarchycontentcaps.obj \ - $(SLO)$/hierarchydatasupplier.obj \ - $(SLO)$/dynamicresultset.obj \ - $(SLO)$/hierarchydatasource.obj \ - $(SLO)$/hierarchyuri.obj - -LIB1TARGET=$(SLB)$/_$(TARGET).lib -LIB1OBJFILES=$(SLOFILES) - -# --- Shared-Library --------------------------------------------------- - -SHL1TARGET=$(TARGET)$(UCPHIER_MAJOR) -SHL1IMPLIB=i$(TARGET) - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -SHL1STDLIBS=\ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(UCBHELPERLIB) - -SHL1DEF=$(MISC)$/$(SHL1TARGET).def -SHL1LIBS=$(LIB1TARGET) - -# --- Def-File --------------------------------------------------------- - -DEF1NAME=$(SHL1TARGET) - -# --- Targets ---------------------------------------------------------- - -.ENDIF # L10N_framework -.INCLUDE: target.mk - - -ALLTAR : $(MISC)/ucphier1.component - -$(MISC)/ucphier1.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - ucphier1.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt ucphier1.component diff --git a/ucb/source/ucp/odma/makefile.mk b/ucb/source/ucp/odma/makefile.mk deleted file mode 100644 index 302cf19bc9ee..000000000000 --- a/ucb/source/ucp/odma/makefile.mk +++ /dev/null @@ -1,110 +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. -# -#************************************************************************* - -UCP_VERSION=1 -UCP_NAME=odma - - -PRJ=..$/..$/.. -PRJNAME=ucb - -TARGET=ucp$(UCP_NAME) -TARGET2=s$(UCP_NAME) - -ENABLE_EXCEPTIONS=TRUE -USE_DEFFILE=TRUE - -TARGET2TYPE=CUI -LIBTARGET=NO - -# --- Settings --------------------------------------------------------- - -.INCLUDE: settings.mk - -# --- General ----------------------------------------------------- - -SLO1FILES=\ - $(SLO)$/odma_lib.obj \ - $(SLO)$/odma_services.obj \ - $(SLO)$/odma_provider.obj \ - $(SLO)$/odma_content.obj \ - $(SLO)$/odma_resultset.obj \ - $(SLO)$/odma_datasupplier.obj \ - $(SLO)$/odma_inputstream.obj \ - $(SLO)$/odma_contentcaps.obj - -LIB1TARGET=$(SLB)$/_$(TARGET).lib -LIB1OBJFILES=$(SLO1FILES) - -# --- Shared-Library --------------------------------------------------- - -SHL1TARGET=$(TARGET)$(UCP_VERSION) -SHL1IMPLIB=i$(TARGET) -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -SHL1STDLIBS=\ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(UCBHELPERLIB) - -SHL1DEF=$(MISC)$/$(SHL1TARGET).def -SHL1LIBS=$(LIB1TARGET) - -# --- Def-File --------------------------------------------------------- - -DEF1NAME=$(SHL1TARGET) - -# --- SODMA executable ------------------------------------------------- -OBJFILES= $(OBJ)$/odma_main.obj - -APP2TARGET= $(TARGET2) -APP2OBJS= $(OBJFILES) -APP2STDLIBS=$(SALLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) - -DEF2DES=UCB ODMA URL converter - -# --- odma_lib library ----------------------------------------------- - -LIB3TARGET=$(LB)/odma_lib.lib -LIB3ARCHIV=$(LB)/libodma_lib.a -LIB3OBJFILES=$(OBJ)$/odma_lib.obj - -# --- Targets ---------------------------------------------------------- - -.INCLUDE: target.mk - -ALLTAR : $(MISC)/$(TARGET)$(UCP_VERSION).component - -$(MISC)/$(TARGET)$(UCP_VERSION).component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - $(TARGET)$(UCP_VERSION).component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt $(TARGET)$(UCP_VERSION).component diff --git a/ucb/source/ucp/package/makefile.mk b/ucb/source/ucp/package/makefile.mk deleted file mode 100644 index 079aa2da04ff..000000000000 --- a/ucb/source/ucp/package/makefile.mk +++ /dev/null @@ -1,96 +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. -# -#************************************************************************* - -# UCP Version - Increase, if UCP libraray becomes incompatible. -UCP_VERSION=1 - -# Name for UCP. Will become part of the library name (See below). -UCP_NAME=pkg - -PRJ=..$/..$/.. - -PRJNAME=ucb - -TARGET=ucp$(UCP_NAME) - -ENABLE_EXCEPTIONS=TRUE -USE_DEFFILE=TRUE - -# --- Settings --------------------------------------------------------- - -.INCLUDE: settings.mk - -# --- General ----------------------------------------------------- -.IF "$(L10N_framework)"=="" - -SLOFILES=\ - $(SLO)$/pkgservices.obj \ - $(SLO)$/pkguri.obj \ - $(SLO)$/pkgprovider.obj \ - $(SLO)$/pkgcontent.obj \ - $(SLO)$/pkgcontentcaps.obj \ - $(SLO)$/pkgresultset.obj \ - $(SLO)$/pkgdatasupplier.obj - -LIB1TARGET=$(SLB)$/_$(TARGET).lib -LIB1OBJFILES=$(SLOFILES) - -# --- Shared-Library --------------------------------------------------- - -SHL1TARGET=$(TARGET)$(UCP_VERSION) -SHL1IMPLIB=i$(TARGET) - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -SHL1STDLIBS=\ - $(COMPHELPERLIB) \ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(UCBHELPERLIB) - -SHL1DEF=$(MISC)$/$(SHL1TARGET).def -SHL1LIBS=$(LIB1TARGET) - -# --- Def-File --------------------------------------------------------- - -DEF1NAME=$(SHL1TARGET) - -# --- Targets ---------------------------------------------------------- - -.ENDIF # L10N_framework -.INCLUDE: target.mk - - -ALLTAR : $(MISC)/ucppkg1.component - -$(MISC)/ucppkg1.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - ucppkg1.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt ucppkg1.component diff --git a/ucb/source/ucp/tdoc/makefile.mk b/ucb/source/ucp/tdoc/makefile.mk deleted file mode 100644 index d3b4c4281968..000000000000 --- a/ucb/source/ucp/tdoc/makefile.mk +++ /dev/null @@ -1,101 +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=ucb -# Version -UCPTDOC_MAJOR=1 -TARGET=$(ENFORCEDSHLPREFIX)ucptdoc$(UCPTDOC_MAJOR).uno -ENABLE_EXCEPTIONS=TRUE -USE_DEFFILE=TRUE - -# --- Settings --------------------------------------------------------- - -.INCLUDE: settings.mk - -# --- General ----------------------------------------------------- -.IF "$(L10N_framework)"=="" - -# no "lib" prefix -DLLPRE = - -SLOFILES=\ - $(SLO)$/tdoc_provider.obj \ - $(SLO)$/tdoc_services.obj \ - $(SLO)$/tdoc_uri.obj \ - $(SLO)$/tdoc_content.obj \ - $(SLO)$/tdoc_contentcaps.obj \ - $(SLO)$/tdoc_storage.obj \ - $(SLO)$/tdoc_docmgr.obj \ - $(SLO)$/tdoc_datasupplier.obj \ - $(SLO)$/tdoc_resultset.obj \ - $(SLO)$/tdoc_documentcontentfactory.obj \ - $(SLO)$/tdoc_passwordrequest.obj \ - $(SLO)$/tdoc_stgelems.obj - -LIB1TARGET=$(SLB)$/_$(TARGET).lib -LIB1OBJFILES=$(SLOFILES) - -# --- Shared-Library --------------------------------------------------- - -SHL1TARGET=$(TARGET) -SHL1IMPLIB=i$(TARGET) - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -SHL1STDLIBS=\ - $(COMPHELPERLIB) \ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(UCBHELPERLIB) - -SHL1DEF=$(MISC)$/$(SHL1TARGET).def -SHL1LIBS=$(LIB1TARGET) - -# Make symbol renaming match library name for Mac OS X -.IF "$(OS)"=="MACOSX" -SYMBOLPREFIX=$(TARGET) -.ENDIF - -DEF1NAME=$(SHL1TARGET) - -.ENDIF # L10N_framework - -# --- Targets ---------------------------------------------------------- - -.INCLUDE: target.mk - - -ALLTAR : $(MISC)/ucptdoc1.component - -$(MISC)/ucptdoc1.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - ucptdoc1.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt ucptdoc1.component diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk deleted file mode 100644 index e9d2889f01c9..000000000000 --- a/ucb/source/ucp/webdav/makefile.mk +++ /dev/null @@ -1,161 +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. -# -#************************************************************************* - -# UCP Version - Increase, if UCP libraray becomes incompatible. -UCP_VERSION=1 - -# Name for the UCP. Will become part of the library name (See below). -UCP_NAME=dav - -# Relative path to project root. -PRJ = ..$/..$/.. - -# Project Name. -PRJNAME=ucb - -TARGET=ucp$(UCP_NAME) - -ENABLE_EXCEPTIONS=TRUE -USE_DEFFILE=TRUE - -# --- Settings --------------------------------------------------------- - -.INCLUDE: settings.mk -.IF "$(L10N_framework)"=="" - -.IF "$(DISABLE_NEON)" == "TRUE" - -@all: - @echo "neon disabled...." - -.ELSE - -NEONINCDIR=external$/neon - -.IF "$(SYSTEM_NEON)" != "YES" -.INCLUDE: $(SOLARINCDIR)$/$(NEONINCDIR)$/version.mk -.ENDIF - -CFLAGS+= -DNEON_VERSION=0x$(NEON_VERSION) - -.IF "$(SYSTEM_NEON)" == "YES" -CFLAGS+= $(NEON_CFLAGS) -.ELSE -CFLAGS+= -I$(SOLARINCDIR)$/$(NEONINCDIR) -.ENDIF - -.IF "$(SYSTEM_LIBXML)" == "YES" -CFLAGS+= $(LIBXML_CFLAGS) -.ELSE -LIBXMLINCDIR=external$/libxml -CFLAGS+= -I$(SOLARINCDIR)$/$(LIBXMLINCDIR) -.ENDIF - -.IF "$(SYSTEM_OPENSSL)" == "YES" -CFLAGS+= $(OPENSSL_CFLAGS) -.ENDIF - -# --- General ----------------------------------------------------- - -SLOFILES=\ - $(SLO)$/webdavservices.obj \ - $(SLO)$/webdavprovider.obj \ - $(SLO)$/webdavcontent.obj \ - $(SLO)$/webdavcontentcaps.obj \ - $(SLO)$/webdavresultset.obj \ - $(SLO)$/webdavdatasupplier.obj \ - $(SLO)$/ContentProperties.obj \ - $(SLO)$/DAVProperties.obj \ - $(SLO)$/DAVSessionFactory.obj \ - $(SLO)$/DAVResourceAccess.obj \ - $(SLO)$/NeonUri.obj \ - $(SLO)$/NeonInputStream.obj \ - $(SLO)$/NeonPropFindRequest.obj \ - $(SLO)$/NeonHeadRequest.obj \ - $(SLO)$/NeonSession.obj \ - $(SLO)$/NeonLockStore.obj \ - $(SLO)$/DateTimeHelper.obj \ - $(SLO)$/LinkSequence.obj \ - $(SLO)$/LockSequence.obj \ - $(SLO)$/LockEntrySequence.obj \ - $(SLO)$/UCBDeadPropertyValue.obj - -LIB1TARGET=$(SLB)$/_$(TARGET).lib -LIB1OBJFILES=$(SLOFILES) - -# --- Shared-Library --------------------------------------------------- - -SHL1TARGET=$(TARGET)$(UCP_VERSION) -SHL1IMPLIB=i$(TARGET) - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -SHL1STDLIBS=\ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(UCBHELPERLIB) \ - $(COMPHELPERLIB) \ - $(NEON3RDLIB) \ - $(LIBXML2LIB) - -.IF "$(GUI)"=="WNT" -SHL1STDLIBS+= $(WS2_32LIB) -SHL1STDLIBS+= $(OPENSSLLIB) -.ELSE # WNT -.IF "$(OS)"=="SOLARIS" -SHL1STDLIBS+= -lnsl -lsocket -ldl -.ENDIF # SOLARIS -.IF "$(SYSTEM_OPENSSL)"=="YES" -SHL1STDLIBS+= $(OPENSSLLIB) -.ELSE -SHL1STDLIBS+= $(OPENSSLLIBST) -.ENDIF -.ENDIF # WNT - -SHL1DEF=$(MISC)$/$(SHL1TARGET).def -SHL1LIBS=$(LIB1TARGET) - -# --- Def-File --------------------------------------------------------- - -DEF1NAME=$(SHL1TARGET) - -.ENDIF #"$(DISABLE_NEON)" == "TRUE" - -.ENDIF # L10N_framework -# --- Targets ---------------------------------------------------------- - -.INCLUDE: target.mk - -ALLTAR : $(MISC)/ucpdav1.component - -$(MISC)/ucpdav1.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - ucpdav1.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt ucpdav1.component |