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
,\
23 $(eval
$(call gb_Library_use_externals
,hwp
,\
28 $(eval
$(call gb_Library_set_precompiled_header
,hwp
,hwpfilter
/inc
/pch
/precompiled_hwp
))
32 $(eval
$(call gb_Library_use_system_win32_libs
,hwp
,\
39 $(eval
$(call gb_Library_set_componentfile
,hwp
,hwpfilter
/source
/hwp
,services
))
41 $(eval
$(call gb_Library_add_exception_objects
,hwp
,\
42 hwpfilter
/source
/attributes \
43 hwpfilter
/source
/cspline \
44 hwpfilter
/source
/fontmap \
45 hwpfilter
/source
/formula \
46 hwpfilter
/source
/grammar \
47 hwpfilter
/source
/hbox \
48 hwpfilter
/source
/hcode \
49 hwpfilter
/source
/hfont \
50 hwpfilter
/source
/hgzip \
51 hwpfilter
/source
/hinfo \
52 hwpfilter
/source
/hiodev \
53 hwpfilter
/source
/hpara \
54 hwpfilter
/source
/hstream \
55 hwpfilter
/source
/hstyle \
56 hwpfilter
/source
/htags \
57 hwpfilter
/source
/hutil \
58 hwpfilter
/source
/hwpeq \
59 hwpfilter
/source
/hwpfile \
60 hwpfilter
/source
/hwpread \
61 hwpfilter
/source
/hwpreader \
62 hwpfilter
/source
/lexer \
63 hwpfilter
/source
/solver \
66 # vim: set noet sw=4 ts=4: