Support make SdiTarget_...
Change-Id: I23dc4511a6f9f962adc8436ceb1a5b24823fb8e5 Reviewed-on: https://gerrit.libreoffice.org/47788 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
16a5223616
commit
777a05b09c
2 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,7 @@ gbuild_TARGETS := AllLangHelp \
|
||||||
Pyuno \
|
Pyuno \
|
||||||
PythonTest \
|
PythonTest \
|
||||||
Rdb \
|
Rdb \
|
||||||
|
SdiTarget \
|
||||||
StaticLibrary \
|
StaticLibrary \
|
||||||
UIConfig \
|
UIConfig \
|
||||||
UITest \
|
UITest \
|
||||||
|
|
|
@ -69,6 +69,7 @@ ifeq ($(gb_FULLDEPS),$(true))
|
||||||
-include $(call gb_SdiTarget_get_dep_target,$(1))
|
-include $(call gb_SdiTarget_get_dep_target,$(1))
|
||||||
$(call gb_SdiTarget_get_dep_target,$(1)) :| $(dir $(call gb_SdiTarget_get_dep_target,$(1))).dir
|
$(call gb_SdiTarget_get_dep_target,$(1)) :| $(dir $(call gb_SdiTarget_get_dep_target,$(1))).dir
|
||||||
endif
|
endif
|
||||||
|
$(call gb_Helper_make_userfriendly_targets,$(1),SdiTarget)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define gb_SdiTarget_set_include
|
define gb_SdiTarget_set_include
|
||||||
|
|
Loading…
Reference in a new issue