Kaydet (Commit) 6cf65f96 authored tarafından Michael Stahl's avatar Michael Stahl

odk: merge Package_config_notwin into Packge_config

Change-Id: I021ae1bc6d816d359be364c221d70a0e178a8b80
üst 2b16f680
...@@ -36,10 +36,6 @@ $(eval $(call gb_Module_add_targets,odk,\ ...@@ -36,10 +36,6 @@ $(eval $(call gb_Module_add_targets,odk,\
CustomTarget_config_win \ CustomTarget_config_win \
Package_config_win \ Package_config_win \
)) ))
else
$(eval $(call gb_Module_add_targets,odk,\
Package_config_notwin \
))
endif endif
ifneq ($(ENABLE_JAVA),) ifneq ($(ENABLE_JAVA),)
......
...@@ -7,21 +7,23 @@ ...@@ -7,21 +7,23 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
$(eval $(call gb_Package_Package,odk_config,$(SRCDIR)/odk/config)) $(eval $(call gb_Package_Package,odk_config,$(SRCDIR)))
$(eval $(call gb_Package_set_outdir,odk_config,$(INSTDIR))) $(eval $(call gb_Package_set_outdir,odk_config,$(INSTDIR)))
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
$(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\ $(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\
cfgWin.js \ odk/config/cfgWin.js \
setsdkenv_windows.template \ odk/config/setsdkenv_windows.template \
setsdkname.bat \ odk/config/setsdkname.bat \
)) ))
else else
$(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\ $(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\
configure.pl \ config.guess \
setsdkenv_unix \ config.sub \
setsdkenv_unix.sh.in \ odk/config/configure.pl \
odk/config/setsdkenv_unix \
odk/config/setsdkenv_unix.sh.in \
)) ))
endif endif
......
# -*- 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_Package_Package,odk_config_notwin,$(SRCDIR)))
$(eval $(call gb_Package_set_outdir,odk_config_notwin,$(INSTDIR)))
$(eval $(call gb_Package_add_files,odk_config_notwin,$(SDKDIRNAME),\
config.guess \
config.sub \
))
# vim: set noet sw=4 ts=4:
...@@ -96,13 +96,6 @@ File gid_File_Package_odk_config_win ...@@ -96,13 +96,6 @@ File gid_File_Package_odk_config_win
Name = "odk_config_win.filelist"; Name = "odk_config_win.filelist";
Styles = (FILELIST,USE_INTERNAL_RIGHTS); Styles = (FILELIST,USE_INTERNAL_RIGHTS);
End End
#else
File gid_File_Package_odk_config_notwin
TXT_FILE_BODY;
Dir = FILELIST_SDK_DIR;
Name = "odk_config_notwin.filelist";
Styles = (FILELIST,USE_INTERNAL_RIGHTS);
End
#endif #endif
File gid_File_Package_odk_docs File gid_File_Package_odk_docs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment