summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-24 11:09:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-24 11:09:49 +0200
commitbb01340a5ccd07a29cce27c8e6cf0664a34aacfe (patch)
tree317c40959beb0c183749084a563d09b44c4894c9
parentJava cleanup, use generic containers where possible (diff)
downloadcore-bb01340a5ccd07a29cce27c8e6cf0664a34aacfe.tar.gz
core-bb01340a5ccd07a29cce27c8e6cf0664a34aacfe.zip
UnoApiMerge has become unused now
Change-Id: I9e4e153e1a9ac82d4015b73ecf3a9a2429ab346f
-rw-r--r--Makefile.in1
-rw-r--r--solenv/gbuild/TargetLocations.mk3
-rw-r--r--solenv/gbuild/UnoApiMerge.mk61
-rw-r--r--solenv/gbuild/gbuild.help.txt1
-rw-r--r--solenv/gbuild/gbuild.mk1
5 files changed, 0 insertions, 67 deletions
diff --git a/Makefile.in b/Makefile.in
index 6dea2a1fa798..f4271367e028 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -124,7 +124,6 @@ gbuild_TARGETS := AllLangHelp \
StaticLibrary \
UIConfig \
UnoApi \
- UnoApiMerge \
UnpackedTarball \
WinResTarget \
Zip \
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk
index 71101ca2ab79..3c43b361cf39 100644
--- a/solenv/gbuild/TargetLocations.mk
+++ b/solenv/gbuild/TargetLocations.mk
@@ -56,8 +56,6 @@ gb_ResTarget_get_outdir_target = $(OUTDIR)/bin/$(1).res
gb_ResTarget_get_unittest_target = \
$(OUTDIR)/unittest/install/program/resource/$(1).res
gb_UnoApi_get_target = $(OUTDIR)/bin/$(1).rdb
-gb_UnoApiMerge_get_target = $(OUTDIR)/bin/$(1).rdb
-gb_UnoApiMerge_get_target_for_build = $(OUTDIR_FOR_BUILD)/bin/$(1).rdb
gb_Jar_get_outdir_target = $(OUTDIR)/bin/$(1).jar
gb_Zip_get_outdir_target = $(OUTDIR)/pck/$(1).zip
gb_Zip_get_outdir_target_for_build = $(OUTDIR_FOR_BUILD)/pck/$(1).zip
@@ -343,7 +341,6 @@ $(eval $(call gb_Helper_make_outdir_clean_targets,\
Library \
StaticLibrary \
UnoApi \
- UnoApiMerge \
))
$(eval $(call gb_Helper_make_dep_targets,\
diff --git a/solenv/gbuild/UnoApiMerge.mk b/solenv/gbuild/UnoApiMerge.mk
deleted file mode 100644
index 8d140778312a..000000000000
--- a/solenv/gbuild/UnoApiMerge.mk
+++ /dev/null
@@ -1,61 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-# Note: targets for this class are the same as for UnoApi, therefore
-# there is no need to define them again (and if we did, they would
-# overwrite the UnoApi targets anyway...)
-
-define gb_UnoApiMerge_UnoApiMerge
-$(call gb_UnoApiTarget_UnoApiTarget,$(1))
-
-$(call gb_UnoApiTarget_set_root,$(1),/)
-
-$(call gb_UnoApiMerge_get_target,$(1)) :| $(dir $(call gb_UnoApiMerge_get_target,$(1))).dir
-$(call gb_UnoApiMerge_get_target,$(1)) : $(call gb_UnoApiTarget_get_target,$(1))
-$(call gb_UnoApiMerge_get_clean_target,$(1)) : $(call gb_UnoApiTarget_get_clean_target,$(1))
-
-$(call gb_UnoApiTarget_get_headers_target,$(1)) : $(gb_Helper_MISCDUMMY)
-
-$(call gb_Deliver_add_deliverable,$(call gb_UnoApiMerge_get_target,$(1)),$(call gb_UnoApiTarget_get_target,$(1)),$(1))
-
-$$(eval $$(call gb_Module_register_target,$(call gb_UnoApiMerge_get_target,$(1)),$(call gb_UnoApiMerge_get_clean_target,$(1))))
-$(call gb_Helper_make_userfriendly_targets,$(1),UnoApiMerge)
-
-endef
-
-define gb_UnoApiMerge_add_rdbfile
-$$(call gb_Output_error,gb_UnoApiMerge_add_rdbfile: use gb_UnoApiMerge_use_api instead.)
-endef
-
-define gb_UnoApiMerge__use_api
-$(call gb_UnoApiTarget_merge_api,$(1),$(2))
-$(call gb_UnoApiTarget_get_external_headers_target,$(1)) : $(call gb_UnoApiTarget_get_headers_target,$(2))
-
-endef
-
-define gb_UnoApiMerge_add_rdbfiles
-$$(call gb_Output_error,gb_UnoApiMerge_add_rdbfiles: use gb_UnoApiMerge_use_api instead.)
-endef
-
-define gb_UnoApiMerge_use_api
-$(foreach rdb,$(2),$(call gb_UnoApiMerge__use_api,$(1),$(rdb)))
-
-endef
-
-define gb_UnoApiMerge_add_reference_rdbfile
-$$(call gb_Output_error,gb_UnoApiMerge_add_reference_rdbfile: use gb_UnoApiMerge_set_reference_rdbfile instead.)
-
-endef
-
-define gb_UnoApiMerge_set_reference_rdbfile
-$(call gb_UnoApiTarget_set_reference_rdbfile,$(1),$(2))
-
-endef
-
-# vim: set noet sw=4 ts=4:
diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt
index 776aeb1273d7..730b34eb5433 100644
--- a/solenv/gbuild/gbuild.help.txt
+++ b/solenv/gbuild/gbuild.help.txt
@@ -76,7 +76,6 @@ AVAILABLE TARGETS
o StaticLibrary
o UI
o UnoApi
- o UnoApiMerge
o UnpackedTarball
o WinResTarget
o Zip
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index def5ff81db9a..5e06cbbba800 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -322,7 +322,6 @@ include $(foreach class, \
UIConfig \
UnoApiTarget \
UnoApi \
- UnoApiMerge \
UnpackedTarball \
InternalUnoApi \
CliAssembly \