1*b63233d8Sdamjan############################################################### 2*b63233d8Sdamjan# 3*b63233d8Sdamjan# Licensed to the Apache Software Foundation (ASF) under one 4*b63233d8Sdamjan# or more contributor license agreements. See the NOTICE file 5*b63233d8Sdamjan# distributed with this work for additional information 6*b63233d8Sdamjan# regarding copyright ownership. The ASF licenses this file 7*b63233d8Sdamjan# to you under the Apache License, Version 2.0 (the 8*b63233d8Sdamjan# "License"); you may not use this file except in compliance 9*b63233d8Sdamjan# with the License. You may obtain a copy of the License at 10*b63233d8Sdamjan# 11*b63233d8Sdamjan# http://www.apache.org/licenses/LICENSE-2.0 12*b63233d8Sdamjan# 13*b63233d8Sdamjan# Unless required by applicable law or agreed to in writing, 14*b63233d8Sdamjan# software distributed under the License is distributed on an 15*b63233d8Sdamjan# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*b63233d8Sdamjan# KIND, either express or implied. See the License for the 17*b63233d8Sdamjan# specific language governing permissions and limitations 18*b63233d8Sdamjan# under the License. 19*b63233d8Sdamjan# 20*b63233d8Sdamjan############################################################### 21*b63233d8Sdamjan 22*b63233d8Sdamjan 23*b63233d8Sdamjan 24*b63233d8Sdamjan$(eval $(call gb_Library_Library,rpt)) 25*b63233d8Sdamjan$(eval $(call gb_Library_add_package_headers,rpt,reportdesign_inc)) 26*b63233d8Sdamjan$(eval $(call gb_Library_add_precompiled_header,rpt,$(SRCDIR)/reportdesign/inc/pch/precompiled_reportdesign)) 27*b63233d8Sdamjan 28*b63233d8Sdamjan$(eval $(call gb_Library_set_componentfile,rpt,reportdesign/util/rpt)) 29*b63233d8Sdamjan 30*b63233d8Sdamjan$(eval $(call gb_Library_add_api,rpt,\ 31*b63233d8Sdamjan udkapi \ 32*b63233d8Sdamjan offapi \ 33*b63233d8Sdamjan)) 34*b63233d8Sdamjan 35*b63233d8Sdamjan$(eval $(call gb_Library_set_include,rpt,\ 36*b63233d8Sdamjan -I$(SRCDIR)/reportdesign/inc \ 37*b63233d8Sdamjan -I$(SRCDIR)/reportdesign/source/core/inc \ 38*b63233d8Sdamjan -I$(SRCDIR)/reportdesign/source/inc \ 39*b63233d8Sdamjan -I$(SRCDIR)/reportdesign/inc/pch \ 40*b63233d8Sdamjan $$(INCLUDE) \ 41*b63233d8Sdamjan)) 42*b63233d8Sdamjan 43*b63233d8Sdamjan$(eval $(call gb_Library_add_defs,rpt,\ 44*b63233d8Sdamjan -DREPORTDESIGN_DLLIMPLEMENTATION \ 45*b63233d8Sdamjan)) 46*b63233d8Sdamjan 47*b63233d8Sdamjan$(eval $(call gb_Library_add_linked_libs,rpt,\ 48*b63233d8Sdamjan editeng \ 49*b63233d8Sdamjan sb \ 50*b63233d8Sdamjan tl \ 51*b63233d8Sdamjan svt \ 52*b63233d8Sdamjan svl \ 53*b63233d8Sdamjan cppuhelper \ 54*b63233d8Sdamjan cppu \ 55*b63233d8Sdamjan comphelper \ 56*b63233d8Sdamjan dbtools \ 57*b63233d8Sdamjan dbui \ 58*b63233d8Sdamjan utl \ 59*b63233d8Sdamjan vcl \ 60*b63233d8Sdamjan sal \ 61*b63233d8Sdamjan stl \ 62*b63233d8Sdamjan i18nisolang1 \ 63*b63233d8Sdamjan ucbhelper \ 64*b63233d8Sdamjan sfx \ 65*b63233d8Sdamjan salhelper \ 66*b63233d8Sdamjan fwe \ 67*b63233d8Sdamjan svx \ 68*b63233d8Sdamjan svxcore \ 69*b63233d8Sdamjan ootk \ 70*b63233d8Sdamjan $(gb_STDLIBS) \ 71*b63233d8Sdamjan)) 72*b63233d8Sdamjan 73*b63233d8Sdamjan$(eval $(call gb_Library_add_exception_objects,rpt,\ 74*b63233d8Sdamjan reportdesign/source/core/api/FormattedField \ 75*b63233d8Sdamjan reportdesign/source/core/api/Groups \ 76*b63233d8Sdamjan reportdesign/source/core/api/Group \ 77*b63233d8Sdamjan reportdesign/source/core/api/Section \ 78*b63233d8Sdamjan reportdesign/source/core/api/services \ 79*b63233d8Sdamjan reportdesign/source/core/api/FixedText \ 80*b63233d8Sdamjan reportdesign/source/core/api/ImageControl \ 81*b63233d8Sdamjan reportdesign/source/core/api/ReportDefinition \ 82*b63233d8Sdamjan reportdesign/source/core/api/ReportComponent \ 83*b63233d8Sdamjan reportdesign/source/core/api/ReportEngineJFree \ 84*b63233d8Sdamjan reportdesign/source/core/api/Tools \ 85*b63233d8Sdamjan reportdesign/source/core/api/Function \ 86*b63233d8Sdamjan reportdesign/source/core/api/Functions \ 87*b63233d8Sdamjan reportdesign/source/core/api/ReportControlModel \ 88*b63233d8Sdamjan reportdesign/source/core/api/FormatCondition \ 89*b63233d8Sdamjan reportdesign/source/core/api/ReportVisitor \ 90*b63233d8Sdamjan reportdesign/source/core/api/Shape \ 91*b63233d8Sdamjan reportdesign/source/core/api/FixedLine \ 92*b63233d8Sdamjan reportdesign/source/core/misc/conditionalexpression \ 93*b63233d8Sdamjan reportdesign/source/core/misc/conditionupdater \ 94*b63233d8Sdamjan reportdesign/source/core/misc/reportformula \ 95*b63233d8Sdamjan reportdesign/source/core/resource/core_resource \ 96*b63233d8Sdamjan reportdesign/source/core/sdr/RptModel \ 97*b63233d8Sdamjan reportdesign/source/core/sdr/RptPage \ 98*b63233d8Sdamjan reportdesign/source/core/sdr/UndoActions \ 99*b63233d8Sdamjan reportdesign/source/core/sdr/RptObject \ 100*b63233d8Sdamjan reportdesign/source/core/sdr/RptObjectListener \ 101*b63233d8Sdamjan reportdesign/source/core/sdr/ModuleHelper \ 102*b63233d8Sdamjan reportdesign/source/core/sdr/PropertyForward \ 103*b63233d8Sdamjan reportdesign/source/core/sdr/ReportDrawPage \ 104*b63233d8Sdamjan reportdesign/source/core/sdr/ReportUndoFactory \ 105*b63233d8Sdamjan reportdesign/source/core/sdr/UndoEnv \ 106*b63233d8Sdamjan reportdesign/source/core/sdr/formatnormalizer \ 107*b63233d8Sdamjan)) 108*b63233d8Sdamjan 109*b63233d8Sdamjan$(eval $(call gb_Library_add_noexception_objects,rpt,\ 110*b63233d8Sdamjan reportdesign/source/shared/corestrings \ 111*b63233d8Sdamjan)) 112*b63233d8Sdamjan 113*b63233d8Sdamjan# vim: set noet sw=4 ts=4: 114