1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22 23 24$(eval $(call gb_Library_Library,comphelper)) 25 26$(eval $(call gb_Library_add_package_headers,comphelper,comphelper_inc)) 27 28$(eval $(call gb_Library_add_precompiled_header,comphelper,$(SRCDIR)/comphelper/inc/pch/precompiled_comphelper)) 29 30$(eval $(call gb_Library_set_componentfile,comphelper,comphelper/util/comphelp)) 31 32$(eval $(call gb_Library_set_include,comphelper,\ 33 -I$(SRCDIR)/comphelper/inc/pch \ 34 -I$(SRCDIR)/comphelper/source/inc \ 35 $$(INCLUDE) \ 36)) 37 38$(eval $(call gb_Library_add_defs,comphelper,\ 39 -DCOMPHELPER_DLLIMPLEMENTATION \ 40)) 41 42$(eval $(call gb_Library_add_linked_libs,comphelper,\ 43 sal \ 44 cppuhelper \ 45 cppu \ 46 ucbhelper \ 47 vos3 \ 48 stl \ 49 $(gb_STDLIBS) \ 50)) 51 52$(eval $(call gb_Library_add_api,comphelper,\ 53 udkapi \ 54 offapi \ 55)) 56 57$(eval $(call gb_Library_add_exception_objects,comphelper,\ 58 comphelper/source/compare/AnyCompareFactory \ 59 comphelper/source/container/IndexedPropertyValuesContainer \ 60 comphelper/source/container/NamedPropertyValuesContainer \ 61 comphelper/source/container/container \ 62 comphelper/source/container/containermultiplexer \ 63 comphelper/source/container/embeddedobjectcontainer \ 64 comphelper/source/container/enumerablemap \ 65 comphelper/source/container/enumhelper \ 66 comphelper/source/container/namecontainer \ 67 comphelper/source/eventattachermgr/eventattachermgr \ 68 comphelper/source/misc/accessiblecomponenthelper \ 69 comphelper/source/misc/accessiblecontexthelper \ 70 comphelper/source/misc/accessibleeventbuffer \ 71 comphelper/source/misc/accessibleeventnotifier \ 72 comphelper/source/misc/accessiblekeybindinghelper \ 73 comphelper/source/misc/accessibleselectionhelper \ 74 comphelper/source/misc/accessibletexthelper \ 75 comphelper/source/misc/accessiblewrapper \ 76 comphelper/source/misc/accimplaccess \ 77 comphelper/source/misc/anytostring \ 78 comphelper/source/misc/asyncnotification \ 79 comphelper/source/misc/comphelper_module \ 80 comphelper/source/misc/comphelper_services \ 81 comphelper/source/misc/componentbase \ 82 comphelper/source/misc/componentcontext \ 83 comphelper/source/misc/componentmodule \ 84 comphelper/source/misc/configurationhelper \ 85 comphelper/source/misc/docpasswordhelper \ 86 comphelper/source/misc/docpasswordrequest \ 87 comphelper/source/misc/documentinfo \ 88 comphelper/source/misc/documentiologring \ 89 comphelper/source/misc/evtlistenerhlp \ 90 comphelper/source/misc/evtmethodhelper \ 91 comphelper/source/misc/ihwrapnofilter \ 92 comphelper/source/misc/instancelocker \ 93 comphelper/source/misc/interaction \ 94 comphelper/source/misc/legacysingletonfactory \ 95 comphelper/source/misc/listenernotification \ 96 comphelper/source/misc/locale \ 97 comphelper/source/misc/logging \ 98 comphelper/source/misc/mediadescriptor \ 99 comphelper/source/misc/mimeconfighelper \ 100 comphelper/source/misc/namedvaluecollection \ 101 comphelper/source/misc/numberedcollection \ 102 comphelper/source/misc/numbers \ 103 comphelper/source/misc/officeresourcebundle \ 104 comphelper/source/misc/officerestartmanager \ 105 comphelper/source/misc/proxyaggregation \ 106 comphelper/source/misc/regpathhelper \ 107 comphelper/source/misc/scopeguard \ 108 comphelper/source/misc/SelectionMultiplex \ 109 comphelper/source/misc/sequenceashashmap \ 110 comphelper/source/misc/sequence \ 111 comphelper/source/misc/servicedecl \ 112 comphelper/source/misc/serviceinfohelper \ 113 comphelper/source/misc/sharedmutex \ 114 comphelper/source/misc/stillreadwriteinteraction \ 115 comphelper/source/misc/anycompare \ 116 comphelper/source/misc/storagehelper \ 117 comphelper/source/misc/string \ 118 comphelper/source/misc/synchronousdispatch \ 119 comphelper/source/misc/types \ 120 comphelper/source/misc/uieventslogger \ 121 comphelper/source/misc/weak \ 122 comphelper/source/misc/weakeventlistener \ 123 comphelper/source/officeinstdir/officeinstallationdirectories \ 124 comphelper/source/processfactory/componentfactory \ 125 comphelper/source/processfactory/processfactory \ 126 comphelper/source/property/ChainablePropertySet \ 127 comphelper/source/property/ChainablePropertySetInfo \ 128 comphelper/source/property/composedprops \ 129 comphelper/source/property/genericpropertyset \ 130 comphelper/source/property/MasterPropertySet \ 131 comphelper/source/property/MasterPropertySetInfo \ 132 comphelper/source/property/opropertybag \ 133 comphelper/source/property/propagg \ 134 comphelper/source/property/propertybag \ 135 comphelper/source/property/propertycontainer \ 136 comphelper/source/property/propertycontainerhelper \ 137 comphelper/source/property/property \ 138 comphelper/source/property/propertysethelper \ 139 comphelper/source/property/propertysetinfo \ 140 comphelper/source/property/propertystatecontainer \ 141 comphelper/source/property/propmultiplex \ 142 comphelper/source/property/propstate \ 143 comphelper/source/property/TypeGeneration \ 144 comphelper/source/streaming/basicio \ 145 comphelper/source/streaming/memorystream \ 146 comphelper/source/streaming/oslfile2streamwrap \ 147 comphelper/source/streaming/otransactedfilestream \ 148 comphelper/source/streaming/seekableinput \ 149 comphelper/source/streaming/seqinputstreamserv \ 150 comphelper/source/streaming/seqoutputstreamserv \ 151 comphelper/source/streaming/seqstream \ 152 comphelper/source/streaming/streamsection \ 153 comphelper/source/xml/attributelist \ 154 comphelper/source/xml/ofopxmlhelper \ 155)) 156 157# vim: set noet sw=4 ts=4: 158