xref: /trunk/main/Module_ooo.mk (revision 8d854f2376a4a47d1faeae86ac1cd24be214dfc6)
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    automation \
30    avmedia \
31    basebmp \
32    basegfx \
33    binaryurp \
34    canvas \
35    comphelper \
36    configmgr \
37    cppcanvas \
38    dbaccess \
39    drawinglayer \
40    dtrans \
41    editeng \
42    embeddedobj \
43    eventattacher \
44    fileaccess \
45    formula \
46    fpicker \
47    framework \
48    idl \
49    io \
50    javaunohelper \
51    linguistic \
52    o3tl \
53    offapi \
54    oovbaapi \
55    oox \
56    padmin \
57    package \
58    reportdesign \
59    remotebridges \
60    sax \
61    sd \
62    sfx2 \
63    sot \
64    starmath \
65    svgio \
66    svl \
67    svtools \
68    svx \
69    sw \
70    toolkit \
71    tools \
72    ucbhelper \
73    udkapi \
74    unotools \
75    unoxml \
76    uui \
77    vbahelper \
78    vcl \
79    udm \
80    wizards \
81    writerfilter \
82    x11_extensions \
83    xmloff \
84    xmlreader \
85    xmlscript \
86))
87
88# vim: set noet ts=4 sw=4:
89