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