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