# -*- 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,pyuno/python_shell)) $(eval $(call gb_CustomTarget_register_targets,pyuno/python_shell,\ os.sh \ python.sh \ )) ifeq ($(OS),MACOSX) pyuno_PYTHON_SHELL_VERSION:=$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR) else pyuno_PYTHON_SHELL_VERSION:=$(PYTHON_VERSION) endif $(call gb_CustomTarget_get_workdir,pyuno/python_shell)/python.sh : \ $(SRCDIR)/pyuno/zipcore/python.sh \ $(call gb_CustomTarget_get_workdir,pyuno/python_shell)/os.sh $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CAT,1) cat $^ > $@ && chmod +x $@ $(call gb_CustomTarget_get_workdir,pyuno/python_shell)/os.sh : \ $(SRCDIR)/pyuno/zipcore/$(if $(filter MACOSX,$(OS)),mac,nonmac).sh \ $(BUILDDIR)/config_$(gb_Side)/config_python.h $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SED,1) sed -e "s/%%PYVERSION%%/$(pyuno_PYTHON_SHELL_VERSION)/g" \ $< > $@ # vim: set noet sw=4 ts=4: b/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Expand)Author
2023-11-21Cleanup make files for Java/C++ SDK examplesHossein
2023-11-21tdf#143122 Port FirstLoadComponent example to C++Hossein
2023-11-20Separate folders for DevelopersGuide/FirstStepsHossein
2023-11-06Make CustomTarget_odk/build-examples_java more robust against localized envsStephan Bergmann
2023-11-04Fix typoAndrea Gelmini
2023-11-03Fix typoAndrea Gelmini
2023-11-02'new Double' is deprecated in JavaNoel Grandin
2023-11-02'new Float' is deprecated in JavaNoel Grandin
2023-10-27Explicitly build the ODK examples against C++03Stephan Bergmann
2023-10-04remove obsolete -single_module linker flag (is the default)Christian Lohmaier
2023-09-25tdf#146150 Use dispatch cmd for the corresponding SIDapurvapriyadarshi
2023-09-16tdf#157273 Port DevelopersGuide/FirstSteps examples to BASICHossein
2023-09-09Rename .cpp examples to .cxxHossein
2023-09-08tdf#143123 Port DevelopersGuide/FirstSteps/FirstLoadComponent to PythonHossein
2023-09-07Simplify condition in a loop over a single elementHossein
2023-06-29Point to LO DevGuide instead of OOoSamuel Mehrbrodt
2023-04-25Add script to find unused using declarationsGabor Kelemen
2023-04-18tdf#143123 Port DevelopersGuide/FirstSteps/HelloTextTableShape to PythonChenxiong Qi
2023-04-11allow native compile for windows aarch64Christian Lohmaier
2023-02-17Quote some Windows shell settingsStephan Bergmann
2023-02-17Remove remaining STL_INCLUDESStephan Bergmann
2023-01-27Remove support for AIXStephan Bergmann
2023-01-19tdf#143123 Port some Spreadsheet Java examples to PythonChenxiong Qi
2023-01-18Fix typoAndrea Gelmini
2023-01-01Bump copyright year to 2023Adolfo Jayme Barrientos
2022-12-13bump minimum make version to 4.0 (for $(file …) function)Christian Lohmaier
2022-12-03tdf#143123 Port Text Java examples to PythonChenxiong Qi
2022-10-23Avoid nesting using 'else conditional-directive'Mike Kaganski
2022-10-13tdf#143123 port DocumentHandling examples to PythonChenxiong Qi
2022-09-15cid#1500416 Resource leakCaolán McNamara
2022-09-08replace egrep/fgrep calls with grep -E/grep -FRene Engelhard