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
b22c28c2
Kaydet (Commit)
b22c28c2
authored
Haz 16, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tweak to capture recent changes in starmath and gbuild
Change-Id: I1e7fb1ae0da02a60f1ee3655a09693c11108f61d
üst
c2a1c7c4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
51 additions
and
85 deletions
+51
-85
AllLangResTarget_sm.mk
starmath/AllLangResTarget_sm.mk
+13
-7
CppunitTest_starmath_qa_cppunit.mk
starmath/CppunitTest_starmath_qa_cppunit.mk
+18
-45
JunitTest_starmath_unoapi.mk
starmath/JunitTest_starmath_unoapi.mk
+5
-1
Library_sm.mk
starmath/Library_sm.mk
+9
-18
Library_smd.mk
starmath/Library_smd.mk
+3
-11
Module_starmath.mk
starmath/Module_starmath.mk
+3
-3
No files found.
starmath/AllLangResTarget_sm.mk
Dosyayı görüntüle @
b22c28c2
...
...
@@ -26,22 +26,28 @@ $(eval $(call gb_AllLangResTarget_AllLangResTarget,sm))
$(eval $(call gb_AllLangResTarget_set_reslocation,sm,starmath))
$(eval $(call gb_AllLangResTarget_add_srs,sm,\
s
tarmath
/res \
s
m
/res \
))
$(eval $(call gb_SrsTarget_SrsTarget,s
tarmath
/res))
$(eval $(call gb_SrsTarget_SrsTarget,s
m
/res))
$(eval $(call gb_SrsTarget_set_include,starmath/res,\
$$(INCLUDE) \
-I$(OUTDIR)/inc \
-I$(WORKDIR)/inc/starmath \
$(eval $(call gb_SrsTarget_set_include,sm/res,\
-I$(SRCDIR)/starmath/inc \
$$(INCLUDE) \
))
$(eval $(call gb_SrsTarget_use_packages,sm/res,\
editeng_inc \
sfx2_inc \
svl_inc \
svx_globlmn_hrc \
))
$(eval $(call gb_SrsTarget_add_files,s
tarmath
/res,\
$(eval $(call gb_SrsTarget_add_files,s
m
/res,\
starmath/source/smres.src \
starmath/source/commands.src \
starmath/source/symbol.src \
starmath/source/toolbox.src \
))
# vim: set noet sw=4 ts=4:
starmath/CppunitTest_starmath_qa_cppunit.mk
Dosyayı görüntüle @
b22c28c2
# -*- 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
...
...
@@ -10,12 +11,11 @@
# for the specific language governing rights and limitations under the
# License.
#
# The Initial Developer of the Original Code is
# David Tardon, Red Hat Inc. <dtardon@redhat.com>
# Portions created by the Initial Developer are Copyright (C) 2010 the
# Initial Developer. All Rights Reserved.
#
# 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.
#
...
...
@@ -29,34 +29,27 @@ $(eval $(call gb_CppunitTest_CppunitTest,starmath_qa_cppunit))
$(eval $(call gb_CppunitTest_set_include,starmath_qa_cppunit,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/starmath/inc) \
-I$(realpath $(SRCDIR)/starmath/inc/pch) \
-I$(OUTDIR)/inc \
-I$(SRCDIR)/starmath/inc \
))
$(eval $(call gb_CppunitTest_
add
_api,starmath_qa_cppunit,\
$(eval $(call gb_CppunitTest_
use
_api,starmath_qa_cppunit,\
offapi \
udkapi \
))
$(eval $(call gb_CppunitTest_set_defs,starmath_qa_cppunit,\
$$(DEFS) \
-DSMDLL \
))
$(eval $(call gb_CppunitTest_add_library_objects,starmath_qa_cppunit,\
$(eval $(call gb_CppunitTest_use_library_objects,starmath_qa_cppunit,\
sm \
))
$(call gb_CxxObject_get_target,starmath/qa/cppunit/test_starmath): $(WORKDIR)/AllLangRes/sm
$(eval $(call gb_CppunitTest_
add_linked_lib
s,starmath_qa_cppunit,\
$(eval $(call gb_CppunitTest_
use_librarie
s,starmath_qa_cppunit,\
comphelper \
cppu \
cppuhelper \
editeng \
i18nisolang1 \
i18n
paper
\
i18n
util
\
sal \
sfx \
sot \
...
...
@@ -77,42 +70,22 @@ $(eval $(call gb_CppunitTest_add_exception_objects,starmath_qa_cppunit,\
starmath/qa/cppunit/test_starmath \
))
$(eval $(call gb_CppunitTest_uses_ure,starmath_qa_cppunit))
$(eval $(call gb_CppunitTest_add_type_rdbs,starmath_qa_cppunit,\
types \
))
$(eval $(call gb_CppunitTest_add_service_rdbs,starmath_qa_cppunit,\
starmath_qa_cppunit \
))
$(eval $(call gb_CppunitTest_set_args,starmath_qa_cppunit,\
--headless \
--invisible \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
))
$(eval $(call gb_RdbTarget_RdbTarget,starmath_qa_cppunit))
$(eval $(call gb_CppunitTest_use_ure,starmath_qa_cppunit))
$(eval $(call gb_RdbTarget_add_components,starmath_qa_cppunit,\
$(eval $(call gb_CppunitTest_use_components,starmath_qa_cppunit,\
configmgr/source/configmgr \
dtrans/util/mcnttype \
framework/util/fwk \
i18npool/util/i18npool \
toolkit/util/tk \
sfx2/util/sfx \
))
$(eval $(call gb_RdbTarget_add_old_components,starmath_qa_cppunit,\
configmgr \
mcnttype \
vcl \
))
ifeq ($(strip $(OS)),WNT)
$(eval $(call gb_
RdbTarget_add_old
_components,starmath_qa_cppunit,\
ftransl \
sysdtrans \
$(eval $(call gb_
CppunitTest_use
_components,starmath_qa_cppunit,\
dtrans/util/
ftransl \
dtrans/util/
sysdtrans \
))
endif
# vim: set noet sw=4:
# vim: set noet sw=4
ts=4
:
starmath/JunitTest_starmath_unoapi.mk
Dosyayı görüntüle @
b22c28c2
...
...
@@ -35,7 +35,7 @@ $(eval $(call gb_JunitTest_set_defs,starmath_unoapi,\
-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/starmath/qa/unoapi/testdocuments \
))
$(eval $(call gb_JunitTest_
add
_jars,starmath_unoapi,\
$(eval $(call gb_JunitTest_
use
_jars,starmath_unoapi,\
$(OUTDIR)/bin/OOoRunner.jar \
$(OUTDIR)/bin/ridl.jar \
$(OUTDIR)/bin/test.jar \
...
...
@@ -43,6 +43,10 @@ $(eval $(call gb_JunitTest_add_jars,starmath_unoapi,\
$(OUTDIR)/bin/jurt.jar \
))
$(eval $(call gb_JunitTest_add_sourcefiles,starmath_unoapi,\
starmath/qa/unoapi/Test \
))
$(eval $(call gb_JunitTest_add_classes,starmath_unoapi,\
org.openoffice.test.UnoApiTest \
))
...
...
starmath/Library_sm.mk
Dosyayı görüntüle @
b22c28c2
...
...
@@ -24,37 +24,27 @@ $(eval $(call gb_Library_Library,sm))
$(eval $(call gb_Library_add_sdi_headers,sm,starmath/sdi/smslots))
$(eval $(call gb_Library_add_precompiled_header,sm,$(SRCDIR)/starmath/inc/pch/precompiled_starmath))
$(eval $(call gb_Library_set_componentfile,sm,starmath/util/sm))
$(eval $(call gb_Library_set_include,sm,\
-I$(SRCDIR)/starmath/inc/pch \
-I$(SRCDIR)/starmath/inc \
-I$(WORKDIR)/SdiTarget/starmath/sdi \
-I$(WORKDIR)/Misc/starmath/ \
$$(INCLUDE) \
-I$(OUTDIR)/inc \
))
$(eval $(call gb_Library_set_defs,sm,\
$$(DEFS) \
-DSMDLL \
-DSC_INFO_OSVERSION=\"$(OS)\" \
))
$(eval $(call gb_Library_
add
_api,sm,\
$(eval $(call gb_Library_
use
_api,sm,\
offapi \
udkapi \
))
$(eval $(call gb_Library_
add_linked_lib
s,sm,\
$(eval $(call gb_Library_
use_librarie
s,sm,\
comphelper \
cppu \
cppuhelper \
editeng \
i18n
paper
\
i18n
util
\
msfilter \
oox \
sal \
sax \
sfx \
...
...
@@ -67,8 +57,8 @@ $(eval $(call gb_Library_add_linked_libs,sm,\
tl \
utl \
vcl \
ucbhelper
\
xo
\
xo
\
$(gb_STDLIBS)
\
))
$(eval $(call gb_Library_add_exception_objects,sm,\
...
...
@@ -86,10 +76,12 @@ $(eval $(call gb_Library_add_exception_objects,sm,\
starmath/source/mathmlimport \
starmath/source/mathtype \
starmath/source/node \
starmath/source/ooxmlexport \
starmath/source/ooxmlimport \
starmath/source/parse \
starmath/source/rect \
starmath/source/register \
starmath/source/smdll \
starmath/source/smdll \
starmath/source/smmod \
starmath/source/symbol \
starmath/source/toolbox \
...
...
@@ -109,7 +101,6 @@ $(eval $(call gb_SdiTarget_set_include,starmath/sdi/smslots,\
-I$(SRCDIR)/starmath/inc \
-I$(SRCDIR)/starmath/sdi \
$$(INCLUDE) \
-I$(OUTDIR)/inc \
))
# vim: set noet sw=4 ts=4:
starmath/Library_smd.mk
Dosyayı görüntüle @
b22c28c2
...
...
@@ -22,28 +22,19 @@
$(eval $(call gb_Library_Library,smd))
$(eval $(call gb_Library_add_precompiled_header,smd,$(SRCDIR)/starmath/inc/pch/precompiled_starmath))
$(eval $(call gb_Library_set_componentfile,smd,starmath/util/smd))
$(eval $(call gb_Library_set_include,smd,\
-I$(SRCDIR)/starmath/inc/pch \
-I$(SRCDIR)/starmath/inc \
-I$(WORKDIR)/Misc/sm/ \
$$(INCLUDE) \
-I$(OUTDIR)/inc \
))
$(eval $(call gb_Library_set_defs,smd,\
$$(DEFS) \
))
$(eval $(call gb_Library_
add
_api,smd,\
$(eval $(call gb_Library_
use
_api,smd,\
offapi \
udkapi \
))
$(eval $(call gb_Library_
add_linked_lib
s,smd,\
$(eval $(call gb_Library_
use_librarie
s,smd,\
cppu \
cppuhelper \
sal \
...
...
@@ -54,6 +45,7 @@ $(eval $(call gb_Library_add_linked_libs,smd,\
tl \
ucbhelper \
vcl \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_exception_objects,smd,\
...
...
starmath/Module_starmath.mk
Dosyayı görüntüle @
b22c28c2
...
...
@@ -30,9 +30,9 @@ $(eval $(call gb_Module_add_targets,sm,\
Package_uiconfig \
))
$(eval $(call gb_Module_add_check_targets,sm,\
CppunitTest_starmath_qa_cppunit \
))
#
$(eval $(call gb_Module_add_check_targets,sm,\
#
CppunitTest_starmath_qa_cppunit \
#
))
$(eval $(call gb_Module_add_subsequentcheck_targets,sm,\
JunitTest_starmath_unoapi \
...
...
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