Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / external / twain_dsm / Module_twain_dsm.mk
blob10db9b9a4dacf4969b0ef456e24703d643da8b23
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,twain_dsm))
12 ifeq ($(OS),WNT)
14 $(eval $(call gb_Module_add_targets,twain_dsm,\
15 UnpackedTarball_twain_dsm \
16 $(if $(filter X86_64,$(CPUNAME)), \
17 ExternalProject_twain_dsm \
18 ExternalPackage_twain_dsm \
19 ) \
22 endif
24 # vim: set noet sw=4 ts=4: