xref: /AOO42X/main/Module_ooo.mk (revision 41f03cd9f803f60e3669a9bc192fcfd456832ee3)
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    autodoc \
31    automation \
32    avmedia \
33    basctl \
34    basebmp \
35    basegfx \
36    binaryurp \
37    canvas \
38    comphelper \
39    configmgr \
40    cosv \
41    cppcanvas \
42    cui \
43    dbaccess \
44    drawinglayer \
45    dtrans \
46    editeng \
47    embeddedobj \
48    eventattacher \
49    fileaccess \
50    formula \
51    fpicker \
52    framework \
53    i18nutil \
54    idl \
55    io \
56    javaunohelper \
57    jurt \
58    jvmaccess \
59    lingucomponent \
60    linguistic \
61    o3tl \
62    offapi \
63    oovbaapi \
64    oox \
65    package \
66    padmin \
67    rdbmaker \
68    registry \
69    remotebridges \
70    reportdesign \
71    sane \
72    sax \
73    sc \
74    sccomp \
75    sd \
76    sfx2 \
77    slideshow \
78    sot \
79    starmath \
80    store \
81    svgio \
82    svl \
83    svtools \
84    svx \
85    sw \
86    toolkit \
87    tools \
88    twain \
89    ucb \
90    ucbhelper \
91    udkapi \
92    udm \
93    unixODBC \
94    unodevtools \
95    unotools \
96    unoxml \
97    uui \
98    vbahelper \
99    vcl \
100    vos \
101    wizards \
102    writerfilter \
103    x11_extensions \
104    xml2cmp \
105    xmloff \
106    xmlreader \
107    xmlscript \
108))
109
110# vim: set noet ts=4 sw=4:
111