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