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
707194e7
Kaydet (Commit)
707194e7
authored
Eyl 06, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
libcmis: convert to gbuild
Change-Id: I4586cb27505bbdc20a543fc812d8b480b4b94236
üst
85e34a4f
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
146 additions
and
18 deletions
+146
-18
Makefile.top
Makefile.top
+1
-1
Module_tail_build.mk
Module_tail_build.mk
+1
-0
RepositoryExternal.mk
RepositoryExternal.mk
+2
-2
RepositoryModule_ooo.mk
RepositoryModule_ooo.mk
+1
-0
config_host.mk.in
config_host.mk.in
+3
-2
configure.in
configure.in
+5
-4
Makefile
libcmis/Makefile
+7
-0
Module_libcmis.mk
libcmis/Module_libcmis.mk
+22
-0
Package_libcmis.mk
libcmis/Package_libcmis.mk
+38
-0
StaticLibrary_cmis.mk
libcmis/StaticLibrary_cmis.mk
+38
-0
UnpackedTarball_cmis.mk
libcmis/UnpackedTarball_cmis.mk
+25
-0
d.lst
libcmis/prj/d.lst
+0
-6
dmake
libcmis/prj/dmake
+0
-0
ooo.lst.in
ooo.lst.in
+1
-1
build.lst
tail_build/prj/build.lst
+1
-1
build.lst
ucb/prj/build.lst
+1
-1
No files found.
Makefile.top
Dosyayı görüntüle @
707194e7
...
...
@@ -87,6 +87,7 @@ jvmaccess\
jvmfwk
\
l10ntools
\
libcdr
\
libcmis
\
libmspub
\
libvisio
\
libwpd
\
...
...
@@ -209,7 +210,6 @@ instsetoo_native\
jfreereport
\
jpeg
\
languagetool
\
libcmis
\
libcroco
\
libexttextcat
\
libgsf
\
...
...
Module_tail_build.mk
Dosyayı görüntüle @
707194e7
...
...
@@ -74,6 +74,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
io
\
javaunohelper
\
libcdr
\
libcmis
\
libmspub
\
libvisio
\
libwpd
\
...
...
RepositoryExternal.mk
Dosyayı görüntüle @
707194e7
...
...
@@ -349,9 +349,9 @@ ifeq ($(SYSTEM_LIBCMIS),YES)
define gb_LinkTarget__use_cmis
$(call gb_LinkTarget_set_include,$(1),\
$$(INCLUDE) \
$(
LIB
CMIS_CFLAGS) \
$(CMIS_CFLAGS) \
)
$(call gb_LinkTarget_add_libs,$(1),$(
LIB
CMIS_LIBS))
$(call gb_LinkTarget_add_libs,$(1),$(CMIS_LIBS))
endef
...
...
RepositoryModule_ooo.mk
Dosyayı görüntüle @
707194e7
...
...
@@ -83,6 +83,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
jvmfwk
\
l10ntools
\
libcdr
\
libcmis
\
libmspub
\
libvisio
\
libwpd
\
...
...
config_host.mk.in
Dosyayı görüntüle @
707194e7
...
...
@@ -54,6 +54,9 @@ export CL_X64=@CL_X64@
export CLUCENE_CFLAGS=@CLUCENE_CFLAGS@
export CLUCENE_LIBS=@CLUCENE_LIBS@
export CLUCENE_TARBALL=@CLUCENE_TARBALL@
export CMIS_CFLAGS=@CMIS_CFLAGS@
export CMIS_LIBS=@CMIS_LIBS@
export CMIS_TARBALL=@CMIS_TARBALL@
export COM=@COM@
export COM_GCC_IS_CLANG=@COM_GCC_IS_CLANG@
export COMEX=@COMEX@
...
...
@@ -279,8 +282,6 @@ export LCMS2_CFLAGS=@LCMS2_CFLAGS@
export LCMS2_LIBS=@LCMS2_LIBS@
export LFS_CFLAGS=@LFS_CFLAGS@
export LIBBASE_JAR=@LIBBASE_JAR@
export LIBCMIS_CFLAGS=@LIBCMIS_CFLAGS@
export LIBCMIS_LIBS=@LIBCMIS_LIBS@
export LIBDIR=@LIBDIR@
export LIBEXSLT_CFLAGS=@LIBEXSLT_CFLAGS@
export LIBEXSLT_LIBS=@LIBEXSLT_LIBS@
...
...
configure.in
Dosyayı görüntüle @
707194e7
...
...
@@ -6676,15 +6676,16 @@ AC_MSG_CHECKING([which libcmis to use])
if test "$with_system_libcmis" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_LIBCMIS=YES
PKG_CHECK_MODULES(
LIB
CMIS, libcmis-0.2 >= 0.2.1 )
PKG_CHECK_MODULES( CMIS, libcmis-0.2 >= 0.2.1 )
else
AC_MSG_RESULT([internal])
SYSTEM_LIBCMIS=NO
BUILD_TYPE="$BUILD_TYPE LIBCMIS"
CMIS_TARBALL=0d2dcdfbf28d6208751b33057f5361f0-libcmis-0.2.3.tar.gz
fi
AC_SUBST(SYSTEM_LIBCMIS)
AC_SUBST(LIBCMIS_CFLAGS)
AC_SUBST(LIBCMIS_LIBS)
AC_SUBST(CMIS_CFLAGS)
AC_SUBST(CMIS_LIBS)
AC_SUBST(CMIS_TARBALL)
dnl ===================================================================
...
...
libcmis/Makefile
0 → 100644
Dosyayı görüntüle @
707194e7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
module_directory
:=
$
(
dir
$
(
realpath
$
(
firstword
$(MAKEFILE_LIST)
)))
include
$(module_directory)/../solenv/gbuild/partial_build.mk
# vim: set noet sw=4 ts=4:
libcmis/Module_libcmis.mk
0 → 100644
Dosyayı görüntüle @
707194e7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Module_Module,libcmis))
ifeq ($(SYSTEM_LIBCMIS),NO)
$(eval $(call gb_Module_add_targets,libcmis,\
Package_libcmis \
StaticLibrary_cmis \
UnpackedTarball_cmis \
))
endif
# vim: set noet sw=4 ts=4:
libcmis/Package_libcmis.mk
0 → 100644
Dosyayı görüntüle @
707194e7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Package_Package,libcmis_inc,$(call gb_UnpackedTarball_get_dir,cmis/src/libcmis)))
$(eval $(call gb_Package_use_unpacked,libcmis_inc,cmis))
$(eval $(call gb_Package_add_files,libcmis_inc,inc/external/libcmis,\
allowable-actions.hxx \
atom-document.hxx \
atom-folder.hxx \
atom-object-type.hxx \
atom-object.hxx \
atom-session.hxx \
atom-utils.hxx \
atom-workspace.hxx \
document.hxx \
exception.hxx \
folder.hxx \
object-type.hxx \
object.hxx \
property-type.hxx \
property.hxx \
repository.hxx \
session-factory.hxx \
session.hxx \
test-helpers.hxx \
xml-utils.hxx \
xmlserializable.hxx \
))
# vim: set noet sw=4 ts=4:
libcmis/StaticLibrary_cmis.mk
0 → 100644
Dosyayı görüntüle @
707194e7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_StaticLibrary_StaticLibrary,cmislib))
$(eval $(call gb_StaticLibrary_set_warnings_not_errors,cmislib))
$(eval $(call gb_StaticLibrary_use_unpacked,cmislib,cmis))
$(eval $(call gb_StaticLibrary_use_package,cmislib,libcmis_inc))
$(eval $(call gb_StaticLibrary_use_externals,cmislib,\
curl \
libxml2 \
))
$(eval $(call gb_StaticLibrary_add_generated_exception_objects,cmislib,\
UnpackedTarball/cmis/src/libcmis/allowable-actions \
UnpackedTarball/cmis/src/libcmis/atom-document \
UnpackedTarball/cmis/src/libcmis/atom-folder \
UnpackedTarball/cmis/src/libcmis/atom-object-type \
UnpackedTarball/cmis/src/libcmis/atom-object \
UnpackedTarball/cmis/src/libcmis/atom-session \
UnpackedTarball/cmis/src/libcmis/atom-utils \
UnpackedTarball/cmis/src/libcmis/atom-workspace \
UnpackedTarball/cmis/src/libcmis/property-type \
UnpackedTarball/cmis/src/libcmis/property \
UnpackedTarball/cmis/src/libcmis/session-factory \
UnpackedTarball/cmis/src/libcmis/xml-utils \
))
# vim: set noet sw=4 ts=4:
libcmis/UnpackedTarball_cmis.mk
0 → 100644
Dosyayı görüntüle @
707194e7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_UnpackedTarball_UnpackedTarball,cmis))
$(eval $(call gb_UnpackedTarball_set_tarball,cmis,$(CMIS_TARBALL)))
$(eval $(call gb_UnpackedTarball_set_patchlevel,cmis,1))
$(eval $(call gb_UnpackedTarball_add_patches,cmis,\
libcmis/libcmis-0.2.3.patch \
libcmis/libcmis-0.2.3-backports.patch \
))
ifeq ($(OS)$(COM),WNTMSC)
$(eval $(call gb_UnpackedTarball_add_patches,cmis,libcmis/boost-win.patch))
endif
# vim: set noet sw=4 ts=4:
libcmis/prj/d.lst
Dosyayı görüntüle @
707194e7
..\%__SRC%\lib\*.a %_DEST%\lib\*.a
..\%__SRC%\slb\*.lib %_DEST%\lib\*.lib
mkdir: %_DEST%\inc\libcmis
..\%__SRC%\misc\build\libcmis*\src\libcmis\*.hxx %_DEST%\inc\libcmis\*.hxx
libcmis/prj/dmake
deleted
100644 → 0
Dosyayı görüntüle @
85e34a4f
ooo.lst.in
Dosyayı görüntüle @
707194e7
...
...
@@ -90,7 +90,7 @@ a0a861f539f0e7a91d05e6b9457e4db1-nss-3.13.5-with-nspr-4.9.1.tar.gz
3bf481ca95109b14435125c0dd1f2217-graphite2-1.0.3.tgz
@VISIO_TARBALL@
e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
0d2dcdfbf28d6208751b33057f5361f0-libcmis-0.2.3.tar.gz
@CMIS_TARBALL@
@CDR_TARBALL@
327348d67c979c88c2dec59a23a17d85-lcms2-2.3.tar.gz
@MSPUB_TARBALL@
...
...
tail_build/prj/build.lst
Dosyayı görüntüle @
707194e7
tb tail_build : AFMS:afms APACHE_COMMONS:apache-commons BSH:beanshell BERKELEYDB:berkeleydb BOOST:boost CAIRO:cairo CPPUNIT:cppunit DESKTOP:codemaker CURL:curl EXPAT:expat FONTCONFIG:fontconfig FREETYPE:freetype GLIB:glib GRAPHITE:graphite HUNSPELL:hunspell HYPHEN:hyphen ICU:icu DESKTOP:l10ntools JFREEREPORT:jfreereport JPEG:jpeg LCMS2:lcms2 LIB
CMIS:libcmis LIB
EXTTEXTCAT:libexttextcat LIBLANGTAG:liblangtag LIBXML2:libxml2 libxmlsec LIBXSLT:libxslt LIBORCUS:liborcus LPSOLVE:lpsolve MDDS:mdds MOZ:moz MYTHES:mythes NEON:neon NSS:nss OPENLDAP:openldap OPENSSL:openssl POSTGRESQL:postgresql PYTHON:python REDLAND:redland SAXON:saxon TRANSLATIONS:translations XPDF:xpdf ZLIB:zlib bridges cli_ure comphelper cppu cppuhelper external jurt jvmaccess jvmfwk offapi officecfg DESKTOP:rdbmaker readlicense_oo RHINO:rhino ridljar sal salhelper solenv soltools stoc ucbhelper ucpp udkapi xmlreader xsltml NULL
tb tail_build : AFMS:afms APACHE_COMMONS:apache-commons BSH:beanshell BERKELEYDB:berkeleydb BOOST:boost CAIRO:cairo CPPUNIT:cppunit DESKTOP:codemaker CURL:curl EXPAT:expat FONTCONFIG:fontconfig FREETYPE:freetype GLIB:glib GRAPHITE:graphite HUNSPELL:hunspell HYPHEN:hyphen ICU:icu DESKTOP:l10ntools JFREEREPORT:jfreereport JPEG:jpeg LCMS2:lcms2 LIBEXTTEXTCAT:libexttextcat LIBLANGTAG:liblangtag LIBXML2:libxml2 libxmlsec LIBXSLT:libxslt LIBORCUS:liborcus LPSOLVE:lpsolve MDDS:mdds MOZ:moz MYTHES:mythes NEON:neon NSS:nss OPENLDAP:openldap OPENSSL:openssl POSTGRESQL:postgresql PYTHON:python REDLAND:redland SAXON:saxon TRANSLATIONS:translations XPDF:xpdf ZLIB:zlib bridges cli_ure comphelper cppu cppuhelper external jurt jvmaccess jvmfwk offapi officecfg DESKTOP:rdbmaker readlicense_oo RHINO:rhino ridljar sal salhelper solenv soltools stoc ucbhelper ucpp udkapi xmlreader xsltml NULL
tb tail_build\prj nmake - all tb_prj NULL
ucb/prj/build.lst
Dosyayı görüntüle @
707194e7
uc ucb : cppuhelper CURL:curl OPENSSL:openssl NEON:neon LIBXML2:libxml2 LIBXSLT:libxslt
LIBCMIS:
libcmis offapi sal salhelper ucbhelper udkapi comphelper tools NULL
uc ucb : cppuhelper CURL:curl OPENSSL:openssl NEON:neon LIBXML2:libxml2 LIBXSLT:libxslt libcmis offapi sal salhelper ucbhelper udkapi comphelper tools NULL
uc ucb\prj nmake - all uc_prj NULL
#uc ucb\qa\complex\ucb nmake - all uc_complex_ucb uc_inc NULL
# fails, please fix
...
...
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