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