bump product version to 4.1.6.2
[LibreOffice.git] / hwpfilter / Library_hwp.mk
blob059e8b4841dd573c346f847cdba0e41c46da36a6
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_Library_Library,hwp))
12 $(eval $(call gb_Library_use_sdk_api,hwp))
14 $(eval $(call gb_Library_use_libraries,hwp,\
15 comphelper \
16 cppu \
17 cppuhelper \
18 sal \
19 $(gb_UWINAPI) \
22 $(eval $(call gb_Library_use_externals,hwp,\
23 boost_headers \
24 zlib \
27 ifeq ($(OS),WNT)
29 $(eval $(call gb_Library_use_system_win32_libs,hwp,\
30 ole32 \
31 uuid \
34 endif
36 $(eval $(call gb_Library_set_componentfile,hwp,hwpfilter/source/hwp))
38 $(eval $(call gb_Library_add_exception_objects,hwp,\
39 hwpfilter/source/attributes \
40 hwpfilter/source/cspline \
41 hwpfilter/source/fontmap \
42 hwpfilter/source/formula \
43 hwpfilter/source/grammar \
44 hwpfilter/source/hbox \
45 hwpfilter/source/hcode \
46 hwpfilter/source/hfont \
47 hwpfilter/source/hgzip \
48 hwpfilter/source/hinfo \
49 hwpfilter/source/hiodev \
50 hwpfilter/source/hpara \
51 hwpfilter/source/hstream \
52 hwpfilter/source/hstyle \
53 hwpfilter/source/htags \
54 hwpfilter/source/hutil \
55 hwpfilter/source/hwpeq \
56 hwpfilter/source/hwpfile \
57 hwpfilter/source/hwpread \
58 hwpfilter/source/hwpreader \
59 hwpfilter/source/lexer \
60 hwpfilter/source/mzstring \
61 hwpfilter/source/solver \
64 # vim: set noet sw=4 ts=4: