xref: /trunk/main/Repository.mk (revision 421ed02e)
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	sot \
115	spa \
116	sts \
117	svl \
118	svt \
119	svx \
120	svxcore \
121	sw \
122	swd \
123	swui \
124	sd \
125	sdd \
126	sdui \
127	sdfilt \
128	srtrs1 \
129	sysdtran \
130	sysdtrans \
131	textconversiondlgs \
132	ootk \
133	tl \
134	utl \
135	unordf \
136	unoxml \
137	vbahelper \
138	writerfilter \
139	ucb1 \
140	ucpdav1 \
141	ucpfile1 \
142	ucpftp1 \
143	ucpgio1 \
144	ucpgvfs1 \
145	ucphier1 \
146	ucppkg1 \
147	vcl \
148    vclplug_gen \
149    vclplug_gtk \
150    vclplug_kde \
151    vclplug_kde4 \
152    vclplug_svp \
153	uui \
154	xcr \
155	xo \
156	xof \
157	xstor \
158))
159
160$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
161	xmlreader \
162))
163
164$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
165))
166
167
168$(eval $(call gb_Helper_register_libraries,RTLIBS, \
169	comphelper \
170	i18nisolang1 \
171	i18nutil \
172    jvmaccess \
173	ucbhelper \
174	vos3 \
175))
176
177$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
178	cppuhelper \
179	salhelper \
180))
181
182$(eval $(call gb_Helper_register_libraries,STLLIBS, \
183	stl \
184))
185
186$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
187	OGLTrans \
188	acceptor \
189	binaryurp \
190	cairocanvas \
191	canvasfactory \
192	configmgr \
193	connector \
194	directx5canvas \
195	directx9canvas \
196	expwrap \
197	fastsax \
198	fpicker \
199	fps_aqua \
200	fps_gnome \
201	fps_kde4 \
202	fps_office \
203	fsstorage \
204	gdipluscanvas \
205	hatchwindowfactory \
206	nullcanvas \
207	passwordcontainer \
208	simplecanvas \
209	slideshow \
210	streams \
211	textinstream \
212	textoutstream \
213	vbaswobj \
214    msforms \
215	vclcanvas \
216	ucpext \
217	ucpexpand1 \
218	ucptdoc1 \
219	uuresolver \
220	writerfilter_debug \
221))
222
223
224$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
225	cppu \
226	jvmfwk \
227	sal \
228))
229
230$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
231	basegfx_s \
232	ooopathutils \
233	salcpprt \
234	sldshw_s \
235    vclmain \
236	udm \
237))
238
239# vim: set noet sw=4 ts=4:
240