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