xref: /trunk/main/Module_ooo.mk (revision fb02ff42)
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	framework \
47	idl \
48	io \
49	javaunohelper \
50	linguistic \
51	o3tl \
52	offapi \
53	oovbaapi \
54	oox \
55	padmin \
56	package \
57	reportdesign \
58	remotebridges \
59	sax \
60	sd \
61	sfx2 \
62	sot \
63	starmath \
64	svgio \
65	svl \
66	svtools \
67	svx \
68	sw \
69	toolkit \
70	tools \
71	ucbhelper \
72	udkapi \
73	unotools \
74	unoxml \
75	uui \
76	vbahelper \
77	vcl \
78	udm \
79	wizards \
80	writerfilter \
81	x11_extensions \
82	xmloff \
83	xmlreader \
84	xmlscript \
85))
86
87# vim: set noet ts=4 sw=4:
88