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
14 # Major Contributor(s):
15 # Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval
$(call gb_Library_Library
,rpt
))
30 $(eval
$(call gb_Library_set_include
,rpt
,\
32 -I
$(SRCDIR
)/reportdesign
/inc \
33 -I
$(SRCDIR
)/reportdesign
/source
/inc \
34 -I
$(SRCDIR
)/reportdesign
/source
/core
/inc \
37 $(eval
$(call gb_Library_add_defs
,rpt
,\
38 -DREPORTDESIGN_DLLIMPLEMENTATION \
41 $(eval
$(call gb_Library_use_api
,rpt
,\
46 $(eval
$(call gb_Library_use_libraries
,rpt
,\
68 $(eval
$(call gb_Library_set_componentfile
,rpt
,reportdesign
/util
/rpt
))
70 $(eval
$(call gb_Library_add_exception_objects
,rpt
,\
71 reportdesign
/source
/core
/api
/FixedLine \
72 reportdesign
/source
/core
/api
/FixedText \
73 reportdesign
/source
/core
/api
/FormatCondition \
74 reportdesign
/source
/core
/api
/FormattedField \
75 reportdesign
/source
/core
/api
/Function \
76 reportdesign
/source
/core
/api
/Functions \
77 reportdesign
/source
/core
/api
/Group \
78 reportdesign
/source
/core
/api
/Groups \
79 reportdesign
/source
/core
/api
/ImageControl \
80 reportdesign
/source
/core
/api
/ReportComponent \
81 reportdesign
/source
/core
/api
/ReportControlModel \
82 reportdesign
/source
/core
/api
/ReportDefinition \
83 reportdesign
/source
/core
/api
/ReportEngineJFree \
84 reportdesign
/source
/core
/api
/ReportVisitor \
85 reportdesign
/source
/core
/api
/Section \
86 reportdesign
/source
/core
/api
/services \
87 reportdesign
/source
/core
/api
/Shape \
88 reportdesign
/source
/core
/api
/Tools \
89 reportdesign
/source
/core
/misc
/conditionalexpression \
90 reportdesign
/source
/core
/misc
/conditionupdater \
91 reportdesign
/source
/core
/misc
/reportformula \
92 reportdesign
/source
/core
/resource
/core_resource \
93 reportdesign
/source
/core
/sdr
/formatnormalizer \
94 reportdesign
/source
/core
/sdr
/ModuleHelper \
95 reportdesign
/source
/core
/sdr
/PropertyForward \
96 reportdesign
/source
/core
/sdr
/ReportDrawPage \
97 reportdesign
/source
/core
/sdr
/ReportUndoFactory \
98 reportdesign
/source
/core
/sdr
/RptModel \
99 reportdesign
/source
/core
/sdr
/RptObject \
100 reportdesign
/source
/core
/sdr
/RptObjectListener \
101 reportdesign
/source
/core
/sdr
/RptPage \
102 reportdesign
/source
/core
/sdr
/UndoActions \
103 reportdesign
/source
/core
/sdr
/UndoEnv \
104 reportdesign
/source
/shared
/corestrings \
107 # vim: set noet sw=4 ts=4: