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 cui \ 51 desktop_detector \ 52 drawinglayer \ 53 editeng \ 54 eggtray \ 55 fwe \ 56 fwi \ 57 fwk \ 58 fwl \ 59 fwm \ 60 i18npaper \ 61 lng \ 62 msfilter \ 63 msword \ 64 qstart_gtk \ 65 sax \ 66 sb \ 67 sfx \ 68 sot \ 69 spa \ 70 svl \ 71 svt \ 72 svx \ 73 svxcore \ 74 sw \ 75 swd \ 76 swui \ 77 textconversiondlgs \ 78 tk \ 79 tl \ 80 utl \ 81 unordf \ 82 unoxml \ 83 vbahelper \ 84 vcl \ 85 vclplug_gen \ 86 vclplug_gtk \ 87 vclplug_kde \ 88 vclplug_kde4 \ 89 vclplug_svp \ 90 xcr \ 91 xo \ 92 xof \ 93)) 94 95$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ 96 xml2 \ 97)) 98 99$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ 100 cppunit \ 101 icuuc \ 102 icule \ 103 cppunit \ 104 rdf \ 105 xslt \ 106)) 107 108 109$(eval $(call gb_Helper_register_libraries,RTLIBS, \ 110 comphelper \ 111 i18nisolang1 \ 112 i18nutil \ 113 jvmaccess \ 114 ucbhelper \ 115 vos3 \ 116)) 117 118$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \ 119 cppuhelper \ 120 salhelper \ 121)) 122 123$(eval $(call gb_Helper_register_libraries,STLLIBS, \ 124 stl \ 125)) 126 127$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \ 128 fsstorage \ 129 hatchwindowfactory \ 130 passwordcontainer \ 131 productregistration \ 132 vbaswobj \ 133 msforms \ 134)) 135 136 137$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \ 138 cppu \ 139 jvmfwk \ 140 sal \ 141)) 142 143$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ 144 jpeglib \ 145 ooopathutils \ 146 salcpprt \ 147 zlib \ 148 graphite \ 149 vclmain \ 150)) 151 152# vim: set noet sw=4 ts=4: 153