xref: /trunk/main/Module_ooo.mk (revision 1630693e)
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	i18nutil \
61	idl \
62	idlc \
63	io \
64	javaunohelper \
65	jurt \
66	jvmaccess \
67	lingucomponent \
68	linguistic \
69	o3tl \
70	offapi \
71	oovbaapi \
72	oox \
73	package \
74	padmin \
75	psprint_config \
76	rdbmaker \
77	registry \
78	remotebridges \
79	reportdesign \
80	ridljar \
81	rsc \
82	sane \
83	sax \
84	sc \
85	scaddins \
86	sccomp \
87	sd \
88	sfx2 \
89	slideshow \
90	sot \
91	starmath \
92	store \
93	svgio \
94	svl \
95	svtools \
96	svx \
97	sw \
98	toolkit \
99	tools \
100	twain \
101	ucb \
102	ucbhelper \
103	udkapi \
104	udm \
105	unixODBC \
106	unodevtools \
107	unotools \
108	unoxml \
109	uui \
110	vbahelper \
111	vcl \
112	vos \
113	wizards \
114	writerfilter \
115	x11_extensions \
116	xmerge \
117	xml2cmp \
118	xmlhelp \
119	xmloff \
120	xmlreader \
121	xmlscript \
122))
123
124# vim: set noet ts=4 sw=4:
125