xref: /trunk/main/Module_ooo.mk (revision ce965313)
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	sane \
76	sax \
77	sc \
78	sccomp \
79	sd \
80	sfx2 \
81	slideshow \
82	sot \
83	starmath \
84	store \
85	svgio \
86	svl \
87	svtools \
88	svx \
89	sw \
90	toolkit \
91	tools \
92	twain \
93	ucb \
94	ucbhelper \
95	udkapi \
96	udm \
97	unixODBC \
98	unodevtools \
99	unotools \
100	unoxml \
101	uui \
102	vbahelper \
103	vcl \
104	vos \
105	wizards \
106	writerfilter \
107	x11_extensions \
108	xml2cmp \
109	xmlhelp \
110	xmloff \
111	xmlreader \
112	xmlscript \
113))
114
115# vim: set noet ts=4 sw=4:
116