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
b60bf1eb
Kaydet (Commit)
b60bf1eb
authored
Nis 14, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rename common* static libs to codemaker_* for clarity + dmake cleanup
üst
a57b6347
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
14 additions
and
158 deletions
+14
-158
Repository.mk
Repository.mk
+2
-2
Executable_cppumaker.mk
codemaker/Executable_cppumaker.mk
+1
-1
Executable_javamaker.mk
codemaker/Executable_javamaker.mk
+1
-1
Module_codemaker.mk
codemaker/Module_codemaker.mk
+2
-2
StaticLibrary_codemaker_cpp.mk
codemaker/StaticLibrary_codemaker_cpp.mk
+3
-3
StaticLibrary_codemaker_java.mk
codemaker/StaticLibrary_codemaker_java.mk
+3
-3
codemaker.pmk
codemaker/codemaker.pmk
+0
-49
makefile.mk
codemaker/inc/makefile.mk
+0
-40
Executable_skeletonmaker.mk
unodevtools/Executable_skeletonmaker.mk
+2
-2
unodevtools.pmk
unodevtools/unodevtools.pmk
+0
-55
No files found.
Repository.mk
Dosyayı görüntüle @
b60bf1eb
...
...
@@ -561,8 +561,8 @@ $(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
basegfx_s \
codemaker \
co
mmon
cpp \
co
mmon
java \
co
demaker_
cpp \
co
demaker_
java \
dtobj \
headless \
libeay32 \
...
...
codemaker/Executable_cppumaker.mk
Dosyayı görüntüle @
b60bf1eb
...
...
@@ -38,7 +38,7 @@ $(eval $(call gb_Executable_use_libraries,cppumaker,\
))
$(eval $(call gb_Executable_use_static_libraries,cppumaker,\
co
mmon
cpp \
co
demaker_
cpp \
codemaker \
))
...
...
codemaker/Executable_javamaker.mk
Dosyayı görüntüle @
b60bf1eb
...
...
@@ -38,7 +38,7 @@ $(eval $(call gb_Executable_use_libraries,javamaker,\
))
$(eval $(call gb_Executable_use_static_libraries,javamaker,\
co
mmon
java \
co
demaker_
java \
codemaker \
))
...
...
codemaker/Module_codemaker.mk
Dosyayı görüntüle @
b60bf1eb
...
...
@@ -29,8 +29,8 @@ $(eval $(call gb_Module_Module,codemaker))
$(eval $(call gb_Module_add_targets,codemaker,\
Package_inc \
StaticLibrary_codemaker \
StaticLibrary_co
mmon
cpp \
StaticLibrary_co
mmon
java \
StaticLibrary_co
demaker_
cpp \
StaticLibrary_co
demaker_
java \
Executable_javamaker \
Executable_cppumaker \
))
...
...
codemaker/StaticLibrary_co
mmon
cpp.mk
→
codemaker/StaticLibrary_co
demaker_
cpp.mk
Dosyayı görüntüle @
b60bf1eb
...
...
@@ -25,14 +25,14 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval
$(call
gb_StaticLibrary_StaticLibrary,co
mmon
cpp))
$(eval
$(call
gb_StaticLibrary_StaticLibrary,co
demaker_
cpp))
$(eval
$(call
gb_StaticLibrary_set_include,co
mmon
cpp,\
$(eval
$(call
gb_StaticLibrary_set_include,co
demaker_
cpp,\
-I$(SRCDIR)/codemaker/inc
\
$$(INCLUDE)
\
))
$(eval
$(call
gb_StaticLibrary_add_exception_objects,co
mmon
cpp,\
$(eval
$(call
gb_StaticLibrary_add_exception_objects,co
demaker_
cpp,\
codemaker/source/commoncpp/commoncpp
\
))
...
...
codemaker/StaticLibrary_co
mmon
java.mk
→
codemaker/StaticLibrary_co
demaker_
java.mk
Dosyayı görüntüle @
b60bf1eb
...
...
@@ -25,14 +25,14 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval
$(call
gb_StaticLibrary_StaticLibrary,co
mmon
java))
$(eval
$(call
gb_StaticLibrary_StaticLibrary,co
demaker_
java))
$(eval
$(call
gb_StaticLibrary_set_include,co
mmon
java,\
$(eval
$(call
gb_StaticLibrary_set_include,co
demaker_
java,\
-I$(SRCDIR)/codemaker/inc
\
$$(INCLUDE)
\
))
$(eval
$(call
gb_StaticLibrary_add_exception_objects,co
mmon
java,\
$(eval
$(call
gb_StaticLibrary_add_exception_objects,co
demaker_
java,\
codemaker/source/commonjava/commonjava
\
))
...
...
codemaker/codemaker.pmk
deleted
100755 → 0
Dosyayı görüntüle @
a57b6347
#*************************************************************************
#
# 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.
#
#*************************************************************************
.IF "$(GUI)"=="WNT"
CODEMAKERLIBDEPN=codemaker.lib
COMMONCPPLIBDEPN=commoncpp.lib
COMMONJAVALIBDEPN=commonjava.lib
.IF "$(COM)"=="GCC" && "$(GUI)"=="WNT"
CODEMAKERLIBST=-lcodemaker
COMMONCPPLIBST=-lcommoncpp
COMMONJAVALIBST=-lcommonjava
.ELSE
CODEMAKERLIBST=codemaker.lib
COMMONCPPLIBST=commoncpp.lib
COMMONJAVALIBST=commonjava.lib
.ENDIF
.ELSE
CODEMAKERLIBDEPN=libcodemaker.a
COMMONCPPLIBDEPN=libcommoncpp.a
COMMONJAVALIBDEPN=libcommonjava.a
CODEMAKERLIBST=-lcodemaker
COMMONCPPLIBST=-lcommoncpp
COMMONJAVALIBST=-lcommonjava
.ENDIF
codemaker/inc/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
a57b6347
#*************************************************************************
#
# 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
=
codemaker
TARGET
=
inc
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
# --- Targets -------------------------------------------------------
.INCLUDE
:
target.mk
unodevtools/Executable_skeletonmaker.mk
Dosyayı görüntüle @
b60bf1eb
...
...
@@ -45,8 +45,8 @@ $(eval $(call gb_Executable_use_libraries,uno-skeletonmaker,\
$(eval $(call gb_Executable_use_static_libraries,uno-skeletonmaker,\
codemaker \
co
mmon
cpp \
co
mmon
java \
co
demaker_
cpp \
co
demaker_
java \
))
$(eval $(call gb_Executable_add_exception_objects,uno-skeletonmaker,\
...
...
unodevtools/unodevtools.pmk
deleted
100755 → 0
Dosyayı görüntüle @
a57b6347
#*************************************************************************
#
# 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.
#
#*************************************************************************
.IF "$(GUI)"=="WNT"
UNODEVTOOLSLIBDEPN=unodevtools.lib
CODEMAKERLIBDEPN=codemaker.lib
COMMONCPPLIBDEPN=commoncpp.lib
COMMONJAVALIBDEPN=commonjava.lib
.IF "$(COM)"=="GCC"
UNODEVTOOLSLIBST=-lunodevtools
CODEMAKERLIBST=-lcodemaker
COMMONCPPLIBST=-lcommoncpp
COMMONJAVALIBST=-lcommonjava
.ELSE
UNODEVTOOLSLIBST=unodevtools.lib
CODEMAKERLIBST=codemaker.lib
COMMONCPPLIBST=commoncpp.lib
COMMONJAVALIBST=commonjava.lib
.ENDIF
.ELSE
UNODEVTOOLSLIBDEPN=libunodevtools.a
CODEMAKERLIBDEPN=libcodemaker.a
COMMONCPPLIBDEPN=libcommoncpp.a
COMMONJAVALIBDEPN=libcommonjava.a
UNODEVTOOLSLIBST=-lunodevtools
CODEMAKERLIBST=-lcodemaker
COMMONCPPLIBST=-lcommoncpp
COMMONJAVALIBST=-lcommonjava
.ENDIF
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