xref: /trunk/main/Module_ooo.mk (revision df3f5cbc)
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	animations \
29	automation \
30	avmedia \
31	basebmp \
32	basegfx \
33	binaryurp \
34	canvas \
35	comphelper \
36	configmgr \
37	cppcanvas \
38	dbaccess \
39	drawinglayer \
40	dtrans \
41	editeng \
42	embeddedobj \
43	eventattacher \
44	fileaccess \
45	formula \
46	fpicker \
47	framework \
48	idl \
49	io \
50	javaunohelper \
51	linguistic \
52	o3tl \
53	offapi \
54	oovbaapi \
55	oox \
56	padmin \
57	package \
58	reportdesign \
59	remotebridges \
60	sax \
61	sd \
62	sfx2 \
63	slideshow \
64	sot \
65	starmath \
66	svgio \
67	svl \
68	svtools \
69	svx \
70	sw \
71	toolkit \
72	tools \
73	ucbhelper \
74	udkapi \
75	unotools \
76	unoxml \
77	uui \
78	vbahelper \
79	vcl \
80	udm \
81	wizards \
82	writerfilter \
83	x11_extensions \
84	xmloff \
85	xmlreader \
86	xmlscript \
87))
88
89# vim: set noet ts=4 sw=4:
90