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