Bump version to 4.1-6
[LibreOffice.git] / fpicker / Module_fpicker.mk
blob1dc3181477e393c617e6b4fa5e73e23283de428b
1 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Module_Module,fpicker))
13 $(eval $(call gb_Module_add_targets,fpicker,\
14 AllLangResTarget_fps_office \
15 Library_fpicker \
16 Library_fps_office \
19 ifeq ($(OS),MACOSX)
20 $(eval $(call gb_Module_add_targets,fpicker,\
21 Library_fps_aqua \
23 endif
25 ifeq ($(OS),WNT)
26 $(eval $(call gb_Module_add_targets,fpicker,\
27 Library_fps \
28 WinResTarget_fps \
30 endif
32 # vim: set noet sw=4 ts=4: