Update git submodules
[LibreOffice.git] / odk / examples / python / minimal-extension / Makefile
blob0cd40a43c1b3f07334386f72d558a08916120033
2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 PRJ = ../../..
10 SETTINGS = $(PRJ)/settings
12 include $(SETTINGS)/settings.mk
13 include $(SETTINGS)/std.mk
15 FILES = \
16 Addons.xcu \
17 META-INF/manifest.xml \
18 description.xml \
19 pkg-description/pkg-description.en \
20 registration/license.txt \
21 main.py
23 $(OUT_BIN)/minimal-python.$(UNOOXT_EXT): $(FILES)
24 -$(MKDIR) $(subst /,$(PS),$(@D))
25 $(SDK_ZIP) $@ $^