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