Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
86209a48
Kaydet (Commit)
86209a48
authored
Ara 18, 2011
tarafından
Peter Foley
Kaydeden (comit)
David Tardon
May 29, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
connectivity: convert headers to gbuild
üst
9485f3a6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
159 additions
and
5 deletions
+159
-5
RepositoryModule_ooo.mk
RepositoryModule_ooo.mk
+1
-0
Makefile
connectivity/Makefile
+40
-0
Module_connectivity.mk
connectivity/Module_connectivity.mk
+34
-0
Package_inc.mk
connectivity/Package_inc.mk
+84
-0
d.lst
connectivity/prj/d.lst
+0
-5
No files found.
RepositoryModule_ooo.mk
Dosyayı görüntüle @
86209a48
...
...
@@ -45,6 +45,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
codemaker
\
comphelper
\
configmgr
\
connectivity
\
cppcanvas
\
cppu
\
cppuhelper
\
...
...
connectivity/Makefile
0 → 100644
Dosyayı görüntüle @
86209a48
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# 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.
#
#*************************************************************************
gb_PARTIALBUILD
:=
T
ifeq
($(strip
$(SOLARENV)),)
include
$(dir
$(realpath
$(firstword
$(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk
else
include
$(SOLARENV)/gbuild/gbuild.mk
$(eval
$(call
gb_Module_make_global_targets,$(shell
ls
$(dir
$(realpath
$(firstword
$(MAKEFILE_LIST))))/Module*.mk)))
endif
# vim: set noet sw=4 ts=4:
connectivity/Module_connectivity.mk
0 → 100644
Dosyayı görüntüle @
86209a48
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# 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 Peter Foley <pefoley2@verizon.net> (initial developer)
#
# 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 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Module_Module,connectivity))
$(eval $(call gb_Module_add_targets,connectivity,\
Package_inc \
))
# vim: set noet sw=4 ts=4:
connectivity/Package_inc.mk
0 → 100644
Dosyayı görüntüle @
86209a48
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# 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 Peter Foley <pefoley2@verizon.net> (initial developer)
#
# 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 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Package_Package,connectivity_inc,$(SRCDIR)/connectivity/inc/connectivity))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/BlobHelper.hxx,BlobHelper.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/CommonTools.hxx,CommonTools.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/conncleanup.hxx,conncleanup.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/ConnectionWrapper.hxx,ConnectionWrapper.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/DateConversion.hxx,DateConversion.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/dbcharset.hxx,dbcharset.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/dbconversion.hxx,dbconversion.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/dbexception.hxx,dbexception.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/dbmetadata.hxx,dbmetadata.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/dbtools.hxx,dbtools.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/dbtoolsdllapi.hxx,dbtoolsdllapi.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/DriversConfig.hxx,DriversConfig.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/filtermanager.hxx,filtermanager.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/formattedcolumnvalue.hxx,formattedcolumnvalue.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/FValue.hxx,FValue.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/IParseContext.hxx,IParseContext.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/ParameterCont.hxx,ParameterCont.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/parameters.hxx,parameters.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/paramwrapper.hxx,paramwrapper.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/PColumn.hxx,PColumn.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/predicateinput.hxx,predicateinput.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sqlerror.hxx,sqlerror.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sqliterator.hxx,sqliterator.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sqlnode.hxx,sqlnode.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sqlparse.hxx,sqlparse.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/SQLStatementHelper.hxx,SQLStatementHelper.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/standardsqlstate.hxx,standardsqlstate.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/statementcomposer.hxx,statementcomposer.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/StdTypeDefs.hxx,StdTypeDefs.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TColumnsHelper.hxx,TColumnsHelper.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TIndex.hxx,TIndex.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TIndexColumns.hxx,TIndexColumns.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TIndexes.hxx,TIndexes.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TKey.hxx,TKey.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TKeyColumns.hxx,TKeyColumns.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TKeys.hxx,TKeys.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TTableHelper.hxx,TTableHelper.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/virtualdbtools.hxx,virtualdbtools.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/warningscontainer.hxx,warningscontainer.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/IRefreshable.hxx,sdbcx/IRefreshable.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VCatalog.hxx,sdbcx/VCatalog.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VCollection.hxx,sdbcx/VCollection.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VColumn.hxx,sdbcx/VColumn.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VDescriptor.hxx,sdbcx/VDescriptor.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VGroup.hxx,sdbcx/VGroup.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VIndex.hxx,sdbcx/VIndex.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VIndexColumn.hxx,sdbcx/VIndexColumn.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VKey.hxx,sdbcx/VKey.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VKeyColumn.hxx,sdbcx/VKeyColumn.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VTable.hxx,sdbcx/VTable.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VTypeDef.hxx,sdbcx/VTypeDef.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VUser.hxx,sdbcx/VUser.hxx))
$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VView.hxx,sdbcx/VView.hxx))
# vim: set noet sw=4 ts=4:
connectivity/prj/d.lst
Dosyayı görüntüle @
86209a48
...
...
@@ -25,14 +25,9 @@
..\source\drivers\mysql\*.xml %_DEST%\xml\*.xml
..\%__SRC%\class\*.jar %_DEST%\bin\*.jar
mkdir: %_DEST%\inc\connectivity
mkdir: %_DEST%\inc\connectivity\sdbcx
mkdir: %_DEST%\xml\registry\spool\DataAccess
..\inc\connectivity\*.hxx %_DEST%\inc\connectivity\*.hxx
..\%__SRC%\inc\sqlbison.hxx %_DEST%\inc\connectivity\sqlbison.hxx
..\inc\connectivity\sdbcx\*.hxx %_DEST%\inc\connectivity\sdbcx\*.hxx
#..\version.mk %_DEST%\inc\connectivity\version.mk
..\%__SRC%\misc\registry\data\org\openoffice\Office\DataAccess\*.xcu %_DEST%\xml\registry\spool\DataAccess\*.xcu
..\%COMMON_OUTDIR%\bin\fcfg_drivers_*.zip %_DEST%\pck\fcfg_drivers_*.zip
..\%__SRC%\bin\fcfg_drivers_*.zip %_DEST%\pck\fcfg_drivers_*.zip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment