xref: /trunk/main/Module_ooo.mk (revision 3fe50216)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24$(eval $(call gb_Module_Module,ooo))
25
26$(eval $(call gb_Module_add_moduledirs,ooo,\
27	MathMLDTD \
28	UnoControls \
29	accessibility \
30	animations \
31	autodoc \
32	automation \
33	avmedia \
34	basctl \
35	basebmp \
36	basegfx \
37	basic \
38	bean \
39	binaryurp \
40	bridges \
41	canvas \
42	codemaker \
43	comphelper \
44	configmgr \
45	cosv \
46	cppcanvas \
47	cppuhelper \
48	cpputools \
49	cui \
50	dbaccess \
51	drawinglayer \
52	dtrans \
53	editeng \
54	embeddedobj \
55	eventattacher \
56	fileaccess \
57	formula \
58	fpicker \
59	framework \
60	i18npool \
61	i18nutil \
62	idl \
63	idlc \
64	io \
65	javaunohelper \
66	jurt \
67	jvmaccess \
68	lingucomponent \
69	linguistic \
70	o3tl \
71	offapi \
72	oovbaapi \
73	oox \
74	package \
75	padmin \
76	psprint_config \
77	rdbmaker \
78	registry \
79	remotebridges \
80	reportdesign \
81	ridljar \
82	rsc \
83	sane \
84	sax \
85	sc \
86	scaddins \
87	sccomp \
88	sd \
89	sfx2 \
90	slideshow \
91	solenv \
92	sot \
93	starmath \
94	store \
95	svgio \
96	svl \
97	svtools \
98	svx \
99	sw \
100	toolkit \
101	tools \
102	twain \
103	ucb \
104	ucbhelper \
105	udkapi \
106	udm \
107	unixODBC \
108	unodevtools \
109	unotools \
110	unoxml \
111	uui \
112	vbahelper \
113	vcl \
114	vos \
115	wizards \
116	writerfilter \
117	x11_extensions \
118	xmerge \
119	xml2cmp \
120	xmlhelp \
121	xmloff \
122	xmlreader \
123	xmlscript \
124))
125
126# vim: set noet ts=4 sw=4:
127