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