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_Helper_register_repository,SRCDIR)) 25 26 27$(eval $(call gb_Helper_register_executables,NONE, \ 28 bmp \ 29 bmpsum \ 30 g2g \ 31 mkunroll \ 32 rscdep \ 33 so_checksum \ 34 sspretty \ 35)) 36 37$(eval $(call gb_Helper_register_executables,OOO, \ 38 spadmin.bin \ 39)) 40 41$(eval $(call gb_Helper_register_libraries,OOOLIBS, \ 42 AppleRemote \ 43 avmedia \ 44 basegfx \ 45 basebmp \ 46 canvastools \ 47 cppcanvas \ 48 cui \ 49 desktop_detector \ 50 drawinglayer \ 51 svgio \ 52 editeng \ 53 fwe \ 54 fwi \ 55 fwk \ 56 fwl \ 57 fwm \ 58 i18npaper \ 59 lng \ 60 msfilter \ 61 msword \ 62 qstart_gtk \ 63 sax \ 64 sb \ 65 sfx \ 66 sot \ 67 spa \ 68 svl \ 69 svt \ 70 svx \ 71 svxcore \ 72 sw \ 73 swd \ 74 swui \ 75 textconversiondlgs \ 76 ootk \ 77 tl \ 78 utl \ 79 unordf \ 80 unoxml \ 81 vbahelper \ 82 vcl \ 83 vclplug_gen \ 84 vclplug_gtk \ 85 vclplug_kde \ 86 vclplug_kde4 \ 87 vclplug_svp \ 88 xcr \ 89 xo \ 90 xof \ 91)) 92 93$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ 94 xml2 \ 95)) 96 97$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ 98 icuuc \ 99 icule \ 100 rdf \ 101 xslt \ 102)) 103 104 105$(eval $(call gb_Helper_register_libraries,RTLIBS, \ 106 comphelper \ 107 i18nisolang1 \ 108 i18nutil \ 109 jvmaccess \ 110 ucbhelper \ 111 vos3 \ 112)) 113 114$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \ 115 cppuhelper \ 116 salhelper \ 117)) 118 119$(eval $(call gb_Helper_register_libraries,STLLIBS, \ 120 stl \ 121)) 122 123$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \ 124 fsstorage \ 125 hatchwindowfactory \ 126 passwordcontainer \ 127 vbaswobj \ 128 msforms \ 129)) 130 131 132$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \ 133 cppu \ 134 jvmfwk \ 135 sal \ 136)) 137 138$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ 139 jpeglib \ 140 ooopathutils \ 141 salcpprt \ 142 zlib \ 143 graphite \ 144 vclmain \ 145)) 146 147# vim: set noet sw=4 ts=4: 148