don't create download (nsis) install sets on Windows
[LibreOffice.git] / RepositoryModule_ooo.mk
blob451cb77aee5a66275e7d65c8f69e4f6763100e9a
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 qadevOOo \
68 regexp \
69 reportdesign \
70 sane \
71 sax \
72 sc \
73 scaddins \
74 sccomp \
75 sd \
76 sfx2 \
77 slideshow \
78 sot \
79 starmath \
80 svl \
81 svtools \
82 svx \
83 sw \
84 swext \
85 testautomation \
86 twain \
87 toolkit \
88 tools \
89 ucbhelper \
90 udkapi \
91 unixODBC \
92 unotools \
93 unoxml \
94 vbahelper \
95 vcl \
96 wizards \
97 writerfilter \
98 writerperfect \
99 xmerge \
100 xml2cmp \
101 xmloff \
102 xmlreader \
103 xmlscript \
106 # these have only migrated subsequentcheck for now
107 $(eval $(call gb_Module_add_moduledirs,ooo,\
108 configmgr \
109 sal \
110 ucb \
113 # vim: set noet ts=4 sw=4: