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
,\
22 $(eval
$(call gb_Library_use_externals
,hwp
,\
29 $(eval
$(call gb_Library_use_system_win32_libs
,hwp
,\
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: