# -*- 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/. # $(eval $(call gb_CustomTarget_CustomTarget,odk/odkcommon/idl)) odkcommon_ZIPLIST += $(subst $(SRCDIR)/udkapi/,idl/,$(shell find $(SRCDIR)/udkapi/com -type f)) odkcommon_ZIPLIST += $(subst $(SRCDIR)/offapi/,idl/,$(shell find $(SRCDIR)/offapi/com -type f)) $(call gb_CustomTarget_get_target,odk/odkcommon/idl) : $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),build,CPY,1) mkdir -p $(odk_WORKDIR)/idl cp -rf $(SRCDIR)/udkapi/com $(odk_WORKDIR)/idl cp -rf $(SRCDIR)/offapi/com $(odk_WORKDIR)/idl touch $@ # vim: set noet sw=4 ts=4: o/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bean
AgeCommit message (Expand)Author
2013-05-15Don't export a variable called PATH_SEPARATORTor Lillqvist
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-07Revert to mis-typed com.sun.star.comp.beans.OOoBean.aquireSystemWindow againStephan Bergmann
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24move URE headers to include/David Tardon