xref: /trunk/main/Module_ooo.mk (revision c4c42a0e)
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	lingucomponent \
59	linguistic \
60	o3tl \
61	offapi \
62	oovbaapi \
63	oox \
64	package \
65	padmin \
66	rdbmaker \
67	registry \
68	remotebridges \
69	reportdesign \
70	sane \
71	sax \
72	sc \
73	sccomp \
74	sd \
75	sfx2 \
76	slideshow \
77	sot \
78	starmath \
79	store \
80	svgio \
81	svl \
82	svtools \
83	svx \
84	sw \
85	toolkit \
86	tools \
87	twain \
88	ucb \
89	ucbhelper \
90	udkapi \
91	udm \
92	unixODBC \
93	unodevtools \
94	unotools \
95	unoxml \
96	uui \
97	vbahelper \
98	vcl \
99	vos \
100	wizards \
101	writerfilter \
102	x11_extensions \
103	xml2cmp \
104	xmloff \
105	xmlreader \
106	xmlscript \
107))
108
109# vim: set noet ts=4 sw=4:
110