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 cppunit \ 102 icuuc \ 103 icule \ 104 cppunit \ 105 rdf \ 106 xslt \ 107)) 108 109 110$(eval $(call gb_Helper_register_libraries,RTLIBS, \ 111 comphelper \ 112 i18nisolang1 \ 113 i18nutil \ 114 jvmaccess \ 115 ucbhelper \ 116 vos3 \ 117)) 118 119$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \ 120 cppuhelper \ 121 salhelper \ 122)) 123 124$(eval $(call gb_Helper_register_libraries,STLLIBS, \ 125 stl \ 126)) 127 128$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \ 129 fsstorage \ 130 hatchwindowfactory \ 131 passwordcontainer \ 132 productregistration \ 133 vbaswobj \ 134 msforms \ 135)) 136 137 138$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \ 139 cppu \ 140 jvmfwk \ 141 sal \ 142)) 143 144$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ 145 jpeglib \ 146 ooopathutils \ 147 salcpprt \ 148 zlib \ 149 graphite \ 150 vclmain \ 151)) 152 153# vim: set noet sw=4 ts=4: 154