xref: /AOO42X/main/Module_ooo.mk (revision d98e0520fb46cb12f10945d84dc9ef7bec0f22e2)
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    automation \
31    avmedia \
32    basctl \
33    basebmp \
34    basegfx \
35    binaryurp \
36    canvas \
37    comphelper \
38    configmgr \
39    cppcanvas \
40    cui \
41    dbaccess \
42    drawinglayer \
43    dtrans \
44    editeng \
45    embeddedobj \
46    eventattacher \
47    fileaccess \
48    formula \
49    fpicker \
50    framework \
51    i18nutil \
52    idl \
53    io \
54    javaunohelper \
55    linguistic \
56    o3tl \
57    offapi \
58    oovbaapi \
59    oox \
60    padmin \
61    package \
62    rdbmaker \
63    registry \
64    reportdesign \
65    remotebridges \
66    sane \
67    sax \
68    sc \
69    sccomp \
70    sd \
71    sfx2 \
72    slideshow \
73    sot \
74    starmath \
75    store \
76    svgio \
77    svl \
78    svtools \
79    svx \
80    sw \
81    toolkit \
82    tools \
83    ucbhelper \
84    udkapi \
85    unotools \
86    unoxml \
87    uui \
88    vbahelper \
89    vcl \
90    udm \
91    unixODBC \
92    wizards \
93    writerfilter \
94    x11_extensions \
95    xml2cmp \
96    xmloff \
97    xmlreader \
98    xmlscript \
99))
100
101# vim: set noet ts=4 sw=4:
102