Files
loongoffice/external/Module_external.mk
Bjoern Michaelsen e2cec503d2 empty statement is empty
Change-Id: I1b9dacea79b978384b61240bdecf83b9bd924a66
Reviewed-on: https://gerrit.libreoffice.org/6267
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-10-16 16:21:37 +00:00

38 lines
907 B
Makefile

# -*- 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_Module_Module,external))
ifeq ($(OS)$(COM),WNTGCC)
$(eval $(call gb_Module_add_targets,external,\
CustomTarget_jawt \
Package_jawt \
Package_mingw_dlls \
Package_mingw_gccdlls \
))
endif
ifeq ($(COM),MSC)
$(eval $(call gb_Module_add_moduledir,external,msc-externals))
endif
ifeq ($(HAVE_READDIR_R),NO)
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,external,\
UnpackedTarball_glibc \
StaticLibrary_gnu_readdir_r \
))
endif
endif
$(call gb_Helper_optional,LIBPNG,\
$(eval $(call gb_Module_add_moduledir,external,libpng)))
# vim: set noet sw=4 ts=4: