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
b1de503a
Kaydet (Commit)
b1de503a
authored
Nis 14, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tubes: tweak makefiles
üst
a8ef97df
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
35 deletions
+17
-35
RepositoryExternal.mk
RepositoryExternal.mk
+0
-4
CppunitTest_sc_ucalc.mk
sc/CppunitTest_sc_ucalc.mk
+2
-2
Library_sc.mk
sc/Library_sc.mk
+0
-8
CppunitTest_tubes_test.mk
tubes/CppunitTest_tubes_test.mk
+13
-11
Library_tubes.mk
tubes/Library_tubes.mk
+2
-10
No files found.
RepositoryExternal.mk
Dosyayı görüntüle @
b1de503a
...
...
@@ -1095,10 +1095,6 @@ $(call gb_LinkTarget_set_include,$(1),\
$(TELEPATHY_CFLAGS) \
)
$(call gb_LinkTarget_add_defs,$(1),\
-DENABLE_TELEPATHY \
)
$(call gb_LinkTarget_add_libs,$(1),\
$(TELEPATHY_LIBS) \
)
...
...
sc/CppunitTest_sc_ucalc.mk
Dosyayı görüntüle @
b1de503a
...
...
@@ -49,8 +49,8 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_ucalc,\
tubes \
))
$(eval $(call gb_CppunitTest_
add_lib
s,sc_ucalc,\
$$(TELEPATHY_LIBS)
\
$(eval $(call gb_CppunitTest_
use_external
s,sc_ucalc,\
telepathy
\
))
endif
...
...
sc/Library_sc.mk
Dosyayı görüntüle @
b1de503a
...
...
@@ -48,14 +48,6 @@ $(eval $(call gb_Library_add_linked_libs,sc,\
tubes \
))
$(eval $(call gb_Library_add_cxxflags,sc,\
$$(TELEPATHY_CFLAGS) \
))
$(eval $(call gb_Library_add_libs,sc,\
$$(TELEPATHY_LIBS) \
))
$(eval $(call gb_Library_use_externals,sc,\
telepathy \
))
...
...
tubes/CppunitTest_tubes_test.mk
Dosyayı görüntüle @
b1de503a
...
...
@@ -27,25 +27,27 @@
$(eval $(call gb_CppunitTest_CppunitTest,tubes_test))
$(eval $(call gb_CppunitTest_add_exception_objects,tubes_test, \
tubes/qa/test_manager \
tubes/qa/test_manager \
))
$(eval $(call gb_CppunitTest_add_linked_libs,tubes_test, \
tubes
\
sal
\
unotest \
$(gb_STDLIBS) \
sal
\
tubes
\
unotest \
$(gb_STDLIBS) \
))
$(eval $(call gb_CppunitTest_
add_libs,tubes_test,
\
$$(TELEPATHY_LIBS)
\
$(eval $(call gb_CppunitTest_
use_externals,tubes_test,
\
telepathy
\
))
$(eval $(call gb_CppunitTest_set_include,tubes_test,\
-I$(realpath $(SRCDIR)/tubes/inc) \
-I$(realpath $(OUTDIR)/inc/udkapi) \
$$(TELEPATHY_CFLAGS) \
$$(INCLUDE) \
-I$(SRCDIR)/tubes/inc \
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_add_api,tubes_test, \
udkapi \
))
# vim: set noet sw=4 ts=4:
tubes/Library_tubes.mk
Dosyayı görüntüle @
b1de503a
...
...
@@ -28,20 +28,12 @@
$(eval $(call gb_Library_Library,tubes))
$(eval $(call gb_Library_set_include,tubes,\
-I$(
realpath $(SRCDIR)/tubes/inc)
\
-I$(
SRCDIR)/tubes/inc
\
$$(INCLUDE) \
))
$(eval $(call gb_Library_add_defs,tubes,\
-DTUBES_DLLIMPLEMENTATION \
))
$(eval $(call gb_Library_add_cxxflags,tubes,\
$$(TELEPATHY_CFLAGS) \
))
$(eval $(call gb_Library_add_libs,tubes,\
$$(TELEPATHY_LIBS) \
-DTUBES_DLLIMPLEMENTATION \
))
$(eval $(call gb_Library_add_linked_libs,tubes,\
...
...
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