sw_ooxmlimport: move export test to sw_ooxmlexport8
[LibreOffice.git] / external / libexttextcat / Module_libexttextcat.mk
blob00f73f6196b28c6e54bac456d3637c335bf870dc
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_Module_Module,libexttextcat))
12 $(eval $(call gb_Module_add_targets,libexttextcat,\
13 ExternalPackage_fingerprint \
14 UnpackedTarball_libexttextcat \
16 ifeq ($(COM),MSC)
17 $(eval $(call gb_Module_add_targets,libexttextcat,\
18 StaticLibrary_libexttextcat \
20 else
21 $(eval $(call gb_Module_add_targets,libexttextcat,\
22 ExternalProject_libexttextcat \
24 endif
26 # vim: set noet sw=4 ts=4: