diff options
Diffstat (limited to 'connectivity/source/drivers')
34 files changed, 0 insertions, 2708 deletions
diff --git a/connectivity/source/drivers/ado/exports.dxp b/connectivity/source/drivers/ado/exports.dxp deleted file mode 100755 index f0e1c69934bc..000000000000 --- a/connectivity/source/drivers/ado/exports.dxp +++ /dev/null @@ -1,2 +0,0 @@ -component_getImplementationEnvironment -component_getFactory diff --git a/connectivity/source/drivers/ado/makefile.mk b/connectivity/source/drivers/ado/makefile.mk deleted file mode 100644 index e4014cc6d80a..000000000000 --- a/connectivity/source/drivers/ado/makefile.mk +++ /dev/null @@ -1,122 +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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity -TARGET=ado -VISIBILITY_HIDDEN=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : $(PRJ)$/version.mk -.INCLUDE : $(PRJ)$/makefile.pmk - -.IF "$(GUI)"=="WNT" -# --- Files ------------------------------------- - -.IF "$(COM)" == "GCC" -CFLAGSCXX+=-fpermissive -.ENDIF - -EXCEPTIONSFILES= \ - $(SLO)$/ADatabaseMetaDataImpl.obj \ - $(SLO)$/Aolevariant.obj \ - $(SLO)$/ADatabaseMetaData.obj \ - $(SLO)$/AColumn.obj \ - $(SLO)$/AColumns.obj \ - $(SLO)$/AIndex.obj \ - $(SLO)$/AIndexes.obj \ - $(SLO)$/AKey.obj \ - $(SLO)$/AKeys.obj \ - $(SLO)$/AUser.obj \ - $(SLO)$/AUsers.obj \ - $(SLO)$/AGroup.obj \ - $(SLO)$/AGroups.obj \ - $(SLO)$/ACatalog.obj \ - $(SLO)$/AView.obj \ - $(SLO)$/AViews.obj \ - $(SLO)$/ATable.obj \ - $(SLO)$/ATables.obj \ - $(SLO)$/ACallableStatement.obj \ - $(SLO)$/ADatabaseMetaDataResultSetMetaData.obj \ - $(SLO)$/ADatabaseMetaDataResultSet.obj \ - $(SLO)$/AResultSet.obj \ - $(SLO)$/AConnection.obj \ - $(SLO)$/AStatement.obj \ - $(SLO)$/APreparedStatement.obj \ - $(SLO)$/AResultSetMetaData.obj \ - $(SLO)$/ADriver.obj \ - $(SLO)$/Aservices.obj \ - $(SLO)$/Awrapado.obj \ - $(SLO)$/adoimp.obj - -SLOFILES=\ - $(EXCEPTIONSFILES) -# --- Library ----------------------------------- - -SHL1TARGET= $(ADO_TARGET)$(DLLPOSTFIX) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(OLE32LIB) \ - $(OLEAUT32LIB) \ - $(UUIDLIB) \ - $(DBTOOLSLIB) \ - $(COMPHELPERLIB) - -.IF "$(COMPHELPERLIB)" == "" -SHL1STDLIBS+= icomphelp2.lib -.ENDIF - -SHL1IMPLIB= i$(SHL1TARGET) - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp - -.ELSE - -dummy: -# nothing - -.ENDIF # "$(GUI)"=="WNT" -# --- Targets ---------------------------------- -.INCLUDE : $(PRJ)$/target.pmk - - -ALLTAR : $(MISC)/ado.component - -$(MISC)/ado.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - ado.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt ado.component diff --git a/connectivity/source/drivers/calc/exports.dxp b/connectivity/source/drivers/calc/exports.dxp deleted file mode 100755 index 70033078921a..000000000000 --- a/connectivity/source/drivers/calc/exports.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/connectivity/source/drivers/calc/makefile.mk b/connectivity/source/drivers/calc/makefile.mk deleted file mode 100644 index 31ec02420058..000000000000 --- a/connectivity/source/drivers/calc/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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity -TARGET=calc - -ENABLE_EXCEPTIONS=TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : $(PRJ)$/makefile.pmk -.INCLUDE : $(PRJ)$/version.mk - -# --- Files ------------------------------------- - -SLOFILES=\ - $(SLO)$/CResultSet.obj \ - $(SLO)$/CStatement.obj \ - $(SLO)$/CPreparedStatement.obj \ - $(SLO)$/CDatabaseMetaData.obj \ - $(SLO)$/CCatalog.obj \ - $(SLO)$/CColumns.obj \ - $(SLO)$/CTable.obj \ - $(SLO)$/CTables.obj \ - $(SLO)$/CConnection.obj \ - $(SLO)$/Cservices.obj \ - $(SLO)$/CDriver.obj - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -# --- Library ----------------------------------- - -SHL1TARGET=$(TARGET)$(DLLPOSTFIX) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SVLLIB) \ - $(TOOLSLIB) \ - $(UNOTOOLSLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(DBTOOLSLIB) \ - $(DBFILELIB) \ - $(COMPHELPERLIB) - - -SHL1DEPN= -SHL1IMPLIB= i$(TARGET) - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp - -# --- Targets ---------------------------------- - -.INCLUDE : $(PRJ)$/target.pmk - - - -ALLTAR : $(MISC)/calc.component - -$(MISC)/calc.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - calc.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt calc.component diff --git a/connectivity/source/drivers/dbase/dbase.mxp.map b/connectivity/source/drivers/dbase/dbase.mxp.map deleted file mode 100755 index 57a91423a172..000000000000 --- a/connectivity/source/drivers/dbase/dbase.mxp.map +++ /dev/null @@ -1,171 +0,0 @@ -component_getFactory -__mh_dylib_header -___builtin_delete -___builtin_vec_delete -___builtin_vec_new -___check_eh_spec -___cp_pop_exception -___cp_push_exception -___eh_alloc -___get_eh_context -___pure_virtual -___rtti_class -___rtti_si -___rtti_user -___sjthrow -___start_cp_handler -___terminate -_terminate__Fv -dyld_stub_binding_helper -rest_world -save_world -___builtin_new -___eh_rtime_match -___tf9bad_alloc -__._10bad_typeid -__._8bad_cast -___get_eh_info -___is_pointer__FPv -___throw_type_match_rtti -___vt_10bad_typeid -___vt_8bad_cast -__keymgr_get_per_thread_data -__keymgr_set_per_thread_data -___tf9exception -___ti9exception -___vt_9exception -_what__C9exception -__._9bad_alloc -___vt_9bad_alloc -__._9type_info -___eq__C9type_infoRCB0 -___tf16__user_type_info -___tf9type_info -___ti9type_info -___vt_9type_info -_getPropertySetInfo__Q312connectivity5dbase15ODbaseResultSet -_release__Q312connectivity5dbase15ODbaseResultSet -_acquire__Q312connectivity5dbase15ODbaseResultSet -__._Q312connectivity5dbase15ODbaseResultSet -__._Q312connectivity5dbase15ODbaseStatement -__._Q312connectivity5dbase23ODbasePreparedStatement -_IsText__Q312connectivity5dbase7ONDXKeyl -_Write__CQ312connectivity5dbase8ONDXNodeR8SvStreamRCQ312connectivity5dbase8ONDXPage -_Read__Q312connectivity5dbase8ONDXNodeR8SvStreamRQ312connectivity5dbase11ODbaseIndex -_Merge__Q312connectivity5dbase8ONDXPageUsGQ312connectivity5dbase11ONDXPagePtr -_Remove__Q312connectivity5dbase8ONDXPageUs -_SearchAndReplace__Q312connectivity5dbase8ONDXPageRCQ312connectivity5dbase7ONDXKeyRB1 -_Search__Q312connectivity5dbase8ONDXPageRCQ312connectivity5dbase7ONDXKey -_FindPos__CQ312connectivity5dbase8ONDXPageRCQ312connectivity5dbase7ONDXKey -_ReleaseFull__Q312connectivity5dbase8ONDXPageUc -_Append__Q312connectivity5dbase8ONDXPageRQ312connectivity5dbase8ONDXNode -_Split__Q312connectivity5dbase8ONDXPageRB0 -_Insert__Q312connectivity5dbase8ONDXPageUsRQ312connectivity5dbase8ONDXNode -_IsFull__CQ312connectivity5dbase8ONDXPage -___vc__CQ312connectivity5dbase8ONDXPageUs -___ls__Q212connectivity5dbaseR8SvStreamRCQ312connectivity5dbase8ONDXPage -__._Q312connectivity5dbase8ONDXPage -_GetFirstKey__Q312connectivity5dbase14OIndexIteratorPQ312connectivity5dbase8ONDXPageRCQ312connectivity4file8OOperand -_GetCompare__Q312connectivity5dbase14OIndexIteratorUc -_GetLike__Q312connectivity5dbase14OIndexIteratorUc -_GetNull__Q312connectivity5dbase14OIndexIteratorUc -_GetNotNull__Q312connectivity5dbase14OIndexIteratorUc -_GetNextKey__Q312connectivity5dbase14OIndexIterator -_Find__Q312connectivity5dbase14OIndexIteratorUc -_refreshTables__Q312connectivity5dbase13ODbaseCatalog -__._Q312connectivity5dbase18UStringDescription -___Q312connectivity5dbase18UStringDescriptionPFv_PCc -__._Q312connectivity5dbase11ODbaseIndex -_release__Q312connectivity5dbase11ODbaseIndex -_acquire__Q312connectivity5dbase11ODbaseIndex -_createINFEntry__Q312connectivity5dbase11ODbaseIndex -_getEntry__Q312connectivity5dbase11ODbaseIndex -___ls__Q212connectivity5dbaseR8SvStreamRQ312connectivity5dbase11ODbaseIndex -_Release__Q312connectivity5dbase11ODbaseIndexUc -_ConvertToKey__Q312connectivity5dbase11ODbaseIndexPQ312connectivity5dbase7ONDXKeyUlRCQ312connectivity4file12ORowSetValue -_openIndexFile__Q312connectivity5dbase11ODbaseIndex -__._Q312connectivity5dbase11ODbaseTable -_WriteMemo__Q312connectivity5dbase11ODbaseTableRQ312connectivity4file12ORowSetValueRUl -_isUniqueByColumnName__Q312connectivity5dbase11ODbaseTableRCQ23rtl8OUString -_WriteBuffer__Q312connectivity5dbase11ODbaseTable -_UpdateBuffer__Q312connectivity5dbase11ODbaseTableRQ312connectivity4file12OValueVectorGQ23vost4ORef1ZB1RCQ53com3sun4star3unot9Reference1ZQ53com3sun4star9container12XIndexAccess -_CreateMemoFile__Q312connectivity5dbase11ODbaseTableRC13INetURLObject -_CreateFile__Q312connectivity5dbase11ODbaseTableRC13INetURLObjectRUc -_ReadMemo__Q312connectivity5dbase11ODbaseTableUlRQ312connectivity4file12ORowSetValue -_refreshIndexes__Q312connectivity5dbase11ODbaseTable -_refreshColumns__Q312connectivity5dbase11ODbaseTable -_AllocBuffer__Q312connectivity5dbase11ODbaseTable -_fillColumns__Q312connectivity5dbase11ODbaseTable -_ReadMemoHeader__Q312connectivity5dbase11ODbaseTable -_readHeader__Q312connectivity5dbase11ODbaseTable -_getPropertySetInfo__Q312connectivity4file26ODatabaseMetaDataResultSet -_release__Q312connectivity4file26ODatabaseMetaDataResultSet -_acquire__Q312connectivity4file26ODatabaseMetaDataResultSet -_getPropertySetInfo__Q312connectivity4file10OResultSet -_release__Q312connectivity4file10OResultSet -_acquire__Q312connectivity4file10OResultSet -_scanParameter__Q312connectivity4file10OResultSetPQ212connectivity13OSQLParseNodeRQ24_STLt6vector2ZPB1ZQ24_STLt9allocator1ZPB1 -_AddParameter__Q312connectivity4file10OResultSetPQ212connectivity13OSQLParseNodeRCQ53com3sun4star3unot9Reference1ZQ53com3sun4star5beans12XPropertySet -_SetAssignValue__Q312connectivity4file10OResultSetRC6Stringn1UcUl -_ParseAssignValues__Q312connectivity4file10OResultSetRCQ24_STLt6vector2Z6StringZQ24_STLt9allocator1ZB2PQ212connectivity13OSQLParseNodeUs -_getUnoTunnelImplementationId__Q312connectivity4file10OResultSet -_setOrderbyColumn__Q312connectivity4file10OResultSetUsPQ212connectivity13OSQLParseNoden1 -_CreateKeySet__Q312connectivity4file14OFILESortIndex -___Q312connectivity4file14OFILESortIndexPCQ312connectivity4file8OKeyTypePCUclUs -_anylizeSQL__Q312connectivity4file10OResultSet -_GetAssignValues__Q312connectivity4file10OResultSet -_moveAbsolute__Q312connectivity4file10OResultSetlUc -_ExecuteRow__Q312connectivity4file10OResultSetQ412connectivity4file10OFileTable12FilePositionlUcn2 -_AddKeyValue__Q312connectivity4file14OFILESortIndexPQ312connectivity4file13OFILEKeyValue -_GetOrderbyKeyValue__Q312connectivity4file10OResultSetGQ23vost4ORef1ZQ312connectivity4file12OValueVector -_evaluate__Q312connectivity4file10OResultSet -_SkipDeleted__Q312connectivity4file10OResultSetQ412connectivity4file10OFileTable12FilePositionlUc -__._Q312connectivity4file14OFILESortIndex -_construct__Q312connectivity4file10OResultSet -_isCount__CQ312connectivity4file10OResultSet -__._Q312connectivity4file18UStringDescription -___Q312connectivity4file18UStringDescriptionPFv_PCc -_disposing__Q312connectivity4file15OStatement_Base -_acquire__Q312connectivity4file15OStatement_Base -__._Q312connectivity4file16OStatement_BASE2 -__._Q312connectivity4file10OStatement -_disposeResultSet__Q312connectivity4file15OStatement_Base -_getImplementationName_Static__Q312connectivity4file11OFileDriver -_operate__CQ312connectivity4file8OOp_LIKEPCQ312connectivity4file8OOperandn1 -_operate__CQ312connectivity4file10OOp_ISNULLPCQ312connectivity4file8OOperandn1 -_IsOf__Q312connectivity4file12ONumOperatorPFv_Pv -_StaticType__Q312connectivity4file12ONumOperator -_IsOf__Q312connectivity4file11OOp_COMPAREPFv_Pv -_IsOf__Q312connectivity4file11OOp_NOTLIKEPFv_Pv -_StaticType__Q312connectivity4file11OOp_NOTLIKE -_IsOf__Q312connectivity4file8OOp_LIKEPFv_Pv -_IsOf__Q312connectivity4file13OOp_ISNOTNULLPFv_Pv -_IsOf__Q312connectivity4file10OOp_ISNULLPFv_Pv -_IsOf__Q312connectivity4file6OOp_ORPFv_Pv -_StaticType__Q312connectivity4file6OOp_OR -_IsOf__Q312connectivity4file7OOp_ANDPFv_Pv -_StaticType__Q312connectivity4file7OOp_AND -_IsOf__Q312connectivity4file13OBoolOperatorPFv_Pv -_IsOf__Q312connectivity4file9OOperatorPFv_Pv -_IsOf__Q312connectivity4file14OOperandResultPFv_Pv -_IsOf__Q312connectivity4file13OOperandConstPFv_Pv -_IsOf__Q312connectivity4file13OOperandValuePFv_Pv -_StaticType__Q312connectivity4file13OOperandValue -_IsOf__Q312connectivity4file13OOperandParamPFv_Pv -_IsOf__Q312connectivity4file16OFILEOperandAttrPFv_Pv -_StaticType__Q312connectivity4file16OFILEOperandAttr -_IsOf__Q312connectivity4file12OOperandAttrPFv_Pv -_IsOf__Q312connectivity4file11OOperandRowPFv_Pv -_StaticType__Q312connectivity4file11OOperandRow -_IsOf__Q312connectivity4file8OOperandPFv_Pv -_IsOf__Q312connectivity4file5OCodePFv_Pv -_StaticType__Q312connectivity4file5OCode -_execute_Operand__Q312connectivity4file18OPredicateCompilerPQ212connectivity13OSQLParseNode -_execute_ISNULL__Q312connectivity4file18OPredicateCompilerPQ212connectivity13OSQLParseNode -_execute_LIKE__Q312connectivity4file18OPredicateCompilerPQ212connectivity13OSQLParseNode -_execute_COMPARE__Q312connectivity4file18OPredicateCompilerPQ212connectivity13OSQLParseNode -___tf13bad_exception -___uncatch_exception -___eh_free -___tfv -___dynamic_cast diff --git a/connectivity/source/drivers/dbase/exports.dxp b/connectivity/source/drivers/dbase/exports.dxp deleted file mode 100755 index 70033078921a..000000000000 --- a/connectivity/source/drivers/dbase/exports.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/connectivity/source/drivers/dbase/makefile.mk b/connectivity/source/drivers/dbase/makefile.mk deleted file mode 100644 index 1ffb408982f1..000000000000 --- a/connectivity/source/drivers/dbase/makefile.mk +++ /dev/null @@ -1,134 +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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity -TARGET=dbase - -VISIBILITY_HIDDEN=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : $(PRJ)$/makefile.pmk -.INCLUDE : $(PRJ)$/version.mk - -# --- Files ------------------------------------- - -SLOFILES=\ - $(SLO)$/DCode.obj \ - $(SLO)$/DResultSet.obj \ - $(SLO)$/DStatement.obj \ - $(SLO)$/DPreparedStatement.obj \ - $(SLO)$/dindexnode.obj \ - $(SLO)$/DIndexIter.obj \ - $(SLO)$/DDatabaseMetaData.obj \ - $(SLO)$/DCatalog.obj \ - $(SLO)$/DColumns.obj \ - $(SLO)$/DIndexColumns.obj \ - $(SLO)$/DIndex.obj \ - $(SLO)$/DIndexes.obj \ - $(SLO)$/DTable.obj \ - $(SLO)$/DTables.obj \ - $(SLO)$/DConnection.obj \ - $(SLO)$/Dservices.obj \ - $(SLO)$/DDriver.obj - -EXCEPTIONSFILES=\ - $(SLO)$/DCode.obj \ - $(SLO)$/DResultSet.obj \ - $(SLO)$/DStatement.obj \ - $(SLO)$/DPreparedStatement.obj \ - $(SLO)$/dindexnode.obj \ - $(SLO)$/DIndexIter.obj \ - $(SLO)$/DDatabaseMetaData.obj \ - $(SLO)$/DCatalog.obj \ - $(SLO)$/DColumns.obj \ - $(SLO)$/DIndexColumns.obj \ - $(SLO)$/DIndex.obj \ - $(SLO)$/DIndexes.obj \ - $(SLO)$/DTables.obj \ - $(SLO)$/DConnection.obj \ - $(SLO)$/Dservices.obj \ - $(SLO)$/DDriver.obj - -# [kh] ppc linux gcc compiler problem -.IF "$(OS)$(COM)$(CPUNAME)"=="LINUXGCCPOWERPC" -EXCEPTIONSNOOPTFILES= \ - $(SLO)$/DTable.obj -.ELSE -EXCEPTIONSFILES +=\ - $(SLO)$/DTable.obj -.ENDIF - - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -# --- Library ----------------------------------- - -SHL1TARGET=$(TARGET)$(DLLPOSTFIX) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SVLLIB) \ - $(TOOLSLIB) \ - $(UCBHELPERLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(DBTOOLSLIB) \ - $(DBFILELIB) \ - $(UNOTOOLSLIB) \ - $(COMPHELPERLIB) - -.IF "$(DBFILELIB)" == "" -SHL1STDLIBS+= ifile.lib -.ENDIF - -SHL1DEPN= -SHL1IMPLIB= i$(DBASE_TARGET) - - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp - - -# --- Targets ---------------------------------- - -.INCLUDE : $(PRJ)$/target.pmk - - - -ALLTAR : $(MISC)/dbase.component - -$(MISC)/dbase.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - dbase.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt dbase.component diff --git a/connectivity/source/drivers/evoab2/makefile.mk b/connectivity/source/drivers/evoab2/makefile.mk deleted file mode 100644 index 2a72f14d5cfd..000000000000 --- a/connectivity/source/drivers/evoab2/makefile.mk +++ /dev/null @@ -1,120 +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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity -TARGET=evoab2 -ENABLE_EXCEPTIONS=TRUE -VISIBILITY_HIDDEN=TRUE - -.IF "$(ENABLE_EVOAB2)"!="TRUE" -dummy: - @echo "Evolution 2.x Addressbook build disabled" -.ELSE - -# --- Settings ---------------------------------- - -.INCLUDE : $(PRJ)$/makefile.pmk -.INCLUDE : $(PRJ)$/version.mk - -PKGCONFIG_MODULES=gtk+-2.0 -.INCLUDE : pkg_config.mk - -CFLAGS+=$(GOBJECT_CFLAGS) - -# --- Files ------------------------------------- - -SLOFILES=\ - $(SLO)$/NDriver.obj \ - $(SLO)$/NTable.obj \ - $(SLO)$/NColumns.obj \ - $(SLO)$/NTables.obj \ - $(SLO)$/NCatalog.obj \ - $(SLO)$/NConnection.obj \ - $(SLO)$/NDatabaseMetaData.obj \ - $(SLO)$/NStatement.obj \ - $(SLO)$/NPreparedStatement.obj \ - $(SLO)$/NServices.obj \ - $(SLO)$/NResultSet.obj \ - $(SLO)$/NResultSetMetaData.obj \ - $(SLO)$/EApi.obj \ - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - - -# --- Library ----------------------------------- - -SHL1TARGET= $(EVOAB_TARGET)$(DLLPOSTFIX) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SVLLIB) \ - $(TOOLSLIB) \ - $(UNOTOOLSLIB) \ - $(UCBHELPERLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(DBTOOLSLIB) \ - $(DBFILELIB) \ - $(COMPHELPERLIB) - -.IF "$(DBFILELIB)" == "" -SHL1STDLIBS+= ifile.lib -.ENDIF -SHL1STDLIBS+=$(GOBJECT_LIBS) - - -SHL1STDLIBS+=$(PKGCONFIG_LIBS:s/ -lpangoxft-1.0//) -# hack for faked SO environment -.IF "$(PKGCONFIG_ROOT)"!="" -SHL1SONAME+=-z nodefs -SHL1NOCHECK=TRUE -.ENDIF # "$(PKGCONFIG_ROOT)"!="" - - -SHL1DEPN= -SHL1IMPLIB= i$(TARGET) - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) - -.ENDIF - -# --- Targets ---------------------------------- - -.INCLUDE : $(PRJ)$/target.pmk - -ALLTAR : $(MISC)/evoab.component - -$(MISC)/evoab.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - evoab.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt evoab.component diff --git a/connectivity/source/drivers/file/makefile.mk b/connectivity/source/drivers/file/makefile.mk deleted file mode 100644 index fe90fb2da63b..000000000000 --- a/connectivity/source/drivers/file/makefile.mk +++ /dev/null @@ -1,105 +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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity -TARGET=file - -USE_DEFFILE=TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/version.mk - -CDEFS += -DOOO_DLLIMPLEMENTATION_FILE - -# --- Files ------------------------------------- -EXCEPTIONSFILES=\ - $(SLO)$/FCatalog.obj \ - $(SLO)$/FColumns.obj \ - $(SLO)$/FConnection.obj \ - $(SLO)$/FDatabaseMetaData.obj \ - $(SLO)$/FDateFunctions.obj \ - $(SLO)$/FDriver.obj \ - $(SLO)$/FNoException.obj \ - $(SLO)$/FNumericFunctions.obj \ - $(SLO)$/FPreparedStatement.obj \ - $(SLO)$/FResultSet.obj \ - $(SLO)$/FResultSetMetaData.obj \ - $(SLO)$/FStatement.obj \ - $(SLO)$/FStringFunctions.obj \ - $(SLO)$/FTable.obj \ - $(SLO)$/FTables.obj \ - $(SLO)$/fanalyzer.obj \ - $(SLO)$/fcode.obj \ - $(SLO)$/fcomp.obj \ - $(SLO)$/quotedstring.obj - -SLOFILES=\ - $(EXCEPTIONSFILES) - - -# --- Library ----------------------------------- -SHL1TARGET=$(TARGET)$(DLLPOSTFIX) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SVLLIB) \ - $(TOOLSLIB) \ - $(UCBHELPERLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(DBTOOLSLIB) \ - $(UNOTOOLSLIB) \ - $(COMPHELPERLIB) - -SHL1DEPN= -SHL1IMPLIB= i$(TARGET) - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt \ - $(SLB)$/$(TARGET).lib -DEFLIB1NAME=$(TARGET) - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - - -# --- filter file ------------------------------ - -$(MISC)$/$(SHL1TARGET).flt: makefile.mk - @echo ------------------------------ - @echo _TI >$@ - @echo _real >>$@ - diff --git a/connectivity/source/drivers/flat/exports.dxp b/connectivity/source/drivers/flat/exports.dxp deleted file mode 100755 index 70033078921a..000000000000 --- a/connectivity/source/drivers/flat/exports.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/connectivity/source/drivers/flat/flat.mxp.map b/connectivity/source/drivers/flat/flat.mxp.map deleted file mode 100755 index 9a6cbf91b7b3..000000000000 --- a/connectivity/source/drivers/flat/flat.mxp.map +++ /dev/null @@ -1,139 +0,0 @@ -component_getFactory -__mh_dylib_header -___builtin_delete -___builtin_vec_delete -___builtin_vec_new -___check_eh_spec -___cp_pop_exception -___cp_push_exception -___eh_alloc -___get_eh_context -___pure_virtual -___rtti_class -___rtti_si -___rtti_user -___sjthrow -___start_cp_handler -___terminate -_terminate__Fv -dyld_stub_binding_helper -rest_world -save_world -___eh_rtime_match -___builtin_new -___tf9bad_alloc -__._10bad_typeid -__._8bad_cast -___get_eh_info -___is_pointer__FPv -___throw_type_match_rtti -___vt_10bad_typeid -___vt_8bad_cast -__keymgr_get_per_thread_data -__keymgr_set_per_thread_data -___tf9exception -___ti9exception -___vt_9exception -_what__C9exception -__._9bad_alloc -___vt_9bad_alloc -__._9type_info -___eq__C9type_infoRCB0 -___tf16__user_type_info -___tf9type_info -___ti9type_info -___vt_9type_info -__._Q312connectivity4flat18UStringDescription -___Q312connectivity4flat18UStringDescriptionPFv_PCc -_getPropertySetInfo__Q312connectivity4flat14OFlatResultSet -_release__Q312connectivity4flat14OFlatResultSet -_acquire__Q312connectivity4flat14OFlatResultSet -__._Q312connectivity4flat14OFlatResultSet -__._Q312connectivity4flat14OFlatStatement -__._Q312connectivity4flat22OFlatPreparedStatement -__._Q312connectivity4flat10OFlatTable -_toDouble__FRC10ByteString -_checkHeaderLine__Q312connectivity4flat10OFlatTable -_refreshColumns__Q312connectivity4flat10OFlatTable -_AllocBuffer__Q312connectivity4flat10OFlatTable -_fillColumns__Q312connectivity4flat10OFlatTable -_getEntry__Q312connectivity4flat10OFlatTable -_GetToken__CQ312connectivity4flat11OFlatStringUsUcUc -_GetTokenCount__CQ312connectivity4flat11OFlatStringUcUc -_refreshTables__Q312connectivity4flat12OFlatCatalog -_getPropertySetInfo__Q312connectivity4file26ODatabaseMetaDataResultSet -_release__Q312connectivity4file26ODatabaseMetaDataResultSet -_acquire__Q312connectivity4file26ODatabaseMetaDataResultSet -_getPropertySetInfo__Q312connectivity4file10OResultSet -_release__Q312connectivity4file10OResultSet -_acquire__Q312connectivity4file10OResultSet -_scanParameter__Q312connectivity4file10OResultSetPQ212connectivity13OSQLParseNodeRQ24_STLt6vector2ZPB1ZQ24_STLt9allocator1ZPB1 -_AddParameter__Q312connectivity4file10OResultSetPQ212connectivity13OSQLParseNodeRCQ53com3sun4star3unot9Reference1ZQ53com3sun4star5beans12XPropertySet -_SetAssignValue__Q312connectivity4file10OResultSetRC6Stringn1UcUl -_ParseAssignValues__Q312connectivity4file10OResultSetRCQ24_STLt6vector2Z6StringZQ24_STLt9allocator1ZB2PQ212connectivity13OSQLParseNodeUs -_getUnoTunnelImplementationId__Q312connectivity4file10OResultSet -_setOrderbyColumn__Q312connectivity4file10OResultSetUsPQ212connectivity13OSQLParseNoden1 -_CreateKeySet__Q312connectivity4file14OFILESortIndex -___Q312connectivity4file14OFILESortIndexPCQ312connectivity4file8OKeyTypePCUclUs -_anylizeSQL__Q312connectivity4file10OResultSet -_GetAssignValues__Q312connectivity4file10OResultSet -_moveAbsolute__Q312connectivity4file10OResultSetlUc -_ExecuteRow__Q312connectivity4file10OResultSetQ412connectivity4file10OFileTable12FilePositionlUcn2 -_AddKeyValue__Q312connectivity4file14OFILESortIndexPQ312connectivity4file13OFILEKeyValue -_GetOrderbyKeyValue__Q312connectivity4file10OResultSetGQ23vost4ORef1ZQ312connectivity4file12OValueVector -_evaluate__Q312connectivity4file10OResultSet -_SkipDeleted__Q312connectivity4file10OResultSetQ412connectivity4file10OFileTable12FilePositionlUc -__._Q312connectivity4file14OFILESortIndex -_construct__Q312connectivity4file10OResultSet -_isCount__CQ312connectivity4file10OResultSet -__._Q312connectivity4file18UStringDescription -___Q312connectivity4file18UStringDescriptionPFv_PCc -_disposing__Q312connectivity4file15OStatement_Base -_acquire__Q312connectivity4file15OStatement_Base -__._Q312connectivity4file16OStatement_BASE2 -__._Q312connectivity4file10OStatement -_disposeResultSet__Q312connectivity4file15OStatement_Base -_getImplementationName_Static__Q312connectivity4file11OFileDriver -_operate__CQ312connectivity4file8OOp_LIKEPCQ312connectivity4file8OOperandn1 -_operate__CQ312connectivity4file10OOp_ISNULLPCQ312connectivity4file8OOperandn1 -_IsOf__Q312connectivity4file12ONumOperatorPFv_Pv -_StaticType__Q312connectivity4file12ONumOperator -_IsOf__Q312connectivity4file11OOp_COMPAREPFv_Pv -_StaticType__Q312connectivity4file11OOp_COMPARE -_IsOf__Q312connectivity4file11OOp_NOTLIKEPFv_Pv -_StaticType__Q312connectivity4file11OOp_NOTLIKE -_IsOf__Q312connectivity4file8OOp_LIKEPFv_Pv -_StaticType__Q312connectivity4file8OOp_LIKE -_IsOf__Q312connectivity4file13OOp_ISNOTNULLPFv_Pv -_StaticType__Q312connectivity4file13OOp_ISNOTNULL -_IsOf__Q312connectivity4file10OOp_ISNULLPFv_Pv -_StaticType__Q312connectivity4file10OOp_ISNULL -_IsOf__Q312connectivity4file6OOp_ORPFv_Pv -_StaticType__Q312connectivity4file6OOp_OR -_IsOf__Q312connectivity4file7OOp_ANDPFv_Pv -_StaticType__Q312connectivity4file7OOp_AND -_IsOf__Q312connectivity4file13OBoolOperatorPFv_Pv -_IsOf__Q312connectivity4file9OOperatorPFv_Pv -_IsOf__Q312connectivity4file14OOperandResultPFv_Pv -_IsOf__Q312connectivity4file13OOperandConstPFv_Pv -_IsOf__Q312connectivity4file13OOperandValuePFv_Pv -_StaticType__Q312connectivity4file13OOperandValue -_IsOf__Q312connectivity4file13OOperandParamPFv_Pv -_IsOf__Q312connectivity4file16OFILEOperandAttrPFv_Pv -_StaticType__Q312connectivity4file16OFILEOperandAttr -_IsOf__Q312connectivity4file12OOperandAttrPFv_Pv -_IsOf__Q312connectivity4file11OOperandRowPFv_Pv -_StaticType__Q312connectivity4file11OOperandRow -_IsOf__Q312connectivity4file8OOperandPFv_Pv -_IsOf__Q312connectivity4file5OCodePFv_Pv -_StaticType__Q312connectivity4file5OCode -__._Q312connectivity4file5OCode -_execute_Operand__Q312connectivity4file18OPredicateCompilerPQ212connectivity13OSQLParseNode -_execute_ISNULL__Q312connectivity4file18OPredicateCompilerPQ212connectivity13OSQLParseNode -_execute_LIKE__Q312connectivity4file18OPredicateCompilerPQ212connectivity13OSQLParseNode -_execute_COMPARE__Q312connectivity4file18OPredicateCompilerPQ212connectivity13OSQLParseNode -___tf13bad_exception -___uncatch_exception -___eh_free -___tfv -___dynamic_cast diff --git a/connectivity/source/drivers/flat/makefile.mk b/connectivity/source/drivers/flat/makefile.mk deleted file mode 100644 index 58f3ccb2efce..000000000000 --- a/connectivity/source/drivers/flat/makefile.mk +++ /dev/null @@ -1,112 +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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity -TARGET=flat - -VISIBILITY_HIDDEN=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : $(PRJ)$/makefile.pmk -.INCLUDE : $(PRJ)$/version.mk - - -# --- Files ------------------------------------- - -SLOFILES=\ - $(SLO)$/EResultSet.obj \ - $(SLO)$/EStatement.obj \ - $(SLO)$/EPreparedStatement.obj \ - $(SLO)$/ETable.obj \ - $(SLO)$/EDatabaseMetaData.obj \ - $(SLO)$/ECatalog.obj \ - $(SLO)$/EColumns.obj \ - $(SLO)$/ETables.obj \ - $(SLO)$/EConnection.obj \ - $(SLO)$/Eservices.obj \ - $(SLO)$/EDriver.obj - -EXCEPTIONSFILES=\ - $(SLO)$/EResultSet.obj \ - $(SLO)$/EStatement.obj \ - $(SLO)$/EPreparedStatement.obj \ - $(SLO)$/ETable.obj \ - $(SLO)$/EDatabaseMetaData.obj \ - $(SLO)$/ECatalog.obj \ - $(SLO)$/EColumns.obj \ - $(SLO)$/ETables.obj \ - $(SLO)$/EConnection.obj \ - $(SLO)$/Eservices.obj \ - $(SLO)$/EDriver.obj - - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -# --- Library ----------------------------------- -SHL1TARGET=$(TARGET)$(DLLPOSTFIX) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(TOOLSLIB) \ - $(SVLLIB) \ - $(UNOTOOLSLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(DBTOOLSLIB) \ - $(DBFILELIB) \ - $(COMPHELPERLIB) - -.IF "$(DBFILELIB)" == "" -SHL1STDLIBS+= ifile.lib -.ENDIF - -SHL1DEPN= -SHL1IMPLIB= i$(TARGET) - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp - - -# --- Targets ---------------------------------- - -.INCLUDE : $(PRJ)$/target.pmk - - - -ALLTAR : $(MISC)/flat.component - -$(MISC)/flat.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - flat.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt flat.component diff --git a/connectivity/source/drivers/hsqldb/exports.dxp b/connectivity/source/drivers/hsqldb/exports.dxp deleted file mode 100755 index de2bf561d45f..000000000000 --- a/connectivity/source/drivers/hsqldb/exports.dxp +++ /dev/null @@ -1,28 +0,0 @@ -component_getFactory -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_openStream -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3BII -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3B -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2I -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_flush -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync -Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_openStream -Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close -Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_getFilePointer -Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_length -Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2 -Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2_3BII -Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt -Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek -Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_write -Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_writeInt -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_openStream -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2 -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3BII -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_close -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_skip -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_available -Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B -Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement -Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_removeElement -Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement diff --git a/connectivity/source/drivers/hsqldb/hsqldb.map b/connectivity/source/drivers/hsqldb/hsqldb.map deleted file mode 100755 index 1ef1616db6b7..000000000000 --- a/connectivity/source/drivers/hsqldb/hsqldb.map +++ /dev/null @@ -1,33 +0,0 @@ -UDK_3_0_0 { - global: - component_getFactory; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_openStream; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3BII; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3B; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2I; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_flush; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync; - Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_openStream; - Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close; - Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_getFilePointer; - Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_length; - Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2; - Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2_3BII; - Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt; - Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek; - Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_write; - Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_writeInt; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_openStream; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3BII; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_close; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_skip; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_available; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_removeElement; - Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement; - local: - *; -}; diff --git a/connectivity/source/drivers/hsqldb/makefile.mk b/connectivity/source/drivers/hsqldb/makefile.mk deleted file mode 100644 index be34caf94bd7..000000000000 --- a/connectivity/source/drivers/hsqldb/makefile.mk +++ /dev/null @@ -1,126 +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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity -TARGET=hsqldb - -ENABLE_EXCEPTIONS=TRUE -VISIBILITY_HIDDEN=TRUE -USE_DEFFILE=TRUE - -# --- Settings ---------------------------------- -.INCLUDE : $(PRJ)$/makefile.pmk -.INCLUDE : $(PRJ)$/version.mk - -.IF "$(SOLAR_JAVA)"=="" -nojava: - @echo "Not building jurt because Java is disabled" -.ENDIF - -.IF "$(SYSTEM_HSQLDB)" == "YES" -CDEFS+=-DSYSTEM_HSQLDB -DHSQLDB_JAR=\""file://$(HSQLDB_JAR)"\" -.ENDIF -# --- Resources --------------------------------- - -SRS1NAME=$(TARGET) -SRC1FILES = \ - hsqlui.src - -RES1FILELIST=\ - $(SRS)$/$(TARGET).srs - -RESLIB1NAME=$(TARGET) -RESLIB1IMAGES=$(SRC_ROOT)/$(RSCDEFIMG)/database -RESLIB1SRSFILES=$(RES1FILELIST) - -# Note that the resource file built here is currently *not* included -# in installation sets. See hsqlui.src for an explanation - -# --- Files ------------------------------------- - -SLOFILES=\ - $(SLO)$/HStorageMap.obj \ - $(SLO)$/HStorageAccess.obj \ - $(SLO)$/HDriver.obj \ - $(SLO)$/HConnection.obj \ - $(SLO)$/HTerminateListener.obj \ - $(SLO)$/StorageNativeOutputStream.obj \ - $(SLO)$/StorageNativeInputStream.obj \ - $(SLO)$/StorageFileAccess.obj \ - $(SLO)$/HTables.obj \ - $(SLO)$/HTable.obj \ - $(SLO)$/HView.obj \ - $(SLO)$/HViews.obj \ - $(SLO)$/HCatalog.obj \ - $(SLO)$/HColumns.obj \ - $(SLO)$/HUser.obj \ - $(SLO)$/HUsers.obj \ - $(SLO)$/Hservices.obj \ - $(SLO)$/HTools.obj \ - $(SLO)$/accesslog.obj - -SHL1VERSIONMAP=$(HSQLDB_TARGET).map - -# --- Library ----------------------------------- -# NO $(DLLPOSTFIX) otherwise we have to find on which platform we are for the java files -SHL1TARGET= $(HSQLDB_TARGET) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) \ - $(DBTOOLSLIB) \ - $(JVMFWKLIB) \ - $(COMPHELPERLIB) \ - $(TOOLSLIB) \ - $(UNOTOOLSLIB) - - -SHL1DEPN= -SHL1CREATEJNILIB=TRUE -SHL1IMPLIB= i$(HSQLDB_TARGET) - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp - -# --- Targets ---------------------------------- - -.INCLUDE : $(PRJ)$/target.pmk - -.IF "$(depend)" == "" -ALLTAR : $(MISC)/hsqldb.component -.END - -$(MISC)/hsqldb.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - hsqldb.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt hsqldb.component diff --git a/connectivity/source/drivers/jdbc/exports.dxp b/connectivity/source/drivers/jdbc/exports.dxp deleted file mode 100755 index f0e1c69934bc..000000000000 --- a/connectivity/source/drivers/jdbc/exports.dxp +++ /dev/null @@ -1,2 +0,0 @@ -component_getImplementationEnvironment -component_getFactory diff --git a/connectivity/source/drivers/jdbc/makefile.mk b/connectivity/source/drivers/jdbc/makefile.mk deleted file mode 100644 index ccbff3e7163f..000000000000 --- a/connectivity/source/drivers/jdbc/makefile.mk +++ /dev/null @@ -1,115 +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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity -TARGET=jdbc - -ENABLE_EXCEPTIONS=TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : $(PRJ)$/makefile.pmk -.INCLUDE : $(PRJ)$/version.mk - - -.IF "$(SOLAR_JAVA)" != "" - -# --- Files ------------------------------------- - -SLOFILES=\ - $(SLO)$/Array.obj \ - $(SLO)$/Blob.obj \ - $(SLO)$/Boolean.obj \ - $(SLO)$/CallableStatement.obj \ - $(SLO)$/Class.obj \ - $(SLO)$/Clob.obj \ - $(SLO)$/ConnectionLog.obj \ - $(SLO)$/DatabaseMetaData.obj \ - $(SLO)$/Date.obj \ - $(SLO)$/DriverPropertyInfo.obj \ - $(SLO)$/Exception.obj \ - $(SLO)$/InputStream.obj \ - $(SLO)$/JConnection.obj \ - $(SLO)$/JDriver.obj \ - $(SLO)$/JStatement.obj \ - $(SLO)$/Object.obj \ - $(SLO)$/PreparedStatement.obj \ - $(SLO)$/Reader.obj \ - $(SLO)$/Ref.obj \ - $(SLO)$/ResultSet.obj \ - $(SLO)$/ResultSetMetaData.obj \ - $(SLO)$/SQLException.obj \ - $(SLO)$/SQLWarning.obj \ - $(SLO)$/String.obj \ - $(SLO)$/Throwable.obj \ - $(SLO)$/Timestamp.obj \ - $(SLO)$/jservices.obj \ - $(SLO)$/JBigDecimal.obj \ - $(SLO)$/tools.obj \ - $(SLO)$/ContextClassLoader.obj - -# --- Library ----------------------------------- - -SHL1TARGET= $(JDBC_TARGET)$(DLLPOSTFIX) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(JVMACCESSLIB) \ - $(DBTOOLSLIB) \ - $(UNOTOOLSLIB) \ - $(JVMFWKLIB) \ - $(COMPHELPERLIB) - -SHL1DEPN= -SHL1IMPLIB= i$(JDBC_TARGET) - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp - -.ENDIF # SOLAR_JAVA - -# --- Targets ---------------------------------- - -.INCLUDE : $(PRJ)$/target.pmk - - - -ALLTAR : $(MISC)/jdbc.component - -$(MISC)/jdbc.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - jdbc.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt jdbc.component diff --git a/connectivity/source/drivers/kab/exports.dxp b/connectivity/source/drivers/kab/exports.dxp deleted file mode 100755 index 70033078921a..000000000000 --- a/connectivity/source/drivers/kab/exports.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/connectivity/source/drivers/kab/kabdrv.map b/connectivity/source/drivers/kab/kabdrv.map deleted file mode 100755 index 5de866f2e52f..000000000000 --- a/connectivity/source/drivers/kab/kabdrv.map +++ /dev/null @@ -1,9 +0,0 @@ -UDK_3_0_0 { - global: - createKabConnection; - initKApplication; - shutdownKApplication; - matchKDEVersion; - local: - *; -}; diff --git a/connectivity/source/drivers/kab/makefile.mk b/connectivity/source/drivers/kab/makefile.mk deleted file mode 100644 index bce8aa21f4b6..000000000000 --- a/connectivity/source/drivers/kab/makefile.mk +++ /dev/null @@ -1,256 +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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity - -ENABLE_EXCEPTIONS=TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : $(PRJ)$/makefile.pmk -.INCLUDE : $(PRJ)$/version.mk - -.IF "$(GUI)" == "UNX" -.IF "$(ENABLE_KAB)" == "TRUE" - -TARGET=kab -TARGET2=$(TARGET)drv - -CFLAGS+=$(KDE_CFLAGS) - -.IF "$(KDE_ROOT)"!="" -EXTRALIBPATHS+=-L$(KDE_ROOT)$/lib -.IF "$(OS)$(CPU)" == "LINUXX" -EXTRALIBPATHS+=-L$(KDE_ROOT)$/lib64 -.ENDIF -.ENDIF - -# === KAB base library ========================== - -# --- Files ------------------------------------- - -SLOFILES= \ - $(SLO)$/KDriver.obj \ - $(SLO)$/KServices.obj - -DEPOBJFILES= \ - $(SLO2FILES) - -# --- Library ----------------------------------- - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -SHL1TARGET= $(TARGET)$(KAB_MAJOR) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(COMPHELPERLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(DBTOOLSLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) - -SHL1DEPN= -SHL1IMPLIB= i$(TARGET) - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) - -# === KAB impl library ========================== - -# --- Files ------------------------------------- - -SLO2FILES=\ - $(SLO)$/KColumns.obj \ - $(SLO)$/KTable.obj \ - $(SLO)$/KTables.obj \ - $(SLO)$/KCatalog.obj \ - $(SLO)$/KResultSet.obj \ - $(SLO)$/KStatement.obj \ - $(SLO)$/KPreparedStatement.obj \ - $(SLO)$/KDatabaseMetaData.obj \ - $(SLO)$/KConnection.obj \ - $(SLO)$/KResultSetMetaData.obj \ - $(SLO)$/kcondition.obj \ - $(SLO)$/korder.obj \ - $(SLO)$/kfields.obj \ - $(SLO)$/KDEInit.obj - -KAB_LIB=$(KDE_LIBS) -lkabc - -# --- Library ----------------------------------- - -SHL2VERSIONMAP=$(TARGET2).map - -SHL2TARGET= $(TARGET2)$(KAB_MAJOR) -SHL2OBJS=$(SLO2FILES) -SHL2STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(DBTOOLSLIB) \ - $(COMPHELPERLIB) \ - $(KAB_LIB) - -SHL2DEPN= -SHL2IMPLIB= i$(TARGET2) - -SHL2DEF= $(MISC)$/$(SHL2TARGET).def - -DEF2NAME= $(SHL2TARGET) - -# --- Targets ----------------------------------- -.ELSE # "$(ENABLE_KAB)" == "TRUE" - -.IF "$(ENABLE_TDEAB)" == "TRUE" - -TARGET=tdeab -TARGET2=$(TARGET)drv - -CFLAGS+=$(TDE_CFLAGS) -CFLAGS+=-DENABLE_TDE -I$(SRCDIR)/shell/inc -CFLAGSCXX+=-DENABLE_TDE -I$(SRCDIR)/shell/inc - -.IF "$(TDE_ROOT)"!="" - EXTRALIBPATHS+=-L$(TDE_ROOT)$/lib - .IF "$(OS)$(CPU)" == "LINUXX" - EXTRALIBPATHS+=-L$(TDE_ROOT)$/lib64 - .ENDIF -.ENDIF - -# === TDEAB base library ========================== - -# --- Files ------------------------------------- - -SLOFILES= \ -$(SLO)$/KDriver.obj \ -$(SLO)$/KServices.obj - -DEPOBJFILES= \ -$(SLO2FILES) - -# --- Library ----------------------------------- - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -SHL1TARGET= $(TARGET)$(TDEAB_MAJOR) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ -$(COMPHELPERLIB) \ -$(CPPULIB) \ -$(CPPUHELPERLIB) \ -$(DBTOOLSLIB) \ -$(SALLIB) \ -$(SALHELPERLIB) - -SHL1DEPN= -SHL1IMPLIB= i$(TARGET) - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) - -# === TDEAB impl library ========================== - -# --- Files ------------------------------------- - -SLO2FILES=\ -$(SLO)$/KColumns.obj \ -$(SLO)$/KTable.obj \ -$(SLO)$/KTables.obj \ -$(SLO)$/KCatalog.obj \ -$(SLO)$/KResultSet.obj \ -$(SLO)$/KStatement.obj \ -$(SLO)$/KPreparedStatement.obj \ -$(SLO)$/KDatabaseMetaData.obj \ -$(SLO)$/KConnection.obj \ -$(SLO)$/KResultSetMetaData.obj \ -$(SLO)$/kcondition.obj \ -$(SLO)$/korder.obj \ -$(SLO)$/kfields.obj \ -$(SLO)$/KDEInit.obj - -TDEAB_LIB=$(TDE_LIBS) -lkabc - -# --- Library ----------------------------------- - -SHL2VERSIONMAP=$(TARGET2).map - -SHL2TARGET= $(TARGET2)$(TDEAB_MAJOR) -SHL2OBJS=$(SLO2FILES) -SHL2STDLIBS=\ -$(CPPULIB) \ -$(CPPUHELPERLIB) \ -$(SALLIB) \ -$(SALHELPERLIB) \ -$(DBTOOLSLIB) \ -$(COMPHELPERLIB) \ -$(TDEAB_LIB) - -SHL2DEPN= -SHL2IMPLIB= i$(TARGET2) - -SHL2DEF= $(MISC)$/$(SHL2TARGET).def - -DEF2NAME= $(SHL2TARGET) - -# --- Targets ----------------------------------- -.ELSE # "$(ENABLE_TDEAB)" == "TRUE" - TARGET=kab - TARGET2=$(TARGET)drv - - dummy: - # nothing - -.ENDIF - -.ENDIF - -.ELSE # "$(GUI)" == "UNX" -TARGET=kab -TARGET2=$(TARGET)drv - -dummy: -# nothing - -.ENDIF - -.INCLUDE : $(PRJ)$/target.pmk - - -ALLTAR : $(MISC)/$(TARGET)1.component - -$(MISC)/$(TARGET)1.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - $(TARGET)1.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt $(TARGET)1.component diff --git a/connectivity/source/drivers/kab/tdeabdrv.map b/connectivity/source/drivers/kab/tdeabdrv.map deleted file mode 100644 index 5de866f2e52f..000000000000 --- a/connectivity/source/drivers/kab/tdeabdrv.map +++ /dev/null @@ -1,9 +0,0 @@ -UDK_3_0_0 { - global: - createKabConnection; - initKApplication; - shutdownKApplication; - matchKDEVersion; - local: - *; -}; diff --git a/connectivity/source/drivers/macab/exports.dxp b/connectivity/source/drivers/macab/exports.dxp deleted file mode 100755 index 70033078921a..000000000000 --- a/connectivity/source/drivers/macab/exports.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/connectivity/source/drivers/macab/makefile.mk b/connectivity/source/drivers/macab/makefile.mk deleted file mode 100644 index a6245932431d..000000000000 --- a/connectivity/source/drivers/macab/makefile.mk +++ /dev/null @@ -1,142 +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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity -TARGET=macab -TARGET2=$(TARGET)drv -VISIBILITY_HIDDEN=TRUE -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : $(PRJ)$/makefile.pmk -.INCLUDE : $(PRJ)$/version.mk - -.IF "$(GUI)" == "UNX" -.IF "$(OS)" == "MACOSX" - -# === MACAB base library ========================== - -# --- Files ------------------------------------- - -SLOFILES= \ - $(SLO)$/MacabDriver.obj \ - $(SLO)$/MacabServices.obj - -DEPOBJFILES= \ - $(SLO2FILES) - -# --- Library ----------------------------------- - -SHL1TARGET= $(TARGET)$(MACAB_MAJOR) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(DBTOOLSLIB) \ - $(SALHELPERLIB) \ - $(SALLIB) - -SHL1DEPN= -SHL1IMPLIB= i$(TARGET) - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) - -# === MACAB impl library ========================== - -# --- Files ------------------------------------- - -SLO2FILES=\ - $(SLO)$/MacabColumns.obj \ - $(SLO)$/MacabTable.obj \ - $(SLO)$/MacabTables.obj \ - $(SLO)$/MacabCatalog.obj \ - $(SLO)$/MacabResultSet.obj \ - $(SLO)$/MacabStatement.obj \ - $(SLO)$/MacabPreparedStatement.obj \ - $(SLO)$/MacabDatabaseMetaData.obj \ - $(SLO)$/MacabConnection.obj \ - $(SLO)$/MacabResultSetMetaData.obj \ - $(SLO)$/macabcondition.obj \ - $(SLO)$/macaborder.obj \ - $(SLO)$/MacabRecord.obj \ - $(SLO)$/MacabRecords.obj \ - $(SLO)$/MacabHeader.obj \ - $(SLO)$/MacabGroup.obj \ - $(SLO)$/MacabAddressBook.obj - -MACAB_LIB=-framework Carbon -framework AddressBook - -# --- Library ----------------------------------- - -SHL2TARGET= $(TARGET2)$(MACAB_MAJOR) -SHL2OBJS=$(SLO2FILES) -SHL2STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALHELPERLIB) \ - $(SALLIB) \ - $(DBTOOLSLIB) \ - $(COMPHELPERLIB) \ - $(MACAB_LIB) - -SHL2DEPN= -SHL2IMPLIB= i$(TARGET2) - -SHL2DEF= $(MISC)$/$(SHL2TARGET).def - -DEF2NAME= $(SHL2TARGET) - -# --- Targets ----------------------------------- -.ELSE # "$(OS)" == "MACOSX" - -dummy: -# nothing - -.ENDIF - -.ELSE # "$(GUI)" == "UNX" - -dummy: -# nothing - -.ENDIF - -.INCLUDE : $(PRJ)$/target.pmk - - -ALLTAR : $(MISC)/macab1.component - -$(MISC)/macab1.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - macab1.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt macab1.component diff --git a/connectivity/source/drivers/mozab/bootstrap/makefile.mk b/connectivity/source/drivers/mozab/bootstrap/makefile.mk deleted file mode 100644 index c259fa9dae94..000000000000 --- a/connectivity/source/drivers/mozab/bootstrap/makefile.mk +++ /dev/null @@ -1,94 +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=..$/..$/..$/.. -PRJINC=..$/..$/.. -PRJNAME=connectivity -TARGET=mozbootstrap - -# --- Settings ---------------------------------- - -USE_DEFFILE=TRUE -ENABLE_EXCEPTIONS=TRUE -VISIBILITY_HIDDEN=TRUE - -# --- begin of mozilla specific stuff -MOZ_LIB=$(SOLARVERSION)$/$(INPATH)$/lib$(UPDMINOREXT) -MOZ_INC=$(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/mozilla -# --- end of mozilla specific stuff - -.INCLUDE : settings.mk - -.INCLUDE : $(PRJ)$/version.mk - -.INCLUDE : ../makefile_mozab.mk - -INCPRE += -I../mozillasrc - -# --- Files ------------------------------------- - -SLOFILES += \ - $(SLO)$/MNSINIParser.obj \ - $(SLO)$/MNSProfileDiscover.obj \ - $(SLO)$/MMozillaBootstrap.obj \ - $(SLO)$/MNSFolders.obj - -.IF ( "$(SYSTEM_MOZILLA)" == "YES" && "$(WITH_MOZILLA)" == "YES" ) || ( "$(WITH_MOZILLA)" == "NO" ) || ( "$(OS)" == "MACOSX" ) -CDEFS+=-DMINIMAL_PROFILEDISCOVER - -SHL1TARGET=$(TARGET) -SHL1VERSIONMAP=$(SOLARENV)/src/component.map -SHL1OBJS=$(SLOFILES) -SHL1DEF=$(MISC)$/$(SHL1TARGET).def -DEF1NAME=$(SHL1TARGET) - -SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) \ - $(COMPHELPERLIB) - -ALLTAR : $(MISC)/mozbootstrap.component - -$(MISC)/mozbootstrap.component .ERRREMOVE : \ - $(SOLARENV)/bin/createcomponent.xslt mozbootstrap.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt mozbootstrap.component - -.ELSE -SLOFILES += \ - $(SLO)$/MNSInit.obj \ - $(SLO)$/MNSProfileManager.obj \ - $(SLO)$/MNSRunnable.obj \ - $(SLO)$/MNSProfile.obj \ - $(SLO)$/MNSProfileDirServiceProvider.obj -.ENDIF - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk diff --git a/connectivity/source/drivers/mozab/exports.dxp b/connectivity/source/drivers/mozab/exports.dxp deleted file mode 100755 index 70033078921a..000000000000 --- a/connectivity/source/drivers/mozab/exports.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/connectivity/source/drivers/mozab/makefile.mk b/connectivity/source/drivers/mozab/makefile.mk deleted file mode 100644 index d1d487344941..000000000000 --- a/connectivity/source/drivers/mozab/makefile.mk +++ /dev/null @@ -1,202 +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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity -TARGET=mozab -TARGET2=$(TARGET)drv -VISIBILITY_HIDDEN=TRUE - -.IF ( "$(SYSTEM_MOZILLA)" == "YES" && "$(WITH_MOZILLA)" == "YES") || "$(WITH_MOZILLA)" == "NO" || ( "$(OS)" == "MACOSX" ) -all: - @echo " Not building the mozilla address book driver" - @echo " dependency to Mozilla developer snapshots not feasable at the moment" - @echo " see http://bugzilla.mozilla.org/show_bug.cgi?id=135137" - @echo " see http://www.mozilla.org/issues/show_bug.cgi?id=91209" -.ENDIF - -# --- begin of mozilla specific stuff -MOZ_LIB=$(SOLARVERSION)$/$(INPATH)$/lib$(UPDMINOREXT) -MOZ_INC=$(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/mozilla - -.IF "$(OS)"=="WNT" - MOZ_EMBED_LIB := $(shell @-test -f $(MOZ_LIB)$/embed_base_s.lib && echo $(MOZ_LIB)$/embed_base_s.lib ) - MOZ_REG_LIB := $(shell @-test -f $(MOZ_LIB)$/mozreg_s.lib && echo $(MOZ_LIB)$/mozreg_s.lib ) - - MOZ_EMBED_LIB *:= $(MOZ_LIB)$/baseembed_s.lib - MOZ_REG_LIB *:= $(MOZ_LIB)$/mozreg.lib - - .IF "$(COM)"=="GCC" - MOZ_LIB_XPCOM= -L$(MOZ_LIB) -lembed_base_s -lnspr4 -lmozreg_s -lxpcom -lxpcom_core - .ELSE - LIB += $(MOZ_LIB) - MOZ_LIB_XPCOM= $(MOZ_EMBED_LIB) $(MOZ_LIB)$/nspr4.lib $(MOZ_REG_LIB) $(MOZ_LIB)$/xpcom.lib $(MOZ_LIB)$/xpcom_core.lib - .ENDIF - -.ELSE "$(OS)"=="WNT" - MOZ_LIB_XPCOM = -L$(MOZ_LIB) -lnspr4 -lxpcom_core -lmozreg_s -lembed_base_s -.ENDIF -# --- end of mozilla specific stuff - -USE_DEFFILE=TRUE -ENABLE_EXCEPTIONS=TRUE -VISIBILITY_HIDDEN=TRUE - -.IF "$(OS)"!="WNT" -COMPONENT_CONFIG_DATA=$(TARGET)2.xcu -COMPONENT_CONFIG_SCHEMA=$(TARGET)2.xcs -.ENDIF - -# --- Settings ---------------------------------- - -.INCLUDE : $(PRJ)$/makefile.pmk - -.INCLUDE : $(PRJ)$/version.mk - -# --- Files ------------------------------------- - -SLOFILES=\ - $(SLO)$/MDriver.obj \ - $(SLO)$/MServices.obj - -# --- MOZAB BASE Library ----------------------------------- - -.IF "$(GUI)"=="WNT" -SHL1VERSIONMAP=$(SOLARENV)/src/component.map -.ELSE # just a quick hack for GCC fdo#42865 -SHL1USE_EXPORTS = name -.ENDIF -SHL1TARGET= $(TARGET)$(DLLPOSTFIX) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) \ - $(DBTOOLSLIB) - -SHL1DEPN= -SHL1IMPLIB= i$(TARGET)$(DLLPOSTFIX) - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt \ - $(SLB)$/$(TARGET).lib -DEFLIB1NAME=$(TARGET) - - -# --- Files ------------------------------------- -MOZSLOFILES=\ - $(SLO)$/MNSInit.obj \ - $(SLO)$/MQueryHelper.obj \ - $(SLO)$/MDatabaseMetaDataHelper.obj \ - $(SLO)$/MQuery.obj \ - $(SLO)$/MTypeConverter.obj \ - $(SLO)$/MNameMapper.obj \ - $(SLO)$/MNSMozabProxy.obj \ - $(SLO)$/MNSTerminateListener.obj \ - $(SLO)$/MMozillaBootstrap.obj \ - $(SLO)$/MNSFolders.obj \ - $(SLO)$/MNSProfileDiscover.obj \ - $(SLO)$/MNSProfileManager.obj \ - $(SLO)$/MNSINIParser.obj \ - $(SLO)$/MNSRunnable.obj \ - $(SLO)$/MNSProfile.obj \ - $(SLO)$/MNSProfileDirServiceProvider.obj \ - $(SLO)$/MLdapAttributeMap.obj - - -SLO2FILES=\ - $(SLO)$/MConfigAccess.obj \ - $(SLO)$/MCatalog.obj \ - $(SLO)$/MColumns.obj \ - $(SLO)$/MTable.obj \ - $(SLO)$/MTables.obj \ - $(SLO)$/MColumnAlias.obj \ - $(SLO)$/MPreparedStatement.obj \ - $(SLO)$/MStatement.obj \ - $(SLO)$/MResultSetMetaData.obj \ - $(SLO)$/MResultSet.obj \ - $(SLO)$/MDatabaseMetaData.obj \ - $(SLO)$/MConnection.obj \ - $(MOZSLOFILES) - -DEPOBJFILES=$(SLO2FILES) - -# --- MOZAB BASE Library ----------------------------------- - -.IF "$(GUI)"=="WNT" -SHL2VERSIONMAP=$(TARGET2).map -.ELSE # just a quick hack for GCC fdo#42865 -SHL2USE_EXPORTS = name -.ENDIF -SHL2NOCHECK=TRUE -SHL2TARGET= $(TARGET2)$(DLLPOSTFIX) -SHL2OBJS=$(SLO2FILES) -SHL2STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(DBTOOLSLIB) \ - $(COMPHELPERLIB) \ - $(MOZ_LIB_XPCOM) - -.IF "$(GUI)"=="WNT" - SHL2STDLIBS += \ - $(SHELL32LIB) -.ENDIF # "$(GUI)"=="WNT" - -SHL2DEPN= -SHL2IMPLIB= i$(TARGET2) -SHL2DEF= $(MISC)$/$(SHL2TARGET).def -DEF2NAME= $(SHL2TARGET) - -# --- Targets ---------------------------------- - -.INCLUDE : $(PRJ)$/target.pmk - -# --- filter file ------------------------------ - -$(MISC)$/$(SHL1TARGET).flt: makefile.mk - @echo ------------------------------ - @echo _TI >$@ - @echo _real >>$@ - -$(MISC)$/$(SHL2TARGET).flt: makefile.mk - @echo ------------------------------ - @echo _TI >$@ - @echo _real >>$@ - - -ALLTAR : $(MISC)/mozab.component - -$(MISC)/mozab.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - mozab.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt mozab.component diff --git a/connectivity/source/drivers/mozab/makefile_mozab.mk b/connectivity/source/drivers/mozab/makefile_mozab.mk deleted file mode 100755 index c984f121a23c..000000000000 --- a/connectivity/source/drivers/mozab/makefile_mozab.mk +++ /dev/null @@ -1,127 +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. -# -#************************************************************************* - -CDEFS += -DMOZILLA_INTERNAL_API - -.IF "$(GUI)"=="UNX" - .IF "$(COMNAME)"=="sunpro5" - CFLAGS += -features=tmplife - #This flag is needed to build mozilla 1.7 code - .ENDIF # "$(COMNAME)"=="sunpro5" -.ENDIF - -MOZINC = . \ - -I.. \ - -I$(MOZ_INC) \ - -I$(MOZ_INC)$/nspr \ - -I$(MOZ_INC)$/xpcom \ - -I$(MOZ_INC)$/string \ - -I$(MOZ_INC)$/rdf \ - -I$(MOZ_INC)$/msgbase \ - -I$(MOZ_INC)$/addrbook \ - -I$(MOZ_INC)$/mork \ - -I$(MOZ_INC)$/locale \ - -I$(MOZ_INC)$/pref \ - -I$(MOZ_INC)$/mime \ - -I$(MOZ_INC)$/chrome \ - -I$(MOZ_INC)$/necko \ - -I$(MOZ_INC)$/intl \ - -I$(MOZ_INC)$/profile \ - -I$(MOZ_INC)$/embed_base \ - -I$(MOZ_INC)$/mozldap \ - -I$(MOZ_INC)$/uconv \ - -I$(MOZ_INC)$/xpcom_obsolete \ - -I$(MOZ_INC)$/content - -.IF "$(GUI)" == "WNT" - CDEFS += \ - -DMOZILLA_CLIENT \ - -DXP_PC \ - -DXP_WIN \ - -DXP_WIN32 \ - -DOJI \ - -DWIN32 \ - -D_WINDOWS \ - -DMOZ_XUL \ - -DMOZ_REFLOW_PERF \ - -DMOZ_REFLOW_PERF_DSP - .IF "$(COM)" == "GCC" - INCPOST += $(MOZINC) - CFLAGSCXX += \ - -fno-rtti \ - -Wall \ - -Wconversion \ - -Wpointer-arith \ - -Wcast-align \ - -Woverloaded-virtual \ - -Wsynth \ - -Wno-long-long - .ELSE # .IF "$(COM)" == "GCC" - INCPRE += $(MOZINC) - .IF "$(DBG_LEVEL)" != "0" - .IF "$(CCNUMVER)" >= "001399999999" - CDEFS += -D_STL_NOFORCE_MANIFEST - .ENDIF # .IF "$(CCNUMVER)" >= "001399999999" - .ENDIF # .IF "$(DBG_LEVEL)" != "0" - .ENDIF # .IF "$(COM)" == "GCC" -.ENDIF # .IF "$(GUI)" == "WNT" - -.IF "$(GUI)" == "UNX" - INCPOST += $(MOZINC) - CDEFS+= -DMOZILLA_CLIENT \ - -DXP_UNIX - .IF "$(OS)" == "LINUX" - CFLAGS += -fPIC -g - CDEFS += -DOJI - CFLAGSCXX += \ - -fno-rtti \ - -Wconversion \ - -Wpointer-arith \ - -Wcast-align \ - -Woverloaded-virtual \ - -Wsynth \ - -Wno-long-long \ - -pthread - CDEFS += -DTRACING - .ELIF "$(OS)" == "NETBSD" || "$(OS)" == "MACOSX" - CFLAGS += -fPIC - CFLAGSCXX += \ - -fno-rtti \ - -Wconversion \ - -Wpointer-arith \ - -Wcast-align \ - -Woverloaded-virtual \ - -Wsynth \ - -Wno-long-long \ - -Wno-deprecated - CDEFS += -DTRACING - .ENDIF # "$(OS)" == "NETBSD" || "$(OS)" == "MACOSX" - - SHL1TARGET_NAME=$(TARGET)$(MOZAB_MAJOR) - -.ENDIF # "$(GUI)" == "UNX" - diff --git a/connectivity/source/drivers/mozab/mozabdrv.map b/connectivity/source/drivers/mozab/mozabdrv.map deleted file mode 100644 index a431a0737754..000000000000 --- a/connectivity/source/drivers/mozab/mozabdrv.map +++ /dev/null @@ -1,8 +0,0 @@ -UDK_3_0_0 { - global: - OMozabConnection_CreateInstance; - OMozillaBootstrap_CreateInstance; - setMozabServiceFactory; - local: - *; -}; diff --git a/connectivity/source/drivers/mozab/mozillasrc/makefile.mk b/connectivity/source/drivers/mozab/mozillasrc/makefile.mk deleted file mode 100644 index 0b4884fa1771..000000000000 --- a/connectivity/source/drivers/mozab/mozillasrc/makefile.mk +++ /dev/null @@ -1,76 +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. -# -#************************************************************************* - -#mozilla specific stuff. -MOZ_LIB=$(SOLARVERSION)$/$(INPATH)$/lib$(UPDMINOREXT) -MOZ_INC=$(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/mozilla -#End of mozilla specific stuff. - -PRJ=..$/..$/..$/.. -PRJINC=..$/..$/.. -PRJNAME=connectivity -TARGET=mozabsrc - -# --- Settings ---------------------------------- - -USE_DEFFILE=TRUE -ENABLE_EXCEPTIONS=TRUE -VISIBILITY_HIDDEN=TRUE - -.INCLUDE : settings.mk - -.IF ("$(SYSTEM_MOZILLA)" == "YES" && "$(WITH_MOZILLA)" == "YES") || "$(WITH_MOZILLA)" == "NO" -dummy: - @echo " Not building the mozillasrc stuff in LibreOffice build" - @echo " dependency to Mozilla developer snapshots not feasable at the moment" - @echo " see http://bugzilla.mozilla.org/show_bug.cgi?id=135137" -.ELSE - -.INCLUDE : $(PRJ)$/version.mk - -.INCLUDE : ../makefile_mozab.mk - -INCPRE += -I../bootstrap - -# --- Files ------------------------------------- - -SLOFILES = \ - $(SLO)$/MQueryHelper.obj \ - $(SLO)$/MDatabaseMetaDataHelper.obj \ - $(SLO)$/MQuery.obj \ - $(SLO)$/MTypeConverter.obj \ - $(SLO)$/MNameMapper.obj \ - $(SLO)$/MNSMozabProxy.obj \ - $(SLO)$/MNSTerminateListener.obj \ - $(SLO)$/MLdapAttributeMap.obj \ - -.ENDIF - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - diff --git a/connectivity/source/drivers/mysql/exports.dxp b/connectivity/source/drivers/mysql/exports.dxp deleted file mode 100755 index 70033078921a..000000000000 --- a/connectivity/source/drivers/mysql/exports.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/connectivity/source/drivers/mysql/makefile.mk b/connectivity/source/drivers/mysql/makefile.mk deleted file mode 100644 index 642784ee3a75..000000000000 --- a/connectivity/source/drivers/mysql/makefile.mk +++ /dev/null @@ -1,89 +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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity -TARGET=mysql - -ENABLE_EXCEPTIONS=TRUE -VISIBILITY_HIDDEN=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : $(PRJ)$/makefile.pmk -.INCLUDE : $(PRJ)$/version.mk - - -# --- Files ------------------------------------- - -SLOFILES=\ - $(SLO)$/YDriver.obj \ - $(SLO)$/YTables.obj \ - $(SLO)$/YTable.obj \ - $(SLO)$/YViews.obj \ - $(SLO)$/YCatalog.obj \ - $(SLO)$/YColumns.obj \ - $(SLO)$/YUser.obj \ - $(SLO)$/YUsers.obj \ - $(SLO)$/Yservices.obj - -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -# --- Library ----------------------------------- - -SHL1TARGET= $(MYSQL_TARGET)$(DLLPOSTFIX) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) \ - $(DBTOOLSLIB) \ - $(COMPHELPERLIB) - - -SHL1DEPN= -SHL1IMPLIB= i$(MYSQL_TARGET) - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp - -# --- Targets ---------------------------------- - -.INCLUDE : $(PRJ)$/target.pmk - - - -ALLTAR : $(MISC)/mysql.component - -$(MISC)/mysql.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - mysql.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt mysql.component diff --git a/connectivity/source/drivers/odbc/makefile.mk b/connectivity/source/drivers/odbc/makefile.mk deleted file mode 100644 index e987ec337ac3..000000000000 --- a/connectivity/source/drivers/odbc/makefile.mk +++ /dev/null @@ -1,87 +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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity -TARGET=odbc - -ENABLE_EXCEPTIONS=TRUE -VISIBILITY_HIDDEN=TRUE -USE_DEFFILE=TRUE -LDUMP=ldump2.exe - -.IF "$(GUI)$(COM)" == "WNTGCC" -EXTERNAL_WARNINGS_NOT_ERRORS = TRUE -.ENDIF - -# --- Settings ---------------------------------- - -.INCLUDE : $(PRJ)$/makefile.pmk -.INCLUDE : $(PRJ)$/version.mk - -.IF "$(SYSTEM_ODBC_HEADERS)" == "YES" -CFLAGS+=-DSYSTEM_ODBC_HEADERS -.ENDIF - -# --- ODBC Library ----------------------------------- -# --- Files ------------------------------------- - -SLOFILES=\ - $(SLO)$/oservices.obj \ - $(SLO)$/ORealDriver.obj \ - $(SLO)$/OFunctions.obj - -# --- ODBC Library ----------------------------------- - -SHL1TARGET= $(ODBC_TARGET)$(DLLPOSTFIX) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(ODBCBASELIB) \ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(SALHELPERLIB) - -SHL1IMPLIB= i$(ODBC_TARGET) - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -# --- Targets ---------------------------------- - -.INCLUDE : $(PRJ)$/target.pmk - -ALLTAR : $(MISC)/odbc.component - -$(MISC)/odbc.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - odbc.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt odbc.component diff --git a/connectivity/source/drivers/odbcbase/makefile.mk b/connectivity/source/drivers/odbcbase/makefile.mk deleted file mode 100644 index b32e619faa4a..000000000000 --- a/connectivity/source/drivers/odbcbase/makefile.mk +++ /dev/null @@ -1,94 +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=..$/..$/.. -PRJINC=..$/.. -PRJNAME=connectivity -TARGET=odbcbase - -ENABLE_EXCEPTIONS=TRUE -VISIBILITY_HIDDEN=TRUE - -.IF "$(GUI)$(COM)" == "WNTGCC" -EXTERNAL_WARNINGS_NOT_ERRORS = TRUE -.ENDIF - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/version.mk - -CDEFS += -DOOO_DLLIMPLEMENTATION_ODBCBASE - -.IF "$(SYSTEM_ODBC_HEADERS)" == "YES" -CFLAGS+=-DSYSTEM_ODBC_HEADERS -.ENDIF - -# --- Files ------------------------------------- - -SLOFILES=\ - $(SLO)$/OPreparedStatement.obj \ - $(SLO)$/OStatement.obj \ - $(SLO)$/OResultSetMetaData.obj \ - $(SLO)$/OResultSet.obj \ - $(SLO)$/OTools.obj \ - $(SLO)$/ODatabaseMetaDataResultSet.obj \ - $(SLO)$/ODatabaseMetaData.obj \ - $(SLO)$/ODriver.obj \ - $(SLO)$/OConnection.obj - -# --- ODBC BASE Library ----------------------------------- - -SHL1TARGET= $(ODBC2_TARGET)$(DLLPOSTFIX) -SHL1OBJS=$(SLOFILES) -SHL1STDLIBS=\ - $(DBTOOLSLIB) \ - $(COMPHELPERLIB) \ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(SALHELPERLIB) - -SHL1DEPN= -SHL1IMPLIB= i$(ODBC2_TARGET) -SHL1USE_EXPORTS=name - -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt \ - $(SLB)$/$(TARGET).lib -DEFLIB1NAME=$(TARGET) - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - -# --- filter file ------------------------------ - -$(MISC)$/$(SHL1TARGET).flt: makefile.mk - @echo CLEAR_THE_FILE > $@ diff --git a/connectivity/source/drivers/postgresql/makefile.mk b/connectivity/source/drivers/postgresql/makefile.mk deleted file mode 100644 index acf8b8c87ac1..000000000000 --- a/connectivity/source/drivers/postgresql/makefile.mk +++ /dev/null @@ -1,204 +0,0 @@ -########################################################################## -# -# Effective License of whole file: -# -# 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 -# -# Parts "Copyright by Sun Microsystems, Inc" prior to August 2011: -# -# The Contents of this file are made available subject to the terms of -# the GNU Lesser General Public License Version 2.1 -# -# Copyright: 2000 by Sun Microsystems, Inc. -# -# All parts contributed on or after August 2011: -# -# Version: MPL 1.1 / GPLv3+ / LGPLv2.1+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# [ Copyright (C) 2011 Lionel Elie Mamane <lionel@mamane.lu> ] -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 2.1 or later (the "LGPLv2.1+"), -# in which case the provisions of the GPLv3+ or the LGPLv2.1+ are applicable -# instead of those above. -# -########################################################################## - -PRJ=../../.. - -PRJNAME=postgresql -TARGET=postgresql -ENABLE_EXCEPTIONS=TRUE -LIBTARGET=NO -USE_DEFFILE=TRUE -NO_DEFAULT_STL=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE: $(PRJ)/makefile.pmk - -.IF "$(BUILD_POSTGRESQL_SDBC)" == "YES" - -#------------------------------------------------------------------- - -# uno component naming scheme -DLLPRE= - -PQ_SDBC_MAJOR=0 -PQ_SDBC_MINOR=8 -PQ_SDBC_MICRO=2 - -LIBPQ_DEP_LIBS= -.IF "$(SYSTEM_POSTGRESQL)"=="YES" -LIBPQ_LINK=-lpq -.ELSE #SYSTEM_POSTGRESQL==NO -.IF "$(GUI)$(COM)"=="WNTMSC" -LIBPQ_LINK:=$(OUTDIR)/lib/libpq.lib ws2_32.lib secur32.lib advapi32.lib shell32.lib -LIBPQ_DEP_LIBS += \ - $(OPENSSLLIB) -.IF "$(WITH_LDAP)" == "YES" -LIBPQ_DEP_LIBS+=\ - $(LDAPSDKLIB) -.ENDIF -.ELSE # "$(GUI)$(COM)"!="WNTMSC" -LIBPQ_LINK=$(OUTDIR)/lib/libpq.a -LIBPQ_DEP_LIBS+=$(eq,$(OS),MACOSX $(NULL) -Wl,--as-needed) -.INCLUDE : $(OUTDIR_FOR_BUILD)/inc/postgresql/libpq-flags.mk -LIBPQ_DEP_LIBS+=$(eq,$(OS),MACOSX $(NULL) -Wl,--no-as-needed) -.ENDIF -POSTGRESQL_INC=-I$(OUTDIR)/inc/postgresql -.ENDIF # SYSTEM_POSTGRESQL - -CFLAGS+=$(POSTGRESQL_INC) \ - -DPQ_SDBC_MAJOR=$(PQ_SDBC_MAJOR) \ - -DPQ_SDBC_MINOR=$(PQ_SDBC_MINOR) \ - -DPQ_SDBC_MICRO=$(PQ_SDBC_MICRO) - -SHL1TARGET=postgresql-sdbc.uno -LIB1TARGET=$(SLB)/$(SHL1TARGET).lib -LIB1OBJFILES= \ - $(SLO)/pq_driver.obj - -SHL1STDLIBS= \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) - -SHL1LIBS= $(LIB1TARGET) -SHL1DEF= $(MISC)/$(SHL1TARGET).def -DEF1NAME= $(SHL1TARGET) -SHL1VERSIONMAP=$(SOLARENV)/src/component.map - -SHL2TARGET=postgresql-sdbc-impl.uno -LIB2TARGET=$(SLB)/$(SHL2TARGET).lib -LIB2OBJFILES= \ - $(SLO)/pq_connection.obj \ - $(SLO)/pq_statement.obj \ - $(SLO)/pq_resultset.obj \ - $(SLO)/pq_preparedstatement.obj \ - $(SLO)/pq_resultsetmetadata.obj \ - $(SLO)/pq_databasemetadata.obj \ - $(SLO)/pq_sequenceresultset.obj \ - $(SLO)/pq_baseresultset.obj \ - $(SLO)/pq_statics.obj \ - $(SLO)/pq_xtable.obj \ - $(SLO)/pq_xcontainer.obj \ - $(SLO)/pq_xbase.obj \ - $(SLO)/pq_xtables.obj \ - $(SLO)/pq_xcolumns.obj \ - $(SLO)/pq_xcolumn.obj \ - $(SLO)/pq_tools.obj \ - $(SLO)/pq_xkey.obj \ - $(SLO)/pq_xkeys.obj \ - $(SLO)/pq_xkeycolumn.obj \ - $(SLO)/pq_xkeycolumns.obj \ - $(SLO)/pq_xuser.obj \ - $(SLO)/pq_xusers.obj \ - $(SLO)/pq_xview.obj \ - $(SLO)/pq_xviews.obj \ - $(SLO)/pq_xindex.obj \ - $(SLO)/pq_xindexes.obj \ - $(SLO)/pq_xindexcolumn.obj \ - $(SLO)/pq_xindexcolumns.obj \ - $(SLO)/pq_updateableresultset.obj \ - $(SLO)/pq_fakedupdateableresultset.obj \ - $(SLO)/pq_array.obj \ - $(SLO)/pq_sequenceresultsetmetadata.obj - - -SHL2STDLIBS= \ - $(POSTGRESQL_LIB) \ - $(LIBPQ_LINK) \ - $(LIBPQ_DEP_LIBS) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) - -SHL2LIBS= $(LIB2TARGET) -SHL2DEF= $(MISC)/$(SHL2TARGET).def -DEF2NAME= $(SHL2TARGET) -SHL2VERSIONMAP=$(SOLARENV)/src/component.map - - -SLOFILES= $(LIB1OBJFILES) $(LIB2OBJFILES) - -.INCLUDE: $(PRJ)/target.pmk - -ALLTAR : $(MISC)/postgresql-sdbc.rdb - -$(MISC)/postgresql-sdbc.rdb .ERRREMOVE : \ - $(SOLARENV)/bin/packcomponents.xslt $(MISC)/postgresql-sdbc.input \ - $(MISC)/postgresql-sdbc.component $(MISC)/postgresql-sdbc-impl.component - $(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/ -o $@ \ - $(SOLARENV)/bin/packcomponents.xslt $(MISC)/postgresql-sdbc.input - -$(MISC)/postgresql-sdbc.input : makefile.mk - echo '<list><filename>postgresql-sdbc.component</filename>' \ - '<filename>postgresql-sdbc-impl.component</filename></list>' > $@ - -$(MISC)/postgresql-sdbc.component .ERRREMOVE : \ - $(SOLARENV)/bin/createcomponent.xslt postgresql-sdbc.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt postgresql-sdbc.component - -$(MISC)/postgresql-sdbc-impl.component .ERRREMOVE : \ - $(SOLARENV)/bin/createcomponent.xslt postgresql-sdbc-impl.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt postgresql-sdbc-impl.component - -.ELSE - -ALLTAR: - -.ENDIF # BUILD_POSTGRESQL_SDBC |