Don't loose scanned image's resolution precision
[LibreOffice.git] / external / libwps / Module_libwps.mk
blob2b52c4acb4bd3b1aa3f8e45930549cc44ede99b7
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,libwps))
12 $(eval $(call gb_Module_add_targets,libwps,\
13 UnpackedTarball_libwps \
16 ifeq ($(COM),MSC)
18 $(eval $(call gb_Module_add_targets,libwps,\
19 Library_wps \
22 else
24 $(eval $(call gb_Module_add_targets,libwps,\
25 ExternalPackage_libwps \
26 ExternalProject_libwps \
29 endif
31 # vim: set noet sw=4 ts=4: