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
,rpt
))
12 $(eval
$(call gb_Library_set_include
,rpt
,\
14 -I
$(SRCDIR
)/reportdesign
/inc \
15 -I
$(SRCDIR
)/reportdesign
/source
/inc \
16 -I
$(SRCDIR
)/reportdesign
/source
/core
/inc \
19 $(eval
$(call gb_Library_add_defs
,rpt
,\
20 -DREPORTDESIGN_DLLIMPLEMENTATION \
23 $(eval
$(call gb_Library_use_external
,rpt
,boost_headers
))
25 $(eval
$(call gb_Library_set_precompiled_header
,rpt
,$(SRCDIR
)/reportdesign
/inc
/pch
/precompiled_rpt
))
27 $(eval
$(call gb_Library_use_sdk_api
,rpt
))
29 $(eval
$(call gb_Library_use_libraries
,rpt
,\
51 $(eval
$(call gb_Library_set_componentfile
,rpt
,reportdesign
/util
/rpt
))
53 $(eval
$(call gb_Library_add_exception_objects
,rpt
,\
54 reportdesign
/source
/core
/api
/FixedLine \
55 reportdesign
/source
/core
/api
/FixedText \
56 reportdesign
/source
/core
/api
/FormatCondition \
57 reportdesign
/source
/core
/api
/FormattedField \
58 reportdesign
/source
/core
/api
/Function \
59 reportdesign
/source
/core
/api
/Functions \
60 reportdesign
/source
/core
/api
/Group \
61 reportdesign
/source
/core
/api
/Groups \
62 reportdesign
/source
/core
/api
/ImageControl \
63 reportdesign
/source
/core
/api
/ReportComponent \
64 reportdesign
/source
/core
/api
/ReportControlModel \
65 reportdesign
/source
/core
/api
/ReportDefinition \
66 reportdesign
/source
/core
/api
/ReportEngineJFree \
67 reportdesign
/source
/core
/api
/ReportVisitor \
68 reportdesign
/source
/core
/api
/Section \
69 reportdesign
/source
/core
/api
/services \
70 reportdesign
/source
/core
/api
/Shape \
71 reportdesign
/source
/core
/api
/Tools \
72 reportdesign
/source
/core
/misc
/conditionalexpression \
73 reportdesign
/source
/core
/misc
/conditionupdater \
74 reportdesign
/source
/core
/misc
/reportformula \
75 reportdesign
/source
/core
/resource
/core_resource \
76 reportdesign
/source
/core
/sdr
/formatnormalizer \
77 reportdesign
/source
/core
/sdr
/PropertyForward \
78 reportdesign
/source
/core
/sdr
/ReportDrawPage \
79 reportdesign
/source
/core
/sdr
/ReportUndoFactory \
80 reportdesign
/source
/core
/sdr
/RptModel \
81 reportdesign
/source
/core
/sdr
/RptObject \
82 reportdesign
/source
/core
/sdr
/RptObjectListener \
83 reportdesign
/source
/core
/sdr
/RptPage \
84 reportdesign
/source
/core
/sdr
/UndoActions \
85 reportdesign
/source
/core
/sdr
/UndoEnv \
88 # vim: set noet sw=4 ts=4: