xref: /trunk/main/Repository.mk (revision f006f9b4)
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	reg \
177	store \
178	xmlreader \
179))
180
181$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
182))
183
184
185$(eval $(call gb_Helper_register_libraries,RTLIBS, \
186	comphelper \
187	i18nisolang1 \
188	i18nutil \
189    jvmaccess \
190	ucbhelper \
191	vos3 \
192))
193
194$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
195	cppuhelper \
196	salhelper \
197))
198
199$(eval $(call gb_Helper_register_libraries,STLLIBS, \
200	stl \
201))
202
203$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
204	OGLTrans \
205	acceptor \
206	binaryurp \
207	cairocanvas \
208	canvasfactory \
209	configmgr \
210	connector \
211	directx5canvas \
212	directx9canvas \
213	expwrap \
214	fastsax \
215	fpicker \
216	fps_aqua \
217	fps_gnome \
218	fps_kde4 \
219	fps_office \
220	fsstorage \
221	gdipluscanvas \
222	hatchwindowfactory \
223	nullcanvas \
224	passwordcontainer \
225	simplecanvas \
226	slideshow \
227	streams \
228	textinstream \
229	textoutstream \
230	vbaswobj \
231    msforms \
232	vclcanvas \
233	ucpext \
234	ucpexpand1 \
235	ucpgio1 \
236	ucpgvfs1 \
237	ucptdoc1 \
238	uuresolver \
239	vbaobj \
240	writerfilter_debug \
241))
242
243
244$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
245	cppu \
246	jvmfwk \
247	sal \
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