Version 3.5.4.2, tag libreoffice-3.5.4.2 (3.5.4-rc2)
[LibreOffice.git] / RepositoryModule_ooo.mk
blob5f7fa6fcac6ebe1fd0166b101d035e464899f54a
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 regexp \
71 reportdesign \
72 sane \
73 sax \
74 sc \
75 scaddins \
76 sccomp \
77 scripting \
78 sd \
79 sfx2 \
80 slideshow \
81 sot \
82 starmath \
83 svl \
84 svtools \
85 svx \
86 sw \
87 swext \
88 twain \
89 toolkit \
90 tools \
91 ucbhelper \
92 udkapi \
93 unixODBC \
94 unotools \
95 unoxml \
96 uui \
97 vbahelper \
98 vcl \
99 wizards \
100 writerfilter \
101 writerperfect \
102 xmerge \
103 xmlsecurity \
104 xml2cmp \
105 xmloff \
106 xmlreader \
107 xmlscript \
110 ifneq ($(SOLAR_JAVA),)
111 ifneq "$(OOO_JUNIT_JAR)" ""
112 $(eval $(call gb_Module_add_moduledirs,ooo,\
113 qadevOOo \
115 endif
116 endif
118 # these have only migrated subsequentcheck for now
119 $(eval $(call gb_Module_add_moduledirs,ooo,\
120 configmgr \
121 sal \
122 ucb \
125 # vim: set noet ts=4 sw=4: