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