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