Convert spaces to tabs in some Makefiles
Change-Id: Ia65e6391cfa6a556b097555872c311bd8bcdec3f Reviewed-on: https://gerrit.libreoffice.org/40903 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
This commit is contained in:
committed by
Markus Mohrhard
parent
506bdf0293
commit
6f58154e27
@@ -48,7 +48,7 @@ $(eval $(call gb_Module_add_check_targets,sc,\
|
||||
ifneq ($(ENABLE_HEADLESS),TRUE)
|
||||
ifeq ($(OS),LINUX)
|
||||
$(eval $(call gb_Module_add_check_targets,sc,\
|
||||
CppunitTest_sc_tiledrendering \
|
||||
CppunitTest_sc_tiledrendering \
|
||||
))
|
||||
endif
|
||||
endif
|
||||
|
@@ -10,18 +10,18 @@
|
||||
$(eval $(call gb_Library_Library,subsequenttest))
|
||||
|
||||
$(eval $(call gb_Library_add_defs,subsequenttest,\
|
||||
-DOOO_DLLIMPLEMENTATION_TEST \
|
||||
-DOOO_DLLIMPLEMENTATION_TEST \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,subsequenttest))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,subsequenttest,\
|
||||
comphelper \
|
||||
cppu \
|
||||
cppuhelper \
|
||||
comphelper \
|
||||
cppu \
|
||||
cppuhelper \
|
||||
i18nlangtag \
|
||||
sal \
|
||||
test \
|
||||
sal \
|
||||
test \
|
||||
tl \
|
||||
utl \
|
||||
unotest \
|
||||
@@ -34,46 +34,46 @@ $(eval $(call gb_Library_use_externals,subsequenttest,\
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_add_exception_objects,subsequenttest,\
|
||||
test/source/unoapi_test \
|
||||
test/source/calc_unoapi_test \
|
||||
test/source/beans/xpropertyset \
|
||||
test/source/container/xelementaccess \
|
||||
test/source/container/xindexaccess \
|
||||
test/source/container/xnamecontainer \
|
||||
test/source/container/xnamereplace \
|
||||
test/source/container/xnamed \
|
||||
test/source/sheet/cellproperties \
|
||||
test/source/sheet/datapilotfield \
|
||||
test/source/sheet/xcelladdressable \
|
||||
test/source/sheet/xcellrangedata \
|
||||
test/source/sheet/xcellrangereferrer \
|
||||
test/source/sheet/xcellrangesquery \
|
||||
test/source/sheet/xcellseries \
|
||||
test/source/sheet/xgoalseek \
|
||||
test/source/sheet/xdatabaserange \
|
||||
test/source/sheet/xdatapilotdescriptor \
|
||||
test/source/sheet/xdatapilotfieldgrouping \
|
||||
test/source/sheet/xdatapilottable \
|
||||
test/source/sheet/xdatapilottable2 \
|
||||
test/source/sheet/xnamedrange \
|
||||
test/source/sheet/xnamedranges \
|
||||
test/source/sheet/xprintareas \
|
||||
test/source/sheet/xspreadsheetdocument \
|
||||
test/source/sheet/xspreadsheets \
|
||||
test/source/sheet/xspreadsheets2 \
|
||||
test/source/sheet/xsheetannotation \
|
||||
test/source/sheet/xsheetannotations \
|
||||
test/source/sheet/xsheetannotationshapesupplier \
|
||||
test/source/sheet/xsheetoutline \
|
||||
test/source/sheet/xstyleloader \
|
||||
test/source/sheet/xusedareacursor \
|
||||
test/source/sheet/xviewpane \
|
||||
test/source/sheet/xviewsplitable \
|
||||
test/source/text/xtext \
|
||||
test/source/text/xtextfield \
|
||||
test/source/text/xtextcontent \
|
||||
test/source/util/xreplaceable \
|
||||
test/source/util/xsearchable \
|
||||
test/source/unoapi_test \
|
||||
test/source/calc_unoapi_test \
|
||||
test/source/beans/xpropertyset \
|
||||
test/source/container/xelementaccess \
|
||||
test/source/container/xindexaccess \
|
||||
test/source/container/xnamecontainer \
|
||||
test/source/container/xnamereplace \
|
||||
test/source/container/xnamed \
|
||||
test/source/sheet/cellproperties \
|
||||
test/source/sheet/datapilotfield \
|
||||
test/source/sheet/xcelladdressable \
|
||||
test/source/sheet/xcellrangedata \
|
||||
test/source/sheet/xcellrangereferrer \
|
||||
test/source/sheet/xcellrangesquery \
|
||||
test/source/sheet/xcellseries \
|
||||
test/source/sheet/xgoalseek \
|
||||
test/source/sheet/xdatabaserange \
|
||||
test/source/sheet/xdatapilotdescriptor \
|
||||
test/source/sheet/xdatapilotfieldgrouping \
|
||||
test/source/sheet/xdatapilottable \
|
||||
test/source/sheet/xdatapilottable2 \
|
||||
test/source/sheet/xnamedrange \
|
||||
test/source/sheet/xnamedranges \
|
||||
test/source/sheet/xprintareas \
|
||||
test/source/sheet/xspreadsheetdocument \
|
||||
test/source/sheet/xspreadsheets \
|
||||
test/source/sheet/xspreadsheets2 \
|
||||
test/source/sheet/xsheetannotation \
|
||||
test/source/sheet/xsheetannotations \
|
||||
test/source/sheet/xsheetannotationshapesupplier \
|
||||
test/source/sheet/xsheetoutline \
|
||||
test/source/sheet/xstyleloader \
|
||||
test/source/sheet/xusedareacursor \
|
||||
test/source/sheet/xviewpane \
|
||||
test/source/sheet/xviewsplitable \
|
||||
test/source/text/xtext \
|
||||
test/source/text/xtextfield \
|
||||
test/source/text/xtextcontent \
|
||||
test/source/util/xreplaceable \
|
||||
test/source/util/xsearchable \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
Reference in New Issue
Block a user