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