default to gb_Deliver_CLEARONDELIVER == as multiuserenv are rare now
[LibreOffice.git] / RepositoryModule_ooo.mk
blobe0935eafab1d6d1f8cb4607248ffa3c522b37ead
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 # Copyright 2000, 2010 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_Module_Module,ooo))
31 $(eval $(call gb_Module_add_moduledirs,ooo,\
32 animations \
33 basctl \
34 basebmp \
35 basegfx \
36 basic \
37 bean \
38 canvas \
39 chart2 \
40 comphelper \
41 cppcanvas \
42 cui \
43 dbaccess \
44 desktop \
45 drawinglayer \
46 dtrans \
47 editeng \
48 eventattacher \
49 fileaccess \
50 forms \
51 formula \
52 framework \
53 hwpfilter \
54 i18npool \
55 i18nutil \
56 idl \
57 linguistic \
58 lotuswordpro \
59 MathMLDTD \
60 Mesa \
61 o3tl \
62 offapi \
63 oovbaapi \
64 oox \
65 padmin \
66 psprint_config \
67 regexp \
68 reportdesign \
69 sane \
70 sax \
71 sc \
72 scaddins \
73 sccomp \
74 sd \
75 sfx2 \
76 slideshow \
77 sot \
78 starmath \
79 svl \
80 svtools \
81 svx \
82 sw \
83 twain \
84 toolkit \
85 tools \
86 ucbhelper \
87 udkapi \
88 unixODBC \
89 unotools \
90 unoxml \
91 vbahelper \
92 vcl \
93 wizards \
94 writerfilter \
95 writerperfect \
96 xml2cmp \
97 xmloff \
98 xmlreader \
99 xmlscript \
102 # these have only migrated subsequentcheck for now
103 $(eval $(call gb_Module_add_moduledirs,ooo,\
104 configmgr \
105 qadevOOo \
106 sal \
107 ucb \
110 # vim: set noet ts=4 sw=4: