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