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