Update git submodules
[LibreOffice.git] / hwpfilter / Library_hwp.mk
blob159770b7801294ceac987dbe23742ffa5333690f
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 utl \
20 tl \
23 $(eval $(call gb_Library_use_externals,hwp,\
24 zlib \
27 $(eval $(call gb_Library_set_precompiled_header,hwp,hwpfilter/inc/pch/precompiled_hwp))
29 ifeq ($(OS),WNT)
31 $(eval $(call gb_Library_use_system_win32_libs,hwp,\
32 ole32 \
33 uuid \
36 endif
38 $(eval $(call gb_Library_set_componentfile,hwp,hwpfilter/source/hwp,services))
40 $(eval $(call gb_Library_add_exception_objects,hwp,\
41 hwpfilter/source/attributes \
42 hwpfilter/source/cspline \
43 hwpfilter/source/fontmap \
44 hwpfilter/source/formula \
45 hwpfilter/source/grammar \
46 hwpfilter/source/hbox \
47 hwpfilter/source/hcode \
48 hwpfilter/source/hfont \
49 hwpfilter/source/hgzip \
50 hwpfilter/source/hinfo \
51 hwpfilter/source/hiodev \
52 hwpfilter/source/hpara \
53 hwpfilter/source/hstream \
54 hwpfilter/source/hstyle \
55 hwpfilter/source/htags \
56 hwpfilter/source/hutil \
57 hwpfilter/source/hwpeq \
58 hwpfilter/source/hwpfile \
59 hwpfilter/source/hwpread \
60 hwpfilter/source/hwpreader \
61 hwpfilter/source/lexer \
62 hwpfilter/source/solver \
65 # vim: set noet sw=4 ts=4: