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