summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-03-07 11:01:19 +0100
committerTomaž Vajngerl <quikee@gmail.com>2020-03-07 14:41:02 +0100
commit3729ef3347a0399ab3ef672f489de4a9b3d051cf (patch)
tree1294ec2f2249e2f374f7652a8a0526e0d35d4457
parent4f7e5e3c539545c903101c892d8eb6cd4fee0a58 (diff)
vcl: Module_vcl.mk - convert tabs to spaces
Change-Id: I1c6975d42936714fc28a636fbc363c7776858522 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90153 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
-rw-r--r--vcl/Module_vcl.mk82
1 files changed, 41 insertions, 41 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 66ca4f01490b..aaa05759d39d 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -25,21 +25,21 @@ $(eval $(call gb_Module_add_targets,vcl,\
Package_theme_definitions \
Package_tipoftheday \
UIConfig_vcl \
- $(if $(filter WNT,$(OS)), \
- Package_opengl_blacklist ) \
- $(if $(filter SKIA,$(BUILD_TYPE)), \
- Package_skia_blacklist ) \
+ $(if $(filter WNT,$(OS)), \
+ Package_opengl_blacklist ) \
+ $(if $(filter SKIA,$(BUILD_TYPE)), \
+ Package_skia_blacklist ) \
$(if $(filter DESKTOP,$(BUILD_TYPE)), \
StaticLibrary_vclmain \
- $(if $(ENABLE_MACOSX_SANDBOX),, \
- $(if $(DISABLE_GUI),, \
- Executable_ui-previewer)) \
- $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)), \
- $(if $(DISABLE_GUI),, \
- Executable_vcldemo \
- Executable_icontest \
- Executable_visualbackendtest \
- Executable_mtfdemo ))) \
+ $(if $(ENABLE_MACOSX_SANDBOX),, \
+ $(if $(DISABLE_GUI),, \
+ Executable_ui-previewer)) \
+ $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)), \
+ $(if $(DISABLE_GUI),, \
+ Executable_vcldemo \
+ Executable_icontest \
+ Executable_visualbackendtest \
+ Executable_mtfdemo ))) \
))
ifeq ($(CROSS_COMPILING)$(DISABLE_DYNLOADING),)
@@ -184,53 +184,53 @@ $(eval $(call gb_Module_add_targets,vcl,\
endif
$(eval $(call gb_Module_add_check_targets,vcl,\
- CppunitTest_vcl_lifecycle \
- CppunitTest_vcl_bitmap_test \
- CppunitTest_vcl_bitmapprocessor_test \
- CppunitTest_vcl_graphic_test \
- CppunitTest_vcl_fontcharmap \
- CppunitTest_vcl_font \
- CppunitTest_vcl_fontfeature \
- CppunitTest_vcl_fontmetric \
- CppunitTest_vcl_complextext \
- CppunitTest_vcl_filters_test \
- CppunitTest_vcl_mnemonic \
- CppunitTest_vcl_outdev \
- CppunitTest_vcl_app_test \
- CppunitTest_vcl_jpeg_read_write_test \
- CppunitTest_vcl_svm_test \
- CppunitTest_vcl_errorhandler \
- CppunitTest_vcl_bitmap_render_test \
- CppunitTest_vcl_apitests \
- CppunitTest_vcl_png_test \
- CppunitTest_vcl_widget_definition_reader_test \
- CppunitTest_vcl_backend_test \
- CppunitTest_vcl_blocklistparser_test \
- CppunitTest_vcl_type_serializer_test \
+ CppunitTest_vcl_lifecycle \
+ CppunitTest_vcl_bitmap_test \
+ CppunitTest_vcl_bitmapprocessor_test \
+ CppunitTest_vcl_graphic_test \
+ CppunitTest_vcl_fontcharmap \
+ CppunitTest_vcl_font \
+ CppunitTest_vcl_fontfeature \
+ CppunitTest_vcl_fontmetric \
+ CppunitTest_vcl_complextext \
+ CppunitTest_vcl_filters_test \
+ CppunitTest_vcl_mnemonic \
+ CppunitTest_vcl_outdev \
+ CppunitTest_vcl_app_test \
+ CppunitTest_vcl_jpeg_read_write_test \
+ CppunitTest_vcl_svm_test \
+ CppunitTest_vcl_errorhandler \
+ CppunitTest_vcl_bitmap_render_test \
+ CppunitTest_vcl_apitests \
+ CppunitTest_vcl_png_test \
+ CppunitTest_vcl_widget_definition_reader_test \
+ CppunitTest_vcl_backend_test \
+ CppunitTest_vcl_blocklistparser_test \
+ CppunitTest_vcl_type_serializer_test \
))
ifeq ($(USING_X11),TRUE)
$(eval $(call gb_Module_add_check_targets,vcl,\
- CppunitTest_vcl_timer \
+ CppunitTest_vcl_timer \
))
endif
ifeq ($(DISABLE_GUI),TRUE)
$(eval $(call gb_Module_add_check_targets,vcl,\
- CppunitTest_vcl_timer \
+ CppunitTest_vcl_timer \
))
endif
# Is any configuration missing?
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_check_targets,vcl,\
- CppunitTest_vcl_timer \
+ CppunitTest_vcl_timer \
))
endif
ifeq ($(OS),MACOSX)
$(eval $(call gb_Module_add_check_targets,vcl,\
- CppunitTest_vcl_timer \
+ CppunitTest_vcl_timer \
))
endif
@@ -247,7 +247,7 @@ endif
ifneq (,$(filter PDFIUM,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_slowcheck_targets,vcl,\
- CppunitTest_vcl_pdfexport \
+ CppunitTest_vcl_pdfexport \
))
endif