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