do not rebuild PCHs on icecream/ccache change, take #2
[LibreOffice.git] / external / libassuan / ExternalPackage_libassuan.mk
blob7a08028adbdd6ef654d6c813d7c1bf453b44fce8
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_ExternalPackage_ExternalPackage,libassuan,libassuan))
12 $(eval $(call gb_ExternalPackage_use_external_project,libassuan,libassuan))
14 ifneq ($(DISABLE_DYNLOADING),TRUE)
16 ifeq ($(OS),LINUX)
18 $(eval $(call gb_ExternalPackage_add_file,libassuan,$(LIBO_LIB_FOLDER)/libassuan.so.0,src/.libs/libassuan.so.0.8.3))
20 else ifeq ($(OS),MACOSX)
22 $(eval $(call gb_ExternalPackage_add_file,libassuan,$(LIBO_LIB_FOLDER)/libassuan.0.dylib,src/.libs/libassuan.0.dylib))
24 endif
26 endif # $(DISABLE_DYNLOADING)
28 # vim: set noet sw=4 ts=4: