Kaydet (Commit) 68d62523 authored tarafından David Tardon's avatar David Tardon

most of this is not necessary anymore

This reverts commit 3fc40953.

Change-Id: I6d11212cc260e03e5c83a0e7be93ed66e1ab452f
üst 3fc40953
...@@ -32,8 +32,4 @@ $(eval $(call gb_CliLibrary_add_generated_csfiles,cli_basetypes,\ ...@@ -32,8 +32,4 @@ $(eval $(call gb_CliLibrary_add_generated_csfiles,cli_basetypes,\
CustomTarget/cli_ure/source/basetypes/assembly \ CustomTarget/cli_ure/source/basetypes/assembly \
)) ))
$(eval $(call gb_CliLibrary_use_package,cli_basetypes,\
cli_ure_cliuno \
))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -21,6 +21,4 @@ $(eval $(call gb_CliUnoApi_set_policy,cli_uretypes,$(CLI_URETYPES_POLICY_ASSEMBL ...@@ -21,6 +21,4 @@ $(eval $(call gb_CliUnoApi_set_policy,cli_uretypes,$(CLI_URETYPES_POLICY_ASSEMBL
$(eval $(call gb_CliUnoApi_wrap_api,cli_uretypes,udkapi)) $(eval $(call gb_CliUnoApi_wrap_api,cli_uretypes,udkapi))
$(call gb_CliUnoApiTarget_get_target,cli_uretypes) :| $(call gb_Library_get_target,bootstrap)
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
cli_ure_source_MAKEFILE := $(lastword $(MAKEFILE_LIST)) cli_ure_source_MAKEFILE := $(lastword $(MAKEFILE_LIST))
# FIXME move this to configure.in ? # FIXME move this to configure.in ?
cli_ure_CCNUMVER = $(shell PATH='$(PATH)' $(CXX) | $(gb_AWK) -v num=true -f $(SOLARENV)/bin/getcompver.awk) cli_ure_CCNUMVER = $(shell $(CXX) | $(gb_AWK) -v num=true -f $(SOLARENV)/bin/getcompver.awk)
cli_ure_CCNUMVER_GOOD = $(shell expr $(cli_ure_CCNUMVER) '>=' 001399999999) cli_ure_CCNUMVER_GOOD = $(shell expr $(cli_ure_CCNUMVER) '>=' 001399999999)
include $(SRCDIR)/cli_ure/version/version.txt include $(SRCDIR)/cli_ure/version/version.txt
......
...@@ -81,11 +81,6 @@ $(call gb_CliLibraryTarget_get_target,$(1)) : $(call gb_CliLibrary_get_target,$( ...@@ -81,11 +81,6 @@ $(call gb_CliLibraryTarget_get_target,$(1)) : $(call gb_CliLibrary_get_target,$(
endef endef
define gb_CliLibraryTarget_use_package
$(call gb_CliLibraryTarget_get_target,$(1)) :| $(call gb_Package_get_target,$(strip $(2)))
endef
define gb_CliLibraryTarget_use_assemblies define gb_CliLibraryTarget_use_assemblies
$(foreach assembly,$(2),$(call gb_CliLibraryTarget_use_assembly,$(1),$(assembly))) $(foreach assembly,$(2),$(call gb_CliLibraryTarget_use_assembly,$(1),$(assembly)))
...@@ -151,11 +146,6 @@ $(call gb_CliAssembly_set_configfile,$(1),$(2)) ...@@ -151,11 +146,6 @@ $(call gb_CliAssembly_set_configfile,$(1),$(2))
endef endef
define gb_CliLibrary_use_package
$(call gb_CliLibraryTarget_use_package,$(1),$(2))
endef
define gb_CliLibrary_set_keyfile define gb_CliLibrary_set_keyfile
$(call gb_CliAssembly_set_keyfile,$(1),$(2)) $(call gb_CliAssembly_set_keyfile,$(1),$(2))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment