Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / RepositoryModule_ooo.mk
blobca84fcc0f60a760f2a396d5c4d78bca24bda3e08
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 accessibility \
33 animations \
34 apple_remote \
35 avmedia \
36 basctl \
37 basebmp \
38 basegfx \
39 basic \
40 bean \
41 binaryurp \
42 canvas \
43 chart2 \
44 clucene \
45 codemaker \
46 comphelper \
47 configmgr \
48 connectivity \
49 cppcanvas \
50 cppu \
51 cppuhelper \
52 cpputools \
53 cui \
54 dbaccess \
55 desktop \
56 drawinglayer \
57 dtrans \
58 editeng \
59 embeddedobj \
60 embedserv \
61 eventattacher \
62 extensions \
63 fileaccess \
64 filter \
65 forms \
66 formula \
67 fpicker \
68 framework \
69 hwpfilter \
70 i18npool \
71 i18nutil \
72 idl \
73 idlc \
74 io \
75 javaunohelper \
76 jurt \
77 jvmaccess \
78 jvmfwk \
79 l10ntools \
80 lingucomponent \
81 linguistic \
82 lotuswordpro \
83 MathMLDTD \
84 Mesa \
85 nlpsolver \
86 np_sdk \
87 o3tl \
88 offapi \
89 officecfg \
90 oovbaapi \
91 oox \
92 package \
93 packimages \
94 padmin \
95 psprint_config \
96 $(if $(strip $(OOO_JUNIT_JAR)),\
97 qadevOOo \
98 ) \
99 rdbmaker \
100 regexp \
101 registry \
102 remotebridges \
103 reportbuilder \
104 reportdesign \
105 ridljar \
106 rsc \
107 sal \
108 salhelper \
109 sane \
110 sax \
111 sc \
112 scaddins \
113 sccomp \
114 scp2 \
115 scripting \
116 sd \
117 sdext \
118 sfx2 \
119 shell \
120 slideshow \
121 smoketest \
122 solenv \
123 sot \
124 starmath \
125 stoc \
126 store \
127 svl \
128 svtools \
129 svx \
130 sw \
131 swext \
132 test \
133 testtools \
134 toolkit \
135 tools \
136 $(if $(filter TRANSLATIONS,$(BUILD_TYPE)),\
137 translations \
139 twain \
140 ucb \
141 ucbhelper \
142 udkapi \
143 unixODBC \
144 UnoControls \
145 unodevtools \
146 unoil \
147 unotest \
148 unotools \
149 unoxml \
150 ure \
151 uui \
152 vbahelper \
153 vcl \
154 wizards \
155 writerfilter \
156 writerperfect \
157 $(if $(filter X11_EXTENSIONS,$(BUILD_TYPE)),\
158 x11_extensions \
160 xmerge \
161 xml2cmp \
162 xmlhelp \
163 xmloff \
164 xmlreader \
165 xmlscript \
166 xmlsecurity \
169 # vim: set noet ts=4 sw=4: