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