bump product version to 4.1.6.2
[LibreOffice.git] / odk / Package_config.mk
bloba58620eb05bef0d32d4214c24e1522b5fa3ea32c
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Package_Package,odk_config,$(SRCDIR)/odk/config))
12 $(eval $(call gb_Package_set_outdir,odk_config,$(INSTDIR)))
14 ifeq ($(OS),WNT)
15 $(eval $(call gb_Package_add_files,odk_config,$(gb_Package_SDKDIRNAME),\
16 cfgWin.js \
17 setsdkenv_windows.template \
18 setsdkname.bat \
20 else
21 $(eval $(call gb_Package_add_files,odk_config,$(gb_Package_SDKDIRNAME),\
22 configure.pl \
23 setsdkenv_unix \
24 setsdkenv_unix.sh.in \
26 endif
28 # vim: set noet sw=4 ts=4: