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
07514918
Kaydet (Commit)
07514918
authored
Ara 25, 2011
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
gbuildize UnoControls
üst
5451e9c7
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
114 additions
and
43 deletions
+114
-43
Repository.mk
Repository.mk
+1
-0
RepositoryModule_ooo.mk
RepositoryModule_ooo.mk
+1
-0
Library_ctl.mk
UnoControls/Library_ctl.mk
+64
-0
Makefile
UnoControls/Makefile
+11
-6
Module_UnoControls.mk
UnoControls/Module_UnoControls.mk
+34
-0
build.lst
UnoControls/prj/build.lst
+1
-3
d.lst
UnoControls/prj/d.lst
+0
-6
makefile.mk
UnoControls/prj/makefile.mk
+1
-0
makefile.pmk
UnoControls/util/makefile.pmk
+0
-27
makefile.mk
postprocess/packcomponents/makefile.mk
+1
-1
No files found.
Repository.mk
Dosyayı görüntüle @
07514918
...
...
@@ -124,6 +124,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
charttools \
chartview \
cppcanvas \
ctl \
cui \
dba \
dbaxml \
...
...
RepositoryModule_ooo.mk
Dosyayı görüntüle @
07514918
...
...
@@ -98,6 +98,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
ucbhelper
\
udkapi
\
unixODBC
\
UnoControls
\
unotools
\
unoxml
\
uui
\
...
...
UnoControls/Library_ctl.mk
0 → 100644
Dosyayı görüntüle @
07514918
# -*- 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) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
# (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_Library_Library,ctl))
$(eval $(call gb_Library_set_include,ctl,\
$$(INCLUDE) \
-I$(SRCDIR)/UnoControls/inc \
-I$(SRCDIR)/UnoControls/source/inc \
))
$(eval $(call gb_Library_add_api,ctl,\
offapi \
udkapi \
))
$(eval $(call gb_Library_add_linked_libs,ctl,\
cppu \
cppuhelper \
sal \
tl \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,ctl,UnoControls/util/ctl))
$(eval $(call gb_Library_add_exception_objects,ctl,\
UnoControls/source/base/basecontainercontrol \
UnoControls/source/base/basecontrol \
UnoControls/source/base/multiplexer \
UnoControls/source/base/registercontrols \
UnoControls/source/controls/OConnectionPointContainerHelper \
UnoControls/source/controls/OConnectionPointHelper \
UnoControls/source/controls/framecontrol \
UnoControls/source/controls/progressbar \
UnoControls/source/controls/progressmonitor \
UnoControls/source/controls/statusindicator \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
UnoControls/
util/target.pmk
→
UnoControls/
Makefile
Dosyayı görüntüle @
07514918
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
...
@@ -24,12 +25,16 @@
# for a copy of the LGPLv3 License.
#
#*************************************************************************
ALLSLO: $(SLOFILES)
SOSHL: $(SHL1TARGETN)
gb_PARTIALBUILD
:=
T
ifeq
($(strip
$(SOLARENV)),)
include
$(dir
$(realpath
$(firstword
$(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk
else
WHOLEPRJ:
cd $(PRJ)$/prj
make debug linkinc prjpch compinc
@echo "READY"
gb_SourceEnvAndRecurse_STAGE
=
gbuild
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:
UnoControls/Module_UnoControls.mk
0 → 100644
Dosyayı görüntüle @
07514918
# -*- 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) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
# (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,UnoControls))
$(eval $(call gb_Module_add_targets,UnoControls,\
Library_ctl \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
UnoControls/prj/build.lst
Dosyayı görüntüle @
07514918
us UnoControls : LIBXSLT:libxslt cppuhelper offapi tools NULL
us UnoControls usr1 - all us_mkout NULL
us UnoControls\source\base nmake - all us_base NULL
us UnoControls\source\controls nmake - all us_ctrls NULL
us UnoControls\util nmake - all us_util us_base us_ctrls NULL
us UnoControls\prj nmake - all us_prj NULL
UnoControls/prj/d.lst
Dosyayı görüntüle @
07514918
..\%__SRC%\bin\*.dll %_DEST%\bin\*.dll
..\%__SRC%\lib\lib*.so %_DEST%\lib
..\%__SRC%\lib\*.sl %_DEST%\lib\*.sl
..\%__SRC%\bin\*.res %_DEST%\bin\*.res
..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib
..\%__SRC%\misc\ctl.component %_DEST%\xml\ctl.component
UnoControls/prj/makefile.mk
0 → 100644
Dosyayı görüntüle @
07514918
.INCLUDE
:
gbuildbridge.mk
UnoControls/util/makefile.pmk
deleted
100644 → 0
Dosyayı görüntüle @
5451e9c7
#*************************************************************************
#
# 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.
#
#*************************************************************************
.INCLUDE
:
settings.mk
postprocess/packcomponents/makefile.mk
Dosyayı görüntüle @
07514918
...
...
@@ -126,6 +126,7 @@ my_components = \
component/sw/util/swd
\
component/sw/util/vbaswobj
\
component/toolkit/util/tk
\
component/UnoControls/util/ctl
\
component/unotools/util/utl
\
component/unoxml/source/rdf/unordf
\
component/unoxml/source/service/unoxml
\
...
...
@@ -142,7 +143,6 @@ my_components = \
component/xmlscript/util/xcr
\
component/xmlsecurity/util/xmlsecurity
\
component/xmlsecurity/util/xsec_fw
\
ctl
\
dbase
\
dbpool2
\
dbtools
\
...
...
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