xref: /trunk/main/Module_ooo.mk (revision a23f5aaf7731494d1484f0272a1646643fd459f5)
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    officecfg \
73    oovbaapi \
74    oox \
75    package \
76    packimages \
77    padmin \
78    psprint_config \
79    pyuno \
80    qadevOOo \
81    rdbmaker \
82    registry \
83    remotebridges \
84    reportdesign \
85    ridljar \
86    rsc \
87    sane \
88    sax \
89    sc \
90    scaddins \
91    sccomp \
92    sd \
93    sfx2 \
94    slideshow \
95    solenv \
96    sot \
97    starmath \
98    store \
99    svgio \
100    svl \
101    svtools \
102    svx \
103    sw \
104    test \
105    testgraphical \
106    toolkit \
107    tools \
108    twain \
109    ucb \
110    ucbhelper \
111    udkapi \
112    unixODBC \
113    unodevtools \
114    unotools \
115    unoxml \
116    ure \
117    uui \
118    vbahelper \
119    vcl \
120    vos \
121    wizards \
122    writerfilter \
123    x11_extensions \
124    xmerge \
125    xml2cmp \
126    xmlhelp \
127    xmloff \
128    xmlreader \
129    xmlscript \
130))
131
132# vim: set noet sw=4 ts=4:
133