xref: /trunk/main/Repository.mk (revision 9d72048c)
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_Helper_register_repository,SRCDIR))
25
26
27$(eval $(call gb_Helper_register_executables,NONE, \
28	bmp \
29	bmpsum \
30	g2g \
31	mkunroll \
32	rscdep \
33	so_checksum \
34	svidl \
35	sspretty \
36))
37
38$(eval $(call gb_Helper_register_executables,OOO, \
39    spadmin.bin \
40))
41
42$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
43    AppleRemote \
44	adabas \
45	adabasui \
46	agg \
47	animcore \
48	avmedia \
49	avmediagst \
50	avmediaMacAVF \
51	avmediaQuickTime \
52	avmediawin \
53	basctl \
54	basebmp \
55	basegfx \
56	canvastools \
57	communi \
58	cppcanvas \
59	ctl \
60	cui \
61	dba \
62	dbaxml \
63	dbmm \
64	dbui \
65	dbpool \
66	dbtools \
67    desktop_detector \
68	dnd \
69	drawinglayer \
70	dtrans \
71	svgio \
72	editeng \
73	embobj \
74	emboleobj \
75	evtatt \
76	file \
77	fileacc \
78	fop \
79	for \
80	forui \
81	fps \
82	ftransl \
83	fwe \
84	fwi \
85	fwk \
86	fwl \
87	fwm \
88    i18npaper \
89	juh \
90	juhx \
91	lng \
92	mcnttype \
93	msfilter \
94	msword \
95	odbc \
96	odbcbase \
97	oox \
98	package2 \
99	qstart_gtk \
100	rpt \
101	rptui \
102	rptxml \
103	sax \
104	sb \
105	sdbc \
106	sdbt \
107	sfx \
108	simplecm \
109	sm \
110	smd \
111	sot \
112	spa \
113	sts \
114	svl \
115	svt \
116	svx \
117	svxcore \
118	sw \
119	swd \
120	swui \
121	sd \
122	sdd \
123	sdui \
124	sdfilt \
125	sysdtran \
126	sysdtrans \
127	textconversiondlgs \
128	ootk \
129	tl \
130	utl \
131	unordf \
132	unoxml \
133	vbahelper \
134	writerfilter \
135	vcl \
136    vclplug_gen \
137    vclplug_gtk \
138    vclplug_kde \
139    vclplug_kde4 \
140    vclplug_svp \
141	uui \
142	xcr \
143	xo \
144	xof \
145	xstor \
146))
147
148$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
149	xmlreader \
150))
151
152$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
153))
154
155
156$(eval $(call gb_Helper_register_libraries,RTLIBS, \
157	comphelper \
158	i18nisolang1 \
159	i18nutil \
160    jvmaccess \
161	ucbhelper \
162	vos3 \
163))
164
165$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
166	cppuhelper \
167	salhelper \
168))
169
170$(eval $(call gb_Helper_register_libraries,STLLIBS, \
171	stl \
172))
173
174$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
175	OGLTrans \
176	acceptor \
177	binaryurp \
178	cairocanvas \
179	canvasfactory \
180	configmgr \
181	connector \
182	directx5canvas \
183	directx9canvas \
184	expwrap \
185	fastsax \
186	fpicker \
187	fps_aqua \
188	fps_gnome \
189	fps_kde4 \
190	fps_office \
191	fsstorage \
192	gdipluscanvas \
193	hatchwindowfactory \
194	nullcanvas \
195	passwordcontainer \
196	simplecanvas \
197	slideshow \
198	streams \
199	textinstream \
200	textoutstream \
201	vbaswobj \
202    msforms \
203	vclcanvas \
204	uuresolver \
205	writerfilter_debug \
206))
207
208
209$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
210	cppu \
211	jvmfwk \
212	sal \
213))
214
215$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
216	basegfx_s \
217	ooopathutils \
218	salcpprt \
219	sldshw_s \
220    vclmain \
221	udm \
222))
223
224# vim: set noet sw=4 ts=4:
225