xref: /trunk/main/Module_ooo.mk (revision c7d133f6)
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	animations \
30	automation \
31	avmedia \
32	basctl \
33	basebmp \
34	basegfx \
35	binaryurp \
36	canvas \
37	comphelper \
38	configmgr \
39	cppcanvas \
40	dbaccess \
41	drawinglayer \
42	dtrans \
43	editeng \
44	embeddedobj \
45	eventattacher \
46	fileaccess \
47	formula \
48	fpicker \
49	framework \
50	i18nutil \
51	idl \
52	io \
53	javaunohelper \
54	linguistic \
55	o3tl \
56	offapi \
57	oovbaapi \
58	oox \
59	padmin \
60	package \
61	reportdesign \
62	remotebridges \
63	sax \
64	sd \
65	sfx2 \
66	slideshow \
67	sot \
68	starmath \
69	svgio \
70	svl \
71	svtools \
72	svx \
73	sw \
74	toolkit \
75	tools \
76	ucbhelper \
77	udkapi \
78	unotools \
79	unoxml \
80	uui \
81	vbahelper \
82	vcl \
83	udm \
84	wizards \
85	writerfilter \
86	x11_extensions \
87	xml2cmp \
88	xmloff \
89	xmlreader \
90	xmlscript \
91))
92
93# vim: set noet ts=4 sw=4:
94