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
a57b6347
Kaydet (Commit)
a57b6347
authored
Nis 13, 2012
tarafından
David Ostrovsky
Kaydeden (comit)
Norbert Thiebaud
Nis 14, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
gbuild conversion: unodevtools module
üst
f3653d3c
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
110 additions
and
127 deletions
+110
-127
Makefile
Makefile
+1
-1
Repository.mk
Repository.mk
+1
-0
RepositoryModule_ooo.mk
RepositoryModule_ooo.mk
+1
-0
Executable_skeletonmaker.mk
unodevtools/Executable_skeletonmaker.mk
+64
-0
Makefile
unodevtools/Makefile
+7
-0
Module_unodevtools.mk
unodevtools/Module_unodevtools.mk
+33
-0
build.lst
unodevtools/prj/build.lst
+2
-6
d.lst
unodevtools/prj/d.lst
+0
-5
makefile.mk
unodevtools/prj/makefile.mk
+1
-0
makefile.mk
unodevtools/source/skeletonmaker/makefile.mk
+0
-63
makefile.mk
unodevtools/source/unodevtools/makefile.mk
+0
-52
No files found.
Makefile
Dosyayı görüntüle @
a57b6347
...
...
@@ -124,6 +124,7 @@ ucb\
ucbhelper
\
udkapi
\
unixODBC
\
unodevtools
\
unoil
\
unotest
\
unotools
\
...
...
@@ -234,7 +235,6 @@ sysui\
testtools
\
tomcat
\
udm
\
unodevtools
\
vigra
\
x11_extensions
\
xpdf
\
...
...
Repository.mk
Dosyayı görüntüle @
a57b6347
...
...
@@ -63,6 +63,7 @@ ifneq ($(OS),IOS)
$(eval $(call gb_Helper_register_executables,SDK, \
javamaker \
cppumaker \
uno-skeletonmaker \
))
endif
...
...
RepositoryModule_ooo.mk
Dosyayı görüntüle @
a57b6347
...
...
@@ -123,6 +123,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
udkapi
\
unixODBC
\
UnoControls
\
unodevtools
\
unoil
\
unotest
\
unotools
\
...
...
unodevtools/Executable_skeletonmaker.mk
0 → 100644
Dosyayı görüntüle @
a57b6347
# -*- 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) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (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_Executable_Executable,uno-skeletonmaker))
$(eval $(call gb_Executable_use_api,uno-skeletonmaker,\
udkapi \
))
$(eval $(call gb_Executable_set_include,uno-skeletonmaker,\
-I$(SRCDIR)/unodevtools/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Executable_use_libraries,uno-skeletonmaker,\
reg \
sal \
salhelper \
cppu \
cppuhelper \
))
$(eval $(call gb_Executable_use_static_libraries,uno-skeletonmaker,\
codemaker \
commoncpp \
commonjava \
))
$(eval $(call gb_Executable_add_exception_objects,uno-skeletonmaker,\
unodevtools/source/unodevtools/options \
unodevtools/source/unodevtools/typeblob \
unodevtools/source/unodevtools/typemanager \
unodevtools/source/skeletonmaker/skeletonmaker \
unodevtools/source/skeletonmaker/skeletoncommon \
unodevtools/source/skeletonmaker/javatypemaker \
unodevtools/source/skeletonmaker/cpptypemaker \
unodevtools/source/skeletonmaker/javacompskeleton \
unodevtools/source/skeletonmaker/cppcompskeleton \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
unodevtools/Makefile
0 → 100644
Dosyayı görüntüle @
a57b6347
# -*- 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:
unodevtools/Module_unodevtools.mk
0 → 100644
Dosyayı görüntüle @
a57b6347
# -*- 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) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (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,unodevtools))
$(eval $(call gb_Module_add_targets,unodevtools,\
Executable_skeletonmaker \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
unodevtools/prj/build.lst
Dosyayı görüntüle @
a57b6347
udt unodevtools : DESKTOP:codemaker cppuhelper NULL
udt unodevtools usr1 - all udt_mkout NULL
udt unodevtools\inc get - all udt_inc NULL
udt unodevtools\prj get - all udt_prj NULL
udt unodevtools\source\unodevtools nmake - all udt_unodevtools NULL
udt unodevtools\source\skeletonmaker nmake - all udt_skeletonmaker udt_unodevtools NULL
udt unodevtools usr1 - all udt_mkout NULL
udt unodevtools\prj nmake - all udt_prj NULL
unodevtools/prj/d.lst
Dosyayı görüntüle @
a57b6347
..\%__SRC%\bin\uno-skeletonmaker.exe %_DEST%\bin\uno-skeletonmaker.exe
..\%__SRC%\bin\uno-skeletonmaker.pdb %_DEST%\bin\uno-skeletonmaker.pdb
..\%__SRC%\bin\uno-skeletonmaker %_DEST%\bin\uno-skeletonmaker
unodevtools/prj/makefile.mk
0 → 100644
Dosyayı görüntüle @
a57b6347
.INCLUDE
:
gbuildbridge.mk
unodevtools/source/skeletonmaker/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
f3653d3c
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ
:=
..
$/
..
PRJNAME
:=
unodevtools
TARGET
:=
uno-skeletonmaker
TARGETTYPE
:=
CUI
LIBTARGET
:=
NO
ENABLE_EXCEPTIONS
:=
TRUE
.INCLUDE
:
settings.mk
.IF
"$(OS)"
==
"IOS"
all
:
@echo
No
point
in
build-time
executables
for
this
platform
.ENDIF
.INCLUDE
:
$(PRJ)$/unodevtools.pmk
APP1TARGET
=
$(TARGET)
APP1RPATH
=
SDKBIN
APP1OBJS
=
$(OBJ)$/
skeletonmaker.obj
\
$(OBJ)$/
skeletoncommon.obj
\
$(OBJ)$/
javatypemaker.obj
\
$(OBJ)$/
cpptypemaker.obj
\
$(OBJ)$/
javacompskeleton.obj
\
$(OBJ)$/
cppcompskeleton.obj
APP1DEPN
=
$(OUT)$/
lib
$/$(UNODEVTOOLSLIBDEPN)
$(SOLARLIBDIR)$/$(CODEMAKERLIBDEPN)
\
$(SOLARLIBDIR)$/$(COMMONCPPLIBDEPN)
$(SOLARLIBDIR)$/$(COMMONJAVALIBDEPN)
APP1STDLIBS
=
$(UNODEVTOOLSLIBST)
$(REGLIB)
$(SALLIB)
$(SALHELPERLIB)
$(CPPULIB)
$(CPPUHELPERLIB)
\
$(CODEMAKERLIBST)
$(COMMONCPPLIBST)
$(COMMONJAVALIBST)
OBJFILES
=
$(APP1OBJS)
.INCLUDE
:
target.mk
unodevtools/source/unodevtools/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
f3653d3c
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ
=
..
$/
..
PRJNAME
=
unodevtools
TARGET
=
unodevtools
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# ------------------------------------------------------------------
SLOFILES
=
\
$(SLO)$/
typemanager.obj
\
$(SLO)$/
typeblob.obj
\
$(SLO)$/
options.obj
LIB1TARGET
=
$(LB)$/$(TARGET)
.lib
LIB1ARCHIV
=
$(LB)$/
lib
$(TARGET)
.a
LIB1OBJFILES
=
$(SLOFILES)
# ------------------------------------------------------------------
.INCLUDE
:
target.mk
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