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
db63d1a8
Kaydet (Commit)
db63d1a8
authored
May 19, 2012
tarafından
David Ostrovsky
Kaydeden (comit)
David Tardon
May 29, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
prefix testtools libraries with testtools_ in Repository.mk
Change-Id: I0894b073b5263a45c9026ec55049ebeaf0770535
üst
77bcdd41
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
38 deletions
+33
-38
Repository.mk
Repository.mk
+4
-4
Library_bridgetest.mk
testtools/Library_bridgetest.mk
+9
-9
Library_constructors.mk
testtools/Library_constructors.mk
+7
-7
Library_cppobj.mk
testtools/Library_cppobj.mk
+9
-9
StaticLibrary_bridgetest.mk
testtools/StaticLibrary_bridgetest.mk
+4
-9
No files found.
Repository.mk
Dosyayı görüntüle @
db63d1a8
...
@@ -590,9 +590,6 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
...
@@ -590,9 +590,6 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
endif
endif
$(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \
$(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \
cppobj \
bridgetest \
constructors \
acceptor \
acceptor \
binaryurp \
binaryurp \
bootstrap \
bootstrap \
...
@@ -607,6 +604,9 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \
...
@@ -607,6 +604,9 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \
reflection \
reflection \
stocservices \
stocservices \
streams \
streams \
testtools_cppobj \
testtools_bridgetest \
testtools_constructors \
textinstream \
textinstream \
textoutstream \
textoutstream \
uuresolver \
uuresolver \
...
@@ -647,7 +647,7 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
...
@@ -647,7 +647,7 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
shlxthandler_common \
shlxthandler_common \
shlxthandler_common_x64 \
shlxthandler_common_x64 \
salcpprt \
salcpprt \
testtools_bridgetest \
testtools_bridgetest
_s
\
transex \
transex \
ulingu \
ulingu \
vclmain \
vclmain \
...
...
testtools/Library_bridgetest.mk
Dosyayı görüntüle @
db63d1a8
...
@@ -24,34 +24,34 @@
...
@@ -24,34 +24,34 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
# instead of those above.
$(eval $(call gb_Library_Library,bridgetest))
$(eval $(call gb_Library_Library,
testtools_
bridgetest))
$(eval $(call gb_Library_set_componentfile,bridgetest,testtools/source/bridgetest/bridgetest))
$(eval $(call gb_Library_set_componentfile,
testtools_
bridgetest,testtools/source/bridgetest/bridgetest))
$(eval $(call gb_Executable_set_include,bridgetest,\
$(eval $(call gb_Executable_set_include,
testtools_
bridgetest,\
-I$(SRCDIR)/testtools/source/bridgetest \
-I$(SRCDIR)/testtools/source/bridgetest \
$$(INCLUDE) \
$$(INCLUDE) \
))
))
$(eval $(call gb_Library_use_internal_api,bridgetest,\
$(eval $(call gb_Library_use_internal_api,
testtools_
bridgetest,\
bridgetest \
bridgetest \
))
))
$(eval $(call gb_Library_use_api,bridgetest,\
$(eval $(call gb_Library_use_api,
testtools_
bridgetest,\
udkapi \
udkapi \
))
))
$(eval $(call gb_Library_use_static_libraries,bridgetest,\
$(eval $(call gb_Library_use_static_libraries,
testtools_
bridgetest,\
testtools_bridgetest \
testtools_bridgetest
_s
\
))
))
$(eval $(call gb_Library_use_libraries,bridgetest,\
$(eval $(call gb_Library_use_libraries,
testtools_
bridgetest,\
cppu \
cppu \
cppuhelper \
cppuhelper \
sal \
sal \
))
))
$(eval $(call gb_Library_add_exception_objects,bridgetest,\
$(eval $(call gb_Library_add_exception_objects,
testtools_
bridgetest,\
testtools/source/bridgetest/bridgetest \
testtools/source/bridgetest/bridgetest \
))
))
...
...
testtools/Library_constructors.mk
Dosyayı görüntüle @
db63d1a8
...
@@ -24,30 +24,30 @@
...
@@ -24,30 +24,30 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
# instead of those above.
$(eval $(call gb_Library_Library,constructors))
$(eval $(call gb_Library_Library,
testtools_
constructors))
$(eval $(call gb_Library_set_componentfile,constructors,testtools/source/bridgetest/constructors))
$(eval $(call gb_Library_set_componentfile,
testtools_
constructors,testtools/source/bridgetest/constructors))
$(eval $(call gb_Executable_set_include,constructors,\
$(eval $(call gb_Executable_set_include,
testtools_
constructors,\
-I$(SRCDIR)/testtools/source/bridgetest \
-I$(SRCDIR)/testtools/source/bridgetest \
$$(INCLUDE) \
$$(INCLUDE) \
))
))
$(eval $(call gb_Library_use_internal_api,constructors,\
$(eval $(call gb_Library_use_internal_api,
testtools_
constructors,\
bridgetest \
bridgetest \
))
))
$(eval $(call gb_Library_use_api,constructors,\
$(eval $(call gb_Library_use_api,
testtools_
constructors,\
udkapi \
udkapi \
))
))
$(eval $(call gb_Library_use_libraries,constructors,\
$(eval $(call gb_Library_use_libraries,
testtools_
constructors,\
cppu \
cppu \
cppuhelper \
cppuhelper \
sal \
sal \
))
))
$(eval $(call gb_Library_add_exception_objects,constructors,\
$(eval $(call gb_Library_add_exception_objects,
testtools_
constructors,\
testtools/source/bridgetest/constructors \
testtools/source/bridgetest/constructors \
))
))
...
...
testtools/Library_cppobj.mk
Dosyayı görüntüle @
db63d1a8
...
@@ -24,34 +24,34 @@
...
@@ -24,34 +24,34 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
# instead of those above.
$(eval $(call gb_Library_Library,cppobj))
$(eval $(call gb_Library_Library,
testtools_
cppobj))
$(eval $(call gb_Library_set_componentfile,cppobj,testtools/source/bridgetest/cppobj))
$(eval $(call gb_Library_set_componentfile,
testtools_
cppobj,testtools/source/bridgetest/cppobj))
$(eval $(call gb_Executable_set_include,cppobj,\
$(eval $(call gb_Executable_set_include,
testtools_
cppobj,\
-I$(SRCDIR)/testtools/source/bridgetest \
-I$(SRCDIR)/testtools/source/bridgetest \
$$(INCLUDE) \
$$(INCLUDE) \
))
))
$(eval $(call gb_Library_use_internal_api,cppobj,\
$(eval $(call gb_Library_use_internal_api,
testtools_
cppobj,\
bridgetest \
bridgetest \
))
))
$(eval $(call gb_Library_use_api,cppobj,\
$(eval $(call gb_Library_use_api,
testtools_
cppobj,\
udkapi \
udkapi \
))
))
$(eval $(call gb_Library_use_static_libraries,cppobj,\
$(eval $(call gb_Library_use_static_libraries,
testtools_
cppobj,\
testtools_bridgetest \
testtools_bridgetest
_s
\
))
))
$(eval $(call gb_Library_use_libraries,cppobj,\
$(eval $(call gb_Library_use_libraries,
testtools_
cppobj,\
cppu \
cppu \
cppuhelper \
cppuhelper \
sal \
sal \
))
))
$(eval $(call gb_Library_add_exception_objects,cppobj,\
$(eval $(call gb_Library_add_exception_objects,
testtools_
cppobj,\
testtools/source/bridgetest/cppobj \
testtools/source/bridgetest/cppobj \
))
))
...
...
testtools/StaticLibrary_bridgetest.mk
Dosyayı görüntüle @
db63d1a8
...
@@ -25,22 +25,17 @@
...
@@ -25,22 +25,17 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
# instead of those above.
$(eval
$(call
gb_StaticLibrary_StaticLibrary,testtools_bridgetest))
$(eval
$(call
gb_StaticLibrary_StaticLibrary,testtools_bridgetest
_s
))
$(eval
$(call
gb_StaticLibrary_set_include,cppobj,\
$(eval
$(call
gb_StaticLibrary_use_internal_api,testtools_bridgetest_s,\
-I$(SRCDIR)/testtools/source/bridgetest
\
$$(INCLUDE)
\
))
$(eval
$(call
gb_StaticLibrary_use_internal_api,testtools_bridgetest,\
bridgetest
\
bridgetest
\
))
))
$(eval
$(call
gb_StaticLibrary_use_api,testtools_bridgetest,\
$(eval
$(call
gb_StaticLibrary_use_api,testtools_bridgetest
_s
,\
udkapi
\
udkapi
\
))
))
$(eval
$(call
gb_StaticLibrary_add_exception_objects,testtools_bridgetest,\
$(eval
$(call
gb_StaticLibrary_add_exception_objects,testtools_bridgetest
_s
,\
testtools/source/bridgetest/currentcontextchecker
\
testtools/source/bridgetest/currentcontextchecker
\
testtools/source/bridgetest/multi
\
testtools/source/bridgetest/multi
\
))
))
...
...
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