1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2009 by Sun Microsystems, Inc. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# 9# This file is part of OpenOffice.org. 10# 11# OpenOffice.org is free software: you can redistribute it and/or modify 12# it under the terms of the GNU Lesser General Public License version 3 13# only, as published by the Free Software Foundation. 14# 15# OpenOffice.org is distributed in the hope that it will be useful, 16# but WITHOUT ANY WARRANTY; without even the implied warranty of 17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18# GNU Lesser General Public License version 3 for more details 19# (a copy is included in the LICENSE file that accompanied this code). 20# 21# You should have received a copy of the GNU Lesser General Public License 22# version 3 along with OpenOffice.org. If not, see 23# <http://www.openoffice.org/license.html> 24# for a copy of the LGPLv3 License. 25# 26#************************************************************************* 27 28$(eval $(call gb_Helper_register_repository,SRCDIR)) 29 30 31$(eval $(call gb_Helper_register_executables,NONE, \ 32 bmp \ 33 bmpsum \ 34 g2g \ 35 mkunroll \ 36 rscdep \ 37 so_checksum \ 38 sspretty \ 39)) 40 41$(eval $(call gb_Helper_register_executables,OOO, \ 42 spadmin.bin \ 43)) 44 45$(eval $(call gb_Helper_register_libraries,OOOLIBS, \ 46 AppleRemote \ 47 avmedia \ 48 basegfx \ 49 basebmp \ 50 canvastools \ 51 cppcanvas \ 52 cui \ 53 desktop_detector \ 54 drawinglayer \ 55 editeng \ 56 fwe \ 57 fwi \ 58 fwk \ 59 fwl \ 60 fwm \ 61 i18npaper \ 62 lng \ 63 msfilter \ 64 msword \ 65 qstart_gtk \ 66 sax \ 67 sb \ 68 sfx \ 69 sot \ 70 spa \ 71 svl \ 72 svt \ 73 svx \ 74 svxcore \ 75 sw \ 76 swd \ 77 swui \ 78 textconversiondlgs \ 79 tk \ 80 tl \ 81 utl \ 82 unordf \ 83 unoxml \ 84 vbahelper \ 85 vcl \ 86 vclplug_gen \ 87 vclplug_gtk \ 88 vclplug_kde \ 89 vclplug_kde4 \ 90 vclplug_svp \ 91 xcr \ 92 xo \ 93 xof \ 94)) 95 96$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ 97 xml2 \ 98)) 99 100$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ 101 icuuc \ 102 icule \ 103 rdf \ 104 xslt \ 105)) 106 107 108$(eval $(call gb_Helper_register_libraries,RTLIBS, \ 109 comphelper \ 110 i18nisolang1 \ 111 i18nutil \ 112 jvmaccess \ 113 ucbhelper \ 114 vos3 \ 115)) 116 117$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \ 118 cppuhelper \ 119 salhelper \ 120)) 121 122$(eval $(call gb_Helper_register_libraries,STLLIBS, \ 123 stl \ 124)) 125 126$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \ 127 fsstorage \ 128 hatchwindowfactory \ 129 passwordcontainer \ 130 productregistration \ 131 vbaswobj \ 132 msforms \ 133)) 134 135 136$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \ 137 cppu \ 138 jvmfwk \ 139 sal \ 140)) 141 142$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ 143 jpeglib \ 144 ooopathutils \ 145 salcpprt \ 146 zlib \ 147 graphite \ 148 vclmain \ 149)) 150 151# vim: set noet sw=4 ts=4: 152