Silence bogus MSC "must return a value" errors.
[LibreOffice.git] / hwpfilter / Library_hwp.mk
blob1cfb9210171a5b8744c967b908b335e8d34f01cb
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Initial Developer of the Original Code is
15 # Caolán McNamara, Red Hat, Inc. <caolanm@redhat.com>
16 # Portions created by the Initial Developer are Copyright (C) 2011 the
17 # Initial Developer. All Rights Reserved.
19 # Major Contributor(s):
21 # For minor contributions see the git repository.
23 # Alternatively, the contents of this file may be used under the terms of
24 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
25 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
26 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
27 # instead of those above.
29 $(eval $(call gb_Library_Library,hwp))
31 $(eval $(call gb_Library_add_precompiled_header,hwp,$(SRCDIR)/hwpfilter/inc/pch/precompiled_hwpfilter))
33 $(eval $(call gb_Library_set_include,hwp,\
34 $$(INCLUDE) \
35 -I$(realpath $(SRCDIR)/hwpfilter/inc/pch) \
38 $(eval $(call gb_Library_add_api,hwp,\
39 offapi \
40 udkapi \
43 $(eval $(call gb_Library_add_linked_libs,hwp,\
44 comphelper \
45 cppu \
46 cppuhelper \
47 sal \
48 $(gb_STDLIBS) \
51 $(eval $(call gb_Library_use_external,hwp,zlib))
53 ifeq ($(OS),WNT)
55 $(eval $(call gb_Library_add_linked_libs,hwp,\
56 ole32 \
57 uuid \
60 endif
62 $(eval $(call gb_Library_set_componentfile,hwp,hwpfilter/source/hwp))
64 $(eval $(call gb_Library_add_exception_objects,hwp,\
65 hwpfilter/source/attributes \
66 hwpfilter/source/cspline \
67 hwpfilter/source/fontmap \
68 hwpfilter/source/formula \
69 hwpfilter/source/grammar \
70 hwpfilter/source/hbox \
71 hwpfilter/source/hcode \
72 hwpfilter/source/hfont \
73 hwpfilter/source/hgzip \
74 hwpfilter/source/himgutil \
75 hwpfilter/source/hinfo \
76 hwpfilter/source/hiodev \
77 hwpfilter/source/hpara \
78 hwpfilter/source/hstream \
79 hwpfilter/source/hstyle \
80 hwpfilter/source/htags \
81 hwpfilter/source/hutil \
82 hwpfilter/source/hwpeq \
83 hwpfilter/source/hwpfile \
84 hwpfilter/source/hwpread \
85 hwpfilter/source/hwpreader \
86 hwpfilter/source/lexer \
87 hwpfilter/source/mzstring \
88 hwpfilter/source/solver \
91 # vim: set noet sw=4 ts=4: