xref: /aoo42x/main/Repository.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_Helper_register_repository,SRCDIR))
25
26
27$(eval $(call gb_Helper_register_executables,NONE, \
28	bmp \
29	bmpsum \
30	checksingleton \
31	g2g \
32	mkunroll \
33	rdbedit \
34	rdbmaker \
35	rsc \
36	rsc2 \
37	rscdep \
38	rscpp \
39	so_checksum \
40	srvdepy \
41	svidl \
42	sspretty \
43	xml2cmp \
44))
45
46$(eval $(call gb_Helper_register_executables,OOO, \
47	regsingleton \
48	sp2bv \
49    spadmin.bin \
50))
51
52$(eval $(call gb_Helper_register_executables,SDK, \
53	autodoc \
54	cppumaker \
55	javamaker \
56	regcompare \
57	uno-skeletonmaker \
58))
59
60$(eval $(call gb_Helper_register_executables,UREBIN, \
61	javaldx \
62	regcomp \
63	regmerge \
64	regview \
65	uno \
66))
67
68$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
69    AppleRemote \
70	MacOSXSpell \
71	adabas \
72	adabasui \
73	agg \
74	animcore \
75	avmedia \
76	avmediagst \
77	avmediaMacAVF \
78	avmediaQuickTime \
79	avmediawin \
80	basctl \
81	basebmp \
82	basegfx \
83	cached1 \
84	canvastools \
85	communi \
86	cppcanvas \
87	ctl \
88	cui \
89	dba \
90	dbaxml \
91	dbmm \
92	dbui \
93	dbpool \
94	dbtools \
95    desktop_detector \
96	dnd \
97	drawinglayer \
98	dtrans \
99	svgio \
100	editeng \
101	embobj \
102	emboleobj \
103	evtatt \
104	file \
105	fileacc \
106	fop \
107	for \
108	forui \
109	fps \
110	ftransl \
111	fwe \
112	fwi \
113	fwk \
114	fwl \
115	fwm \
116	guesslang \
117    i18npaper \
118	juh \
119	juhx \
120	lng \
121	mcnttype \
122	msfilter \
123	msword \
124	odbc \
125	odbcbase \
126	oox \
127	package2 \
128	qstart_gtk \
129	rpt \
130	rptui \
131	rptxml \
132	sax \
133	sb \
134	sc \
135	scd \
136	scfilt \
137	scui \
138	sdbc \
139	sdbt \
140	sfx \
141	simplecm \
142	sm \
143	smd \
144	solver \
145	sot \
146	spa \
147	sts \
148	svl \
149	svt \
150	svx \
151	svxcore \
152	sw \
153	swd \
154	swui \
155	sd \
156	sdd \
157	sdui \
158	sdfilt \
159	srtrs1 \
160	sysdtran \
161	sysdtrans \
162	textconversiondlgs \
163	ootk \
164	tl \
165	tvhlp1 \
166	ucpchelp1 \
167	utl \
168	unordf \
169	unoxml \
170	vbahelper \
171	writerfilter \
172	ucb1 \
173	ucpdav1 \
174	ucpfile1 \
175	ucpftp1 \
176	ucphier1 \
177	ucppkg1 \
178	vcl \
179    vclplug_gen \
180    vclplug_gtk \
181    vclplug_kde \
182    vclplug_kde4 \
183    vclplug_svp \
184	uui \
185	xcr \
186	xo \
187	xof \
188	xstor \
189))
190
191$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
192	jpipe \
193	jpipx \
194	sunjavaplugin \
195	xmlreader \
196))
197
198$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
199))
200
201
202$(eval $(call gb_Helper_register_libraries,RTLIBS, \
203	comphelper \
204	i18nisolang1 \
205	i18nutil \
206	ucbhelper \
207	vos3 \
208))
209
210$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
211	cppuhelper \
212	jvmaccess \
213	salhelper \
214))
215
216$(eval $(call gb_Helper_register_libraries,STLLIBS, \
217	stl \
218))
219
220$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
221	OGLTrans \
222	acceptor \
223	binaryurp \
224	cairocanvas \
225	canvasfactory \
226	configmgr \
227	connector \
228	directx5canvas \
229	directx9canvas \
230	expwrap \
231	fastsax \
232	fpicker \
233	fps_aqua \
234	fps_gnome \
235	fps_kde4 \
236	fps_office \
237	fsstorage \
238	gdipluscanvas \
239	hatchwindowfactory \
240	hyphen_uno \
241	lnth \
242	nullcanvas \
243	passwordcontainer \
244	simplecanvas \
245	slideshow \
246	spell \
247	streams \
248	textinstream \
249	textoutstream \
250	vbaswobj \
251    msforms \
252	vclcanvas \
253	ucpext \
254	ucpexpand1 \
255	ucpgio1 \
256	ucpgvfs1 \
257	ucptdoc1 \
258	uuresolver \
259	vbaobj \
260	writerfilter_debug \
261))
262
263
264$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
265	cppu \
266	jvmfwk \
267	reg \
268	sal \
269	store \
270))
271
272$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
273	basegfx_s \
274	codemaker \
275	commoncpp \
276	commonjava \
277	cosv \
278	ooopathutils \
279	salcpprt \
280	sldshw_s \
281    vclmain \
282	udm \
283	ulingu \
284))
285
286# vim: set noet sw=4 ts=4:
287