ifneq ($(ENABLE_GTK3),)
$(eval $(call gb_Module_add_targets,libreofficekit,\
Library_libreofficekitgtk \
- Executable_gtktiledviewer \
- Executable_tilebench \
Package_selectionhandles \
))
endif # ($(ENABLE_GTK3),)
+# Executable_gtktiledviewer \
+# Executable_tilebench \
endif
StaticLibrary_vclmain \
$(if $(ENABLE_MACOSX_SANDBOX),, \
$(if $(ENABLE_HEADLESS),, \
- Executable_ui-previewer)) \
- $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)), \
- Executable_outdevgrind \
- $(if $(ENABLE_HEADLESS),, \
- Executable_vcldemo \
- Executable_icontest \
- Executable_visualbackendtest \
- Executable_mtfdemo ))) \
+ Executable_ui-previewer))) \
))
-ifeq ($(CROSS_COMPILING)$(DISABLE_DYNLOADING),)
-
-$(eval $(call gb_Module_add_targets,vcl,\
- $(if $(filter-out ANDROID IOS WNT,$(OS)), \
- Executable_svdemo \
- Executable_fftester \
- Executable_svptest \
- Executable_svpclient) \
-))
-
-endif
-
$(eval $(call gb_Module_add_l10n_targets,vcl,\
AllLangMoTarget_vcl \
))
CppunitTest_xmlsecurity_dialogs_test \
))
-ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
-
-$(eval $(call gb_Module_add_targets,xmlsecurity,\
- Executable_pdfverify \
-))
-
-endif
-
endif
# vim: set noet sw=4 ts=4: