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_Module_Module,ooo)) 25 26$(eval $(call gb_Module_add_moduledirs,ooo,\ 27 MathMLDTD \ 28 animations \ 29 basebmp \ 30 basegfx \ 31 binaryurp \ 32 canvas \ 33 comphelper \ 34 configmgr \ 35 cppcanvas \ 36 dbaccess \ 37 drawinglayer \ 38 editeng \ 39 eventattacher \ 40 fileaccess \ 41 formula \ 42 framework \ 43 idl \ 44 io \ 45 javaunohelper \ 46 linguistic \ 47 o3tl \ 48 offapi \ 49 oovbaapi \ 50 oox \ 51 padmin \ 52 package \ 53 reportdesign \ 54 remotebridges \ 55 sax \ 56 sd \ 57 sfx2 \ 58 sot \ 59 starmath \ 60 svgio \ 61 svl \ 62 svtools \ 63 svx \ 64 sw \ 65 toolkit \ 66 tools \ 67 ucbhelper \ 68 udkapi \ 69 unotools \ 70 unoxml \ 71 uui \ 72 vbahelper \ 73 vcl \ 74 wizards \ 75 writerfilter \ 76 x11_extensions \ 77 xmloff \ 78 xmlreader \ 79 xmlscript \ 80)) 81 82# vim: set noet ts=4 sw=4: 83