fix typo
[LibreOffice.git] / RepositoryModule_ooo.mk
blobf59b2e0b95d50d6f0d761cc169f6fa79b5f1ba64
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 filter \
51 forms \
52 formula \
53 framework \
54 hwpfilter \
55 i18npool \
56 i18nutil \
57 idl \
58 linguistic \
59 lotuswordpro \
60 MathMLDTD \
61 Mesa \
62 nlpsolver \
63 o3tl \
64 offapi \
65 oovbaapi \
66 oox \
67 package \
68 padmin \
69 psprint_config \
70 qadevOOo \
71 regexp \
72 reportdesign \
73 sane \
74 sax \
75 sc \
76 scaddins \
77 sccomp \
78 scripting \
79 sd \
80 sfx2 \
81 slideshow \
82 sot \
83 starmath \
84 svl \
85 svtools \
86 svx \
87 sw \
88 swext \
89 twain \
90 toolkit \
91 tools \
92 ucbhelper \
93 udkapi \
94 unixODBC \
95 unotools \
96 unoxml \
97 uui \
98 vbahelper \
99 vcl \
100 wizards \
101 writerfilter \
102 writerperfect \
103 xmerge \
104 xmlsecurity \
105 xml2cmp \
106 xmloff \
107 xmlreader \
108 xmlscript \
111 # these have only migrated subsequentcheck for now
112 $(eval $(call gb_Module_add_moduledirs,ooo,\
113 configmgr \
114 sal \
115 ucb \
118 # vim: set noet ts=4 sw=4: