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